@import "https://fonts.googleapis.com/css?family=Lato:400,700";
@import "https://fonts.googleapis.com/css?family=Hind";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500";

/*Basic*/
body,
html {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}
body .mfp-wrap .mfp-progress-line span {
    width: 0;
    height: 4px;
    background: #ededed;
    margin-bottom: -40px;
    transition: width 10s ease-in-out;
    display: inline-block;
    background: #ff9900;
}
a {
    word-wrap: break-word;
    text-decoration: none;
}
a.white:focus {
    color: #fff !important;
    text-decoration: none;
}
a.white:hover {
    color: #f3f3f3;
    text-decoration: none;
}
a,
button {
    outline: 0 !important;
}
.vob_content {
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    border-radius: 4px;
    padding: 15px 15px 1px;
}
.vob_content.negg_padd {
    padding: 0;
}
.vob_sett_content {
    padding: 3px 20px 20px;
}
.vob_sett_content .text-center > .btn-mat {
    min-width: 150px;
    margin: 17px 0;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

/*Buttons*/
.btn-mat {
    position: relative;
    user-select: none;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.btn-mat::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.2s;
}
.btn-mat::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.btn-mat:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
.btn-mat svg {
    width: 17px;
    height: 17px;
    margin: -2px 3px 0 0;
}
.btn-mat-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-mat-raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
        0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.btn-loading {
    position: relative;
    box-shadow: none;
}
.btn-loading:before {
    display: none;
}
.btn-loading:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    border-radius: 4px;
    transform: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50px' height='50px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3e%3crect x='0' y='0' fill='none' class='bk'%3e%3c/rect%3e%3ccircle cx='50' cy='50' r='40' stroke='%23fff' fill='none' stroke-width='6' stroke-linecap='round'%3e%3canimate attributeName='stroke-dashoffset' dur='1.5s' repeatCount='indefinite' from='0' to='502'%3e%3c/animate%3e%3canimate attributeName='stroke-dasharray' dur='1.5s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'%3e%3c/animate%3e%3c/circle%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: none;
}

.next_thumb,
.prev_thumb,
.small_text {
    text-shadow: 0 1px 2px #333;
}
.owl-item,
.slick-slider {
    -webkit-tap-highlight-color: transparent;
}
.blog-com-wrapper,
.movies-com-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
}
.blog-com-wrapper .blog-comlist-container,
.movies-com-wrapper .movies-comlist-container {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 30px;
}
.blog-com-wrapper .blog-comlist-container .blog-comment-item,
.movies-com-wrapper .movies-comlist-container .movies-comment-item {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-reply-box
    .form-group,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-reply-box
    .form-group {
    margin: 4px;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-reply-box
    textarea,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-reply-box
    textarea {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: 13px;
    padding: 5px 10px;
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border: 0;
    transition: background-color 240ms, box-shadow 240ms;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-reply-box
    textarea:focus,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-reply-box
    textarea:focus {
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(58, 151, 212, 0.28) 0px 0px 0px 4px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-item-img,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-item-img {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 45px;
    width: 45px;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-item-body
    h5
    span,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-item-body
    h5
    span {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-item-body
    p,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-item-body
    p {
    overflow: hidden;
    padding-right: 0;
    font-size: 13px;
    color: #777;
    font-family: Hind, sans-serif;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-item-body
    > div,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-item-body
    div {
    /*width:100%;*/ /*overflow:hidden;*/
    color: #888;
    font-size: 12px;
    position: relative;
}
.movies-com-wrapper .movies-com-top {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.blog-com-wrapper .blog-com-box,
.movies-com-wrapper .movies-com-box {
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
}
.blog-com-wrapper .blog-com-box .blog-com-box-act,
.movies-com-wrapper .movies-com-box .movies-com-box-act {
    width: 100%;
    overflow: hidden;
    height: 35px;
    background-color: #fff;
    padding-top: 5px;
}
.blog-com-wrapper .blog-com-box .blog-com-box-act button,
.movies-com-wrapper .movies-com-box .movies-com-box-act button {
    padding: 1px 15px;
    border-radius: 3px;
    margin: 2px 0 2px 5px;
    border-color: #d3d3d3;
    background-color: #f8f8f8;
}
.blog-com-wrapper .blog-com-box .blog-com-box-act button.bg-main,
.movies-com-wrapper .movies-com-box .movies-com-box-act button.bg-main {
    color: #fff;
    border: 1px solid #F5365C;
    background-color: #F5365C;
}
.blog-com-wrapper .blog-com-box textarea,
.movies-com-wrapper .movies-com-box textarea {
    width: 100%;
    border-radius: 0;
    height: 50px;
    padding: 10px;
}
.blog-com-wrapper .blog-com-head,
.movies-com-wrapper .movies-com-head {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    display: inline-block;
}
.blog-comment-item .comment-icons svg.feather,
.blog-comment-item .del-blog-comment svg.feather,
.movies-comment-item .comment-icons svg.feather,
.movies-comment-item .del-movies-comment svg.feather {
    margin-top: 0;
    width: 15px;
    height: 15px;
}
.blog-comment-reply-cont .comment-icons svg.feather,
.blog-comment-reply-cont .del-blog-commreplies svg.feather,
.movies-comment-reply-cont .comment-icons svg.feather,
.movies-comment-reply-cont .del-movies-commreplies svg.feather {
    margin-top: 0;
    width: 13px;
    height: 13px;
}
.next_thumb,
.prev_thumb {
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    float: right;
}
.lightbox-post-footer .comments-list .reply,
.post .post-footer .comments-list .reply {
    display: block;
    width: 100%;
    margin: 25px 0;
}
.lightbox-post-footer .comments-list .comment .reply .avatar,
.post .post-footer .comments-list .reply .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
}
.lightbox-post-footer .comments-list .reply .reply-heading .user,
.post .post-footer .comments-list .reply .reply-heading .user {
    font-size: 13px;
    font-weight: 700;
    display: inline;
    margin-top: 0;
}
.lightbox-post-footer .comments-list .reply .reply-heading .time,
.post .post-footer .comments-list .reply .reply-heading .time {
    font-size: 10px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.post-map img {
    padding: 2px;
}
.fluid_theatre_mode {
    z-index: 99 !important;
}
.post-file video {
    max-height: 600px;
}
.active-player {
    max-height: 100% !important;
}
iframe,
.post-map img {
    border: none;
    border-radius: 3px;
}
.post-shared,
.post-likes,
.post-wonders,
.post-reacted {
    display: none;
    overflow: auto;
    max-height: 300px;
}
.comment-text,
.reply-text {
    font-size: 13px;
    color: #777;
    overflow: hidden;
    width: 85%;
    word-wrap: break-word;
}
.comment-edit input,
.comment-reply input {
    font-size: 13px;
    margin-top: 10px;
    height: 30px;
    border-radius: 3px;
}
.options-buttons a,
.options-buttons button {
    margin-left: 10px;
    font-size: 13px;
    float: right;
}
.no-messages {
    text-align: center;
    padding: 10px;
    margin-top: 100px;
    color: #666;
    font-size: 20px;
}
.dropdown-menu.post-privacy-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}
.post-privacy-menu li a,
.post-privacy-menu li div {
    color: #777;
    font-size: 12px;
    transition: none !important;
}
.post-privacy-menu li div {
    padding: 0 16px !important;
    line-height: 32px;
}
.post .post_drop_menu_loading {
    text-align: center;
    padding: 4.36px 0 !important;
}
.post_drop_menu_loading .ball-pulse {
    display: block;
    float: none;
    margin: 0;
    line-height: 0;
    padding: 0 !important;
}
.post_drop_menu_loading .ball-pulse > div {
    padding: 0 !important;
}
.app-website,
.page-website {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
    margin-top: 2px;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-item-body
    h5,
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-item-body
    h5 {
    margin-top: 0;
}
.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}
.list-group-item.black-list,
.list-group-item.gray-list {
    padding: 10px;
    font-size: 14px;
    transition: all 0.2s;
}
.setting-well input[type="text"],
.setting-well input[type="password"],
.setting-well select {
    height: 30px !important;
    color: #666 !important;
    font-size: 13px;
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
    border: none;
    border-radius: 0;
}
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-reply-box {
    padding: 0;
    overflow: hidden;
}
.movies-com-wrapper
    .movies-comlist-container
    .movies-comment-item
    .movies-comment-reply-cont {
    width: 100%;
    overflow: hidden;
}
.movies-com-wrapper .movies-com-top h4 {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
}
.movies-com-wrapper .movies-com-box form {
    width: 100%;
    overflow: hidden;
}
.movies-com-wrapper .movies-com-head img {
    height: 100%;
    width: 100%;
}

/*Blog Comments*/
.blog-com-wrapper {
    padding: 20px 20px 1px;
}
.blog-com-wrapper .vb_page_hdng {
    padding: 0 0 10px;
    margin-bottom: 20px;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-reply-box {
    padding: 0;
    overflow: hidden;
}
.blog-com-wrapper
    .blog-comlist-container
    .blog-comment-item
    .blog-comment-reply-cont {
    width: 100%;
    overflow: hidden;
}
.blog-com-wrapper .blog-com-box form {
    width: 100%;
    overflow: hidden;
}
.blog-com-wrapper .blog-comlist-container:empty {
    padding: 0;
}
.vb_blogcomm_combo {
    display: flex;
    padding: 5px 0;
}
.vb_blogcomm_combo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    margin-right: 10px;
}
.vb_blogcomm_combo textarea {
    min-height: 50px;
    border-radius: 25px !important;
    padding: 11px 15px 7px !important;
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border: 0;
    transition: background-color 240ms, box-shadow 240ms;
    font-size: 16px;
    line-height: 28px;
}
.vb_blogcomm_combo textarea:focus {
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(58, 151, 212, 0.28) 0px 0px 0px 4px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.vb_blogcomm_combo button {
    border-radius: 25px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0;
    margin-left: 10px;
}
.vb_blogcomm_combo button svg {
    margin: 0;
    width: 24px;
    height: 24px;
}
.blog-com-wrapper .blog-com-head img {
    height: 100%;
    width: 100%;
}

.header-fixed1200 {
    max-width: 1100px;
}
.post .post-footer {
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}
.post .post-footer.post-reacted {
    position: relative;
}
.post .post-footer.post-reacted .hide_who_reacted_it {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    color: #7e7e7e;
    cursor: pointer;
}
.post .post-footer.post-reacted .hide_who_reacted_it svg {
    width: 20px;
    height: 20px;
}
.post .post-footer.post-comments {
    border-top: 0;
}
.post .post-footer .comments-list {
    list-style-type: none;
}
.post .post-footer .comments-list .reply .reply-heading {
    display: block;
    width: 100%;
}
.post .post-footer .comments-list .reply .comment-body {
    margin-left: 40px;
    margin-top: -3px;
}
.post .post-footer .comments-list .comment .comment-body,
.post .post-footer .comments-list .comment > .comments-list {
    margin-left: 50px;
}
.post .post-footer .comments-list .comment .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
}
.post .post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
    font-size: 16px;
    font-weight: 700;
    display: inline;
    margin-top: 0;
    text-transform: capitalize;
    color: #000;
}
.post .post-footer .comments-list .comment .comment-heading .time {
    font-size: 16px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.post
    .post-footer
    .comments-list
    .comment
    .comment-body
    .comment_edele_options {
    visibility: hidden;
}
.post
    .post-footer
    .comments-list
    .comment
    .comment-body:hover
    .comment_edele_options {
    visibility: visible;
}
.post .post-footer .textarea {
    height: 30px;
    font-size: 13px;
    padding-right: 140px;
}
.post .post-footer .btn:not(.social-btn) {
    padding: 3px 11px;
}
.post .post-footer .input-group-addon a {
    color: #444;
}
.post .post-heading {
    height: 70px;
    padding: 20px 15px;
}
.post .post-heading .avatar {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 50%;
}
.post .post-heading .meta .title {
    margin-bottom: 0;
    margin-top: 1px;
}
.post .post-heading .meta .title a {
    color: #555;
    margin-right: -7px;
}
.post .post-heading .meta .title a:hover {
    text-decoration: underline !important;
}
.post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
}
.post .post-description {
    padding: 15px 15px 8px;
}
.post .post-description p {
    font-size: 14px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
}
.post .post-description .stats .stat-item {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    border: 0;
    color: #555;
}
.post .post-description .stats .stat-item .icon {
    margin-right: 8px;
}
.post .post-file {
    max-height: fit-content;
    width: 100%;
}
.post .post-file .media-video-file {
    border-radius: 2px;
    background-color: #000;
    padding: 0;
    width: 100%;
    max-height: 380px;
    max-width: 100%;
}
.post .post-file img {
    /*max-height: 380px;*/
    max-width: 100%;
}
.post .post-image .image {
    width: 100%;
    height: auto;
}
.post .post-actions .stat-item {
    margin-top: 15px !important;
    font-size: 11px !important;
    color: #999 !important;
}
.comment-reply {
    display: none;
}
.comment-reply .vb_commreply_combo {
    margin-top: 10px;
    display: flex;
    position: relative;
}
.comment-reply .vb_commreply_combo .avatar {
    width: 30px !important;
    height: 30px !important;
}
.comment-reply .vb_commreply_combo .textarea {
    margin-top: 0;
    border-radius: 15px !important;
    padding-right: 190px;
    margin-left: 5px;
    border-radius: 99px;
    background-color: #f3f4f6;
    border: none;
    outline: 0;
    box-shadow: none;
    height: 40px;
    padding: 10px;
    font-size: 14px;;
}
.comment-reply .vb_commreply_combo .image-comment {
    right: 10px;
	top:3px;
}
.comment-reply .vb_commreply_combo .image-comment .pull-right,
.comment-reply .vb_commreply_combo .image-comment .comment-btn-wrapper,
.comment-reply .vb_commreply_combo .image-comment span{
	background-color: #fff;
    cursor: pointer;
    width: 30px;
    height: 33px;
    border-radius: 99px;
    display: inline-block;
    text-align: center;
}
.comment-reply .vb_commreply_combo .image-comment .btn-file {
    padding: 2px 0 !important;
    font-size: 0;
    margin: 7px 0px;
    background: transparent;
}
.comment-edit {
    display: none;
    margin-bottom: 15px;
}
.options-buttons {
    position: absolute;
    margin-left: 20px;
    margin-top: -40px;
    z-index: 1;
}
.list-group-item {
    padding-left: 15px;
}
.list-group-item.black-list.active-list.users {
    background-color: #4c75a3 !important;
}
.list-group-item.black-list.active-list.pages {
    background-color: #ce3d3d !important;
}
.list-group-item.black-list.active-list.groups {
    background-color: #f2b92b !important;
}
.list-group-item.black-list.active-list.posts {
    background-color: #6abd46 !important;
}
.list-group-item.black-list a:hover {
    cursor: pointer;
    text-decoration: none;
}
.list-group-item.gray-list {
    padding: 8px !important;
    font-size: 13px !important;
}
.list-group-item.gray-list:hover {
    color: #444;
}
.list-group-item.gray-list a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #222;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f5365c; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5365c 0%, #f56036 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f5365c 0%,#f56036 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f5365c 0%,#f56036 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ); /* IE6-9 */
    color: #fff !important;
	margin-bottom:20px;
}
.setting-well {
    padding: 10px;
    font-size: 16px;
}
.setting-well .btn-main {
    height: 30px !important;
    font-size: 13px;
    min-width: 100px !important;
}
.setting-well textarea {
    color: #666 !important;
    font-size: 13px;
}
.setting-well .profile-style {
    margin-bottom: 0 !important;
    margin-top: 15px;
}
/*.content-container {overflow-x:hidden;}*/
.header-container {
    background: #fff;
    width: 100%;
}
.header-container .user-avatar img {
    margin-top: -4px;
    margin-right: 3px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
}
.message-user-image {
    /*margin-right: 15px;*/
    /*border-radius: 50%;*/
    position: absolute;
    left: 0;
    border-radius: 0px 0px 10px 0px !important;
    overflow: hidden;
    width: 25px;
    height: 25px;
    top: 9px;
}
.message-user-image img {
    width: 30px;
    height: 30px;
    border-radius: 30%;
}
.comment-btn-wrapper {
    display: inline-block;
}
.comment-btn-wrapper div {
    display: inline;
    overflow: hidden;
}
.comment-btn-wrapper [data-comment-rtime] {
    font-size: 12px;
    padding: 3px 0;
}
.comment-record {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}
.comment-record:empty {
    padding: 0;
}
.user-ad-container {
    width: 100%;
    position: relative;
}
.user-ad-container div.post-advertisement .ads-heading {
    overflow: hidden;
    width: 100%;
    padding: 10px 15px;
}
.user-ad-container div.post-advertisement .ads-image {
    width: 46px;
    height: 46px;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: -3px;
}
.user-ad-container div.post-advertisement .panel {
    padding-top: 15px;
}
.user-ad-container div.post-advertisement .ads-meta {
    color: #555;
}
.user-ad-container div.post-advertisement .ads-meta .title {
    margin-bottom: 0;
    margin-top: 1px;
}
.user-ad-container div.post-advertisement .ads-headline {
    font-size: 14px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
    padding: 15px 0;
}
.user-ad-container div.post-advertisement .ads-headline p {
    /*text-transform:capitalize;*/
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    font-weight: 400;
}
.user-ad-container div.post-advertisement .ads-cover {
    width: 100%;
    position: relative;
}
.user-ad-container div.post-advertisement .ads-cover .ads-description {
    font-size: 13px;
    position: absolute;
    max-width: 90%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    padding: 5px 8px;
    margin: 16px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user-ad-container div.post-advertisement .ads-cover a {
    display: block;
    max-height: 700px;
}
.user-ad-container div.post-advertisement .ads-footer {
    width: 100%;
    overflow: hidden;
    height: 10px;
}
.user-ad-container div.post-advertisement .ads-footer .stat-item {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    border: 0;
    color: #555;
}
.text-dnone {
    text-decoration: none !important;
}
.ads-cont-wrapper a,
.hashtag-search-result a,
.left-sidebar ul li a:focus,
.left-sidebar ul li a:hover,
.notification-list a:hover {
    text-decoration: none;
}
.unsetheight {
    height: unset !important;
}

/*Ads*/
.ads_col_4 {
    padding-left: 15px;
}
.ads_col_8 {
    padding-left: 0;
}
.ads-navbar-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.ads-navbar-wrapper ul {
    margin: 15px;
}
.ads-navbar-wrapper ul li a {
    text-transform: capitalize;
    display: block;
    transition: all 0.2s;
    padding: 10px 15px;
    border-left: 2px solid white;
    font-size: 15px;
    margin: 10px 0;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    color: #858585;
}
.ads-navbar-wrapper ul li a:hover {
    color: #222;
}
.ads-navbar-wrapper ul li a.active {
    color: #000;
    font-weight: 600;
}
.ads-navbar-wrapper ul li a svg {
    width: 20px;
    height: 20px;
    margin: -4px 10px 0 0;
}
.ads_mini_wallet {
    margin: 15px;
    padding: 15px;
    border-radius: 4px;
}
.ads_mini_wallet p {
    opacity: 0.7;
    font-size: 16px;
    text-transform: capitalize;
}
.ads_mini_wallet h3 {
    margin: 0;
    font-size: 36px;
    font-family: "Lato", sans-serif;
}
.vob_mini_wallets {
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}
.vob_mini_wallets h5 {
    margin: 0;
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.vob_mini_wallets_btns {
    margin-left: auto;
}
.vob_mini_wallets_btns .btn {
    margin-left: 5px;
}
.vob_add_money_hid_form {
    display: none;
}
.vob_add_money_hid_form .add-amount,
.vob_snd_money_form .add-amount {
    margin: 15px 0 25px;
}
.vob_add_money_hid_form .add-amount h5,
.vob_snd_money_form .add-amount h5 {
    margin: 0 auto;
    font-size: 42px;
    font-family: "Lato", sans-serif;
    width: 130px;
    padding: 4px 0;
    border-bottom: 2px solid #ddd;
}
.vob_add_money_hid_form .add-amount h5 input,
.vob_snd_money_form .add-amount h5 input {
    width: 105px;
    border: 0;
    outline: none;
}
.vob_add_money_hid_form form {
    padding: 20px 0;
    border-top: 1px solid #ececec;
}
.vob_wallet_trans {
    font-family: "Roboto", sans-serif;
}
.vob_wallet_trans thead {
    border-bottom: 1px solid #ececec;
}
.vob_wallet_trans thead tr th {
    font-weight: 500;
}
.vob_wallet_trans tbody tr {
    border-bottom: 1px solid #ececec;
}
.vob_wallet_trans tbody tr:last-child {
    border: 0;
}
.ads-cont-wrapper {
    width: 100%;
}
.vob_ads_list_head {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 100%;
    padding: 2px 10px;
    margin-top: 5px;
    overflow: hidden;
}
.vob_ads_list_head li {
    display: inline-block;
    margin: 0 -1.7px;
}
.vob_ads_list_head li.aid,
.vob_ads_lists li .aid {
    width: 9%;
}
.vob_ads_list_head li.acomp,
.vob_ads_lists li .acomp {
    width: 33%;
}
.vob_ads_list_head li.abid,
.vob_ads_lists li .abid {
    width: 13%;
}
.vob_ads_list_head li.aclck,
.vob_ads_lists li .aclck {
    width: 13%;
}
.vob_ads_list_head li.avew,
.vob_ads_lists li .avew {
    width: 13%;
}
.vob_ads_list_head li.asts,
.vob_ads_lists li .asts {
    width: 14%;
}
.vob_ads_list_head li.aemp,
.vob_ads_lists li .aemp {
    width: 5%;
    text-align: end;
}
.vob_ads_lists > li {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 8px 0;
    padding: 10px;
}
.vob_ads_lists > li > div {
    display: inline-block;
    margin: 0 -1.7px;
    vertical-align: middle;
}
.vob_ads_lists > li > div .dropdown-menu li a {
    font-size: 14px;
}
.vob_ads_lists > li > div .dropdown-menu li a svg {
    width: 20px;
    height: 20px;
    margin: -2px 5px 0 0;
}
.vob_ad_sts_actv {
    display: inline-block;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.1);
}
.vob_ad_sts_noactv {
    display: inline-block;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    color: #f44336;
    background-color: rgba(244, 67, 54, 0.1);
}
.ads-cont-wrapper .table td {
    vertical-align: middle;
    padding: 13px 8px !important;
}
.vob_creads_minstp {
    padding: 30px 5px 5px;
    font-family: "Roboto", sans-serif;
}
.vob_creads_minstp .line {
    width: 100%;
    height: 3px;
    background: #ddd;
    position: relative;
    border-radius: 8px;
    margin-bottom: 15px;
}
.vob_creads_minstp .line .line_sec {
    height: 3px;
    width: 0;
    background: #f5365c;
    border-radius: 2em;
    position: absolute;
    transition: all 0.3s;
}
.vob_creads_minstp .line .dot {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    background: #e0e0e0;
    border-radius: 50%;
    transition: 0.3s all ease;
    transform: translate(-50%, -50%);
    color: #aeaeae;
    text-align: center;
}
.vob_creads_minstp .line .dot svg {
    width: 18px;
    height: 18px;
    margin: 3px 0;
}
.vob_creads_minstp .line .dot.one {
    left: 6%;
    transform: translate(-50%);
}
.vob_creads_minstp .line .dot.two {
    left: 50%;
}
.vob_creads_minstp .line .dot.three {
    left: auto;
    right: 6%;
}
.step-one-active.vob_creads_minstp .dot.one {
    background: #f5365c !important;
    background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%) !important;
    background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%) !important;
    background: linear-gradient(to right, #f5365c 0%,#f56036 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ) !important;
    color: #fff;
    transform: translate(0px, -50%);
}
.step-two-active.vob_creads_minstp .dot.one,
.step-three-active.vob_creads_minstp .dot.one {
    background: #f5365c !important;
    background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%) !important;
    background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%) !important;
    background: linear-gradient(to right, #f5365c 0%,#f56036 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ) !important;
    color: #fff;
    transform: translate(0px, -50%);
}
.step-two-active.vob_creads_minstp .dot.two,
.step-three-active.vob_creads_minstp .dot.two {
    background: #2196f3;
    color: #fff;
}
.step-three-active.vob_creads_minstp .dot.three {
    background: #2196f3;
    color: #fff;
}
.step-one-active.vob_creads_minstp .line .line_sec {
    width: 7%;
}
.step-two-active.vob_creads_minstp .line .line_sec {
    width: 50%;
}
.step-three-active.vob_creads_minstp .line .line_sec {
    width: 100%;
}
.vob_creads_minstp .steps {
    margin-bottom: 10px;
    position: relative;
    height: 20px;
}
.vob_creads_minstp .steps > div {
    position: absolute;
    top: 0;
    transform: translate(-50%);
    height: 20px;
    display: inline-block;
    text-align: center;
    transition: 0.3s all ease;
    color: #aeaeae;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.step-one-active .steps > .step-one,
.step-two-active .steps > .step-one,
.step-two-active .steps > .step-two,
.step-three-active .steps > .step-one,
.step-three-active .steps > .step-two,
.step-three-active .steps > .step-three {
    color: #262626;
}
.vob_creads_minstp .steps > div.step-one {
    left: 5%;
    transform: none;
}
.vob_creads_minstp .steps > div.step-two {
    left: 50%;
}
.vob_creads_minstp .steps > div.step-three {
    left: auto;
    right: 5%;
    transform: none;
}
.vob_create_ads_stp {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px 20px;
}
.vob_create_ads_stp .vb_page_hdng.pag_neg_padd {
    margin-bottom: 15px;
}
.vob_create_ads_stp .btn-mat {
    min-width: 150px;
    margin: 17px 0;
}
.estimated_ad_limit p {
    margin-bottom: 0px;
}
.estimated_ad_limit svg {
    width: 20px;
    height: 20px;
    margin: -2px 3px 0 0;
    opacity: 0.8;
}
.vob_fcov_image {
    position: relative;
    width: 100%;
    min-height: 350px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 10px;
}
.vob_fcov_image > div {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.vob_fcov_image > div#productimage-holder {
    white-space: normal;
    padding: 0;
    min-height: 350px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.vob_fcov_image > div#productimage-holder .thumb-image {
    width: 100%;
    height: auto;
    margin: 0;
    min-height: auto;
}
.vob_fcov_image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    border-radius: 4px;
}
.vob_fcov_image .upload_ad_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    border-radius: 4px;
    padding: 15px;
}
.vob_fcov_image .upload_ad_image .upload_ad_image_content {
    color: white;
    font-size: 15px;
}
.vob_fcov_image .upload_ad_image .upload_ad_image_content svg {
    display: block;
    margin: 0 auto 8px;
    width: 30px;
    height: 30px;
}

/*Fake Ad Post*/
.fake_ad_post {
    width: 100%;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff;
    padding-top: 10px;
}
.fake_ad_post .vb_page_hdng {
    margin: -10px 0 5px;
}
.fake_ad_post .fads_heading {
    overflow: hidden;
    width: 100%;
    padding: 10px 15px;
}
.fake_ad_post .fads_meta {
    overflow: hidden;
}
.fake_ad_post .fads_meta .fads_avatar {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    float: left;
}
.fake_ad_post .fads_meta .fads_m_info {
    margin-left: 50px;
}
.fake_ad_post .fads_meta .fads_m_info .company {
    display: block;
    width: 90%;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    color: #666;
}
.fake_ad_post .fads_meta .fads_m_info .location {
    display: block;
    width: 50%;
    border: 0;
    outline: none;
}
.fake_ad_post .fads_headline {
    font-size: 14px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
    padding: 15px 0;
}
.fake_ad_post .fads_headline div {
    width: 100%;
    font-size: 13px;
    height: 53px;
    overflow-y: auto;
}
.fake_ad_post .fads_cover {
    position: relative;
    border-top: 1px solid #ebebeb;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
}
.fake_ad_post .fads_cover .fcov_title {
    color: rgba(0, 0, 0, 0.87);
    font-size: 17px;
    margin: 8px;
    line-height: 28px;
    position: relative;
}
.fake_ad_post .fads_cover .fcov_title svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.fake_ad_post .fads_cover .fcov_title div {
    outline: none;
    font-size: 17px;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    border: 0;
}
.fake_ad_post .fads_cover .fcov_image {
    position: relative;
    width: 100%;
    height: 180px;
    background: #f7f7f7;
    border-radius: 0 0 4px 4px;
}
.fake_ad_post .fads_cover .fcov_image > div {
    width: 100%;
    height: 100%;
    border-radius: 0 0 4px 4px;
}
.fake_ad_post .fads_cover .fcov_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 4px 4px;
}
.fake_ad_post .fads_meta .fads_m_info .company span,
.fake_ad_post .fads_meta .fads_m_info .location span,
.fake_ad_post .fads_headline div span,
.fake_ad_post .fads_cover .fcov_title div span {
    opacity: 0.7;
    user-select: none;
    pointer-events: none;
}

textarea {
    font-size: 12px;
}
textarea.form-control {
    resize: none !important;
}
textarea.form-control.url-input {
    padding-top: 3px;
    min-height: 100px;
}
textarea.postText {
    border: none;
    padding-top: 12px;
    padding-left: 50px;
    height: 45px;
    box-shadow: none;
}
.responsive-img {
    width: 100%;
    max-width: 100%;
}

/*Header*/
.header-fixed1000,
.header-fixed1200 {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
}
.header-fixed1000 > .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-fixed1000 > .container-fluid:before,
.header-fixed1000 > .container-fluid:after {
    display: none;
}
.vob_hdr_innr_left {
    display: flex;
    align-items: center;
}
.vob_hdr_innr_left .nav {
    margin-left: 20px;
}
.header-brand {
    display: block;
}
.headtoppoint {
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    position: absolute;
    left: 100%;
    margin-left: -35px;
    -webkit-filter: drop-shadow(0 -5px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 -5px 4px rgba(0, 0, 0, 0.2));
}
.hide_fill_svg {
    display: none;
}
.navbar-default .dropdown.open .dropdown-toggle svg {
    display: none;
}
.navbar-default .dropdown.open .dropdown-toggle .hide_fill_svg {
    display: inline-block;
}
.navbar-default li.dropdown.notification-container {
    margin-right: 10px;
}
.navbar-default .dropdown-menu li a svg {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin: -3px 15px 0 2px;
}
.navbar-default .user-menu-combination .user-avatar {
    display: inline-block;
}
.navbar-default .dropdown-menu.ani-acc-menu {
    min-width: 210px;
}
.navbar-default .open > .dropdown-menu.ani-acc-menu {
    top: 4px;
}
.navbar-default .sixteen-font-size svg {
    width: 20px;
    height: 20px;
}
.head_name_links {
    margin-left: 8px;
}
.head_name_links .btn-main {
    height: 33px;
    margin: 6px 0;
    padding: 0;
    border-radius: 9px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_name_links .sixteen-font-size {
    font-size: 13px !important;
    font-weight: bold;
    line-height: 21px;
}
.create_head_menu {
    padding: 8px 0;
    min-width: 190px;
}
.create_head_menu:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 7px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px 0px 20px 0px;
    background: #fff;
    z-index: -1;
}
.create_head_menu li {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.create_head_menu li a {
    font-size: 13px;
    min-height: 36px;
    line-height: 36px;
    user-select: none;
    display: flex;
    align-items: center;
    word-spacing: 2px;
}
.create_head_menu li a svg {
    margin: auto 13px auto 0;
    height: 20px;
    width: 20px;
}
.vob_hdr_menu_usr_lnk {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.vob_hdr_menu_usr_lnk b {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vob_hdr_menu_usr_lnk img {
    width: 27px;
    min-width: 27px;
    height: 27px;
    border-radius: 50%;
}
.vob_hdr_requests {
    padding: 10px;
    font-family: "Roboto", sans-serif;
}
.vob_hdr_requests .user-request-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.request-list li {
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}
.request-list li:last-child {
    border-bottom: 0;
}
.user-request-list .user-info {
    max-width: 75%;
}
.user-request-list .user-info > a {
    font-weight: 500;
    color: #272727;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    max-width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}
.user-request-list .user-info .avatar {
    display: inline;
}
.user-request-list .user-lastseen {
    margin-left: 50px;
}
.user-request-list img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}
.user-request-list button {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
}
.user-request-list:not(:first-child) {
    margin-bottom: 10px;
}

.ui-menu-item span {
    font-size: 13px;
}
.ui-menu-item img {
    width: 32px;
    margin: 3px;
    border-radius: 3px;
}
.small-mention {
    color: #888 !important;
    font-size: 11px !important;
}
.margin {
    margin: 5px;
}
.font-13 {
    font-size: 13px;
}
.no-padding-right {
    padding-right: 0 !important;
}
.recent-searches {
    padding: 4px 10px;
}
.recent {
    border-bottom: 1px solid #ededed;
}
.content-container {
    margin-top: 45px;
}
.page-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Sidebar Invite*/
.sidebar .vob_side_invite_prnt {
    box-shadow: 0 1px 3px rgba(129, 92, 0, 0.2);
}
.vob_side_invite {
    text-align: center;
    background-color: #fff6df;
    padding: 20px 15px;
}
.vob_side_invite > svg {
    width: 60px;
    height: 60px;
}
.sidebar .vob_side_invite .sidebar-title-back {
    background: transparent !important;
    color: #986600 !important;
}
.invite-user-form .invite-user-combine {
    position: relative;
    margin: 0;
}
.invite-user-form .invite-user-combine input {
    background-color: white;
}
.invite-user-form button {
    position: absolute;
    top: 4px;
    right: 4px;
    line-height: 16px;
    height: 36px;
    border-radius: 3px;
}
.invite-user-form button svg {
    height: 16px;
    width: 16px;
}

.left-sidebar ul {
    padding-left: 0 !important;
}
.left-sidebar ul li a {
    border-radius: 2px;
    padding: 3px;
    display: block;
    margin: 5px 0;
    line-height: 25px;
    transition: all 0.2s ease;
}
.left-sidebar ul li a:hover {
    background: rgba(0, 0, 0, 0.03);
}
.left-sidebar ul li a svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-top: -3px;
}
.left-sidebar li a .sidebar-icon {
    width: 20px;
    margin-right: 7px;
}
.left-sidebar .trending {
    background: 0 0;
    margin-top: 30px;
    box-shadow: none;
}
.left-sidebar .sidebar .sidebar-title-back {
    padding-left: 0;
    line-height: 30px;
    background: 0 0;
}
.left-sidebar .sidebar .trending .list-group-item {
    padding: 1px 5px;
    background: 0 0;
}
.left-sidebar .sidebar .trending .list-group-item a {
    margin: 0;
    line-height: 18px;
}

/*Dropdown*/
.dropdown-menu:not(.notfi-dropdown):not([role="combobox"]) {
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    padding: 8px 0;
    transform: scale3d(0.8, 0.8, 1);
    transform-origin: right top;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: 0;
}
.dropdown-menu.toleft {
    transform-origin: left top !important;
}
.open > .dropdown-menu:not(.notfi-dropdown):not([role="combobox"]) {
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.dropdown-menu:not(.notfi-dropdown) > li > a {
    padding: 0 16px;
    line-height: 32px;
}

/*Header Search*/
.search-container .search-input {
    transition: all 0.3s;
    border-radius: 2em;
    border-color: transparent;
    width: 360px;
    height: 30px;
    color: #777;
    box-shadow: none;
    padding-left: 25px;
    background: 0 0;
}
.search-container .search-input:focus {
    background: #fff;
    color: #333;
}
.search-container .inner-addon .glyphicon {
    padding: 0 !important;
    color: #666 !important;
    margin: 5px 0 5px 5px;
    width: 16px;
    height: 16px;
}
.search-dropdown-container {
    width: 360px;
    transform-origin: center top !important;
}
.search-dropdown-result .center-text {
    margin-top: 5px;
}
.search-dropdown-result li {
    margin: 5px 0;
    padding-left: 0;
}
.search-dropdown-result li:first-child {
    margin-top: 0;
}
.search-dropdown-result li:last-child {
    margin-bottom: 0;
    padding-left: 0;
}
.search-dropdown-result li a {
    display: block;
    padding: 3px 10px 8px;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
}
.search-dropdown-result li a:hover {
    background:#feebee !important;
	color:#fff;
}
.search-dropdown-result .search-user-name {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 2px;
    font-family: verdana;
    display: inline-block;
	color:#262626;
}
.search-dropdown-result .search-user-lastseen {
    font-size: 11px;
    color: #999;
}
.search-dropdown-result .search-user-avatar img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    margin: 2px 10px 0 0;
}
.search-dropdown-result li .search_result_badge {
    border: 1px solid #03a9f4;
    color: #03a9f4;
    padding: 1px 5px 1.5px;
    text-transform: uppercase;
    font-size: 9px;
    margin-left: 5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    border-radius: 3px;
}

.emo-message {
    position: absolute;
    display: none;
    color: #f5365c;
    right: 110px;
    z-index: 2;
}
.show-message-link-container {
    font-size: 12px;
    padding: 6px;
    text-align: center;
    background: #f9f9f9;
    color: #666;
}
.hashtag-search-result {
    padding: 0;
    position: relative;
}
.hashtag-search-result a {
    display: block;
    padding: 7px 8px;
}
.hashtag-search-result a:hover {
    background: #ecf0f7;
}
.notification-list {
    padding: 10px;
}
.notification-list:hover {
    background: #f7f7f7;
}
.notification-list .notification-text {
    font-size: 13px;
    color: #666;
}
.notification-list .notification-time {
    font-size: 11px;
    color: #666;
    margin: 4px 0 0;
}
.notification-list .notification-time svg.feather {
    margin: -1px 3px 0;
    width: 15px;
    height: 15px;
    color: #575757;
}
.notification-list span.main-color {
    color: #272727 !important;
}
.notification-list .notification-user-avatar img {
    border-radius: 50%;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    margin-left: 0;
}
.notifications-dropdown {
    width: 400px !important;
    overflow: auto;
    max-height: 315px;
    padding: 0 !important;
}
.notifications-dropdown .turn-off-sound {
    color: #777;
    padding: 10px;
    border-bottom: 1px solid #f9f9f9;
}
.notifications-dropdown .turn-off-sound span {
    cursor: pointer;
}
.order-by {
    color: #666 !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}
.order-by .dropdown-toggle {
    cursor: pointer;
}
.order-by .dropdown-menu {
    margin-top: 6px;
}
.plus-images {
    position: relative;
}
.plus-images .plus-images-num {
    position: absolute;
    top: 30px;
    color: #fff;
    font-size: 20px;
}
.messages-dropdown {
    width: 350px;
    overflow: auto;
    max-height: 370px;
    padding: 0;
}
.messages-list {
    cursor: pointer;
}
.messages-list .notification-time {
    color: #777 !important;
    margin: 5px 0 0;
}
.messages-list .notification-user-avatar img {
    margin-right: 10px;
    margin-left: 0;
    width: 45px;
    height: 45px;
}
.messages-list span.main-color {
    color: #272727 !important;
}
.header-message {
    font-size: 11px;
    color: #8c8c8c;
    padding: 3px 0 2px;
}
.header-message svg.feather {
    margin-top: -1px;
    width: 13px;
    height: 13px;
}
.activities-wrapper {
    max-height: 400px;
    overflow-y: auto;
}
.activities-wrapper .notification-list .notification-text {
    font-size: 12px;
    color: #666;
}
.activities-wrapper .notification-list .notification-time {
    font-size: 11px;
    color: #666;
}
.activities-wrapper * {
    font-size: 12px;
}
.activities-wrapper h2 .text-center {
    font-size: 13px;
    color: #777;
}
.header-loading-sppiner {
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #777;
}
.wowonder-well {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px 15px 1px;
}
.wowonder-well.one-well {
    padding-top: 0;
}
.profile-style .avatar img {
    width: 74px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ededed;
}
.profile-style:not(.promoted-style) {
    width: 48%;
    margin-right: 6px;
    display: inline-table;
    margin-bottom: 20px;
}
.profile-style .user-like-button button {
    font-size: 12px;
    border: 1px solid #ededed;
    margin: 3px;
}
.profile-style .user-like-button button.btn-active {
    font-size: 12px;
    border: 1px solid #fff;
}
.profile-style .user-follow-button button {
    padding: 3px;
    font-size: 12px;
    background-color: #fff;
    margin-top: 10px;
    border: 1px solid #ededed;
}
.profile-style .user-follow-button button:hover {
    box-shadow: 0;
    box-shadow: none;
}
.profile-style .user-follow-button button.btn-active {
    padding: 3px;
    font-size: 12px;
    border: 1px solid #fff;
    outline: 0;
}
.sidebar-profile-style {
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
    background-color: #fff;
}
.load-bar {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 100%;
    position: fixed;
    z-index: 5000;
    background-color: #fdba2c;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #0095d8;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #eee;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #c54147;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }
    to {
        left: 0;
        width: 100%;
    }
}
header .barloading {
    /* background-color: #fff !important; */
}
.barloading {
    height: 4px;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 5000;
    overflow: hidden;
    background-color: #fff;
}
.barloading:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 3px;
    animation: barloading 1.5s linear infinite;
}

@keyframes barloading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

.animated_20 {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.animated_40 {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.animated_60 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.animated_80 {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.page-likes {
    color: #999;
    font-size: 12px;
}
.page-likes span {
    margin: 10px;
}
.load-more {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.load-more button {
    text-align: center;
    width: auto;
}
.search-filter-center-text {
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.search-filter-center-text.no-well {
    margin-bottom: 20px;
}
.sidebar-conatnier #sidebar-sticky.Stick {
    position: fixed;
    top: 64px;
    width: 300px;
}
.sidebar-user-data {
    width: 33.33333%;
    margin: 0;
    display: inline-block;
    padding: 0 3px 5px;
    position: relative;
}
.sidebar-user-data a {
    position: relative;
    display: block;
}
.sidebar-user-data .sidebar-listed-user-avatar img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.sidebar-user-data .sidebar-listed-user-name {
    bottom: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.45));
    padding: 5px;
    width: 100%;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    max-height: 56px;
}
.sidebar-ad iframe,
.sidebar-ad img,
.sidebar-ad script {
    width: 100%;
    max-width: 100%;
}
.publisher-box:focus {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.publisher-box .post-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
}
.publisher-box textarea.postText {
    padding: 16px 55px;
    line-height: 1.628571;
    height: 55px;
    color: inherit !important;
    max-height: 150px;
    overflow: auto;
}
.publisher-box .add-emoticons {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}
.publisher-box .add-emoticons .dropdown-toggle {
    display: block;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background: #fff;
    line-height: 35px;
    box-shadow: none;
}
.publisher-box .add-emoticons .dropdown-toggle svg.feather {
    fill: #f5365c;
    margin-top: -1px;
    width: 22px;
    height: 22px;
}
.publisher-box .camera-button {
    position: absolute;
    top: 10px;
    right: 55px;
    margin: 0;
    -webkit-transform: scaleY(1) scaleX(1) translateY(0);
    -moz-transform: scaleY(1) scaleX(1) translateY(0);
    -ms-transform: scaleY(1) scaleX(1) translateY(0);
    -o-transform: scaleY(1) scaleX(1) translateY(0);
    transform: scaleY(1) scaleX(1) translateY(0);
    opacity: 1;
}
.publisher-box .camera-button.hiddencamera {
    -webkit-transform: scaleY(0.3) scaleX(0.3);
    -moz-transform: scaleY(0.3) scaleX(0.3);
    -ms-transform: scaleY(0.3) scaleX(0.3);
    -o-transform: scaleY(0.3) scaleX(0.3);
    transform: scaleY(0.3) scaleX(0.3);
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    opacity: 0;
}
.publisher-box #camera-button-btn {
    border: none;
    padding: 0;
    color: #5b5b5b;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    line-height: 35px;
    box-shadow: none;
}
.publisher-box #camera-button-btn svg.feather {
    margin-top: -1px;
    width: 20px;
    height: 20px;
}
.publisher-box .btn-default {
    padding: 4px 8px;
}
.publisher-box .btn-mat.btn-go-live {
    padding: 0;
    margin: 0 5px;
}
.publisher-box #publisher-button {
    line-height: 35px;
    min-width: 100px;
	color: #444 !important;
	align-items: center;
    background-color: #f9f9f9;
    border-radius: 2em;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0px 6px 0px 10px;
    box-shadow: 0 0 0 1px #e4e4e4;
}
.publisher-box .publisher-hidden-option #percent {
    position: relative;
    left: auto;
    color: #444 !important;
}
.publisher-box .publisher-hidden-option #progress .progress,
.publisher-box .publisher-hidden-option #progress .progress .progress-bar {
    height: 4px;
    border-radius: 0;
}
.publisher-box .publisher-hidden-option #progress .progress {
    margin: 8px 40px 0 0;
}
.publisher-box .publisher-hidden-option select {
    height: 30px;
    padding: 4px 8px;
    font-size: 13px;
}
.publisher-box .publisher-hidden-option input {
    border-radius: 0;
    border: none;
}
.publisher-box .publisher-hidden-option textarea {
    border-radius: 0;
    border: none;
    border-top: 1px solid #ededed;
}
.publisher-box .publisher-box-footer {
    padding: 5px;
    display: none;
}
.publisher-box .publisher-box-footer .pub-footer-upper {
    margin: 0;
    padding: 4px 1px;
}
.publisher-box .publisher-box-footer .pub-footer-bottom {
    border-top: 1px solid #f4f4f4;
    padding: 11px 8px 7px;
}
.publisher-box .publisher-box-footer .pub-footer-bottom .ball-pulse {
    margin-right: 10px;
}
.publisher-box .publisher-box-footer .poster-left-buttons {
    margin: 0 7.8px; /*width:35px;height:35px;*/
    text-align: center;
    border-radius: 50%;
    transition: all 0.1s linear;
}
.publisher-box .publisher-box-footer .poster-left-buttons .btn {
    /*padding:7px*/
    padding: 0;
    border: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publisher-box .publisher-box-footer .poster-left-buttons:hover {
    background-color: #f1f1f1;
}
.publisher-box .publisher-box-footer .poster-left-buttons svg.feather {
    color: #5b5b5b;
    margin-top: -1px;
}
.publisher-box .publisher-box-footer .poster-left-buttons .btn:active {
    box-shadow: none;
}
.publisher-box
    .publisher-box-footer
    .poster-left-buttons
    span#postRecordingTime {
    position: relative;
    font-size: 11px;
    font-weight: 700;
    margin-top: -10px;
    display: block;
    pointer-events: none;
}
.publisher-box .publisher-box-footer .poster-left-select {
    margin-right: 5px;
    margin-left: 5px;
}
#post-textarea {
    position: relative;
}
#loading_indicator {
    position: absolute;
    display: none;
    right: 5px;
    top: 5px;
    color: #999;
}
.extracted_url {
    padding: 10px;
    position: relative;
    border-top: 1px solid #f4f4f4;
}
.extracted_url .extracted_thumb {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.extracted_url .extracted_thumb img {
    border-radius: 2px;
    width: 100%;
}
.thumb_sel {
    width: 100px;
}
.thumb_select {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
}
.remove-fetched-url {
    right: 20px;
    z-index: 1;
    top: 15px;
    font-size: 17px;
    color: #fff;
    text-shadow: 0 1px 1px #333;
    position: absolute;
    cursor: pointer;
}
.post-fetched-url {
    border-radius: 3px;
    border: 1px solid #ededed;
    transition: all 0.2s;
    position: relative;
}
.post-fetched-url:hover {
    background: #f9f9f9;
}
.post-fetched-url .fetched-url-text {
    margin: 5px;
}
.post-fetched-url .fetched-url-text h4 {
    color: #444;
    margin-bottom: 10px;
    font-size: 18px !important;
}
.post-fetched-url .fetched-url-text .description {
    font-size: 13px !important;
    margin-bottom: 10px;
}
.post-fetched-url a:focus,
.post-fetched-url a:hover {
    text-decoration: none !important;
}
.post-fetched-url img {
    width: 100%;
}
.fetched-url-text {
    padding: 5px;
}
.post-fetched-url-con {
    max-height: 300px;
    overflow: hidden;
}
.panel-group {
    border: 1px solid #ededed;
}
.panel-white .panel-footer,
.panel-white .panel-heading {
    background-color: #fff;
    border-color: #ddd;
}
.panel-one-post {
    margin: 0 auto;
    width: 80%;
}
.panel-white .panel-heading {
    color: #333;
}
.gray-1 {
    color: #999 !important;
}
.post-share {
    display: none;
}
.post-share .social-btn {
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
}
.active.fa-thumbs-up {
    color: #F5365C;
}
.active.fa-share-square-o {
    color: #5f764d;
}
.active.fa-exclamation-circle {
    color: #fc9b1b;
}
.comment-icons {
    margin-left: 2px;
    margin-right: 2px;
}
.filter-container {
    width: 100%;
}
.filter {
    width: 14.4% !important;
}
.filter-text {
    width: 20.1%;
    font-size: 13px;
}
#select-status-media {
    width: 100%;
    height: 180px;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    background: #f9f9f9;
    font-size: 18px;
    font-family: Hind, sans-serif;
    cursor: pointer;
    border-radius: 0;
    border: 2px dashed #dadada;
}
#select-status-media p {
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: table;
}
#select-status-media p span {
    display: table-cell;
    vertical-align: middle;
}
#select-status-media p span svg.feather {
    margin: 0 0 5px;
    width: 50px;
    height: 50px;
    color: #cecece;
}
#select-status-media img {
    width: 100%;
    max-height: 300px;
}
.optional-field {
    opacity: 0.7;
}
.opacity {
    opacity: 0.5;
    transition: all 1s;
}
.no-opacity {
    opacity: 1;
    transition: all 1s;
}
.story-container .story-image-wrapper {
    width: 100%;
    cursor: pointer;
    margin-bottom: -15px;
}
.story-container .story-image-wrapper .story-image {
    width: 100%;
    max-height: 100%;
}
.story-container .story-media-cont {
    width: 100%;
}
.story-container .story-video {
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
}
.post-edit {
    display: none;
    margin-bottom: 15px;
}
.comment-image {
    width: 40%;
}
.comment-image img {
    border-radius: 2px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.profile-container {
    padding-right: 15px;
    padding-left: 15px;
}
.profile-container .card {
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.profile-container .card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
}
.profile-container .card.hovercard .cardheader {
    background: #fff;
    background-size: cover;
    max-height: 333.3px;
    min-height: 333.3px;
}
.profile-container .card.hovercard .user-avatar {
    position: absolute;
    bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
    width: 10%;
    width: 150px;
    height: 150px;
}
.profile-container .card.hovercard .user-avatar img {
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.profile-container .card.hovercard .info {
    position: relative;
}
.profile-container .card.hovercard .info .title {
    left: 180px;
    position: absolute;
    width: 100%;
    z-index: 1;
    text-shadow: 0 1px 3px #111;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
    font-size: 26px;
    margin-top: -12px;
}
.profile-container .card.hovercard .info .title a {
    color: #fff;
}
.profile-container .text-shadow {
    background: linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    padding: 30px;
    position: absolute;
    width: 100%;
    margin-top: -50px;
}
.profile-avatar-changer {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    display: none;
}
.profile-cover-changer {
    position: absolute;
    z-index: 10;
    width: 45px;
}
.profile-cover-changer .btn-file {
    width: 40px;
    font-size: 18px;
    float: left;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 3px 4px 0;
    border-radius: 3px !important;
    padding: 6px;
    transition: all 0.2s ease;
}
.profile-cover-changer .btn-file:hover {
    background-color: rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}
.user-avatar-uploading-container {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    border-radius: 50%;
}
.user-avatar-uploading-progress {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    display: none;
}
.user-avatar-uploading-progress .ball-pulse {
    display: block;
    margin: 60px auto;
    float: none;
    line-height: 0;
}
.user-avatar-uploading-progress .ball-pulse > div {
    background-color: #dcdcdc;
}
.user-cover-uploading-container {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
.user-cover-uploading-progress {
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 2;
    display: none;
    background-color: rgba(0, 0, 0, 0.23);
    height: 100%;
}
.accept-btns {
    margin-top: 5px;
}
.user-lastseen {
    font-size: 11px;
    color: #9197a3;
}
.user-lastseen .small-last-seen {
    font-size: 10px;
}
.social-btn {
    text-align: center;
    width: 15%;
    font-size: 19px;
    height: 35px;
    position: relative;
    line-height: 24px;
}
.clear {
    clear: both;
}
.btns {
    margin-top: 10px;
}
#icon {
    font-size: 100px;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777;
    color: #ededed;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 70px;
    padding-top: 2px;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}
.scroll-top-wrapper:hover {
    background-color: #888;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}
input[readonly] {
    background-color: #fff !important;
    cursor: text !important;
}
.setting-update-alert {
    margin-bottom: 20px;
}
.available {
    color: green;
}
.unavailable {
    color: red;
}
.error-message,
.success-message {
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.success-message {
    background-color: #89ba73;
}
.error-message {
    background-color: #af5b5b;
}
#bar,
#progress,
.new-update-alert,
.posts-container {
    border-radius: 3px;
}
.pointer {
    cursor: pointer;
}
.charsLeft-message {
    color: #999;
    font-size: 13px;
    margin: 4px;
    display: none;
}
.charsLeft-post {
    color: #999;
    font-size: 13px;
    margin: 7px 7px 7px 6px;
    font-weight: 700;
}
.active-like {
    color: #1da1f2;
}
.active-wonder {
    color: #F5365C;
}
#comment-likes,
#comment-wonders {
    color: #666;
}
.comment-options {
    font-size: 11px;
    color: #888;
    position: relative;
    display: block;
    margin-top: 4px;
}
.comment-container .comment-options svg.feather {
    width: 16px;
    height: 16px;
    margin-top: -3px;
}
.refresh {
    cursor: pointer;
    font-size: 14px;
}
.online-text {
    color: #4caf50;
}
.hidden {
    display: none;
}
.center-text {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.padding-10 {
    padding: 10px;
}
.new-update-alert {
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    margin-top: 5px;
    margin-left: 3px;
    background-color: #2196f3;
}
#emo-form,
#photo-form,
#progress {
    position: relative;
}
.unread {
    background: #f5f5f4;
}
.view-more-wrapper {
    display: block;
    margin-top: 2px;
}
.view-more-wrapper span {
    cursor: pointer;
}
.view-more-wrapper span:hover {
    text-decoration: underline;
}
#progress {
    width: 100%;
    padding: 4px;
    display: none;
}
#percent {
    position: absolute;
    left: 50%;
}
#bar {
    height: 20px;
    width: 0;
}
.white {
    color: #fff;
}
.posts-container {
    margin-bottom: 20px;
}
.time {
    font-size: 11px;
    color: #9197a3;
}
.file-percent {
    color: #fff;
    display: none;
    text-align: center;
    margin: 5px;
}
#focus-overlay {
    background: #000;
    bottom: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s, bottom 0 0.3s;
    z-index: 1031;
}
.pub-focus #focus-overlay {
    bottom: 0;
    opacity: 0.6;
    transition: opacity 0.3s;
}
.pub-focus .post.publisher-box {
    z-index: 1031;
    position: relative;
}
.pub-focus .pac-container {
    z-index: 1031;
}
#video-form {
    display: none;
    border-top: 1px dashed #ededed;
}
#video-form .inner-addon {
    width: 100%;
    overflow: hidden;
}
#video-form .inner-addon span input.form-control {
    width: 350px;
}
#video-form .inner-addon span.video-custom-thumb {
    line-height: 34px;
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    margin-right: 5px;
    user-select: none;
}
#video-form div.video-poster-image {
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: none;
    padding: 7px;
}
#video-form div.video-poster-image .thumb-renderer {
    width: 100%;
    display: table;
    min-height: 210px;
    overflow: hidden;
    border: 2px dashed #ccc;
    background: #fff;
    padding: 5px;
    transition: all 0.2s ease-in-out;
}
#map-form,
#map-form input {
    border-radius: 5px;
}
#video-form div.video-poster-image .thumb-renderer:hover {
    border-color: #F5365C;
}
#video-form div.video-poster-image .thumb-renderer.hover {
    border-color: #F5365C;
    border-style: solid;
}
#video-form div.video-poster-image .thumb-renderer #post_vthumb_droparea {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #666;
}
#emo-form,
#map-form,
#music-form,
#photo-form,
#vine-form {
    display: none;
}
#video-form
    div.video-poster-image
    .thumb-renderer
    #post_vthumb_droparea
    div.preview
    svg {
    margin-top: 0;
    width: 50px;
    height: 50px;
    color: #cecece;
}
#video-form
    div.video-poster-image
    .thumb-renderer.hover
    #post_vthumb_droparea
    div.preview
    svg {
    color: #F5365C;
}
#video-form
    div.video-poster-image
    .thumb-renderer
    #post_vthumb_droparea
    div.preview
    div
    p {
    font-size: 17px;
    margin: 8px 0 0;
    padding: 0;
    text-transform: lowercase;
}
#video-form
    div.video-poster-image
    .thumb-renderer
    #post_vthumb_droparea
    div.preview
    div
    p:first-letter {
    text-transform: uppercase;
}
#video-form
    div.video-poster-image
    .thumb-renderer
    #post_vthumb_droparea
    div.image
    img {
    width: 100%;
    min-height: 100%;
}
#emo-form {
    font-size: 14px;
}
#photo-form .create-album,
#poll-form .create-poll {
    transition: all 0.2s ease-in-out;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
#map-form {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
#file-form,
#gif-form {
    display: none;
    border-top: 1px dashed #ededed;
}
#image-holder {
    width: 100%;
    padding: 0 8px;
    margin: 5px 0 10px;
    white-space: nowrap;
}
#image-holder .thumb-image {
    width: 100px;
    height: 100px;
    margin: 0 5px 0 0;
    display: inline-block;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    border-radius: 4px;
}
#album-form,
#poll-form {
    display: none;
}
#image-holder .thumb-image:last-child {
    margin-right: 0;
}
#photo-form .create-album {
    background: #4caf50;
    border-radius: 3px;
    padding: 2px 5px 3px;
    margin: -28px 10px 7px;
    z-index: 9;
}
#photo-form .create-album:hover {
    background: #378a3b;
}
#album-form {
    position: absolute;
    width: 100%;
    z-index: 9;
}
#album-form input {
    padding-right: 150px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
#poll-form .publisher-hidden-option.answers {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
}
#poll-form .create-poll {
    display: inline-block;
    background: #2396f3;
    border-radius: 3px;
    padding: 2px 5px 3px;
    margin: 0 10px 13px;
    cursor: pointer;
}
#poll-form .create-poll:hover {
    background: #2185d6;
}
#file-form .inner-addon svg.feather,
#map-form .inner-addon svg.feather,
#music-form .inner-addon svg.feather,
#photo-form .inner-addon svg.feather,
#video-form .inner-addon span svg.feather {
    position: absolute;
    margin: 7px;
    width: 18px;
    height: 18px;
    color: #575757;
}
.image-file {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e3e4e8;
}
.message-details {
    color: #888;
    font-size: 11px;
    margin-right: 10px;
    clear: both;
}
.message-details:empty {
    padding-top: 0;
}
.media-video-file {
    width: 100%;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #e3e4e8;
}
.media-download-btn {
    font-size: 15px;
    margin-left: 10px;
}
.tab-container {
    background-color: #fff;
    padding: 15px;
    border-top: 0;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.tab-container .tab-container {
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.setting-saved-update-alert {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}
.announcements-option {
    font-size: 16px;
    margin-left: 5px;
}
.announcements-option:first-child {
    padding-left: 5px;
}

/*Footer*/
.footer-wrapper {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}
.footer-wrapper hr {
    border-color: #e9e9e9;
    margin-bottom: 15px !important;
}
.footer-wrapper .footer-powered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #858585;
}
.footer-wrapper .footer-powered .list-inline {
    margin: 0;
}
.footer-wrapper-sidebar {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    display: none;
}
.footer-wrapper-sidebar .footer-powered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #858585;
    font-weight: 500;
}
.footer-wrapper-sidebar .footer-powered p,
.footer-wrapper .footer-powered p {
    margin: 0;
}
.footer-wrapper-sidebar .footer-powered .dropdown-toggle,
.footer-wrapper .footer-powered .dropdown-toggle {
    text-decoration: none;
    line-height: 1;
    display: block;
    color: #858585;
}
.footer-wrapper-sidebar .footer-powered .dropdown-toggle svg,
.footer-wrapper .footer-powered .dropdown-toggle svg {
    width: 13px;
    height: 13px;
    margin-top: -2px;
}
.vob_lang_select_menu {
    min-width: 140px;
}
.vob_lang_select_menu > li > a {
    font-size: 14px;
}
.footer-wrapper-sidebar hr {
    border-color: #e9e9e9;
    margin: 10px 0 !important;
}
.footer-wrapper-sidebar .list-inline {
    margin: 0 -5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-wrapper-sidebar .list-inline > li > a {
    text-decoration: none;
    line-height: 1;
    display: block;
    color: #858585;
}
footer .footer-wrapper {
    display: none;
}

table .setting-avatar {
    width: 20px;
    float: left;
    margin-right: 5px;
    border-radius: 100px;
}
table.setting-table {
    font-size: 13px;
}
table.setting-table .active {
    color: green;
}
table.setting-table .pending {
    color: red;
}
.report-not-seen {
    background-color: #ea1e1e;
    padding: 2px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 1.4;
    border-radius: 3px;
}
.dropdown-search-link {
    display: none;
}
.dropdown-hidden-link {
    display: block;
}
.hash {
    color: #a33e40;
}
.file-sharing-download-btn {
    position: absolute;
    z-index: 1;
    margin-top: 1px;
    right: 10px;
    color: #fff;
    text-shadow: 0 0 2px #333;
    font-size: 20px;
}
.post-file,
.recipient-chat-user .avatar {
    position: relative;
}
.file-sharing-resize-btn {
    right: 35px;
    cursor: pointer;
}
.post-file {
    text-align: center;
}
.profile-top-line {
    width: 100%;
    padding: 2px;
    margin-top: -4px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.editer-emo {
    padding-top: 10px;
}

/*Chat*/
.recipient-chat-user {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    margin: 5px 0;
    transition: all 0.1s;
}
.recipient-chat-user:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.recipient-chat-user .new-message-alert {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #e91e63;
    border-radius: 50%;
    padding: 0;
    margin-right: 5px;
}
.recipient-chat-user .user-info {
    display: flex;
    align-items: center;
}
.recipient-chat-user img {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 8px;
}
.recipient-chat-user .chat-user-text {
    color: #353535;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 85px);
}
.vob_chat_list-right {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}
.recipient-chat-user .chat-loading-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.recipient-chat-user .chat-loading-icon svg {
    width: 20px;
    height: 20px;
}
.recipient-chat-user .chat-loading-icon:empty {
    width: 0;
    height: 0;
}
.chat-container {
    max-height: 100%;
    overflow: auto;
    bottom: 0;
    color: #3f3f3f;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    padding-top: 45px;
    background: #ffffff;
    z-index: 66;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.chat-container.full {
    min-height: 100%;
}
.chat-container .online-toggle {
    padding: 10px;
    display: flex;
    align-items: center;
}
.chat-container .online-toggle h3 {
    margin: 0;
    font-size: 18px;
}
.chat-container .online-toggle .chat-status {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}
.chat-container .online-toggle .chat-status .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.04);
    height: 27px;
    margin-left: 8px;
    width: 27px;
    min-width: 27px;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.chat-container .online-toggle .chat-status .btn svg {
    width: 19px;
    height: 19px;
}
.chat-container .online-toggle .chat-status .dropdown-menu {
    min-width: 130px;
}
.chat-container .online-toggle .chat-status .dropdown-menu li a {
    font-size: 13px;
}
.chat-container .online-toggle .chat-status .dropdown-menu li a svg {
    width: 9px;
    height: 9px;
    margin: -2px 5px 0 0;
}
.chat-container .online-toggle .chat-status .dropdown-menu li.divider {
    margin: 5px 0;
}
.chat-container .vob_chat_search {
    padding: 10px;
    flex: 0 0 auto;
}
.chat-container .vob_chat_search input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 7px;
    height: 32px;
    border: 0;
    padding: 1px 12px;
    outline: 0;
}
.chat-container .vb_chat_tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    text-align: center;
    margin: 0px 0 14px;
}
.chat-container .vb_chat_tabs li {
    float: none;
    margin: 0 3px;
    width: auto;
}
.chat-container .vb_chat_tabs li a {
    padding: 7px 22px;
    height: auto;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
    border-radius: 2em;
    color: #949494;
    cursor: pointer;
}
.chat-container .vb_chat_tabs li a:hover {
    background-color: #ececec !important;
}
.chat-container .vb_chat_tabs li.active a {
    background: #f0e3e3 !important;
    cursor: pointer !important;
}
.chat-container .vb_chat_tabs li a svg {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.online-content-toggler {
    max-height: 40%;
    overflow-y: auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-grow: 1;
    display: none;
}
.online-content-toggler .empty_state {
    font-size: 14px;
}
.online-content-toggler .empty_state svg {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
.chat-opacity {
    width: 250px;
    position: fixed;
    height: 100%;
    display: none;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2;
    backdrop-filter: blur(6px);
    top: 45px;
    right: 0;
    align-items: center;
    justify-content: center;
}
.chat-opacity.active {
    display: flex;
}
.chat-opacity .empty_state {
    margin: -45px 0 0;
    padding: 0 10px;
}
.chat-opacity .empty_state .btn {
    margin-top: 30px;
    box-shadow: none;
    background-color: #03a9f4;
    color: #ffffff;
}
.vob_group_chat_image,
.vob_group_chat_image img {
    min-height: 180px;
    max-height: 180px;
}
.group_chat_mbr_list {
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    position: absolute;
    background: #fff;
    z-index: 9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 4px 4px;
}
.group_chat_mbr_list:empty {
    padding: 0;
    box-shadow: none;
}
.group_chat_mbr_list p.no_participant {
    width: 100%;
    line-height: 90px;
    text-align: center;
    font-size: 15px;
    margin: 0;
}
.group_chat_mbr_part {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding: 10px;
}
.group_chat_mbr_part:last-child {
    border-bottom: none;
}
.group_chat_mbr_part .avatar {
    width: 37px;
    height: 37px;
    margin-right: 10px;
}
.group_chat_mbr_part .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.group_chat_mbr_part .user-name {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
.group_chat_mbr_part .user-lastseen,
.group_chat_mbr_part .user-lastseen .small-last-seen {
    font-size: 12px;
    color: #7b7b7b;
}
.chat_main {
    position: fixed;
    bottom: 0;
    width: 280px;
    color: #333;
    z-index: 9;
    border-radius: 6px 6px 0 0;
    right: 270px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.chat_main:nth-child(2) {
    right: 570px;
}
.chat_main:nth-child(3) {
    right: 870px;
}
.chat-tab .online-toggle-hdr {
    width: 100%;
    font-size: 13px;
    padding: 8px;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #f5365c;
	background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%);
	background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%);
	background: linear-gradient(to right, #f5365c 0%,#f56036 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 );
	color: #fff;
}
.vob_chat_hdr_usr {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
}
.vob_chat_hdr_usr .avatar {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 8px;
}
.vob_chat_hdr_usr .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.vob_chat_hdr_usr a {
    text-decoration: none;
}
.vob_chat_hdr_usr h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
	color:#fff;
}
.vob_chat_hdr_usr .chat-tab-status {
    margin: 2px 0 -2px;
    display: none;
    font-size: 10px;
}
.vob_chat_hdr_usr .chat-tab-status.active {
    display: block;
    color: #7dd181;
}
.vob_chat_hdr_usr .chat-tab-status svg {
    width: 7px;
    height: 7px;
    margin-top: -1px;
}
.chat-tab .online-toggle-hdr .close-chat a {
    display: inline-block;
    line-height: 1;
}
.chat-tab .online-toggle-hdr .close-chat svg {
    width: 21px;
    height: 21px;
    margin: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 2px;
}
.chat-tab .online-toggle-hdr .close-chat svg.disabled {
    opacity: 0.4;
}
.chat-user-desc {
    padding: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    height: 274px;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
}
.chat-user-desc.chat-user-desc-show {
    display: flex;
}
.chat-user-desc img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.chat-user-desc .text {
    text-align: center;
}
.chat-user-desc .head-text {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.chat-user-desc .desc-text {
    font-size: 12px;
    color: #6b6b6b;
}
.chat-user-desc .desc-text svg {
    margin-top: -2px;
    width: 13px;
    height: 13px;
}
.chat-messages-wrapper {
    height: 280px;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    width: 280px;
    padding-top: 6px;
}
.chat-messages-wrapper .incoming {
    max-width: 65%;
}
.chat-messages-wrapper .incoming p .hash {
    color: #333 !important;
}
.chat-messages-wrapper .outgoing .message-media a {
    color: #fff;
}
.chat-messages-wrapper .messages-wrapper {
    border: none;
    padding: 1px 5px 3px;
}
.chat-messages-wrapper .incoming,
.chat-messages-wrapper .outgoing {
    max-width: 75%;
    position: relative;
}
.chat-messages-wrapper .message-group_owner {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    margin: 3px 1px 2px;
}
.chat-messages-wrapper .message-group_owner a {
    text-decoration: none;
}
.chat-messages-wrapper .incoming .message-text,
.chat-messages-wrapper .outgoing .message-text {
    border-radius: 15px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background-color: gray;
}
.chat-messages-wrapper .messages-wrapper .message-media {
    border-radius: 15px;
    overflow: hidden;
    line-height: 1;
    display: flex;
}
.chat-messages-wrapper
    .messages-wrapper
    .message-media
    > a:not(.file-sharing-download-btn) {
    text-decoration: none;
    border-radius: 15px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 16px;
}
.chat-messages-wrapper
    .messages-wrapper
    .incoming
    .message-media
    > a:not(.file-sharing-download-btn) {
    background-color: #e8e8e8;
}
.chat-messages-wrapper .messages-wrapper .message-typing {
    margin-top: 10px;
}
.chat-messages-wrapper .messages-wrapper .message-typing:empty {
    margin-top: 0;
}
.chat-messages-wrapper .messages-wrapper .name {
    color: #666;
    font-size: 11px;
}
.chat-messages-wrapper .messages-wrapper .user-avatar-right {
    float: right;
    width: 30px;
    margin-left: 10px;
    border-radius: 50%;
}
.chat-messages-wrapper .messages-wrapper .user-avatar-left {
    float: left;
    width: 30px;
    margin-right: 10px;
    border-radius: 50%;
}
.chat-messages-wrapper .media-video-file {
    width: 100%;
    border-radius: 1px;
    padding: 0;
    margin-top: 0;
    border: none;
}
.chat-messages-wrapper .file-sharing-download-btn {
    margin-top: 1px;
}
.chat-messages-wrapper .image-file {
    max-width: 100%;
    border: 0;
    max-height: 150px;
    border-radius: 0;
}
.chat-messages-wrapper .message-details {
    margin-right: 0;
    margin-top: 2px;
    font-size: 10px;
}
.btn-chat {
    width: 50.2%;
    border-radius: 0;
    font-size: 12px;
    margin-top: 0;
}
.chat-textarea {
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.chat-textarea textarea {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 6px;
    font-size: 13px;
    resize: none;
    max-height: 200px;
    border: 0;
}
.chat-textarea .chat-btns-w {
    padding: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fbfbfb;
    border-radius: 4px;
}
.chat-textarea .chat-btns-w .ball-pulse {
    margin: 0;
    line-height: 26px;
    transform: scale(0.7);
}
.chat-textarea .chat-btns-w .btn-file {
    padding: 0;
    display: inline-flex;
    border: 0;
    cursor: pointer;
    box-shadow: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    margin: 0 1px;
}
.chat-textarea .chat-btns-w .btn-file:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.chat-textarea .chat-btns-w .record_timei {
    position: absolute;
    bottom: 6px;
    padding: 4px 7px;
    background-color: #fff;
    right: 36px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.19);
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}
.chat-textarea .chat-btns-w .chat_optns {
    color: #f5365c;
}
.chat-textarea .chat-btns-w .chat_optns svg {
    width: 20px;
    height: 20px;
}
.chat-textarea .chat-btns-w .chat_optns.dropup {
    position: static;
}
.chat-textarea .chat-btns-w .chat_optns .dropdown-menu {
    left: 0;
    right: 0;
    height: 280px;
    padding: 0;
    bottom: 45px;
    margin: 0;
}
.chat-textarea .chat-btns-w .chat_optns .dropdown-menu .empty_state {
    margin: 83px 0;
}
.chat-textarea .chat-btns-w .chat_optns .dropdown-menu .empty_state svg {
    width: 60px;
    height: 60px;
    color: #ffffff;
}
.chat-textarea .chat-btns-w .chat_optns .dropdown-menu.vob_choose_chat_clrs {
    bottom: 92px;
    box-shadow: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}
.vob_choose_chat_clrs .chat-colors-cont {
    width: 100%;
    height: 100%;
    padding: 15px;
}
.vob_choose_chat_clrs .chat-colors-cont a {
    width: auto;
    line-height: 1;
    font-size: inherit;
    margin: 5px 3px;
}
.vob_choose_chat_clrs .chat-colors-cont a svg {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    transition: all 0.15s;
}
.vob_choose_chat_clrs .chat-colors-cont a svg:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    opacity: 0.8;
}
.chat-textarea .chat-btns-w .chat_optns .emo-container {
    max-height: 280px;
    overflow-y: auto;
    display: block !important;
}
.chat-textarea .chat-btns-w .chat_optns .emo-container span {
    display: inline-flex;
    margin: 2px;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.15s;
    cursor: pointer;
}
.chat-textarea .chat-btns-w .chat_optns .emo-container span:hover {
    background-color: #efefef;
}
.chat-textarea .chat-btns-w .chat_optns .emo-container span i {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    margin: 0;
}
#chat-box-stickers {
    height: 280px;
}
#chat-box-stickers input {
    padding-left: 10px;
    border: none;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
}
#chat-box-stickers #chat-box-stickers-cont img,
#chat-box-stickers #chat-box-stickers-cont video {
    height: 83px;
    max-height: 85px;
}
#chat-box-stickers-cont {
    width: 100%;
    overflow: scroll;
    max-height: 280px;
}
#chat-box-stickers input + #chat-box-stickers-cont {
    max-height: 260px;
}
#chat-box-stickers-cont img,
#chat-box-stickers-cont video {
    width: 50%;
    height: 80px;
    display: inline;
    cursor: pointer;
    float: left;
}
.home-sidebar.profile-style.vob_add_groupcht_mmbrs {
    margin: 0;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #eee;
}
.home-sidebar.profile-style.vob_add_groupcht_mmbrs:last-child {
    border: 0;
    padding-bottom: 0;
}
.home-sidebar.profile-style.vob_add_groupcht_mmbrs h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.home-sidebar.profile-style.vob_add_groupcht_mmbrs .pointer.status {
    margin-left: auto;
}

.w100 {
    width: 100%;
    overflow: hidden;
}
.record-chat-audio {
    padding: 3px;
    color: #333;
}
.chat-recording-time {
    color: #333;
    font-size: 13px;
    font-family: Hind, sans-serif;
}
.hind {
    font-family: Hind, sans-serif !important;
}
.blue-link {
    color: #365899;
}
.ad-placement-header-footer {
    text-align: center;
}
.ad-placement-header-footer iframe,
.ad-placement-header-footer script {
    width: 80%;
}
.ad-placement-header-footer .content {
    margin-top: 30px;
}
.verified-color svg,
svg.verified-color {
    margin-top: -3px !important;
    fill: #55acee;
}
.filter-by-home {
    display: none;
}
.gray {
    color: #666;
}
.tooltip-wide {
    font-size: 95%;
}
.tooltip-wide .tooltip {
    min-width: 500px;
}
.verified-color {
    color: #55acee;
}
.verified-color svg {
    width: 18px !important;
    height: 18px !important;
}
.tooltips {
    min-width: 200px;
}
.pinned-post-container {
    position: relative;
}
.post-options {
    left: auto;
    right: 0;
    border: none;
    color: #ccc;
}
.api-ex-urls,
.app-avatar,
.video-con {
    border-radius: 3px;
}
.activity-container .time {
    font-size: 10px;
}
.activity-container img {
    width: 50px;
}
.activity-container .activity {
    border-bottom: 1px solid #f5f5f4;
}
.activity-container .activity img {
    width: 35px !important;
    height: 35px;
    overflow: hidden;
}
.activity-container .activity .inline_post_count_emoji > img {
    width: 16px !important;
    height: 16px;
}
.second-user-color {
    color: #333;
}
.pin-icon,
.sop-icon {
    position: absolute;
    width: auto;
    color: #f9b340;
}
.sop-icon {
    right: 15px;
    top: 15px;
    font-size: 25px;
}
.pin-icon {
    top: -10px;
    font-size: 23px;
}
.pin-icon svg {
    fill: #f9b340;
    width: 23px !important;
    height: 23px !important;
}
.pinned-text {
    color: orange;
}
.promoted-post {
    margin-top: 30px;
    position: relative;
}
.promoted-post .promoted-icon {
    position: absolute;
    top: -12px;
    color: #ffa412;
}
#remote-media,
.sidebar-page-data,
.video-con {
    position: relative;
}
.promoted-post .promoted-icon svg.feather {
    margin-top: 0;
    width: 27px;
    height: 27px;
    fill: #ffeac9;
}
.boosted-text {
    color: #e13c4c;
}
.api-ex-urls {
    background: #f5365c; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5365c 0%, #f56036 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f5365c 0%,#f56036 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f5365c 0%,#f56036 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ); /* IE6-9 */
    color: #fff;
    padding: 4px;
}
.black-color {
    color: #666;
    font-weight: 600;
}
#modal-dialog-update-info {
    margin: 60px auto;
}
.account-activate-icon {
    font-size: 100px;
    color: #F5365C;
}
.app-avatar {
    width: 30px;
    margin-right: 7px;
}
#remote-media h3 {
    text-align: center;
    color: #fff;
    padding: 15px;
}
#remote-media video:nth-child(2) {
    width: 80% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hidden-mobile-image,
.video-con {
    width: 100%;
}
.video-con {
    background: #444;
}

.green {
    color: #43a735;
    font-size: 12px;
}
.sidebar-page-data .sidebar-listed-page-avatar {
    position: absolute;
    top: 0;
}
.sidebar-page-data .sidebar-listed-page-avatar img {
    width: 70px;
    height: 70px;
    background: #fff;
    padding: 0 1px 1px 0;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sidebar-page-data .sidebar-listed-page-name {
    position: absolute;
    left: 8px;
    font-size: 16px;
    top: 75%;
    color: #fff;
}
.sidebar-page-data .sidebar-listed-page-name a {
    color: #fff !important;
}
.sidebar-page-data .sidebar-listed-page-like-btn {
    position: absolute;
    right: 8px;
    top: 70%;
}
.sidebar-page-data .text-shadow {
    background: linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    padding: 20px;
    position: relative;
    margin-top: -40px;
}
.sidebar-page-data .sidebar-listed-page-cover img {
    width: 100%;
}
.no-more-pages {
    font-size: 13px;
    color: #777;
}
.user-details {
    z-index: 1111;
    padding-top: 10px;
}
.user-details .loading-user {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    width: 330px;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 10px;
}
.user-details .loading-user div.fa {
    text-align: center;
    font-size: 19px;
    display: block;
}
.user-details:not(.not-profile) {
    z-index: 333;
    padding-top: 35px;
}
.user-details.not-profile:before {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    left: 10px;
    border-bottom-color: #f9f9f9;
    top: 0;
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.35));
}
.user-details.right:before {
    left: auto;
    right: 20px;
    content: "";
}
.user-fetch {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    width: 340px;
    min-height: 240px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
}
.user-fetch .user-cover {
    background-size: cover !important ;
    background-position: 100% !important;
    min-height: 130px;
}
.user-fetch .user-avatar {
    position: relative;
    float: none;
    z-index: 2;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 15px;
}
.user-fetch .user-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.user-fetch hr {
    margin-bottom: 0 !important;
}
.user-fetch .user-name {
    font-size: 17px;
    z-index: 3;
    position: relative;
    width: 100%;
    line-height: 1;
    color: #3c3c3c;
    font-weight: 700;
    text-align: center;
}
.user-fetch .user-name a {
    color: #3c3c3c !important;
}
.user-fetch .user-buttons {
    width: 100%;
    margin-right: 0;
    margin-top: 13px;
    text-align: center;
}
.user-fetch .user-information {
    padding: 4px;
    margin: 10px 0 0;
    font-size: 11px;
    text-align: center;
    color: #666;
    border-top: 1px solid #eee;
}
.user-fetch .user-information li {
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}
.user-fetch .user-information li svg.feather {
    margin: -2px 1px 0;
    width: 14px;
    height: 14px;
}
.user-fetch .user-cover img {
    width: 100%;
}
.user-fetch .user-footer .user-button {
    margin: 0 4px;
    display: inline-block;
}
.user-fetch .user-footer .user-button button {
    font-size: 13px;
}
.user-fetch .user-footer .user-button:empty {
    margin: 0;
}
.typing {
    width: 33px;
    margin-top: 10px;
}
.filter-margin {
    margin-bottom: 20px;
}
.emo-post-container {
    z-index: 2;
    display: none;
    right: 0;
    left: auto;
    background-color: #fff;
    padding: 5px;
}
ul#filterby-post {
    position: sticky;
    top: 45px;
    z-index: 9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.filterby .avtive,
.filterby li:hover {
    background: #f9f9f9;
}
.filterby li {
    cursor: pointer;
    height: 35px;
    line-height: 2;
}
.filterby .avtive {
    border-left: 3px solid;
    transition: all 0.1s;
}
#filterby-post li {
    display: inline-block;
    float: left;
    width: 14.28%;
    height: 35px;
    padding: 5px 10px;
    text-align: center;
}
#filterby-post li svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px auto 1px;
}
.emo-comment,
.image-comment {
    position: absolute;
    color: #999;
    top: 0;
    z-index: 2;
}
#filterby-post .avtive {
    border-bottom: 2px solid;
    background: #f9f9f9;
    transition: all 0.1s;
    border-left: 0;
    border-color: currentColor !important;
}
.float-right {
    margin-top: 5px;
    float: right;
}
.emo-comment {
    right: 33px;
}
.image-comment {
    right: 25px;
}
.comment-image-con {
    width: 50%;
    position: relative;
    margin-top: 10px;
}
.comment-image-con img {
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
}
.comment-image-con .remove-icon {
    position: absolute;
    top: 8px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    right: 10px;
}
.send-comment {
    position: absolute;
    color: #999;
    display: none;
    right: 80px;
    top: 0;
    z-index: 2;
}
.post-commet-textarea {
    position: relative;
}
.user-username {
    color: #F5365C;
    font-size: 10px;
}
.user-story-container .ads-heading {
    overflow: hidden;
    width: 100%;
    padding: 10px 15px;
}
.user-story-container .ads-image {
    width: 46px;
    height: 46px;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}
.user-story-container .panel {
    padding-top: 10px;
}
.user-story-container .ads-meta {
    color: #555;
}
.user-story-container .ads-meta .title {
    margin-bottom: 0;
    margin-top: 1px;
}
.user-story-container .ads-description {
    font-size: 13px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
    padding: 15px 0;
}
.user-story-container .ads-headline {
    font-size: 14px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
    padding: 15px 0;
}
.user-story-container .ads-headline p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.user-story-container .ads-headline p span {
    font-size: 13px;
    color: #333;
    display: block;
}
.user-story-container .ads-headline p span.read-ads-description {
    display: block;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.user-story-container .ads-cover {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
}
.user-story-container .ads-cover .ads-description {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}
.user-story-container .ads-cover .ads-description h5 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.user-story-container .ads-cover .ads-description p {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}
.user-story-container .ads-cover a {
    display: block;
    max-height: 700px;
}
.modal-dialog.profile-picture {
    width: 150px !important;
}
.modal-dialog textarea {
    max-height: 300px;
}
.modal-dialog .form-control:not(textarea) {
    height: 30px;
    font-size: 13px;
}
.small-text {
    font-size: 13px !important;
}
.admin-panel .page-margin {
    margin-bottom: 0;
}
.admin-panel .btn-default {
    height: 30px;
    font-size: 13px;
}
.lightbox-backgrond,
.lightbox-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    left: 0;
}
.admin-panel .col-md-9 .list-group-item.dashboard {
    color: #444 !important;
    background-color: #f9f9f9 !important;
}
.admin-panel .col-md-9 .list-group-item.users {
    background-color: #4c75a3 !important;
}
.admin-panel .col-md-9 .list-group-item.pages {
    background-color: #ce3d3d !important;
}
.admin-panel .col-md-9 .list-group-item.groups {
    background-color: #f2b92b !important;
}
.admin-panel .col-md-9 .list-group-item.posts {
    background-color: #6abd46 !important;
}
.admin-panel div ul {
    margin: 0 !important;
    border-bottom: 1px solid #f9f9f9;
    border-radius: 0 !important;
}
.admin-panel p i:not(.fa-caret-down) {
    width: 15px;
    font-size: 12px;
}
.admin-panel-well .admin-static50 {
    width: 50% !important;
    background-color: #333 !important;
}
.admin-panel-well .admin-static {
    background-color: #4c75a3;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    min-height: 100px;
    text-align: center;
    width: 25%;
}
.admin-panel-well .user-count {
    background-color: #4c75a3;
}
.admin-panel-well .page-count {
    background-color: #ce3d3d;
}
.admin-panel-well .groups-count {
    background-color: #f2b92b;
}
.admin-panel-well .posts-count- {
    background-color: #6abd46;
}
.admin-panel-well .messages-count {
    background-color: #f2b92b;
    cursor: inherit;
}
.admin-panel-well .online-count {
    background-color: #659fcb;
    cursor: inherit;
}
.admin-panel-well .games-count {
    background-color: #e84c4c;
    cursor: inherit;
}
.admin-panel-well .comments-count {
    background-color: #6abd46;
    cursor: inherit;
}
.admin-panel-well .icon {
    font-size: 40px;
}
.admin-panel-well .text {
    font-size: 18px;
}
.admin-panel-well.manage-users .text {
    font-size: 14px;
}
.payments {
    font-family: Lato !important;
}
.social-box {
    color: #fff;
    padding: 10px 10px 0;
}
.social-box .social-icon {
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}
.social-box.facebook {
    background: #43609c;
}
.social-box.google {
    background: #dc493c;
}
.social-box.twitter {
    background: #659fcb;
}
.social-box.linkedin {
    background: #0177b5;
}
.social-box.instagram {
    background: #3f729b;
}
.social-box.vk {
    background: #4c75a3;
}
.last-btn {
    margin-bottom: 0 !important;
}
.btn-upload-image {
    background-color: transparent;
    opacity: 1;
    color: #fff;
    transition: all 0.2s;
    text-shadow: #555 0 0 1px;
    padding: 5px;
}
.btn-upload-image:hover {
    background: 0 0;
    text-shadow: #444 0 0 3px;
}
.nopadding-left {
    padding-left: 0 !important;
}
.lightbox-backgrond {
    width: 100%;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.8);
}
.lightbox-content {
    transition: all 0.4s;
    margin-right: auto;
    margin-left: auto;
    width: 1110px;
    margin-top: 50px;
    z-index: 1031;
}
.lightbox-content .story-img {
    border-radius: 3px 0 0 3px;
    display: table-cell;
    vertical-align: middle;
    height: calc(100vh - 100px);
}
.lightbox-content .story-img img {
    max-width: 100%;
    display: block;
    max-height: calc(100vh - 100px);
    margin-left: auto;
    margin-right: auto;
}
.lightbox-content .comment-section {
    background-color: #fff;
    height: calc(100vh - 100px);
    border-radius: 0 3px 3px 0;
    padding-top: 10px;
    display: table-cell;
    width: 35%;
}
.lightbox-content .comment-section .stats {
    margin: 0 16px;
    border-bottom: 1px solid #ebebeb;
}
.lightbox-content .comment-section .stats .stat-item {
    display: inline-block;
    padding: 7px 8px;
    font-size: 13px;
    border: 0;
    background: #fff;
    box-shadow: none;
    width: 49%;
    font-weight: 700;
}
.lightbox-content .comment-section .post-info {
    margin: 0 16px 10px;
    max-height: 100px;
    overflow: auto;
    position: relative;
}
.lightbox-content .comment-section .post-info p {
    font-size: 14px;
    color: #555;
    word-break: break-word;
}
.cool-style-album .album-name h4 {
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lightbox-content .comment-section .user-name {
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 700;
}
.lightbox-content .user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 9px;
}
.close-lightbox,
.create-album {
    margin-right: 5px;
    cursor: pointer;
}
.lightbox-content.multi {
    width: 900px;
}
.close-lightbox {
    padding: 4px;
    color: #666;
    margin-top: -5px;
}
.changer {
    cursor: pointer;
    margin-bottom: 10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    top: 40%;
    width: 50px;
    display: none;
}
.changer i {
    color: #fff;
    font-size: 30px;
    text-shadow: 0 1px 2px #555;
    padding: 10px;
    position: relative;
}
.previous-btn {
    left: 0;
}
.next-btn {
    right: 30.5%;
}
.next-btn.multi {
    right: 0;
}
.width-2 {
    width: 50% !important;
}
.width-3 {
    width: 33.33% !important;
}
.create-album {
    position: relative;
    margin-top: -25px;
    font-size: 14px;
    color: #666;
}
.feeling-text {
    color: #777;
    margin-top: -5px;
}
.feeling-text i {
    font-size: 13px;
}
.feeling-type {
    max-height: 200px;
    overflow: auto;
    display: none;
}
.feeling-type ul {
    padding: 5px;
    border-top: 1px solid #ededed;
    margin-bottom: 1px;
}
.feeling-type li {
    color: #666;
    padding: 5px;
}
.feeling-type.feeling-types {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
    border-top-width: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.feeling-type.feeling-types li {
    display: table;
    margin: 2px 0;
}
.feeling-type.feeling-types li:hover {
    background-color: #f7f7f7;
}
.feeling-type.feeling-types li svg.feather {
    display: table-cell;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 2px;
    padding: 1px;
}
.feeling-type.feeling-types li span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}
.feelings-value {
    background-color: #fff;
    color: #555;
    padding: 4px 6px;
    position: absolute;
}
.feeling-type li i.twa,
.feelings-value i.twa {
    margin-top: 2px;
    vertical-align: bottom;
}
.feelings-value:empty {
    padding: 0;
}
#feelings-text {
    width: 80%;
    height: 31px;
}
.feelings-type-to {
    padding: 6px 7px;
    color: #555;
    background: #dfecff;
}
.feelings-type-to:empty {
    padding: 0;
}
.light {
    background: #fcfcdb;
    transition: opacity 500 ease-in-out;
}
.pricing,
.upload-image-content {
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.view-more-replies {
    color: #777;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.view-more-replies i {
    font-size: 10px;
}

/*Album*/
.cool-style-album {
    margin-bottom: 30px;
}
.cool-style-album .album_parent {
    position: relative;
    font-family: "Roboto", sans-serif;
}

.cool-style-album .album_parent .avatar {
    position: relative;
}
.cool-style-album .album_parent .avatar:before,
.cool-style-album .album_parent .avatar:after {
    content: "";
    height: 8px;
    position: absolute;
    top: 100%;
    transition: background-color 0.3s;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background-position: bottom;
}
.cool-style-album .album_parent .avatar:before {
    background-color: #000000;
    left: 10px;
    right: 10px;
    opacity: 0.7;
    background-blend-mode: hard-light;
}
.cool-style-album .album_parent .avatar:after {
    left: 20px;
    right: 20px;
    background-color: #000000;
    margin-top: 8px;
    opacity: 0.3;
    background-blend-mode: hard-light;
}
.cool-style-album .album_parent .avatar a {
    display: block;
    position: relative;
    padding-bottom: 110%;
}
.cool-style-album .album_parent .avatar a img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.cool-style-album .album_parent .avatar .alb_count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 4px 5px;
    border-radius: 5px;
}
.cool-style-album .album_parent .avatar .alb_count svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.cool-style-album .album-name {
    position: absolute;
    padding: 5px 15px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    border-radius: 6px;
    pointer-events: none;
}
.cool-style-album .album-name h4 {
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    display: block;
    color: white;
}

.cool-style {
    width: 24.66%;
    margin: 1px;
    position: relative;
    float: left;
}
.cool-style img {
    width: 100%;
}
.cool-style .game-name {
    position: absolute;
    margin: 5px;
    font-size: 15px;
    color: #fff;
    display: none;
}
.cool-style .game-name a {
    color: #fff;
}
.cool-style .last-play {
    font-size: 11px;
    color: #fff;
    margin-top: 3px;
}
.overlay-black {
    background: url(../img/overlay-image.png);
    width: 100%;
    padding: 50%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    opacity: 0.5;
    left: 0;
}
.album-image {
    position: relative;
    color: #fff;
    float: left;
}
.album-image span {
    position: absolute;
    top: 0;
    display: none;
    color: #fff;
    text-shadow: 0 1px 1px #333;
    right: 5px;
}
.user-cover-reposition-w,
.user-reposition-container {
    position: relative;
    width: 100%;
}
.load-more-comments {
    color: #777;
    font-size: 12px;
    margin-left: 5px;
}

/*Steps*/
.vob__minstp .steps > div.step-three {
    right: 6.3%;
}
.vob_usr_steps {
    font-family: "Roboto", sans-serif;
    text-align: center;
}
.vob_usr_steps > h2 {
    margin: 20px 0 15px;
    font-weight: 400;
}
.vob_usr_steps > h4 {
    font-weight: 100;
    font-size: 16px;
    margin: 0 0 15px;
}
.vob_usr_steps .vob_form_fields label,
.vob_usr_steps .vob_frnd_usr .fndfrnd_user_wrapper .user_wrapper_link {
    text-align: initial;
	text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 7px;
}
.vob_usr_steps .vob_frnd_usr {
    margin-top: 50px;
    margin-bottom: 10px;
}
.vob_usr_steps_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
}
.vob_usr_steps_cont .btn {
    margin-left: auto;
}
.vob_usr_steps .upload-image {
    margin: 50px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #f6f6f6;
    border: 0;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #e6e6e6;
}
.vob_usr_steps .upload-image img {
    width: 100%;
    height: 100%;
}

.upload-image,
.upload-image img {
    width: 250px;
    height: 250px;
    max-width: 100%;
}
.add-photo #progress {
    width: 250px;
    max-width: 100%;
    padding: 0;
    margin: 10px auto 20px;
}
.add-photo #percent {
    left: 46%;
}
.add-photo label {
    font-size: 15px;
}
.skip-step {
    cursor: pointer;
}
.skip-step:hover {
    text-decoration: underline;
	font-size:14px;
}
.upload-image {
    display: table;
    overflow: hidden;
    cursor: pointer;
    border: 3px dashed #F5365C;
}
.upload-image-content {
    font-size: 15px;
    color: #555;
    display: table-cell;
    vertical-align: middle;
}
.upload-image-content:hover {
    color: #777;
}
.upload-image-content i {
    font-size: 70px;
}
.textarea {
    padding-right: 40px;
    border-radius: 2px !important;
}
.reply-textarea {
    padding-top: 5px;
    resize: none;
}
.user-cover-reposition-container {
    position: relative;
}
.user-reposition-container {
    height: 333.3px;
    overflow: hidden;
    display: none;
}
.user-reposition-container img {
    position: absolute;
    width: 100%;
}
.user-reposition-container .user-reposition-dragable-container {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 28%;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: 700;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform: translate(-50%);
}
.user-reposition-container .user-reposition-dragable-container svg.feather {
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 0;
}
.center-container {
    padding: 10px 10px 25px;
}
.center-container * {
    text-align: center;
}
.center-container .icon {
    font-size: 50px;
    margin-bottom: 30px;
	color:#f5365c !important;
}
.center-container .error-container,
.center-container .success-container {
    display: inline-block;
    background: 0 0;
    padding: 5px;
    width: 500px;
    margin-bottom: 10px;
    max-width: 30%;
}
.center-container button,
.center-container input {
    max-width: 30%;
    display: inline-block;
}
.center-container input{
	border:1px solid #f5365c;
}
.center-container .error-container {
    color: #f5365c;
    border: 1px solid #f5365c;
    font-size: 13px;
    border-radius: 3px;
}
.center-container .success-container {
    color: #89ba73;
    border: 1px solid #89ba73;
    border-radius: 3px;
}
.center-container hr {
    max-width: 30%;
    margin-bottom: 30px;
}
.activate-form button#activate-submit{
	border-radius: 15px;
    padding: 10px 20px;
    background: #f5365c;
    background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%);
    background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%);
    background: linear-gradient(to right, #f5365c 0%,#f56036 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 );
    color: #fff;
    font-weight: 500;
}
.announcements img,
.blog-h-list .avatar img,
.home-announcement img,
.read-blog div,
.read-blog iframe,
.read-blog img,
.read-blog p,
.read-blog span,
.small img {
    max-width: 100%;
}
.center-container p {
    margin-bottom: -5px;
    color: #888;
}
.activate-code-form {
    display: none;
}
#plans {
    padding: 15px;
    width: 80%;
}
#plans ul li {
    font-size: 16px;
}
#plans ul li .green {
    font-size: 16px !important;
}
.red {
    color: red;
}
.padding-right {
    padding-right: 0;
}
.events-tab-list {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}
.events-tab-list li,
.events-tab-list li:hover {
    width: 16.66666666%;
    font-weight: 600;
    background-color: #F5365C;
}
.events-tab-list li a {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    height: inherit;
}
#select-cover {
    width: 100%;
    overflow: hidden;
    max-height: 300px;
}
#select-cover img {
    width: 100%;
}
.active-e-tab {
    background-color: #a84849 !important;
}
.events-tab-content {
    width: 100%;
    background: #fff;
    padding: 15px;
}
.events-content-wrapper {
    overflow: visible;
}
.events-content-wrapper:last-child {
    margin-bottom: 20px;
}
.cover-container {
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
}
.icon-no {
    width: 18px;
}
.cover-wrapper,
.cover-wrapper img,
.event-descripton {
    width: 100%;
}
.cover-wrapper {
    overflow: hidden;
    height: 300px;
}
.cover-footer h4 {
    color: #9197a3;
    padding: 10px 20px;
    font-size: 17px;
    margin: 0;
}
.cover-footer div.btn-extra button {
    padding: 5px 25px;
    color: #7b8496;
    overflow: hidden;
    margin: 5px;
}
.event-descripton,
.invite-peple div.subhead {
    color: #9197a3;
    font-size: 15px;
    background: #fff;
}
.invite-peple {
    border-radius: 3px;
}
.invite-peple div.subhead {
    padding: 5px 10px;
}
.invite-peple form input {
    border: none;
    border-radius: 0;
}
.invite-peple form input:focus {
    border: none;
}
.event-descripton {
    padding: 15px;
}

.slick-loading .slick-slide,
.slick-loading .slick-track,
.sound-controls,
.vb_imagecombo_lbox
    .lightbox-post-footer
    .comments-list
    .comment
    .comment-body
    .comment_edele_options {
    visibility: hidden;
}

/*Events*/
.events-list-wrapper {
    margin-bottom: 30px;
}
.events-list-cover {
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
}
.events-list-cover .event_cover {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}
.events-list-cover img.events-list-cover-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.events-list-cover .event_cover span {
    position: absolute;
    right: 15px;
    top: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    padding: 5px 10px;
    border-radius: 2em;
    font-weight: 500;
}
.events-list-cover .event_cover div {
    padding: 30px 7px 7px;
    left: 0;
    right: 0;
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: capitalize;
    font-size: 15px;
}
.events-list-cover .event_cover div svg {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.event-l-info {
    padding: 15px;
}
.events-list-name {
    font-size: 23px;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}
.events-list-name a {
    text-decoration: none;
    color: black;
}
.event-l-btns {
    margin: 15px -7px 0;
}
.event-l-btns > span {
    width: 49.5%;
    display: inline-block;
    padding: 0 7px;
}
.event-l-btns .btn {
    width: 100%;
}
.vb_event_profile .profile-container .card.hovercard {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    margin-bottom: 25px;
}
.vb_event_profile .profile-container .card.hovercard .cardheader {
    position: relative;
}
.event-info-cont-small {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 80px 20px 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 9;
}
.event-info-cont-small .info {
    display: flex;
    align-items: center;
}
.short_start_dt {
    margin-right: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    min-width: 45px;
    text-align: center;
    border: 2px solid #a5a5a5;
    border-radius: 3px;
    padding: 2px;
}
.short_start_dt p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
}
.short_start_dt b {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}
.event-info-cont-small .info h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
}
.vb_event_profile .event-info-cont {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.event_cdown {
    padding: 0;
    margin: 0 -5px;
    font-family: "Roboto", sans-serif;
}
.event_cdown li {
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    padding: 0 5px;
    text-transform: capitalize;
    text-align: center;
}
.event_cdown li span {
    font-size: 19px;
    background: #f0f0f0;
    border-radius: 50%;
    margin: 0 auto 6px;
    position: relative;
    height: 42px;
    width: 42px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.vob_event_page_btns .btn {
    color: #F5365C;
    background-color: #f4e2e3;
}
.event_tvb_blocks {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 0 2px;
    padding: 0 12px;
    font-family: "Roboto", sans-serif;
}
.event_tvb_blocks div {
    display: block;
    width: 100%;
    padding: 15px 42px;
    position: relative;
}
.event_tvb_blocks div:first-child {
    border-bottom: 1px solid #e9e9e9;
}
.event_tvb_blocks div svg {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.event_tvb_blocks div span {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2px;
    font-size: 16px;
}
.event_invite_frnd {
    padding: 0px 15px 2px;
    position: relative;
}
.events-list-dropup-menu span strong:hover,
.link2:hover {
    text-decoration: underline;
}
.events-list-desc {
    margin: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.events-list-time {
    display: inline-block;
    color: #404040;
    margin: 10px;
    font-size: 13px;
}
.events-list-avatar {
    left: 15px;
    bottom: 10px;
    width: 80px;
    height: 80px;
}
.events-list-avatar img {
    width: 100%;
}
.events-list-checked {
    left: 45%;
    bottom: 45%;
    width: 10%;
    color: #fff;
    font-size: 40px;
    font-family: inherit;
    text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.92);
}
.events-list-checked img {
    width: 100%;
}
.events-list h5 {
    display: block;
    color: #7b8496;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px !important;
    margin: 1px !important;
    white-space: nowrap;
    font-weight: 700;
}
.events-list p {
    display: block;
    color: #7b8496;
    font-size: 13px;
}
.events-list time {
    display: inline-block;
    color: #7b8496;
    font-size: 13px;
}
.events-list span {
    display: block;
    font-size: 13px;
}
.events-list div.col-md-2 {
    height: 60px;
    padding: 0;
}
.events-list div.col-md-2 img {
    border-radius: 2px;
    border: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
}
.event-posts-column {
    padding-right: 0;
}
.event-posts-column div.event-descripton {
    background: #fff;
    color: #9197a3;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: rgba(99, 114, 144, 0.18);
    border-radius: 3px;
}
.events-list-dropup-menu {
    margin: 10px 15px 10px 10px;
}
.events-list-dropup-menu ul li a:hover {
    background: #f5365c; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5365c 0%, #f56036 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f5365c 0%,#f56036 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f5365c 0%,#f56036 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ); /* IE6-9 */
}
.link2 {
    color: #43516d !important;
    margin: 0 5px;
}
.invitation-users-cont {
    width: 100%;
    overflow: hidden;
    padding: 3px;
    border-bottom: 1px solid #ececec;
    margin: 5px auto;
}
.invitation-users-cont div.invitation-users-avatar {
    width: 20%;
    overflow: hidden;
    display: inline-block;
    padding: 2px;
}
.invitation-users-cont div.invitation-users-name {
    display: inline-block;
    padding: 17px 20px;
    width: 40%;
    color: #52636d;
}
.invitation-users-cont div.invitation-users-btn {
    display: inline-block;
    width: 40%;
}
.invitation-users-cont div.invitation-users-btn button {
    margin: 12px 10px;
    font-size: 12px;
}
.event-people-invition-list {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}
.event-people-invition-list .invitation-users-cont {
    display: flex;
    align-items: center;
}
.event-people-invition-list .invitation-users-cont:last-child {
    border-bottom: 0;
}
.event-people-invition-list .invitation-users-cont .avatar img {
    width: 40px;
    height: 40px;
}
.event-people-invition-list .invitation-users-cont .user-name {
    font-weight: 500;
}
.event-people-invition-list .invitation-users-cont .user-follow-btn {
    margin: 0 0 0 auto !important;
}
.event-people-invition-list
    .invitation-users-cont
    .user-follow-btn
    svg.feather {
    margin: -2px 0 0;
}
.sidebar-event-data {
    padding: 5px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.bold {
    font-weight: 700;
    font-weight: 700 !important;
}
.sidebar-event-thumbnail {
    width: 27%;
    overflow: hidden;
    display: inline-block;
}
.sidebar-event-thumbnail img {
    width: 100%;
    border: 1px solid #f2f2f2;
}
.sidebar-event-name {
    width: 70%;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
}
.sidebar-event-name p {
    margin-bottom: 0;
}
.sidebar-event-name span {
    font-size: 0.7em;
    color: #aaa;
}
.events-going-list-unset {
    margin: 10px;
}

.featured-users {
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
    margin-bottom: 15px;
    background: #b94043;
    background: linear-gradient(to right, #b53c3f, #ca6162);
}
.featured-users .pro-me-here {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    margin: 12px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.featured-users .pro-me-here a {
    color: #fff;
}
.featured-users .list-inline {
    margin-bottom: 0;
    margin-left: 0;
}
.featured-users .list-inline .slick-slide {
    position: relative;
}
.featured-users .list-inline .slick-slide a {
    padding: 0 !important;
}
.featured-users img {
    width: 100%;
    background-color: #fff;
    border-radius: 100%;
}
.featured-users .icon {
    position: absolute;
    color: #ccc;
    font-size: 8px;
    right: 3px;
    top: 0;
}
.featured-users .icon.online {
    color: #6abd46;
}
.put-me-here-text {
    padding: 7px;
    font-size: 12px;
    margin-bottom: -30px;
}
.put-me-here {
    width: 100%;
    position: absolute;
    left: 65%;
}
.put-me-here img {
    width: 30px;
}
.nav-names {
    margin-left: 115px;
}
.nav-names li {
    transition: background 0.2s;
}
.sixteen-font-size {
    font-size: 16px !important;
}
.delete-icon,
.video-icon {
    cursor: pointer;
    margin-right: 4px;
}
.comment-textarea {
    padding-top: 5px;
    resize: none;
}
.white-loading {
    background: #fff;
    height: 50px;
    width: 100%;
}
.cs-loader {
    height: 100%;
    width: 100%;
}
.cs-loader-inner {
    width: 100%;
    padding-top: 2px;
    text-align: center;
}
.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}
.products .product .product-price,
.products .product .product-title {
    display: block;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cs-loader-inner label:nth-child(6) {
    animation: lol 1.5s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(5) {
    animation: lol 1.5s 0.1s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(4) {
    animation: lol 1.5s 0.2s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(3) {
    animation: lol 1.5s 0.3s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(2) {
    animation: lol 1.5s 0.4s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(1) {
    animation: lol 1.5s 0.5s infinite ease-in-out;
}
@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    33%,
    66% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100px);
    }
}
@-webkit-keyframes lol {
    0%,
    100% {
        opacity: 0;
    }
    33%,
    66% {
        opacity: 1;
    }
}
.no-more-posts-to-show {
    padding-top: 13px;
	font-size: 18px;
    opacity: 0.9;
}
#textarea_paypal {
    min-height: 200px;
}
.product-price {
    color: green;
    font-weight: 100;
}
.product-name {
    color: #444;
    font-weight: 600;
}
.product-description {
    color: #555;
    font-weight: 500;
}
.product-status {
    color: #43609c;
    font-weight: 100;
}
.product-status-sold {
    color: #e5493d;
    font-weight: 100;
}
.btn-bitcoin {
    background: #fc9b1b;
    color: #fff;
}
.btn-paypal {
    background: #039ddd;
    color: #fff;
}
.products {
    width: 100%;
}
.products .list-group-item,
.products .procuts-categories {
    width: 100%;
    background-color: #fff;
}
.products .product {
    margin-bottom: 20px;
}
.products .product .product-image {
    overflow: hidden;
    margin: 0 0 0 -3px;
    width: calc(100% + 7px);
    position: relative;
}
.products .product .product-image img {
    width: 100%;
}
.products .product .product-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}
.products .product .product-title a {
    color: #222;
}
.products .product .product-by {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}
.products .product .product-price {
    font-size: 14px;
    color: #4caf50;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 7px 0 0;
}
.products .product .product-desc {
    color: #999;
    margin-top: 8px;
    font-size: 12px;
}
.posts-count {
    z-index: 99;
    padding: 10px 15px;
    text-align: center;
    position: fixed;
    transition: all 0.2s ease;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) !important;
}
.posts-count:empty {
    padding: 0;
    border: 0;
    box-shadow: none !important;
}
#members table,
.f_topics,
.thread-replies {
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
}
.posts-count:hover {
    background-color: #f5f5f4;
}
#members table thead tr th,
.member_list,
.small {
    font-weight: 400;
}

/*Post Poll*/
.options {
    position: relative;
}
.vb_votes {
    margin: 7px 0;
    overflow: hidden;
    position: relative;
    font-family: "Roboto", sans-serif;
    border-radius: 2em;
    background-color: #fafbfd;
}
.vb_votes .answer-vote {
    font-size: 12px;
    font-weight: 500;
    width: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.options .poll-option {
    padding: 7px 10px;
    color: #555;
    cursor: pointer;
    border-radius: 2em;
    z-index: 1;
    position: relative;
}
.options .poll-option > span svg {
    width: 20px;
    height: 20px;
    margin: -2px 6px 0px 0;
    opacity: 0.4;
}
.vb_votes:hover {
    background-color: #f6f7f9;
}
.options .result-bar-parent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.options .result-bar {
    width: 40%;
    height: 100%;
    transition: width 0.3s;
    background-color: #2196f3 !important;
    opacity: 0.2;
}
.options .total-votes {
    color: #fff;
    font-size: 13px;
    position: absolute;
    background-color: #2196f3;
    border-radius: 2em;
    padding: 1px 7px;
    top: -12px;
    z-index: 1;
    right: 12px;
}
.options .total-votes svg {
    width: 14px;
    height: 14px;
    margin-top: -2px;
}
.vb_votes.active .poll-option {
    color: #2196f3;
}
.vb_votes.active .poll-option > span svg {
    opacity: 1;
}

#toggle,
.affiliates-link {
    text-align: center;
}
.affiliates-link .affiliates-desc {
    margin-top: 10px;
}
.affiliates-link .affiliates-desc a {
    color: green !important;
}
.affiliates-link .affiliates-image img {
    width: 100px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 100%;
}
.adv-mbr-search,
.f_category,
.member_list {
    width: 100%;
    border-radius: 1px;
    padding: 10px;
    overflow: hidden;
}
.fff {
    color: #fff;
}
.w-100 {
    width: 100%;
    overflow: hidden;
}
.member_list a {
    color: #fff !important;
    text-decoration: none;
}
.member_list a:hover {
    text-decoration: underline;
}
.flink,
.flink:hover,
.small {
    text-decoration: none;
}
.adv-mbr-search i {
    vertical-align: middle;
}
#forum-search-btn {
    width: 10%;
}
.blocksubhead-forum-header {
    color: #262626;
    font-size: 13px;
}
.blocksubhead,
.help {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
}

@media all and (max-width: 724px) {
    .nav-tabs > li > a > span {
        display: none;
    }
}
#mbr-ls-cont {
    background-color: #f6f7f9;
}
.f_topics {
    font-size: 14px;
    color: #848484;
    background: #fff;
}
.topic_icon {
    width: 3%;
    width: 5% !important;
}
.topic_icon svg.feather {
    padding: 0;
    text-align: center;
    margin: 14px 4px 14px 10px;
    width: 25px;
    height: 25px;
}
.topic_icon svg.feather.img-circle {
    padding: 6px;
    margin: 11px 0 12px 5px;
    width: 34px;
    height: 34px;
}
#search-forums {
    background: #fff;
    border-radius: 15px;
    height: 30px;
    margin-top: 1px;
}
#members * {
    overflow: hidden;
}
#members table * {
    vertical-align: middle;
}
.search-cont-inner {
    display: none;
}
.forum-meta-d {
    width: 31%;
    padding: 15px 10px !important;
}
.small {
    font-size: 13px;
    color: #615656;
    transition: all 0.3s ease;
}
.flink {
    font-size: 16px;
}
.flink:hover {
    color: #F5365C;
}
.thread-info {
    font-size: 12px;
}
.threadcont-inner {
    width: 100%;
    overflow: hidden;
}
.threadcont-inner div {
    overflow: hidden;
}
.text-v-middle {
    vertical-align: middle;
    padding: 10px;
}
.margin-b30 {
    margin-bottom: 30px;
}
.thread-replies {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}
.thread-replies div img.avatar {
    margin: auto auto 20px;
    border-radius: 3px;
}
.thraed-header-content,
.user-title-thread {
    margin-bottom: 20px;
}
.threadsubject {
    color: #3c3e67;
}
.usr-offline {
    color: #F5365C;
}
.usr-online {
    color: green;
}
.topicreview {
    width: 100%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.padd5x10 {
    padding: 5px 10px;
}
.forum_title {
    font-family: Hind, sans-serif;
    font-size: 24px;
    font-weight: 400 !important;
    color: #262626;
    text-align: left;
}
blockquote {
    font-style: italic;
    font-size: 13px;
    color: #262626;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.div-control {
    width: 100%;
    padding: 2px 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.usrthreads {
    width: 100%;
    padding: 0 10px;
}
.usrthreads div {
    margin-bottom: 5px;
}
.font20 {
    font-size: 20px;
}
.mbr-list {
    margin: 10px 0;
}
.referres {
    margin-top: 30px;
}
.referres .ref {
    margin-bottom: 10px;
}
.referres .ref-image {
    width: 60px;
    float: left;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-right: 10px;
}
.referres .ref-image img {
    width: 100%;
    border-radius: 3px;
    padding: 2px;
}
.referres .name {
    margin-top: 5px;
}
.referres .name .joined {
    margin-top: 3px;
    color: #666;
    font-size: 11px;
}
.referres .name .earned {
    margin-top: 3px;
    color: green;
    font-size: 12px;
}
.payment-history h3 {
    padding: 5px;
    margin-top: 20px;
    font-size: 18px;
}
.payment-history .label-status {
    font-size: 13px;
    font-weight: 100;
    padding: 2px 5px;
}
.btn-nothing {
    border: 0;
    padding: 0;
    background: 0 0;
}
.edit-box,
.reply-box {
    max-height: 200px;
    margin-top: 10px;
    border-radius: 1px;
}
.btn-nothing:hover {
    text-decoration: underline;
}
.reply-box {
    padding-top: 5px;
}
.blog-dd-menu {
    cursor: pointer;
}
.latest-blogs {
    margin-bottom: 40px;
}
.blog_publ {
    margin-left: 15px;
    margin-bottom: 5px;
}
.blog-category {
    padding: 10px 0;
    overflow: hidden;
}
.blog-list {
    width: 100%;
    overflow: hidden;
}
.blog-style {
    width: 50%;
    overflow: hidden;
    float: left;
}
.blog-style img {
    width: 100%;
    height: 70px;
}
.blog-recom {
    width: 100%;
    overflow: hidden;
}
.blog-recom img {
    width: 100%;
}
.read-blog {
    padding: 20px;
}
.read-blog .read-blog-info p {
    color: #999;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}
.read-blog-container .read-blog .read-blog-head .postCategory h5 {
    margin-bottom: 14px;
}
.read-blog-container .read-blog h1 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 15px;
    line-height: 1.2;
}
.read-blog-container .read-blog .read-blog-desc {
    letter-spacing: normal;
    word-wrap: break-word;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    font-family: Georgia;
    font-style: italic;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.read-blog-container .read-blog .read-content {
    color: #333;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-align: justify;
}
.read-blog-container .read-blog .read-content p img {
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); /*width:100%;height:100%*/
}
.read-blog-container .read-blog .read-content ol {
    list-style: decimal;
}
.read-blog-container .read-blog .read-content ul {
    list-style: disc;
}
.read-blog-container .read-blog .blog-share-buttons ul li div {
    border-radius: 0;
}
.read-blog-container .read-blog-thumbnail {
    width: 100%;
    overflow: hidden;
    max-height: 250px;
}
.read-blog-container .read-blog-thumbnail img {
    width: 100%;
    min-height: 100%;
}
.read-blog-container .read-blog-thumbnail:hover > img {
    opacity: 0.9;
}
.read-blog-container .read-tags {
    width: 100%;
    overflow: hidden;
    padding: 5px 0px 0;
}
.read-blog-container .read-tags .postTag {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    padding: 1px;
    border-bottom: 1px solid #000;
    margin: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: black;
}
.read-blog-container .related-post .blog-sidebar {
    margin: 0;
    padding: 0 5px;
}
.read-blog-container .related-post .blog-sidebar .vb_page_hdng {
    padding: 0 0 10px;
    margin-bottom: 15px;
}
.read-blog-container .related-post .blog-sidebar .row {
    margin: 0 -9px;
}
.read-blog-container .related-post .recommended-articles {
    margin-bottom: 20px;
    padding: 0 9px;
    overflow: hidden;
}
.read-blog-container .related-post .recommended-articles .article-thumbnail {
    width: 100%;
    overflow: hidden;
    max-height: 135px;
}
.read-blog-container
    .related-post
    .recommended-articles
    .article-thumbnail
    img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 115px;
}
.read-blog-container .related-post .recommended-articles .article-title h4 {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.read-blog-container
    .related-post
    .recommended-articles
    .article-title
    h4:hover {
    color: #000;
}
.read-blog-container .related-post .recommended-articles .article-title a {
    text-decoration: none;
}
.read-blog-container .related-post .recommended-articles .article-info {
    width: 100%;
    font-size: 12px;
    color: #999;
}
.setting-well-p {
    padding: 10px;
}
.view-blog {
    color: #666;
    font-size: 14px;
    line-height: 17px;
}
.rotate-90d {
    transform: rotate(-180deg);
}
.album-collapse {
    width: 33.33%;
    position: relative;
    background: no-repeat #f9f9f9;
    display: inline;
    float: right;
    background-size: cover;
}
.album-collapse span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 35% 0;
    font-size: 35px;
    font-weight: 400;
}

.no_message {
    text-align: center;
    line-height: 220px;
    font-size: 13px;
}
#add_to_family .family_mbr_avatar img {
    border-radius: 50%;
}
#add_to_family .family_mbr_name {
    margin-bottom: 5px;
    color: #323232;
}
#add_to_family .add_as_cont {
    margin-top: 4px;
}
#add_to_family .add_as_cont .col-md-2 {
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
}
#add_to_family .add_as_cont .col-md-2 label {
    margin-bottom: 0;
    color: #666;
}
#add_to_family .add_as_cont .col-md-10 {
    padding-left: 0;
}
#add_to_family .add_to_family_alert div {
    border-radius: 0 !important;
    text-align: center;
}
input.cusrange[type="range"] {
    -webkit-appearance: none;
    width: calc(100% - 74px);
    border-radius: 8px;
    height: 7px;
    border: 1px solid #bdc3c7;
    background-color: #ccc;
    display: inline-block;
    outline: 0;
}
input.cusrange[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #3f51b5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}
input.cusrange[type="range"]::-moz-range-track {
    width: calc(100% - 74px);
    border-radius: 8px;
    height: 7px;
    background-color: #ccc;
    display: inline-block;
    outline: 0;
}
input.cusrange[type="range"]::-moz-range-thumb {
    background-color: #3f51b5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}
input.cusrange[type="range"]::-ms-fill-lower,
input.cusrange[type="range"]::-ms-fill-upper {
    background: 0 0;
}
input.cusrange[type="range"]::-ms-track {
    border-radius: 8px;
    height: 7px;
    border: 1px solid #bdc3c7;
    background-color: #ccc;
}
input.cusrange[type="range"]::-ms-thumb {
    background-color: #3f51b5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}
#cusrange-reader {
    text-align: end;
    border: 0;
    background: #f0f0f0 !important;
    position: relative;
    font-weight: 500;
    color: #7a7d7e;
    width: 50px;
    font-size: 13px;
    height: 30px;
    line-height: 29px;
    margin-left: 10px;
    border-radius: 4px;
}
.nearby_user_wrapper {
    padding: 10px;
    box-shadow: 0 0 0 1px #e7e7e7;
    background: #fff;
    position: relative;
    overflow: hidden;
    min-height: 230px;
}
.colloape-panel-stg,
.sidebar-ad-wrapper,
.wo-content-shadow {
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
}
.nearby_user_wrapper .avatar img {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 50%;
}
.nearby_user_wrapper .user_wrapper_link {
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell,
        Droid Sans, Lucida Grande, Helvetica, Arial, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Hiragino Kaku Gothic Pro, Meiryo, Hiragino Sans GB W3, Noto Naskh Arabic,
        Droid Arabic Naskh, Geeza Pro, Simplified Arabic, Noto Sans Thai,
        Thonburi, Dokchampa, Droid Sans Thai, Droid Sans Fallback,
        ".SFNSDisplay-Regular", Heiti SC, Microsoft Yahei;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 4px;
}
.nearby_user_wrapper .user-follow-button {
    padding: 10px 0 7px;
}
.nearby_user_wrapper .user-map-button {
    height: 20px;
    padding: 2px 0;
    margin-top: 3px;
}
.nearby_user_wrapper small {
    font-size: 11px;
    display: block;
    color: #666;
    font-family: OpenSansSemiBold, arial;
    cursor: pointer;
}
.nearby_user_wrapper small:hover {
    color: #676;
}
.nearby_user_wrapper small svg.feather {
    margin-top: -1px;
    width: 12px;
    height: 12px;
}

.nearby-users-distance {
    background: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-family: OpenSansBold, arial;
    color: #333;
}
.sidebar-ad-wrapper {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
    color: #444;
    font-size: 14px;
    margin-bottom: 20px;
}
.sidebar-ad-wrapper hr {
    padding: 0;
    margin: 0;
}
div.mce-fullscreen {
    z-index: 9999 !important;
}
.mce-menu {
    z-index: 99999 !important;
}
.sidebar-ad-wrapper .sidebar-ad-header {
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.sidebar-ad-wrapper .sidebar-ad-header h4 {
    width: 100%;
    margin: 0;
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    height: 30px;
}
.sidebar-ad-wrapper .sidebar-ad-header h4 i {
    color: #ebba16;
}
.sidebar-ad-wrapper .sidebar-ad-body {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}
.colloape-panel-stg,
.sidebar-ad-wrapper .sidebar-ad-footer p.ad-descrition {
    margin: 0;
    color: #666;
}
.sidebar-ad-wrapper .sidebar-ad-body img {
    width: 100%;
}
.sidebar-ad-wrapper .sidebar-ad-footer {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    padding: 6px;
}
.sidebar-ad-wrapper .sidebar-ad-footer p.ad-title {
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    color: #333;
    font-family: OpenSansSemiBold, sans-serif;
}
.sidebar-ad-wrapper .sidebar-ad-footer p.ad-descrition,
.sidebar-ad-wrapper .sidebar-ad-footer time {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    font-family: OpenSansregular, sans-serif;
    width: 100%;
}
.colloape-panel-stg {
    padding: 15px 10px;
    background: #fff;
    overflow: hidden;
}
.colloape-panel-stg i {
    color: #666;
}
.page-rating > fieldset:not(:checked) > label:hover,
.page-rating > fieldset:not(:checked) > label:hover ~ label,
.rated-star {
    color: #ff9800;
}
.nodisplay {
    display: none;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
.page-rating {
    position: relative;
    background: 0 0;
}
.page-rating > fieldset {
    border: none;
    display: inline-block;
    height: 16px;
}
.page-rating > fieldset label {
    margin-top: 1px !important;
    margin-left: 5px;
}
.page-rating > fieldset:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.page-rating > fieldset:not(:checked) > label {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #ff9800;
}
.page-rating > fieldset:not(:checked) > label svg.feather {
    margin-top: -3px;
    width: 18px;
    height: 18px;
}
.page-rating > fieldset:not(:checked) > label:hover svg.feather {
    fill: #ff9800;
}
.page-rating > fieldset:not(:checked) > label svg.feather.active {
    fill: #ff9800;
}
.page-rating > fieldset:not(:checked) > label:hover ~ label svg.feather {
    fill: #ff9800;
}
.page-rating > fieldset > label:active {
    position: relative;
    top: 2px;
}
@media screen and (max-width: 990px) {
    .search-nearby-cont {
        padding-left: 15px;
        border-left: none;
    }
}
.group_tab_dropdown {
    color: #666;
}
.group_tab_dropdown span {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    font-size: 12px;
    color: #555;
    text-shadow: none;
}
.group_tab_dropdown span:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f9f9f9;
}
article,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
    word-wrap: break-word;
}
#publisher-box-stickers-cont {
    width: 100%;
    overflow: auto;
    max-height: 300px;
}
#publisher-box-stickers-cont img,
#publisher-box-stickers-cont video {
    width: 50%;
    height: 150px;
    display: inline;
    cursor: pointer;
}
@media (max-width: 900px) {
    .post-youtube iframe {
        height: 300px;
    }
}
@media (max-width: 400px) {
    .post-youtube iframe {
        height: 180px;
    }
}
.navbar-movies-mobile-header {
    width: 100%;
}
.navbar-movies-mobile-header li {
    cursor: pointer;
    float: left;
}
.navbar-movies-mobile-header li a {
    color: #fff !important;
}
.navbar-movies-mobile-header li.active a {
    background-color: #c45a5b !important;
}
#movies-genre-mobile-dropdown {
    max-height: 200px;
    overflow-y: scroll;
}
.border-top {
    border-top: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.navbar-movies-mobile-dropdown {
    width: 100%;
}
.navbar-movies-mobile-dropdown ul {
    width: 100%;
    color: #fff;
    border-radius: 0 !important;
    padding: 0;
}
.navbar-movies-mobile-dropdown ul a {
    color: #333;
}
.navbar-movies-mobile-dropdown-cont {
    width: 100%;
}
.navbar-movies-mobile-dropdown-cont .navbar-movies-mobile-dropdown-collapse {
    width: 100%;
    overflow: hidden;
}
.navbar-movies-mobile-dropdown-cont .navbar-movies-mobile-dropdown-collapse h4 {
    width: 100%;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    margin: 0;
    color: #666;
    font-size: 13px;
    font-family: sans-serif;
}
.navbar-movies-mobile-dropdown-cont
    .navbar-movies-mobile-dropdown-collapse
    h4
    a {
    color: #666;
}
.navbar-movies-mobile-dropdown-cont
    .navbar-movies-mobile-dropdown-collapse
    div {
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: none;
}
.navbar-movies-mobile-dropdown-cont
    .navbar-movies-mobile-dropdown-collapse
    div
    p {
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #f9f9f9;
}
.navbar-movies-mobile-dropdown-cont
    .navbar-movies-mobile-dropdown-collapse
    div
    p:hover {
    background-color: #f6f7f9;
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    transform: rotate(30deg);
}
.sk-circle .sk-circle2:before {
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3 {
    transform: rotate(60deg);
}
.sk-circle .sk-circle3:before {
    animation-delay: -1s;
}
.sk-circle .sk-circle4 {
    transform: rotate(90deg);
}
.sk-circle .sk-circle4:before {
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5 {
    transform: rotate(120deg);
}
.sk-circle .sk-circle5:before {
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6 {
    transform: rotate(150deg);
}
.sk-circle .sk-circle6:before {
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7 {
    transform: rotate(180deg);
}
.sk-circle .sk-circle7:before {
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8 {
    transform: rotate(210deg);
}
.sk-circle .sk-circle8:before {
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9 {
    transform: rotate(240deg);
}
.sk-circle .sk-circle9:before {
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10 {
    transform: rotate(270deg);
}
.sk-circle .sk-circle10:before {
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11 {
    transform: rotate(300deg);
}
.sk-circle .sk-circle11:before {
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12 {
    transform: rotate(330deg);
}
.sk-circle .sk-circle12:before {
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.dropped-down {
    background-color: #e3e4e8 !important;
}
.ads-navbar-mobile-wrapper {
    width: 100%;
    overflow: hidden;
}
.ads-navbar-mobile-wrapper ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.bs-padding-left {
    padding-left: 15px !important;
}
.bs-padding-right {
    padding-right: 15px !important;
}
.bs-padding-right-x {
    padding-right: 0 !important;
}
.bs-padding-left-x {
    padding-left: 0 !important;
}
.padding-15 {
    padding: 5px 15px !important;
    font-size: 13px !important;
    background-color: #fff !important;
}
hr {
    margin: 5px 0 !important;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
        to right,
        rgba(101, 101, 101, 0),
        rgba(101, 101, 101, 0.2),
        rgba(101, 101, 101, 0)
    );
}

/*Stories*/
.view-more-stories a {
    font-weight: normal;
    font-size: 13px;
}
.user-status-home {
    position: relative;
    margin-bottom: 15px;
}
.user-status-home .vb_page_hdng {
    padding: 10px;
    border: 0;
}
.user-status-home .vb_page_hdng_innr {
    justify-content: space-between;
}
.user-status-home ul.status-list {
    display: flex;
    margin: 0 -10px 9px;
    padding: 0;
}
.user-status-home ul.status-list li {
    display: inline-block;
    width: 20%;
    min-width: 20%;
    margin-top: 5px;
    padding: 0 4px;
}
.user-status-home ul.status-list li a {
    display: block;
    user-select: none;
    text-decoration: none;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s;
    padding-bottom: 135%;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}
.user-status-home ul.status-list li a:after {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    border-radius: 0 0 8px 8px;
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}
.user-status-home ul.status-list li.create_new a svg {
    background-color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 5px;
    display: block;
    margin: 0 0 5px;
    color: #444;
}
.user-status-home ul.status-list li a img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
}
.user-status-home ul.status-list li a p {
    bottom: 8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    padding: 0 8px;
    margin: 0;
    z-index: 1;
    color: #fff;
    font-weight: 500;
}
.vob_home_stories {
    padding: 12px 12px 1px;
}
.vob_home_stories .vb_page_hdng {
    padding: 10px 10px 4px;
}
.vob_home_stories ul.status-list {
    margin: 0 -10px 5px;
}
.vob_home_stories ul.status-list li a {
    padding-bottom: 125%;
}

.ui-timepicker-div .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
    display: inline-block;
    margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ":";
    display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
    content: ".";
    display: inline-block;
}
.modal.fade:before,
.slick-track:after,
.slick-track:before,
[tooltip]::before {
    content: "";
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: 0 0;
    color: inherit;
    border: none;
    outline: 0;
    border-bottom: solid 1px #555;
    width: 95%;
}
.create-article-form .prv-img,
.fluid,
.search-artiles-form,
.search-artiles-form input {
    width: 100%;
    overflow: hidden;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa;
}
.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-timepicker-rtl {
    direction: rtl;
}
.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px;
}

/*Float Head*/
.vob_main_float_head {
    background: linear-gradient(-45deg, #764ba2 0%, #667eea 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
}
.vob_main_float_head.com_thing {
    background: linear-gradient(-45deg, #ae41c1 0%, #f06292 100%);
}
.vob_main_float_head.contactus {
    top:0 !important;
    /*background: linear-gradient(-45deg, #009688 0%, #4caf50 100%);*/
    background: linear-gradient(-45deg, #f5365cdb 0%, #f56036 100%) !important;
}
.vob_main_float_head.fundus {
    background: linear-gradient(-45deg, #db3212 0%, #b81764 100%);
}
.vob_main_float_head.findfrnd {
    background: linear-gradient(-45deg, #3f51b5 0%, #2196f3 100%);
}
.vob_main_float_head.gopro {
    background: linear-gradient(-45deg, #cf861b 0%, #eaa530 100%);
}
.vob_main_float_head.jobs {
    background: linear-gradient(-45deg, #21b9f3 0%, #4c7faf 100%);
}
.vob_main_float_head.moviez {
    background: linear-gradient(-45deg, #bd7961 0%, #795548 100%);
}
.vob_main_float_head.markets {
    background: linear-gradient(-45deg, #0fbb8b 0%, #6ba85b 100%);
}
.vob_main_float_head.searchs {
    background: #ede7fd;
}
.vob_main_float_head.show-fnds {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.vob_main_float_head > .container {
    padding: 40px 15px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.vob_main_float_head.show-fnds > .container {
    color: #000;
    z-index: 1;
    position: relative;
}
.vob_main_float_head h1 {
    margin: 0;
    font-family: "Lato", sans-serif;
    text-align: center;
}
.vob_main_float_head h1 svg {
    width: 32px;
    height: 32px;
    margin: -6px 0 0;
}
.vob_main_float_head > .container > h4 {
    font-weight: normal;
    font-size: 18.5px;
    margin: 15px 0 0;
}
.vob_main_float_head .vob_form_fields {
    padding: 0;
    max-width: 500px;
    margin: 40px auto;
}
.vob_main_float_head .vob_form_fields input {
    background-color: rgba(255, 255, 255, 0.5);
}
.vob_main_float_head .vob_form_fields input::placeholder {
    color: #fff;
}
.vob_main_float_head .vob_form_fields input:focus {
    background-color: white;
}
.vob_main_float_head .vob_form_fields .search_suggs {
    position: absolute;
    padding: 10px;
    margin: 0;
    background-color: white;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    width: 100%;
    z-index: 9;
}
.vob_main_float_head .vob_form_fields .search_suggs:empty {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.vob_blog_cats {
    padding: 0;
    margin: 0;
    text-align: center;
}
.vob_blog_cats li {
    display: inline-block;
}
.vob_blog_cats li a {
    color: #fff;
    display: block;
    border: 1px solid #fff;
    margin: 5px 2px;
    padding: 6px 10px;
    border-radius: 2em;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
.vob_blog_cats li a:hover,
.vob_blog_cats li.active a {
    color: #000;
    background-color: #fff;
}

/*Articles*/
.vob_main_blogs_bg {
    margin-bottom: 15px;
}
.vob_main_blogs {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 30px;
}
.vob_main_blogs .avatar {
    display: block;
    position: relative;
    padding-bottom: 80%;
}
.vob_main_blogs .avatar > img {
    width: 100%;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.vob_main_blogs_info {
    width: 100%;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 35%,
        rgba(0, 0, 0, 0.3) 75%,
        rgba(0, 0, 0, 0.4) 100%
    );
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
}
.vob_main_blogs_info > .postCategory {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.vob_main_blogs_info > h2 {
    margin: 10px 0;
    font-size: 24px;
}
.vob_main_blogs_info > h2 a {
    text-decoration: none;
    color: white;
}
.vob_main_blogs_info > .postMeta--author-text,
.vob_main_blogs_info > .postMeta--author-text a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.vob_main_blogs_info > .btn,
.vob_main_blogs_info > .vob_main_blogs_btns .btn {
    margin-top: auto;
    max-width: 160px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
}
.vob_main_blogs_info > .vob_main_blogs_btns {
    margin: auto -5px 0;
}
.vob_main_blogs_info > .vob_main_blogs_btns .btn {
    margin: 0 5px;
}
.vob_read_blog_hdr_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.vob_read_blog_hdr_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.vob_read_blog_hdr_img_share {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2em;
    padding: 7px;
}
.vob_read_blog_hdr_img_share ul {
    margin: 0;
}
.vob_read_blog_hdr_img_share ul li {
    display: inline-block;
}
.vob_read_blog_hdr_img_share .btn-share {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin: 0px 2px;
}
.vob_read_blog_hdr_img_share .btn-share.timeline {
    background-color: #444;
}
.vob_read_blog_hdr_img_share .btn-share.facebook {
    background-color: #337ab7;
}
.vob_read_blog_hdr_img_share .btn-share.twitter {
    background-color: #55acee;
}
.vob_read_blog_hdr_img_share .btn-share.linkedin {
    background-color: #007bb6;
}
.vob_read_blog_hdr_img_share .btn-share.pinterest {
    background-color: #cb2027;
}
.vob_read_blog_hdr_img_share .btn-share svg {
    width: 18px;
    height: 18px;
}
.vob_read_blog_hdr_img_innr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 0 15px 80px;
    font-family: "Roboto", sans-serif;
    z-index: 9;
}
.vob_read_blog_hdr_img_innr .postCategory {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
    min-width: auto;
    line-height: 25px;
    padding: 0 10px;
    font-weight: normal;
}
.vob_read_blog_hdr_img_innr h2 {
    margin: 20px 0;
    font-size: 44px;
    color: #fff;
}
.vob_read_blog_hdr_img_innr .read-blog-info-user .metaLink {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    text-decoration: none;
    margin: 9px 0;
}
.vob_read_blog_hdr_img_innr .read-blog-info-user .views,
.vob_read_blog_hdr_img_innr .read-blog-info-user .middot {
    color: rgba(255, 255, 255, 0.8);
}
.vob_read_blog_hdr_img_innr .postMeta--author-text {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.vob_read_blog_hdr_img_innr .postMeta--author-avatar img {
    width: 35px;
    height: 35px;
}
.vob_read_blog_hdr_img_innr .postMeta--author-text a {
    font-weight: 500;
    font-size: 15px;
    color: white;
    text-decoration: none;
}
.vob_read_blog_hdr_img_innr .postMeta--author-text time {
    display: block;
    font-size: 13px;
}
.vob_read_blog_row {
    margin: -50px 0 0;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-both {
    padding: 0 !important;
}
.search-artiles-form {
    padding: 0 10px;
    margin-bottom: 30px;
}
.search-artiles-form .inner-addon .glyphicon {
    padding: 0;
    margin: 7px;
    color: #888;
}
.search-artiles-form input {
    border-radius: 0 !important;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #c6c6c6;
}
.no-box-shadow {
    box-shadow: none !important;
}
.art-title {
    font-size: 18px;
}
.blog-desc {
    font-size: 15px;
    color: #666;
}
.blog-meta-desc {
    font-size: 12px;
    text-transform: capitalize;
}
.blog-meta-desc span small,
.blog-meta-desc time {
    color: #a5a5a5;
    font-size: 13px;
}
.blog-ls-img {
    padding: 0;
}
.blog-ls-img img {
    width: 100%;
    border-radius: 3px;
}
.postMeta--author-avatar {
    vertical-align: middle;
    padding-right: 10px;
    display: table-cell;
}
.postMeta--author-avatar img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.postMeta--author-text {
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}
.main-blog-sidebar {
    padding: 5px;
}
.main-blog-sidebar .widget {
    margin-top: 30px;
}
.main-blog-sidebar .widget:first-child {
    margin-top: 0;
}
.main-blog-sidebar .widget .vb_page_hdng {
    padding: 0 0 10px;
    margin-bottom: 15px;
}
.main-blog-sidebar .widget .vob_form_fields input {
    box-shadow: none;
    background-color: #eaeff2;
    height: 38px;
    border-radius: 2em;
    font-size: 14px;
    padding: 5px 12px;
}
.main-blog-sidebar .widget ul {
    padding: 0;
    list-style: none;
}
.main-blog-sidebar .popular-articles li {
    margin-top: 30px;
    overflow: hidden;
    font-family: "ROboto", sans-serif;
}
.main-blog-sidebar .popular-articles li:first-child {
    margin-top: 0;
}
.main-blog-sidebar .popular-articles li .article-thumbnail {
    display: block;
    width: 65px;
    height: 65px;
    position: relative;
    border-radius: 10px;
    background: #aaa;
}
.main-blog-sidebar .popular-articles li .article-thumbnail img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: 15px;
    border-radius: 10px;
    object-fit: cover;
}
.main-blog-sidebar .popular-articles li .article-title {
    margin-left: 80px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}
.main-blog-sidebar .popular-articles li .article-info {
    margin-left: 80px;
    display: block;
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
}
#vb_repeat_search,
.gray-list.active {
    font-weight: 700;
}
.main-blog-sidebar .popular-categories li {
    margin: 0 2px 9px 0;
    display: inline-block;
}
.main-blog-sidebar .popular-categories li a {
    background-color: rgba(63, 81, 181, 0.1);
    color: #3f51b5;
    display: block;
    padding: 6px 10px;
    border-radius: 2em;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    transition: all 0.1s;
}
.main-blog-sidebar .popular-categories li a:hover {
    background-color: #3f51b5;
    color: #fff;
}
#category-page .popular-categories li {
    background-color: #d2d2d2;
}
#category-page .popular-categories li a {
    color: #000;
}

.choose_rel_ship_meta h4,
.choose_rel_ship_meta p {
    color: #666;
    padding-bottom: 3px !important;
}
.choose_rel_ship_meta h4 {
    margin-bottom: 0 !important;
}
.choose_rel_ship_avatar {
    height: 120px;
}
.choose_rel_ship_avatar div {
    width: 100%;
    height: 100%;
    border: 1px dashed #9197a3;
    background: #f9f9f9;
    padding: 1px;
    text-align: center;
    font-size: 25px;
    line-height: 120px;
}
#send-money-form .alert {
    border-radius: 0;
}
.choose_rel_ship_avatar img {
    width: 100%;
    height: 120px;
}
#send-money-form .dropdown {
    width: 100%;
}
#send-money-form .dropdown ul.dropdown-menu {
    width: 100%;
    border-radius: 0;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
#send-money-form .dropdown ul.dropdown-menu li {
    width: 100%;
    padding: 5px 10px;
}
#send-money-form .dropdown ul.dropdown-menu li:hover {
    background: 0 0;
}
#send-money-form .alert h4 {
    margin: 0;
    padding: 0;
}
#send-money-form h5 b {
    color: green;
}
.post-privacy-menu li a:hover,
.post-privacy-menu li div:hover {
    background-color: #feebee !important;
    color: #262626;
}
#replenish-user-account small {
    margin-bottom: 5px;
    display: inline-block;
}
.search-advanced-container a {
    font-size: 14px;
    padding: 5px 15px 5px 10px;
    display: table;
    width: 100%;
    margin-bottom: -5px;
    margin-top: 10px;
    color: #666;
    transition: all 0.1s ease-in-out;
}
.search-advanced-container a .feather-svg-parent {
    display: table-cell;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px 13px 0 0;
    padding: 7.5px 11px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.search-advanced-container a:hover {
    text-decoration: none;
    color: #000;
    background-color: rgba(0, 0, 0, 0.02);
}
.search-advanced-container a svg.feather {
    margin: -3px 0 0 !important;
    color: #535353 !important;
}
.home.profile-style.main {
    width: auto !important;
    margin-right: 0 !important;
}
.form-control.url-input {
    width: 100% !important;
    border: 1px solid #f3f3f3;
}
.card.hovercard .cardheader img {
    width: 100%;
}
.image-modal .modal-dialog {
    margin: 50px auto;
}
.image-modal .modal-dialog .modal-body {
    padding: 5px;
}
.modal-body {
    padding: 15px;
}
.setting-themes-container .theme {
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 3px;
}
.setting-themes-container .theme img {
    border-radius: 3px;
    margin-right: 10px;
    float: left;
    width: 65px;
}
.setting-themes-container .theme .themeAuthor,
.setting-themes-container .theme .themeVirsion {
    font-size: 11px;
    color: #555;
}
.setting-themes-container .theme .active {
    color: green;
    font-size: 12px;
}
.setting-themes-container .theme #active {
    color: #666;
    font-size: 12px;
}
.ads-activation .active {
    color: #46af00;
}
.danger-tab a,
.warning-tab a {
    background-color: #d9534f;
    color: #fff;
}
.theme.active {
    background-color: #f5f5f4;
}

#local-media video {
    width: 250px;
    height: 150px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #fff;
}
input.search-for-posts {
    margin: 0 !important;
    border: 0 !important;
}
#sidebar-latest-products .cool-style {
    width: 32.4%;
}
.settings-by a {
    display: block;
}
.settings-by a:focus,
.settings-by a:hover {
    text-decoration: none;
}
.home-sidebar.profile-style {
    width: 100%;
    padding: 5px;
    margin-bottom: -3px;
}
.home-sidebar.profile-style:last-child {
    margin-bottom: 5px;
}
.home-sidebar.profile-style img {
    width: 45px;
}
.home-sidebar.profile-style .user-name {
    font-size: 13px;
}
.home-sidebar.profile-style .user-follow-btn {
    position: relative;
    margin-top: -20px;
}
.home-sidebar.profile-style .user-follow-btn.group {
    position: relative;
    margin-top: -35px;
}
.gray-list.active a {
    color: #111;
}
.admin-social-login-setting h4 {
    font-size: 16px;
}
.loading-icon.lightbox-content {
    font-size: 70px;
    color: #fff;
    margin-top: 20%;
    text-align: center;
}
.btn-main.MS-File {
    padding: 14px;
    margin-right: -1px;
    border-radius: 0 !important;
}
.profile-lists .setting-well {
    padding-top: 0;
}
.sidebar > .list-group a {
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.sidebar .sidebar-title-back {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    line-height: 39px;
    font-size: 13px;
    color: #444;
    font-weight: 600;
    background: #fff;
}
.sidebar .sidebar-title-back svg {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}
.manage-users .admin-static:nth-child(1) {
    border-top-left-radius: 3px;
}
.manage-users .admin-static:nth-child(4) {
    border-top-right-radius: 3px;
}
#event-side-block div.btn-group {
    width: 100%;
    margin-bottom: 20px;
}
.event-options-list li strong {
    width: 10%;
    text-align: center;
    display: inline-block;
}
.title a:focus,
.title a:hover {
    text-decoration: none !important;
}
.btn-cart:disabled {
    color: #fff;
}
.answers input {
    border-top: 1px solid #f4f4f4 !important;
    box-shadow: none;
}
.nav-tabs > li {
    width: 25%;
    text-align: center;
}
.nav-tabs > li > a {
    height: 30px;
    border-radius: 0;
}
#forum-search div.inner-addon {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.bg-main tr th {
    color: #fff !important;
}
.table > thead > tr > th {
    border-bottom: 0 !important;
}
.threads-table tr td {
    padding: 10px !important;
    background-color: #fff;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
}
#mbrs div {
    overflow: hidden;
}
#mbrs div img {
    width: 100%;
}
.forum-search-container div {
    overflow: hidden;
    padding-bottom: 5px;
}
.blog-dd-ul li a,
.blog-dd-ul li span {
    padding: 5px 15px;
    display: block;
}
.hover-pointer:hover {
    text-decoration: underline;
}
.load-produts .load-more button {
    width: auto;
}
.blog-dd-ul li span:hover {
    cursor: pointer;
}
.blog-dd-ul li a:hover {
    cursor: pointer;
}
.blog-cat-img img {
    width: 100%;
    height: 120px;
}
.prv-img img {
    width: 40%;
}
#insert-caht-alert div.alert {
    border-radius: 0 !important;
    text-align: center;
}
.pac-item > span:last-child {
    display: none;
}
body .post-youtube iframe {
    height: 450px !important;
}
.navbar-movies-mobile ul {
    width: 100%;
}
.navbar-movies-mobile-search-dropdown ul {
    padding: 10px 5px;
    color: #333;
    border-radius: 0 !important;
}
#replenish-user-account-alert .alert,
.choose_rel_ship_alert div {
    border-radius: 0 !important;
}

/*Profile Completion*/
ul.profile-completion-bar {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}
ul.profile-completion-bar li.percentage-bar {
    position: relative;
    margin-top: -10px;
}
ul.profile-completion-bar li.percentage-bar h4 {
    overflow: hidden;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 10px 13px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
ul.profile-completion-bar li.percentage-bar h4 b {
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-size: 20px;
}
ul.profile-completion-bar .completion-bar {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
ul.profile-completion-bar .completion-bar div.completion-bar-wrapper {
    overflow: hidden;
    height: 100%;
    background: rgba(168, 72, 73, 0.5);
}
ul.profile-completion-bar .completion-bar div.completion-bar-status {
    overflow: hidden;
    background: rgba(168, 72, 73, 0.8);
    height: inherit;
    transition: width 1s;
}
ul.profile-completion-bar li.completion-step {
    width: 100%;
    overflow: hidden;
    font-weight: 500;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
}
ul.profile-completion-bar li.completion-step svg {
    margin-top: -2px;
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

.lb-preloader svg,
.pace-activity-parent {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.17);
}

svg.feather {
    vertical-align: middle;
    margin-top: -4px;
    width: 19px;
    height: 19px;
}
.list-group {
    border-radius: 2px;
}
.btn-default {
    background: #ebeef0;
    border: 0;
}
.btn-default svg.feather {
    margin-top: -3px !important;
    width: 16px !important;
    height: 16px !important;
}
.btn-whatsapp {
    color: #fff;
    background-color: #04aa24;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-whatsapp:hover {
    background-color: #03941f;
}
.pace-activity-parent {
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 20px;
    border-radius: 5px;
    margin-top: -15px;
}
.pace-activity {
    display: block !important;
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 30px;
    overflow: visible !important;
    -webkit-animation: pace-spinner 0.7s linear infinite;
    -moz-animation: pace-spinner 0.7s linear infinite;
    -ms-animation: pace-spinner 0.7s linear infinite;
    -o-animation: pace-spinner 0.7s linear infinite;
    animation: pace-spinner 0.7s linear infinite;
}
@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.lb-preloader {
    background: rgba(0, 0, 0, 0.23);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
.lb-preloader svg {
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 15px;
    border-radius: 4px;
    width: 65px;
    height: 65px;
}

/*Sidebar Users*/
.sidebar-users-may-know-container {
    margin: 0 5px 5px;
}
.vob_side_usrs {
    width: 50%;
    display: inline-block;
    padding: 5px;
}
#vb_sidebar_users {
    border: 1px solid #e8e8e8;
    padding: 15px 5px;
    text-align: center;
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    transition: all 0.2s;
}
#vb_sidebar_users:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.08);
}
#vb_sidebar_users .avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
#vb_sidebar_users .vb_user_link_name {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
#vb_sidebar_users .vb_user_link_name .user-name {
    font-size: 15px;
    font-weight: 500;
}
#vb_sidebar_users .vb_user_username_cont {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    margin: -3px 0 10px;
}
#vb_sidebar_users .btn-default,
.sidebar .vb_sidebar_pages .user-follow-button button {
    line-height: 22px;
    border-radius: 2px !important;
    font-size: 12px !important;
    font-weight: bold;
    padding: 1px 8px !important;
    letter-spacing: 0.3px;
}
#vb_sidebar_users .btn-default svg,
.sidebar .vb_sidebar_pages .user-follow-button button svg {
    display: none;
}
#vb_sidebar_users .btn-default {
    font-weight: 500;
    border-radius: 2em !important;
    padding: 2px 12px !important;
    font-size: 13px !important;
    line-height: 24px;
    min-width: 70px;
}

.vb_sidebar_pages {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 !important;
}
.vb_sidebar_pages .card {
    box-shadow: none !important;
}
.vb_sidebar_pages:last-child {
    border-bottom: 0;
}
.vb_sidebar_pages .page_middle {
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 68px;
}
.sidebar .vb_sidebar_pages .page_middle .avatar {
    top: 0;
    margin-bottom: 0;
    margin-right: 10px;
}
.sidebar .vb_sidebar_pages .page_middle .avatar img {
    width: 45px;
    height: 45px;
    margin: 0 0px 0 5px;
}
.vb_sidebar_pages .page_middle .title {
    top: 0 !important;
    position: relative !important;
    left: 0 !important;
    font-size: 16px !important;
    line-height: 21px !important;
}
.vb_sidebar_pages .page_middle .title a {
    color: #3e3e3e !important;
}
.sidebar .vb_sidebar_pages .user-follow-button .page_catg {
    line-height: 45px;
    margin: 0 7px;
    color: #747474;
    font-size: 12px;
}
.sidebar .vb_sidebar_pages .user-follow-button button {
    margin: 10px 7px;
    float: right;
}
.product-navigate {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translate(0, -50%);
}
.product-navigate.scrollRight {
    left: -45px;
}
.product-navigate.scrollLeft {
    right: -45px;
}
.product-navigate a {
    position: relative;
    padding: 13px 10px;
    font-size: 25px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
}
.product-navigate a:hover {
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.product-navigate.scrollLeft a {
    right: -1px;
    border-radius: 4px 0 0 4px;
}
.product-navigate a svg {
    width: 19px;
    height: 19px;
    margin-top: -2px;
}

/*Sidebar Groups*/
.sidebar-group-may-know-container {
    margin: 0 5px;
}
.sidebar-group-may-know-container .col-xs-6 {
    padding: 0 5px;
}
.sidebar-group-may-know-container .vob_my_groups {
    margin-bottom: 10px;
}
.sidebar-group-may-know-container .vob_my_groups .avatar {
    height: 0;
}

/*Sidebar Products*/
.sidebar-product-slider {
    overflow: hidden;
    padding: 0 5px;
}
.vob_side_prods_prnt {
    width: 50%;
    padding: 0 5px;
    float: left;
}
.vob_side_prods {
    background-color: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.vob_side_prods a {
    text-decoration: none;
}
.vob_side_prods .avatar {
    position: relative;
    padding-top: 90%;
    width: 100%;
}
.vob_side_prods .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vob_side_prods .produc_info {
    padding: 10px 4px;
    font-family: "Roboto", sans-serif;
}
.vob_side_prods .produc_info span {
    font-weight: 500;
    color: #252525;
    font-size: 13px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vob_side_prods .produc_info h4 {
    color: #252525;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0 0;
}

.vb_sidebar_products {
    width: 170px !important;
    margin: 6px 6px 10px;
    display: inline-block;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.vb_my_products a:hover,
.vb_sidebar_products a:hover {
    text-decoration: none;
}
.vb_my_products .avatar img,
.vb_sidebar_products .avatar img {
    width: 100%;
}
.vb_my_products .produc_info,
.vb_sidebar_products .produc_info {
    padding: 7px 10px;
}
.vb_my_products .produc_info span,
.vb_sidebar_products .produc_info span {
    font-size: 16px;
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vb_my_products .produc_info h4,
.vb_sidebar_products .produc_info h4 {
    font-size: 14px;
    color: #4caf50;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 7px 0 0;
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Sidebar Activity*/
.activity-container .vob_side_acts {
    border: 0;
}
.activity-container .vob_side_acts .notification-list {
    background: transparent;
    padding: 8px 9px;
}
.vob_side_acts .notification-user-avatar {
    position: relative;
}
.vob_side_acts .notification-user-avatar > span {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    bottom: -6px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.vob_side_acts .notification-user-avatar > span svg {
    width: 14.4px;
    height: 14.4px;
}
.vob_side_acts .notification-user-avatar > span .inline_act_emoji {
    margin: 0;
}
.vb_sidebar_activity {
    margin-left: 45px;
    display: flex;
}
.vb_sidebar_activity > div {
    display: block;
    background-color: #f2f2f2;
    width: auto;
    border-radius: 18px;
    padding: 5px 12px;
}
.no-activities.center-text {
    padding: 20px 5px;
    font-family: "Roboto", sans-serif;
}
.no-activities.center-text:empty {
    padding: 0;
}
.no-activities.center-text > svg {
    display: block;
    margin: auto;
}

#vb_post_stat_button .stat-item {
    border-radius: 2px;
    color: #616770;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    flex: 1;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 8px 5px;
    background: #fff;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}
#vb_post_stat_button .dropdown.open .stat-item,
#vb_post_stat_button .stat-item:hover {
    background-color: rgba(29, 33, 41, 0.04);
}
#vb_post_stat_button .stat-item:active,
#vb_post_stat_button .stat-item:focus {
    background-color: rgba(29, 33, 41, 0.09);
}
#vb_post_stat_button .stat-item svg {
    width: 18px;
    height: 18px;
}
#wonder-button svg {
    margin-right: 3px;
}
.show_post_comm_mobi {
    display: none;
}
.post .post-description .post-actions .stat-item {
    margin-top: 5px !important;
    background: #fff;
    box-shadow: none;
}
.post .post-description .post-actions .stat-item svg {
    width: 14px;
    height: 14px;
    margin-top: -3px;
}
@keyframes animatetop {
    from {
        top: -4px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
#vb_comment_combo {
    transition: all 0.2s ease;
    padding: 0 2rem 1rem 2rem;
}
.post-comments #vb_comment_combo .textarea {
    border-radius: 99px;
    background-color: #f3f4f6;
    border: none;
    outline: 0;
    box-shadow: none;
    height: 50px;
    padding: 14px;
    font-size: 16px;
}
.post-creator-info .dropdown.vb-dropdown.feed-dropdown.ml-auto.pull-right span {
    font-size: 16px;
}
.open > .dropdown-menu:not(.notfi-dropdown):not([role="combobox"]) {
    left: auto;
	width:auto;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important;
    transition: all 0.3s ease-in-out;
}
.post .post-footer .comments-list .comment.comment-container.comment-box {
    background-color: #fff;
    border-radius: 22px;
    position: relative;
}
#vb_comment_combo.comment-toggle {
    background-color: #fff;
    border-color: #ededed;
}
#vb_comment_combo .textarea {
    height: 36px;
    float: right;
    padding-top: 8px;
    width: calc(100% - 38px);
    background-color: #fff;
    padding-right: 10px;
    border-radius: 18px !important;
    margin-left: 10px;
    border: 1px solid #ededed;
}
#vb_comment_combo.comment-toggle .textarea {
    border-color: #fff;
    max-height: 100%;
	padding-right: 195px;
}
#vb_comment_combo .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
#vb_comment_combo .comment_combo_footer {
    position: relative;
    padding: 8px 4px;
    margin-bottom: -10px;
    background-color: #fff;
    display: none;
}
#vb_comment_combo.comment-toggle .comment_combo_footer {
    display: block;
    animation: animatetop 0.2s;
}
#vb_comment_combo .comment_combo_footer .emo-comment,
#vb_comment_combo .comment_combo_footer .image-comment,
#vb_comment_combo .comment_combo_footer .send-comment {
    position: relative;
    display: inline-block;
    right: auto;
}
#vb_comment_combo .comment_combo_footer .vb_comment_fopt {
    text-align: right;
}
#vb_comment_combo .comment_combo_footer .vb_comment_fopt .btn {
    padding: 3px 8px;
    background: transparent;
}
.vb_single_proimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*Shared Posts*/
.post .vob_shared_posts {
    padding: 0;
}
.post .vob_shared_posts .post-heading {
    padding: 12px;
    height: 65px;
}
.vob_shared_posts_p {
    margin-bottom: 12px !important;
    padding: 0 20px;
}
.vob_shared_posts_p:empty {
    margin: 0 !important;
    padding: 0;
}
.post .vob_shared_posts #fullsizeimg,
.post .vob_shared_posts .post-fetched-url .fetched-url-text {
    margin-bottom: 0;
}
.post .vob_shared_posts .vob_post_prod {
    margin: -5px 10px 10px;
}
.post .vob_shared_posts .vb_post_fetch_event#fullsizeimg,
.post .vob_shared_posts .vb_post_fetch_blog#fullsizeimg {
    width: 100%;
    margin: 0 0 12px;
}
.post .vob_shared_posts .vb_post_fetch_blog#fullsizeimg {
    margin: 0 0 5px;
}

/*Post Product*/
.vob_post_prod {
    font-family: "Roboto", sans-serif;
    margin-bottom: -5px;
}
.vob_post_prod_name {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 400;
}
.vob_post_prod_shead {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #7d7d7d;
}
.vob_post_prod_infos {
    position: relative;
    padding-left: 30px;
    color: #525252;
    margin-top: 9px;
}
.vob_post_prod_infos > svg {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 0px;
    opacity: 0.7;
}
.vob_post_prod_infos p {
    font-weight: normal;
}

/*Post Link*/
.vb_post_fetch_link {
    border: 0;
    background: #f9f9f9;
}
.vb_post_fetch_link .post-fetched-url-con {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.vb_post_fetch_link .post-fetched-url-con img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vb_post_fetch_link .url {
    font-size: 13px;
    position: absolute;
    max-width: 90%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    padding: 5px 8px;
    margin: 16px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vb_post_fetch_link .fetched-url-text h4 {
    font-size: 1.1em !important;
    font-weight: 700;
    margin: 2px 0 7px;
}
.vb_post_fetch_link .fetched-url-text .description {
    margin-bottom: 0;
}

/*Post Event*/
.vb_post_fetch_event {
    border: 0;
}
.vb_post_fetch_event img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.vb_post_fetch_event .short_start_dt {
    position: absolute;
    margin: 0;
    display: inline-block;
    background-color: white;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    top: -42px;
    padding: 5px 7px 3px;
}
.vb_post_fetch_event .short_start_dt b {
    color: #222;
}
.vb_post_fetch_event .short_start_dt span {
    display: block;
    color: #f44336;
    font-weight: 500;
}
.vb_post_fetch_event .fetched-url-text h4 {
    margin: -5px 0 0;
    font-size: 19px !important;
}
.vb_post_fetch_event .url {
    margin: 5px 0 0;
    text-transform: lowercase;
}

/*Post Blog*/
.vb_post_fetch_blog {
    border: 0;
}
.vb_post_fetch_blog .post-fetched-url-con {
    max-height: 250px;
    height: 250px;
}
.vb_post_fetch_blog .post-fetched-url-con img {
    object-fit: cover;
    height: 100%;
}
.vb_post_fetch_blog .fetched-url-text,
.vb_post_fetch_event .fetched-url-text {
    position: relative;
    padding: 30px 15px 0;
    font-family: "Roboto", sans-serif;
}
.vob_post_blog_ico {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px 9px;
    top: -26px;
}

/*Post Images*/
#fullsizeimg {
    overflow: hidden;
}
.fluid_video_wrapper {
    max-height: 600px;
}
#fullsizeimg img {
    /*max-height: none;*/
    border: 0;
    padding: 0;
    border-radius: 0;
}
.vb_adaptive_media .album-image:first-child .image-file,
.vb_adaptive_media_4 .album-image:first-child .image-file {
    width: 100%;
}
.vb_adaptive_media {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.vb_adaptive_media .album-image {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: calc(100% / 3 - 1.4px) !important;
}
.vb_adaptive_media .album-image:first-child {
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 66.666666666667% !important;
    padding-right: 1px;
}
.vb_adaptive_media .album-image:last-child .image-file {
    border-top: 2px solid #fff !important;
}
.vb_adaptive_media_4 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.vb_adaptive_media_4 .album-image {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: calc(100% / 4 - 2.4px) !important;
}
.vb_adaptive_media_4 .album-image:first-child {
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 75% !important;
    padding-right: 2px;
}
.vb_adaptive_media_4 .album-image .image-file {
    border-top: 3px solid #fff !important;
}
.vb_adaptive_media_5 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.vb_adaptive_media_5 .album-image {
    display: block;
    position: absolute;
    width: 50% !important;
    overflow: hidden;
}
.vb_adaptive_media_5 .album-image:first-child {
    top: 0;
    left: 0;
    height: 236px;
}
.vb_adaptive_media_5 .album-image:nth-child(2) {
    top: 239px;
    left: 0;
    height: 237px;
}
.vb_adaptive_media_5 .album-image:nth-child(3) {
    top: 0;
    left: 50%;
    height: 157px;
    padding-left: 3px;
}
.vb_adaptive_media_5 .album-image:nth-child(4) {
    top: 160px;
    left: 50%;
    height: 155px;
    padding-left: 3px;
}
.vb_adaptive_media_5 .album-image:last-child {
    top: 319px;
    left: 50%;
    height: 157px;
    padding-left: 3px;
}
.vb_post_privacy_menu svg.feather {
    width: 14px;
    height: 14px;
    margin: -1px 2px 0 4px;
}

/*Post Ad*/
.user-ad-container .panel-white {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.vb_post_ad .vb_post_fetch_blog .post-fetched-url-con {
    max-height: 270px;
    height: 270px;
}

/*Post Offer*/
.vb_post_fetch_offer {
    background: #f9f9f9;
}
.vb_post_fetch_offer .fetched-url-text {
    padding: 10px;
}
.vb_post_fetch_offer .short_start_dt {
    padding: 3px 7px;
}
.vb_post_fetch_offer .short_start_dt b {
    font-size: 13px;
}
.vb_post_fetch_offer .short_start_dt .url {
    margin: 0;
}

/*Slick Slider*/
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #5f5f5f;
    border: none;
    outline: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.16);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
}
.slick-next svg.feather,
.slick-prev svg.feather {
    margin: 0;
    width: 31px;
    height: 31px;
}
.slick-prev svg.feather {
    margin-left: -2px;
}
.slick-next svg.feather {
    margin-left: 2px;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: #222;
    outline: 0;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}

/*Sidebar Pro Users*/
.vb_pro_users {
    margin: 0;
    padding: 0 6px;
    overflow: hidden;
}
.vb_pro_users li {
    width: 33.33333%;
    margin: 0;
    display: inline-block;
    padding: 2px 5px 11px;
    position: relative;
    float: left;
}
.vb_pro_users li .user {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    background-color: #f0f6f6;
    border-radius: 4px;
}
.vb_pro_users li .user img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    background-color: #e7e7e7;
    border-radius: 4px 4px 0 0;
}
.vb_pro_users li .user span {
    padding: 5px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vb_game_list_info .page-website,
.vb_game_list_info h3,
.vb_game_style .game-name {
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*Modal*/
.modal.fade {
    text-align: center;
    padding: 0 !important;
}
.modal.fade:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: auto;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-header .close {
    opacity: 0.6;
    padding: 4px 8px;
    margin-right: -8px;
    margin-top: -4px;
}
.modal-header .close svg {
    width: 15px;
    height: 15px;
    stroke-width: 3;
}
.modal-title svg.feather {
    margin-right: 2px;
    width: 17px;
    height: 17px;
}
.modal-footer {
    padding: 5px 10px;
    background-color: #fafbfc;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #e7e8ec;
}

/*Pulse Ball Loading*/
.ball-pulse {
    float: left;
    line-height: 30px;
    margin-left: 10px;
    display: none;
}
.ball-pulse > div {
    background-color: #3a3c3f;
    border-radius: 100%;
    margin: 0 1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale-pulse 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale-pulse 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale-pulse 0.75s -0.15s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale-pulse 0.75s -0.15s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale-pulse 0.75s -0.11s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale-pulse 0.75s -0.11s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@-webkit-keyframes scale-pulse {
    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
}
@keyframes scale-pulse {
    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
}

.no-padding-left-list {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.no-activities-profile {
    font-size: 16px;
}

/*Lightbox*/
.vb_image_lightbox {
    width: 100%;
    margin-top: 0;
}
.vb_image_lightbox .vb_lbox_topbar {
    background-color: rgba(0, 0, 0, 0.4);
}
.vb_lbox_topbar {
    top: 0;
    z-index: 1035;
    position: fixed;
    left: 0;
    width: 100%;
    height: 45px;
}
.vb_lbox_topbar .lbox_topbar_child {
    margin: 0 25px;
    user-select: none;
}
.vb_lbox_topbar .lbox_topbar_child span {
    padding: 10px 1px;
    margin: 0 5px;
    height: 45px;
    display: inline-block;
}
.vb_lbox_topbar .lbox_topbar_child svg.feather {
    margin-top: 0;
    width: 25px;
    height: 25px;
    color: #b5b5b5;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.vb_lbox_topbar .lbox_topbar_child svg.feather:hover {
    color: #fff;
}
.vb_image_lightbox .story-img {
    display: table;
    width: 100%;
    min-width: 900px;
    max-width: 900px;
    background: 0 0;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.vb_image_lightbox .story-img .changer {
    background: 0 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: block !important;
    margin-bottom: 0;
}
.vb_image_lightbox .story-img .changer svg.feather {
    margin-top: 0;
    width: 45px;
    height: 45px;
    color: rgba(255, 255, 255, 0.45);
    transition: all 0.2s ease-in-out;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.vb_image_lightbox .story-img .changer:hover svg.feather {
    color: #fff;
}
.vb_image_lightbox .story-img .changer.next-btn {
    right: -70px;
}
.vb_image_lightbox .story-img .changer.previous-btn {
    left: -70px;
}
.vb_image_lightbox .story-img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}
.vb_image_lightbox .story-img img.double_zoom {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}
.vb_imagecombo_lbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    margin-top: 0;
    margin: auto; /*max-width: 1040px;*/
	z-index: 999999;
}
.vb_imagecombo_lbox .story-img {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 380px;
    width: calc(100% - 380px);
}
.vb_imagecombo_lbox .story-img .vb_lbox_topbar {
    background-image: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4)
    );
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4)
    );
    height: 48px;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
}
.vb_imagecombo_lbox .story-img .vb_lbox_topbar .lbox_topbar_child {
    margin: 0;
}
.vb_imagecombo_lbox .story-img .vb_lbox_topbar .lbox_topbar_child span {
    padding: 3px 1px;
    height: 33px;
}
.vb_imagecombo_lbox .story-img .vb_lbox_topbar .lbox_topbar_child span svg {
    width: 22px;
    height: 22px;
}
.vb_imagecombo_lbox .story-img img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
}
.vb_imagecombo_lbox .story-img img.double_zoom {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}
.vb_imagecombo_lbox .story-img .changer {
    background: 0 0;
    top: 0;
    width: 60px;
    height: 100%;
    margin-bottom: 0;
    z-index: 1034;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.vb_imagecombo_lbox .story-img .changer svg.feather {
    margin-top: 0;
    width: 65px;
    height: 65px;
    color: rgba(255, 255, 255, 0.55);
    transition: all 0.2s ease-in-out;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.vb_imagecombo_lbox .story-img .changer:hover svg.feather {
    color: #fff;
}
.vb_imagecombo_lbox .story-img .changer.next-btn {
    right: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
}
.vb_imagecombo_lbox .comment-section {
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    border-radius: 0;
}
.comment-section-inner {
    display: block;
}
.comment-section-inner .comment-inner-header {
    padding: 16px 8px 16px 16px;
}
.comment-section-inner .comment-inner-header .close-lightbox {
    padding: 8px;
    margin: 0;
}
.comment-section-inner .comment-inner-header h6 {
    margin-bottom: 3px;
}
.vb_imagecombo_lbox .comment-section-inner .comment-inner-footer {
    position: relative;
    height: calc(100% - 126px);
    box-shadow: none;
    padding: 0;
    background-color: #fafafa;
}
.vb_imagecombo_lbox
    .comment-section-inner
    .comment-inner-footer
    .view-more-wrapper {
    margin: 0 16px 7px;
    padding: 5px 0 0;
}
.vb_imagecombo_lbox .lightbox-post-footer.post-comments {
    border-top: 1px solid #e7e8ec;
    padding: 12px;
    height: 55px;
    z-index: 5;
    flex: 0 0 auto;
    vertical-align: bottom;
}
.vb_imagecombo_lbox .lightbox-post-footer input.comment-textarea {
    border: none;
}
.vb_imagecombo_lbox .lightbox-post-footer .comments-list {
    padding: 0px 12px;
}
.vb_imagecombo_lbox
    .lightbox-post-footer
    .comments-list
    .comment_edele_options {
    display: none;
}
.vb_imagecombo_lbox .lightbox-post-footer .comments-list .reply .reply-heading {
    display: block;
    width: 100%;
}
.vb_imagecombo_lbox
    .lightbox-post-footer
    .comments-list
    .comment
    .comment-body {
    margin-left: 50px;
}
.vb_imagecombo_lbox .lightbox-post-footer .comments-list .reply .comment-body {
    margin-left: 40px;
    margin-top: -3px;
}
.vb_imagecombo_lbox
    .lightbox-post-footer
    .comments-list
    .comment
    .comment-body:hover
    .comment_edele_options {
    visibility: visible;
}
.vb_imagecombo_lbox
    .lightbox-post-footer
    .comments-list
    .comment
    .comment-body
    .comment-replies
    .vb_commreply_combo
    textarea.form-control {
    height: 32px;
}
.vb_imagecombo_lbox
    .lightbox-post-footer
    .comments-list
    .comment
    > .comments-list {
    margin-left: 50px;
}
.vb_imagecombo_lbox .lightbox-post-footer .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}
.vb_imagecombo_lbox .lightbox-post-footer .comment:empty {
    margin: 0;
}
.vb_imagecombo_lbox .lightbox-post-footer .comment .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
}
/*.vb_imagecombo_lbox .lightbox-post-footer .comment .comment-heading{display:flex;}*/
.vb_imagecombo_lbox .lightbox-post-footer .comment .comment-heading .user {
    font-size: 14px;
    font-weight: 700;
    display: inline;
    margin-top: 0;
}
.vb_imagecombo_lbox .lightbox-post-footer .comment .comment-heading .time {
    font-size: 10px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.vb_imagecombo_lbox .lightbox-post-footer .input-group-addon a {
    color: #444;
}
.sun_img_innr {
    position: relative;
    display: table;
    height: calc(100% - 48px);
}
.vob_lightbox_right {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column; /*overflow: hidden;*/
}
.vob_lightbox_right .comment-section-inner {
    position: relative;
}
.vob_lightbox_right
    .comment-section-inner
    .like-emo
    > .how_reacted:nth-child(1) {
    margin-left: 0px;
}
.vob_lightbox_right .comment-section-inner #vb_post_stat_button {
    width: auto;
    margin: 0px 10px 5px;
}
.vob_lightbox_right .comment-inner-footer {
    width: 100%;
    overflow-y: auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-grow: 1;
    background-color: #f2f3f5;
}
.vob_lightbox_right .load-more-comments {
    margin: 6px 10px -3px;
}
.vob_lightbox_right .post-info .post-text p:empty {
    margin: 0;
}
.vb_imagecombo_lbox .story-img .sun_light_tool {
    bottom: 0;
    width: 100%;
    top: auto;
    background: #000;
    position: absolute;
    display: flex;
    align-items: center;
}
.vb_imagecombo_lbox .story-img .sun_light_tool .lbox_topbar_child {
    display: flex;
    align-items: center;
}
.vb_imagecombo_lbox .story-img .sun_light_tool .lbox_topbar_child.right {
    margin-left: auto;
}
.vb_imagecombo_lbox .story-img .sun_light_tool .lbox_topbar_child span {
    height: auto;
    cursor: pointer;
}
.vb_imagecombo_lbox .story-img .sun_light_tool .lbox_topbar_child span,
.vb_imagecombo_lbox .story-img .sun_light_tool .lbox_topbar_child span a {
    color: #a5a5a5;
    transition: all 0.2s;
    text-decoration: none;
}
.vb_imagecombo_lbox .story-img .sun_light_tool .lbox_topbar_child span:hover,
.vb_imagecombo_lbox .story-img .sun_light_tool .lbox_topbar_child span a:hover {
    color: #fff;
}
.vob_lightbox_right .lightbox-no-comments {
    text-align: center;
    margin: 100px 0 20px;
    color: #696969;
    padding: 0 10px;
}
.vob_lightbox_right .lightbox-no-comments svg {
    width: 70px;
    height: 70px;
    filter: grayscale(1);
    opacity: 0.5;
}

/*Settings*/
.vb_setting_showpage {
    padding-right: 45px;
}
.vb_setting_sidebar {
    width: 75px;
    right: 10px;
    top: 0;
    position: absolute;
    padding: 0;
    text-align: center;
    z-index: 1;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.17);
}
.vb_setting_sidebar ul {
    margin: 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
}
.vb_setting_sidebar ul .list-group-item {
    padding: 0;
    height: 100%;
    border: 0;
}
.vb_setting_sidebar ul .list-group-item a {
    padding: 13px 5px;
    position: relative;
	color:#fff;
}
.vb_setting_sidebar ul .list-group-item.avtive a {
    background-color: rgba(0, 0, 0, 0.1);
}
.vb_setting_sidebar ul .list-group-item a svg.feather {
    opacity: 0.6;
}
.vb_setting_sidebar ul .list-group-item.avtive a svg.feather {
    opacity: 1;
}
.vb_setting_sidebar ul .list-group-item .report-not-seen {
    position: absolute;
    top: 3px;
    right: 5px;
    background-color: #f5f5f4;
    color: #ea1e1e;
    line-height: 1.1;
    height: 16px;
    padding: 2px 3px;
}
.vb_settings_page {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 2px;
    padding: 15px 55px 15px 15px;
    margin-bottom: 20px;
}
.vb_terms_page h3 {
    font-size: 19px;
    color: #787878;
    padding: 20px 20px 20px 15px;
    margin: -15px -15px 7px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f5f5f5;
}
.vb_settings_page .avatar-holder {
    text-align: center;
    font-family: "Roboto", sans-serif;
    background-color: #795548;
    margin: -15px -20px 0;
    border-radius: 4px 4px 0 0;
    padding: 25px 5px 30px;
    position: relative;
}
.vb_settings_page .avatar-holder::before {
    left: 0;
    right: 0;
    background-size: cover;
    background-image: url(./setting-layer.svg);
    background-position: center center;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
.vb_settings_page .avatar-holder::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 792 78.7' style='enable-background:new 0 0 792 78.7;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3ctitle%3ehero-curve-layer%3c/title%3e%3cpath class='st0' d='M396,72.2C237.1,72.2,95.2,44.1,0.3,0v78.3h791.3V0C696.8,44.1,554.9,72.2,396,72.2z'/%3e%3c/svg%3e");
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vb_settings_page .avatar-holder .avatar {
    border-radius: 50%;
    max-width: 45px;
    height: 45px;
    position: relative;
    z-index: 9;
}
.vb_settings_page .avatar-holder h5 {
    font-size: 21px;
    font-weight: 400;
    margin: 10px 0 5px;
}
.vb_settings_page .avatar-holder h5 a {
    text-decoration: none;
    color: #fff;
}
.vb_settings_page .avatar-holder p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: 15px;
    margin-top: 15px;
}
.vb_settings_page .avatar-holder .btn-glossy {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}
.vb_settings_page .avatar-holder .infoz {
    position: relative;
    z-index: 9;
}
.vb_settings_page .avatar-holder + hr {
    display: none;
}
.vb_settings_page .setting-panel .show-upgrades #upgrade-button,
.vb_settings_page .setting-panel .vb_sett_upgrade {
    background-color: #03a9f4;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.vb_settings_page .setting-panel hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important; /* margin-right: 0px; */ /* display: none; */
    border-top: 1px solid #eee;
}
.vb_settings_page .setting-panel .vb_sett_upgrade {
    padding: 6px 13px;
    margin: 5px 15px 4px;
    display: inline-block;
}
.vb_settings_page .setting-panel .show-upgrades #upgrade-button {
    padding: 11px 13px;
    border: 0;
    width: 110px;
    text-align: center;
}
.vb_settings_page .setting-panel-mdbtn {
    padding: 9px 18px !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    margin: 2px 55px;
}
.vb_settings_page .setting-panel-mdbtn svg.feather {
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
}
.vb_settings_page .last-sett-btn {
    margin-right: -55px;
    margin-bottom: -15px;
}
.vb_settings_page .vb_delete_account {
    margin-left: auto;
    position: relative;
    display: table;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #151720;
}
.vb_settings_page .vb_design_button {
    width: 180px;
    display: table;
    min-height: 180px;
    overflow: hidden;
    border: 2px dashed #ccc;
    background: #fff;
    padding: 5px;
}
.vb_settings_page .vb_design_button span {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #666;
}
.vb_settings_page .vb_design_button svg.feather {
    margin-top: 0;
    width: 45px;
    height: 45px;
    color: #cecece;
}
.vb_settings_page .setting-update-alert {
    margin: 20px 0 10px;
}
.vb_settings_page .alert {
    margin: 20px 0 10px;
}
.vob_sett_sidebar {
    padding: 0;
}
.vob_sett_sidebar > ul {
    margin: 0;
}
.vob_sett_sidebar > ul > li > a {
    padding: 0;
    display: block;
    font-size: 15px;
    padding: 0 16px;
    min-width: 88px;
    line-height: 43px;
    text-decoration: none;
    transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Roboto", sans-serif;
}
.vob_sett_sidebar > ul > li.active > a {
    color: #000;
    font-weight: 500;
}
.vob_sett_sidebar > ul > li > a:hover,
.vob_sett_sidebar .vob_sett_submenu > ul li a:hover {
    background-color: rgba(158, 158, 158, 0.05);
}
.vob_sett_sidebar > ul > li > a svg {
    height: 19px;
    width: 19px;
    margin: auto 13px auto 0;
}
.vob_sett_sidebar .vob_sett_submenu > a span svg {
    margin: 10px 0;
    height: 17px;
    width: 17px;
}
.vob_sett_sidebar .vob_sett_submenu > ul {
    margin: 0px;
    border-left: 1px solid #e3e3e3;
    margin-left: 23px;
    padding-left: 0;
}
.vob_sett_sidebar .vob_sett_submenu > ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.15s;
    padding: 4px 3px 4px 29px;
}
.vob_sett_sidebar .vob_sett_submenu > ul li.active a {
    color: #e00c54;
}

/*Verification*/
.select-user-verification-data {
    width: 100%;
    overflow: hidden;
}
.select-user-verification-data p {
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: #333;
}
.select-user-verification-data .select-user-verification-photos {
    width: 100%;
    overflow: hidden;
}
.select-user-verification-data .select-user-verification-photos > div {
    width: 49%;
    height: 190px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-top: 15px;
    color: #333;
    overflow: hidden;
    cursor: pointer;
}
.select-user-verification-data .select-user-verification-photos .empty_state {
    margin: 45.5px 0;
}
.verification-status {
    width: 100%;
    height: 200px;
    text-align: center;
}
.verification-status h4 {
    width: 100%;
    line-height: 200px;
    font-family: arial, sans-serif;
    color: #666;
}

/*Payment History*/
table.vob_pymnt_table {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
table.vob_pymnt_table thead th {
    font-weight: 500;
    color: #333;
}
table.vob_pymnt_table tbody > tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
table.vob_pymnt_table tbody > tr > td {
    vertical-align: middle;
    padding: 9px 5px;
}
table.vob_pymnt_table .label {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}
table.vob_pymnt_table .label-warning {
    color: #ff9800;
    background-color: rgba(255, 152, 0, 0.1);
}
table.vob_pymnt_table .label-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.1);
}
table.vob_pymnt_table .label-danger {
    color: #f44336;
    background-color: rgba(244, 67, 54, 0.1);
}
.vob_sett_trans_table {
    margin: 10px -6px -15px;
}

/*Affiliates*/
.vob_affs_main > img {
    display: block;
    width: 280px;
    height: 280px;
    margin: 0 auto 20px;
    pointer-events: none;
}
.vob_affs_main > h4 {
    text-align: center;
}
.vob_affs_main .vob_form_fields {
    margin-top: 0;
}
.vob_affs_main .vob_form_fields input {
    height: 34px;
    font-size: 14px;
    border-radius: 2em;
    background: rgba(0, 0, 0, 0.05) !important;
}
.vb_referres:empty {
    border: 0;
    padding: 0;
    margin: 0;
}

/*Create Products*/
.vob_prod_imgs {
    margin: 0 -7px;
    display: flex;
}
#create-product-modal .modal-body {
    padding-top: 0;
}
.vob_prod_imgs .upload-product-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    margin: 0 6px;
    background-color: #f2f2f2;
}
.vob_prod_imgs .upload-product-image svg.feather {
    width: 24px;
    height: 24px;
    color: #848484dd;
}
.vob_prod_imgs #productimage-holder {
    padding: 0 7px;
    overflow-x: auto;
}
.vob_prod_imgs #productimage-holder .thumb-image {
    pointer-events: auto;
}
#productimage-holder {
    width: 100%;
    padding: 0 8px;
    margin: 0;
    white-space: nowrap;
}
#productimage-holder .thumb-image {
    width: 100px;
    height: 100px;
    margin: 0 5px 0 0;
    display: inline-block;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    border-radius: 4px;
}
#create-product-modal .publisher-hidden-option #percent {
    position: relative;
    left: auto;
    color: #444 !important;
}
#create-product-modal .publisher-hidden-option #progress .progress {
    margin: 8px 40px 0 0;
}
#create-product-modal .publisher-hidden-option #progress .progress,
#create-product-modal
    .publisher-hidden-option
    #progress
    .progress
    .progress-bar {
    height: 4px;
    border-radius: 0;
}

/*Market*/
.vb_market .market_widget {
    margin-bottom: 25px;
}
.vb_market .market_widget .m_widget_head {
    font-weight: 600;
    color: #585858;
    margin-bottom: 8px;
    font-size: 14px;
}
.vb_market .market_categories,
.vb_job_main_widget .wjob_categories {
    position: relative;
}
.vb_market .market_categories ul,
.vb_job_main_widget .wjob_categories ul {
    padding: 0;
    margin: 0;
}
.vb_market .market_categories ul li,
.vb_job_main_widget .wjob_categories ul li {
    margin: 6px 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}
.vb_market .market_categories ul li a,
.vb_job_main_widget .wjob_categories ul li a {
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    display: block;
}
.vb_market .market_categories ul li a:after,
.vb_market .market_categories ul li a:before,
.vb_job_main_widget .wjob_categories ul li a:after,
.vb_job_main_widget .wjob_categories ul li a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0;
    bottom: 0;
    text-align: center;
    position: absolute;
}
.vb_market .market_categories ul li a:before,
.vb_job_main_widget .wjob_categories ul li a:before {
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
}
.vb_market .market_categories ul li.active a:before {
    border-color: #16b987;
}
.vb_market .market_categories ul li.active a:after {
    background: #16b987;
    border-radius: 50%;
    transform: scale(0.5);
}
.vb_market .market_categories ul li.active a {
    color: #16b987;
}
.vb_market #cusrange-reader {
    width: 43px;
    background: transparent !important;
}
.vb_market .market_bottom #products.row {
    margin-right: -11px;
    margin-left: -11px;
}
.vb_market .market_bottom .product {
    padding-right: 10px;
    padding-left: 10px;
}
.vb_market .market_bottom .product .product_info {
    background-color: #fff;
    padding: 0 3px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s linear;
}
.vb_market .market_bottom .product .product_info:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.vb_my_pages .page_list,
.vb_my_products a {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    background: #fff;
}
.vb_market .market_bottom .product .product-links {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 40px;
    z-index: 8;
    opacity: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    transition: opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.vb_market .market_bottom .product .product_info:hover .product-links {
    opacity: 1;
}
.vb_market .market_bottom .product .product-links .more-info {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.vb_market .market_bottom .product .product-links .more-info:hover {
    background-color: #fff;
    color: #000 !important;
}
.vb_market .market_bottom .product .produc_info {
    padding: 7px 10px;
}
.vb_market .market_bottom .product .product_info.vob_main_mkt_prod {
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.2s;
    padding: 0px 0px 65px;
    font-family: "Roboto", sans-serif;
}
.vb_market .market_bottom .product .product_info.vob_main_mkt_prod:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.vb_market
    .market_bottom
    .product
    .product_info.vob_main_mkt_prod
    .product-image {
    margin: 0;
    width: 100%;
}
.vb_market .market_bottom .product .product_info.vob_main_mkt_prod .product-by {
    position: absolute;
    z-index: 9;
    top: 8px;
    left: 8px;
}
.vb_market
    .market_bottom
    .product
    .product_info.vob_main_mkt_prod
    .product-by
    a {
    color: white;
    text-decoration: none;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3px 4px;
    border-radius: 3px;
    font-weight: 500;
}
.vb_market
    .market_bottom
    .product
    .product_info.vob_main_mkt_prod
    .product-title {
    text-align: center;
    font-weight: 500;
    font-size: 19px;
}
.vb_market
    .market_bottom
    .product
    .product_info.vob_main_mkt_prod
    .product-title
    a {
    text-decoration: none;
    color: #353535;
}
.vb_market
    .market_bottom
    .product
    .product_info.vob_main_mkt_prod
    .product-price {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 0 0 2px;
    letter-spacing: normal;
}
.vb_market
    .market_bottom
    .product
    .product_info.vob_main_mkt_prod
    .vob_main_prod_foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 15px 20px;
    text-align: center;
}

/*Find Friends*/
.vob_frnd_map {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.vob_frnd_field {
    font-family: "Roboto", sans-serif;
}
.vob_frnd_field h4 {
    margin: 7px 0 7px;
    font-size: 15px;
}
.friends_nearby_status_ul,
#search-nearby-users .nearby-users-gender-collapse ul {
    padding: 0;
}
.friends_nearby_status_ul li,
#search-nearby-users .nearby-users-gender-collapse ul li {
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 0 17px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background-color: #f0f0f0;
    color: #393939;
    border-radius: 2em;
    margin-right: 5px;
    margin-bottom: 6px;
}
.friends_nearby_status_ul li.active,
#search-nearby-users .nearby-users-gender-collapse ul li.active {
    color: #3f51b5;
    background-color: #c6cfff;
    font-weight: 500;
}
.select-nearby-users-distance {
    padding: 7px 1px;
    display: flex;
}
.select-nearby-users-distance > form {
    display: flex;
    width: 100%;
    align-items: center;
}
#nearby-users-distance {
    width: 100%;
    border: 0;
    height: 2.5px;
    background: #d0d0d0;
    outline: none;
    box-shadow: none;
    border-radius: 2em;
}
#nearby-users-distance .ui-slider-handle {
    position: absolute;
    margin: -2px 0 0 -5px;
    border-radius: 100%;
    background: #3f51b5;
    border: 0;
    height: 15px;
    width: 15px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#nearby-users-distance .ui-slider-handle:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#nearby-users-distance .ui-slider-range {
    background: #3f51b5;
}
.select-nearby-users-distance .currentVal {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #7a7d7e;
    width: 50px;
    text-align: center;
    height: 30px;
    display: block;
    background: #f3f3f8;
    line-height: 29px;
    margin-top: -13px;
    margin-left: 10px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.select-nearby-users-distance .currentVal:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-width: 0;
    border-right-color: #f3f3f8;
}
.vob_frnd_usr {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 15px;
}
.vob_frnd_usr .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.vob_frnd_usr .fndfrnd_user_wrapper {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.2s;
}
.vob_frnd_usr .fndfrnd_user_wrapper:hover {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
.vob_frnd_usr .fndfrnd_user_wrapper .avatar {
    position: relative;
    width: 100%;
    padding-bottom: 130%;
}
.vob_frnd_usr .fndfrnd_user_wrapper .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.fndfrnd_user_wrapper_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    padding: 12px;
    font-family: "Robto", sans-serif;
}
.vob_frnd_usr .fndfrnd_user_wrapper .user_wrapper_link {
    font-size: 22px;
    margin-bottom: 3px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 500;
}
.vob_frnd_usr .fndfrnd_user_wrapper .user_wrapper_link a {
    color: #fff;
    text-decoration: none;
}
.vob_frnd_usr .fndfrnd_user_wrapper .sun_friends_fetrs {
    margin-bottom: 0;
}
.vob_frnd_usr .fndfrnd_user_wrapper .sun_friends_fetrs li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: white;
}
.vob_frnd_usr .fndfrnd_user_wrapper .sun_friends_fetrs li > span {
    margin-right: 5px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vob_frnd_usr .fndfrnd_user_wrapper .sun_friends_fetrs li > span svg {
    width: 20px;
    height: 20px;
}
.vob_frnd_usr .fndfrnd_user_wrapper .sun_friends_fetrs li p {
    margin: 0;
    line-height: 1;
}
.vob_frnd_usr .fndfrnd_user_wrapper .sun_friends_fetrs li .online-text {
    color: #4caf50;
}
.vob_frnd_usr .fndfrnd_user_wrapper .user-follow-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.vb_my_products a {
    display: block;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

/*Pages*/
.vb_my_pages .page_list {
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    margin: 0 0 15px;
    padding: 13px 10px;
}
.vb_my_pages .page_list .avatar img {
    height: 72px;
    width: 72px;
    border-radius: 50%;
}
.vb_my_pages .page_title {
    font-size: 17px;
    font-weight: 700;
    color: #1d1d1d;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vb_my_pages .page_info ul {
    padding: 0;
    margin: 5px 0 0;
}
.vb_my_pages .page_info ul li {
    color: #6f6f6f;
    padding: 1px 0;
}
.vb_my_pages .page_info ul li svg.feather {
    margin: -2px 2px 0 0;
    width: 14px;
    height: 14px;
}
.vb_my_pages .btn-info {
    margin: 18px 0px;
    background-color: #2196f3;
    padding: 0 8px;
    min-width: auto;
    border-radius: 2em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.vb_my_pages #vb_useract_btn {
    margin: 18px 0px;
}
.vb_my_products {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

/*Games*/
.vob_games {
    margin: 0 -10px;
}
.vob_games > .col-md-6 {
    padding: 0 10px;
}
.vob_pop_gam_list {
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    padding: 0;
}
.vob_pop_gam_list a {
    text-decoration: none;
}
.vob_pop_gam_list .avatar {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 4px 0 0 4px;
    margin-right: 10px;
}
.vob_pop_gam_list .avatar img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px 0 0 4px;
    object-fit: cover;
}
.vob_pop_gam_list .game-name {
    margin-left: 70px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 7px;
}
.vob_pop_gam_list p {
    margin-left: 70px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vb_game_style {
    margin-bottom: 20px;
    transition: all 0.2s;
    text-align: center;
}
.vb_game_style:hover {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
.vb_game_style .avatar {
    width: 100%;
    padding-top: 70%;
    position: relative;
    margin-bottom: 32px;
}
.vb_game_style .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.vb_game_style .avatar .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    line-height: 32px;
}
.vb_game_style a {
    text-decoration: none;
}
.vb_game_style .game-name {
    margin: 0;
    overflow: hidden;
    padding-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: black;
}

.middot {
    margin: 0 6px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
}
.o-overlayLink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0);
}
.problackback {
    display: block;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.45) 100%
    );
    padding: 100px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.vb_user_profile .pic-info-cont {
    width: 100%;
    height: 180px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container .vb_user_profile .pic-info-cont .user-avatar.unseen_story {
    padding: 6px;
    background-color: white;
    border-radius: 50%;
}
.container .vb_user_profile .pic-info-cont .user-avatar img {
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}
.container .vb_user_profile .pic-info-cont .user-avatar img.unseen_story {
    padding: 3px;
    background-color: white;
    z-index: 10;
    position: relative;
}
.container .vb_user_profile .pic-info-cont .user-avatar.unseen_story:after {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(61, 140, 250, 1) 0%,
        rgba(0, 212, 255, 1) 50%,
        rgba(0, 255, 222, 1) 100%
    );
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: 50%;
    z-index: 1;
}

.container .vb_user_profile .card.hovercard .info .title {
    left: 0;
    position: relative;
    margin-top: 0;
    top: 0;
}
.container .vb_user_profile .card.hovercard .info .title svg.feather {
    width: 24px;
    height: 24px;
    fill: #fff;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.43));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.43));
}
.container .vb_user_profile .card.hovercard .info .options-buttons {
    position: relative;
    margin: 10px 10px 5px;
}
.vb_user_profile .options-buttons .dropup {
    display: inline;
}
.vb_page_profile .page-info-cont .page_navbar .dropdown-menu,
.vb_user_profile .options-buttons .dropup .dropdown-menu {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 8px 0;
    min-width: 187px;
}
.vb_user_profile .options-buttons .dropup .dropdown-menu{
	top:30px;
}
.vb_page_profile .page-info-cont .page_navbar .dropdown-menu li .menu-item,
.vb_user_profile .options-buttons .dropdown-menu li .menu-item {
    min-height: 36px;
    display: block;
    line-height: 36px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
}
.vb_page_profile .page-info-cont .page_navbar .dropdown-menu li .menu-item a,
.vb_user_profile .options-buttons .dropdown-menu li .menu-item a {
    color: rgba(0, 0, 0, 0.87);
    padding: 0 !important;
    display: inline-block;
    min-width: 100px;
    text-decoration: none;
}
.vb_page_profile .page-info-cont .page_navbar .dropdown-menu li svg.feather,
.vb_user_profile .options-buttons .dropdown-menu li svg.feather {
    margin: -4px 13px auto 0;
}
.vb_user_profile .card.hovercard .title .badge-link {
    display: block;
    padding: 8px 5px 9px;
}
.vb_user_profile .card.hovercard .title .badge-pro {
    font-size: 10px;
    line-height: 0;
    padding: 0;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.vb_user_profile .options-buttons a,
.vb_user_profile .options-buttons button {
    margin: 0;
    float: none;
}
.vb_user_profile .btn-glossy > a,
.vb_user_profile .btn-glossy > span > button {
    color: #fff;
    background: rgba(255, 255, 255, 0.39);
    border-radius: 2px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    padding: 6px 15px !important;
    height: 33px;
    margin-right: 3px;
}
.vb_user_profile .btn-glossy.open button.dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.76);
}
.vb_user_profile .btn-glossy a svg.feather,
.vb_user_profile .btn-glossy button svg.feather {
    margin: -2px 3px 0 0;
    width: 17px;
    height: 17px;
}
.vb_user_profile .user-bottom-nav {
    background: #fff;
    height: 62px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 4px;
}
.vb_user_profile .user-bottom-nav ul {
    padding-left: 0;
    overflow: hidden;
    overflow-x: auto;
    height: 63px;
    white-space: nowrap;
    display: flex;
}
.vb_user_profile .user-bottom-nav ul li {
    display: inline-block;
    margin: 0 5px;
    flex: 1;
}
.vb_user_profile .user-bottom-nav ul li:first-child {
    margin-left: 0;
}
.vb_user_profile .user-bottom-nav ul li:last-child {
    margin-right: 0;
}
.vb_user_profile .user-bottom-nav li a {
    padding: 11px 22px 7px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
}
.vb_user_profile .user-bottom-nav li a .split-link {
    display: block;
}
.vb_user_profile .user-bottom-nav li a .split-link svg {
    margin: 0 0 4px;
    width: 19px;
    height: 19px;
}
.vb_user_profile .user-bottom-nav li .menuactive {
    border-bottom: 2px solid #2196f3;
    color: #2196f3;
}
.right_user_info .vb_page_hdng {
    margin-bottom: 7px;
}
.right_user_info li {
    padding: 4px 13px;
    color: #1d2129;
    font-size: 12px;
}
.right_user_info li a {
    text-decoration: none;
    color: #1d2129;
}
.right_user_info li svg {
    color: #7a7a7a;
    margin: -3px 6px 0 2px;
    width: 18px;
    height: 18px;
}
.vb_event_profile .user-social-links,
.vb_page_profile .user-social-links,
.vb_user_profile .user-social-links {
    padding: 0 13px 10px 40px;
}
.vb_page_profile .user-social-links a.social-btn,
.vb_user_profile .user-social-links a.social-btn {
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 3px;
}
.vb_page_profile .user-social-links a svg.feather,
.vb_user_profile .user-social-links a svg.feather {
    margin: 0;
    width: 23px;
    height: 23px;
}
.widget-heading {
    padding: 12px 15px 10px;
    font-size: 15px;
    font-weight: 600;
}
.widget-heading svg.feather {
    background-color: #ededed;
    padding: 7px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin: -4px 5px 0 -2px;
    color: #fff;
}
.widget-heading .edit-link {
    text-transform: uppercase;
    font-size: 11px;
    margin: 5px 0;
}
.widget-heading h5 {
    color: #90949c;
    display: inline;
    margin: 0 1px;
}
.vb_page_profile .profile-container .card {
    margin-bottom: 0;
}
.vb_page_profile .profile-container .card.hovercard .cardheader {
    max-height: 313.3px;
    min-height: 313.3px;
}
.vb_page_profile .page-info-cont {
    position: relative;
    background: #fff;
    min-height: 85px;
    margin: 0 0 20px;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
}
.vb_page_profile .page-info-cont {
    padding: 30px 20px;
}
.vb_page_profile .page-info-cont .user-avatar {
    width: 95px;
    height: 95px;
    position: relative;
}
.vb_page_profile .page-info-cont .user-avatar-uploading-container {
    border-radius: 3px;
}
.vb_page_profile .page-info-cont .user-avatar-uploading-progress .ball-pulse {
    margin: 43px auto;
}
.vb_page_profile .page-info-cont .user-avatar img {
    width: 95px;
    height: 95px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
}
.vb_page_profile .page-info-cont .first_row {
    display: flex;
    align-items: center;
}
.vb_page_profile .first_row .title {
    margin: 0 20px;
}
.vb_page_profile .first_row .title a {
    font-size: 19px;
    font-weight: 700;
    color: #3e3e3e;
    text-transform: capitalize;
}
.vb_page_profile .first_row .title .page_username {
    color: #444;
    font-size: 13px;
    overflow: hidden;
    padding-left: 1px;
    margin: 1px 0 7px;
}
.vb_page_profile .first_row .title .page_info {
    overflow: hidden;
    color: #6f6f6f;
    padding: 1px 0;
}
.vb_page_profile .title .page_info svg.feather {
    margin: -2px 2px 0 0;
    width: 14px;
    height: 14px;
}
.vb_page_profile .options-buttons {
    position: relative;
    margin: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.vb_page_profile .options-buttons .btn {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    border: none;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.vb_page_profile .options-buttons .btn svg {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: -2px;
}
.vb_page_profile .page-info-cont .last_row {
    margin: 31px 0 34px;
}
.vb_page_profile .page-info-cont .page_navbar {
    display: inline-block;
    background: linear-gradient(to right, #fff, #f5f5f5);
    margin: 30px -15px -15px -20px;
    width: calc(100% + 40px);
    padding: 5px 35px;
}
.btn-call-action {
    color: #000;
    background: #d2d2d2;
    min-width: 95px;
    border: 0;
    box-shadow: none;
    margin: 6px 0 -6px;
}
.btn-call-action:focus,
.btn-call-action:hover {
    color: #fff;
    background: #2196f3;
}
.vb_page_profile .page_navbar ul {
    margin-bottom: 0;
}
.vb_page_profile .page_navbar ul li {
    display: inline-block;
    margin: 0 0 0 10px;
}
.vb_page_profile .page_navbar ul li a {
    text-decoration: none;
    padding: 10px 5px;
    display: block;
}
.vb_group_profile .profile-cover-changer {
    right: 0;
}
.vb_group_profile .side_panel {
    position: absolute;
    height: 100%;
    width: 220px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.15);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.container .vb_group_profile .side_panel .user-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.container .vb_group_profile .side_panel .user-avatar img {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.23);
}
.container .vb_group_profile .side_panel .box-inner {
    filter: blur(6px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.container .vb_group_profile .side_panel .box-inner:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    width: 100%;
    height: 100%;
}
.container .vb_group_profile .side_panel .info {
    color: rgba(255, 255, 255, 0.63);
    text-align: center;
}
.container .vb_group_profile .side_panel .info .title {
    position: relative;
    left: 0;
    margin: 0;
    top: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    font-size: 23px;
    text-align: center;
    max-height: 61.6px;
    overflow: hidden;
    line-height: 30px;
}
.vb_group_profile .side_panel .options-buttons {
    position: relative;
    margin: 40px 0 0;
    right: auto;
    text-align: center;
}
.vb_group_profile .side_panel .options-buttons a {
    color: #fff;
    background: rgba(255, 255, 255, 0.39);
}
.vb_group_profile .side_panel .options-buttons a,
.vb_group_profile .side_panel .options-buttons button {
    float: none;
    margin: 0 5px;
    border-radius: 2px;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    padding: 6px 15px;
    height: 33px;
}

.message-container {
    width: 100%;
    height: 100%;
}

.message-media {
    position: relative;
}
.message-media img {
    max-width: 100%;
}
.message-media audio {
    width: 80%;
    border-radius: 10px;
    background-color: #f1f3f4;
}

.messages-container {
    padding: 20px 30px 0;
    height: calc(100vh - 268px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
.messages-container .empty_state {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.messages-container .message-contnaier:nth-child(1){margin-top:30px}*/
.messages-container .message-media {
    transition: width 0.5s;
    margin: -16px;
    padding: 10px;
}
.messages-container .message-media:empty {
    margin: -16px;
}
.messages-container .message-media img {
    max-width: 100%;
    border: 0;
    border-radius: 8px;
    margin-bottom: -7px;
    margin-right: 0;
    margin-left: 0;
    max-height: 330px;
}
.messages-container .message-media video {
    max-height: 330px;
    width: auto !important;
    border-radius: 10px;
}
.messages-container .message-media.full-size {
    width: 100%;
}
.messages-load-more-messages {
    transition: all 0.2s ease;
    list-style: none;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    z-index: 9;
    margin: 0;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    top: 115px;
}
.messages-load-more-messages a {
    color: #808080;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.messages-wrapper {
    width: 100%;
    padding: 5px;
}
.messages-wrapper .name {
    color: #666;
    font-size: 13px;
}
.messages-wrapper .user-avatar {
    width: 40px;
    border-radius: 3px;
}
.message {
    margin-top: 1px;
}
.message p {
    color: #555;
    margin: 0;
    word-wrap: break-word;
    word-break: break-word;
}
#vb_msg_right_prt .message p {
    margin: 0 0 12px;
	padding:1.0rem !important;
	padding-left:25px !important;
    padding-top: 2px !important;
}
.messagejoint .message-user-image.pull-left{
	margin-top:-9px;
}
.message-user-image.pull-left{
	z-index:9;
}
#vb_msg_right_prt .outgoing .message .message-text{
    padding-left: 8px !important;
    margin-top: 5px !important;
}
.message p:empty,
#vb_msg_right_prt .message p:empty {
    padding: 0;
    margin: 0;
}
.vb_about_wrapper_parent {
    position: absolute;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    top: 45px;
    width: 100%;
    left: 0;
    min-height: 370px;
}
.vb_about_page_margin .list-group {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.vb_about_wrapper {
    position: relative;
    min-height: 370px;
}
.vb_about_wrapper,
.vb_about_wrapper .full-width-picture {
    height: 370px;
    background-position: center;
    background-size: cover;
}
.hero-overlay {
    background: #3e396b;
    background-color: rgba(62, 57, 107, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}
.vb_about_wrapper .hero-overlay {
    background-image: linear-gradient(
        to right,
        rgba(181, 60, 63, 0.6),
        rgba(202, 97, 98, 0.6)
    );
    position: absolute;
    width: 100%;
    height: 100%;
}
.vb_about_wrapper .hero-overlay h1 {
    color: #fff;
    font-family: opensanslight;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
    line-height: 48px;
}
.vb_about_wrapper .hero-overlay h1 .site_desc {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    display: block;
    margin-top: 30px;
}
.vb_about_page_margin {
    margin-top: 330px;
    position: relative;
}
.vb_about_page_margin .list-group {
    padding: 13px 20px;
}
.vb_terms_page {
    padding: 20px;
}
.vb_404 {
    padding: 45px 15px;
    border: 0;
    border-radius: 0px;
    min-height: calc(100vh - 45px);
    background: transparent;
    background-image: url(../img/404.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.vb_404 h4 {
    font-size: 60px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    color: #d9e7f9;
    margin: 80px 0 148px;
    position: relative;
}
.vb_404 h4 svg {
    position: absolute;
    bottom: -150px;
    left: 90px;
    width: 130px;
    transform: rotate(270deg);
}
.vb_404 h1 {
    font-size: 30vh;
    position: relative;
    color: #497ab5;
    font-family: "Dosis", sans-serif;
    font-weight: 800;
}
.vb_404 h1 svg {
    width: 30vh;
}
.vb_404 .btn {
    margin: auto 0 80px;
    border-radius: 9px;
    padding: 12px 33px;
    z-index: 2;
    border: 0;
    box-shadow: 0px 6px 0px 0px #812f30, 0px 0px 20px 0px #bbb;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    letter-spacing: 1.5px;
    transition: all 0.2s;
}
.vb_404 .btn:active {
    box-shadow: 0px 2px 0px 0px #812f30;
}
.vb_404_moon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: -720px;
    width: calc(100% + 290px);
    height: 1000px;
}
.vb_emoji_post {
    width: 335px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    padding: 0;
}
.vb_emoji_tab {
    box-shadow: 0 0 2px #b7b7b7;
    background: #f5f5f5;
    border-radius: 2px 2px 0 0;
}
.vb_emoji_tab span {
    width: 15.7%;
    padding: 8px 1px;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.vb_emoji_tab span.active {
    border-bottom: 2px solid;
}
.vb_emoji_tab span svg.feather {
    height: 24px !important;
    width: 24px !important;
    margin: 0;
}
.vb_emoji_p {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 9px 6px;
    color: #555;
    text-align: initial;
}
.emoji_tab_pane {
    display: none;
    overflow-y: auto;
    height: 250px;
    white-space: normal;
    text-align: center;
}
.emoji_tab_pane .twa-lg {
    height: 34px;
    width: 34px;
    background-size: 27px 27px;
    margin: 0 5.5px;
    border-radius: 3px;
    transition: all 0.1s ease;
}
.emoji_tab_pane .twa-lg:hover {
    background-color: #e7e7e7;
}
.emoboxtoppoint {
    height: 0;
    width: 0 !important;
    border: solid transparent;
    pointer-events: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    top: -10px;
    position: absolute;
    left: 100%;
    margin-left: -114px;
    -webkit-filter: drop-shadow(0 -3px 1px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0 -3px 1px rgba(0, 0, 0, 0.14));
}
.publisher-box .add-emoticons .emoboxtoppoint {
    margin-left: -28px;
}
.vb_emoji_chat {
    width: 290px;
}
.vb_emoji_chat span {
    width: 15.55%;
}
.vb_emoji_chat .emoji_tab_pane {
    height: 310px;
}
.vb_emoji_chat .emoboxtoppoint,
.vb_emoji_msg .emoboxtoppoint {
    top: auto;
    border-top: 10px solid #f5f5f5;
    border-bottom: 0;
    bottom: -10px;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.14));
    margin-left: -30px;
}
.vb_emoji_msg .emoboxtoppoint {
    margin-left: -95px;
}
#vb_useract_btn,
.vb_user_folw_empty_btns,
.profile-message-btn button{
    color: #fff !important;
    border: 0 !important;
    transition: all 0.2s ease;
    padding: 5px 10px !important;
    font-size: 13px !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}
#vb_useract_btn:hover,
.vb_user_folw_empty_btns:hover,
.profile-message-btn button:hover{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#vb_useract_btn svg,
.profile-message-btn button svg,
.vb_user_folw_empty_btns svg{
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin: -3px 3px 0 -1px;
    fill: rgba(255, 255, 255, 0.32);
}
.vb-groups .vb-groups-list .group-item span button#vb_useract_btn{
	font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px !important;
    padding: 10px 20px !important;
}
.vb-groups .vb-groups-list .group-item span button#vb_useract_btn.btn-active{
	background: #4cce49 !important;	
}
.vb_follow_btn,
.vb_following_btn,
.vb_request_btn,
.profile-message-btn button,
.vb_user_folw_empty_btns{
    background: #f5365c; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5365c 0%, #f56036 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f5365c 0%,#f56036 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f5365c 0%,#f56036 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ); /* IE6-9 */
}

[tooltip] {
    position: relative;
}
[tooltip]::after,
[tooltip]::before {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0.4) scaleX(0.4);
    -moz-transform: scaleY(0.4) scaleX(0.4);
    -ms-transform: scaleY(0.4) scaleX(0.4);
    -o-transform: scaleY(0.4) scaleX(0.4);
    transform: scaleY(0.4) scaleX(0.4);
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.round-check,
.round-check input + label {
    position: relative;
    display: inline-block;
}
[tooltip]::before {
    border: 5px solid transparent;
    z-index: 100;
}
[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 99;
}
[tooltip]:hover::after,
[tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) scaleX(1) translateY(0);
    -moz-transform: scaleY(1) scaleX(1) translateY(0);
    -ms-transform: scaleY(1) scaleX(1) translateY(0);
    -o-transform: scaleY(1) scaleX(1) translateY(0);
    transform: scaleY(1) scaleX(1) translateY(0);
}
[tooltip=""]::after,
[tooltip=""]::before {
    display: none !important;
}
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}
.round-check input + label {
    font-weight: 400;
    cursor: pointer;
    padding-left: 25px;
    line-height: 20px;
    user-select: none;
}
.round-check input + label:after,
.round-check input + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0;
    bottom: 0;
    text-align: center;
    position: absolute;
}
.round-check input + label:before {
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
}
.round-check input + label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 4px;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg) !important;
    width: 10px;
    transition: 0.2s;
}
.round-check input[type="checkbox"] {
    display: none;
}
.round-check input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.round-check input[type="checkbox"]:checked + label:before {
    background: #008aff;
    border-color: transparent;
}
.vb_radio_btn input[type="radio"] {
    visibility: hidden;
}
.vb_radio_btn label {
    cursor: pointer;
    position: relative;
    padding: 0;
    margin-right: 5px;
}
.vb_radio_btn input[type="radio"] + span {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 8px;
    display: block;
    margin: 0 auto 5px;
    width: 40px;
    height: 40px;
    background-color: #e1e1e1;
    border-radius: 50%;
}
.vb_radio_btn input[type="radio"] + span svg.feather {
    fill: #696969;
    margin: 2px 0 0 2px;
}
.vb_radio_btn input[type="radio"]:checked + span {
    background-color: #4285f4;
}
.vb_radio_btn input[type="radio"]:checked + span svg.feather {
    fill: #d9e7fd;
}

/*Loading Post*/
.vb_loading_post {
    padding: 17px 17px 200px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}
.lightui1-shimmer {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #e6e6e6;
    background-image: linear-gradient(
        to right,
        #e6e6e6 0%,
        #d1d1d1 20%,
        #e6e6e6 40%,
        #e6e6e6 100%
    );
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 104px;
    position: relative;
}
.lightui1-shimmer div {
    background: #ffffff;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
}
div._2iwr {
    height: 40px;
    left: 40px;
    right: auto;
    top: 0;
    width: 8px;
}
div._2iws {
    height: 8px;
    left: 48px;
    top: 0;
}
div._2iwt {
    left: 136px;
    top: 8px;
}
div._2iwu {
    height: 12px;
    left: 48px;
    top: 14px;
}
div._2iwv {
    left: 100px;
    top: 26px;
}
div._2iww {
    height: 10px;
    left: 48px;
    top: 32px;
}
div._2iwx {
    height: 20px;
    top: 40px;
}
div._2iwy {
    left: 410px;
    top: 60px;
}
div._2iwz {
    height: 13px;
    top: 66px;
}
div._2iw- {
    left: 440px;
    top: 79px;
}
div._2iw_ {
    height: 13px;
    top: 85px;
}
div._2ix0 {
    left: 178px;
    top: 98px;
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@-webkit-keyframes prideShimmer {
    from {
        background-position: top left;
    }
    to {
        background-position: top right;
    }
}

.lighbox.comment-textarea {
    border: none;
}

/*Alerts*/
.alert {
    border: 0;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.alert-info {
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196f3;
}
.alert-success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}
.alert-warning {
    background-color: rgba(243, 148, 64, 0.1);
    color: #f39440;
}
.alert-danger {
    background-color: rgba(244, 67, 54, 0.1);
    color: #f44336;
}

/*Empty State*/
.empty_state {
    margin: 85px 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
}
.empty_state svg {
    display: block;
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
    color: #607d8b;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 14px;
    opacity: 0.7;
}
.empty_state .empty_state_img {
    display: block;
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
    float: none;
}

/*Page Heading*/
.vb_page_hdng {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.vb_page_hdng.pag_neg_padd {
    margin: -15px -15px 0;
}
.vb_page_hdng.pag_alone {
    border: 0;
}
.vb_page_hdng_innr {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.vb_page_hdng_innr.big_size {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
}
.vb_page_hdng_innr span {
    display: inline-flex;
    width: 24px;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50%;
}
.vb_page_hdng_search {
    margin-left: auto;
}
.vb_page_hdng_search .vob_form_fields {
    margin: -3px 0;
    padding: 0;
}
.vb_page_hdng_search .vob_form_fields input {
    box-shadow: none;
    background-color: #eaeff2;
    height: 30px;
    min-width: 340px;
    border-radius: 2em;
    font-size: 14px;
    padding: 2px 12px;
}
.vb_page_hdng_search .vob_form_fields .search_suggs,
.main-blog-sidebar .widget .vob_form_fields .search_suggs {
    position: absolute;
    padding: 10px;
    margin: 0;
    background-color: white;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 9;
}
.vb_page_hdng_search .vob_form_fields .search_suggs:empty,
.main-blog-sidebar .widget .vob_form_fields .search_suggs:empty {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.vb_page_hdng_menu {
    display: flex;
    align-items: center;
    margin: -11px -7px;
    font-family: "Roboto", sans-serif;
}
.vb_page_hdng_menu > ul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 10px;
}
.vb_page_hdng_menu > ul li {
    display: inline-block;
}
.vb_page_hdng_menu > ul li a {
    padding: 12px 8px;
    display: block;
    text-decoration: none;
    margin: 0 2px;
}
.vb_page_hdng_menu > ul li.active a {
    box-shadow: inset 0px -2.5px black;
    font-weight: 500;
}
.vb_page_hdng_menu > .btn {
    margin-left: auto;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
    min-width: 90px;
}

.small-texts {
    font-weight: 100;
}
.wo-reaction {
    max-width: 100%;
    padding: 0 60px; /*position: relative;*/
}
.like-btn {
    position: relative;
    cursor: pointer;
    display: block;
}
.wo-reaction .like-btn .active-like {
    display: flex;
    align-items: center;
    justify-content: center;
}

.like-btn-default {
    background-image: url("../reaction/wo.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -277px -446px;
}
.like-btn-emo {
    display: inline-block;
    margin: 0 6px -3px 0;
    width: 16px;
    height: 16px;
}
.reactions-box {
    background: #ffffff; /*width: 292px;*/
    padding: 2px;
    position: absolute;
    top: -51px;
    z-index: 999;
    left: -10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 2em;
    cursor: default;
    display: none;
}
.reaction {
    list-style-type: none;
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 48px;
    float: left;
    opacity: 1;
    border-radius: 50%;
    transform: scale(1);
    transition: transform 0.25s ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: slideUp cubic-bezier(0.49, 0, 0.46, 1);
    animation: slideUp cubic-bezier(0.49, 0, 0.46, 1);
}
/* .like-btn:hover .reactions-box {	display: block; } */

/*.animated_2 {-webkit-animation-duration: 0.1s;animation-duration: 0.1s;}
.animated_4 {-webkit-animation-duration: 0.2s;animation-duration: 0.2s;}
.animated_6 {-webkit-animation-duration: 0.3s;animation-duration: 0.3s;}
.animated_8 {-webkit-animation-duration: 0.4s;animation-duration: 0.4s;}
.animated_10 {-webkit-animation-duration: 0.5s;animation-duration: 0.5s;}
.animated_12 {-webkit-animation-duration: 0.6s;animation-duration: 0.6s;}*/

.emoji {
    width: 120px;
    height: 120px;
    background: #ffda6a;
    border-radius: 50%;
    position: relative;
    transform: scale(0.325);
    top: -76%;
    right: 76%;
}

.emoji__face,
.emoji__eyebrows,
.emoji__eyes,
.emoji__mouth,
.emoji__tongue,
.emoji__heart,
.emoji__hand,
.emoji__thumb {
    position: absolute;
}
.emoji__face:before,
.emoji__face:after,
.emoji__eyebrows:before,
.emoji__eyebrows:after,
.emoji__eyes:before,
.emoji__eyes:after,
.emoji__mouth:before,
.emoji__mouth:after,
.emoji__tongue:before,
.emoji__tongue:after,
.emoji__heart:before,
.emoji__heart:after,
.emoji__hand:before,
.emoji__hand:after,
.emoji__thumb:before,
.emoji__thumb:after {
    position: absolute;
    content: "";
}

.emoji__face {
    width: inherit;
    height: inherit;
}

.emoji--like {
    background: #548dff;
}
.emoji--like .emoji__hand {
    left: 25px;
    bottom: 30px;
    width: 20px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 0;
    -webkit-animation: hands-up 2s linear infinite;
    animation: hands-up 2s linear infinite;
}
.emoji--like .emoji__hand:before {
    left: 25px;
    bottom: 5px;
    width: 40px;
    background: inherit;
    height: 10px;
    border-radius: 2px 10px 10px 2px;
    box-shadow: 1px -9px 0 1px #ffffff, 2px -19px 0 2px #ffffff,
        3px -29px 0 3px #ffffff;
}
.emoji--like .emoji__thumb {
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
    top: -25px;
    right: -25px;
    z-index: 2;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: thumbs-up 2s linear infinite;
    animation: thumbs-up 2s linear infinite;
}
.emoji--like .emoji__thumb:before {
    border-radius: 50% 50% 0 0;
    background: #ffffff;
    width: 10px;
    height: 12px;
    left: -10px;
    top: -8px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    box-shadow: -1px 4px 0 -1px #ffffff;
}

.emoji--love {
    background: #f55064;
}
.emoji--love .emoji__heart {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    -webkit-animation: heart-beat 1s linear infinite alternate;
    animation: heart-beat 1s linear infinite alternate;
}
.emoji--love .emoji__heart:before,
.emoji--love .emoji__heart:after {
    left: calc(50% - 20px);
    top: calc(50% - 32px);
    width: 40px;
    height: 64px;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
}
.emoji--love .emoji__heart:before {
    -webkit-transform: translate(20px) rotate(-45deg);
    transform: translate(20px) rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.emoji--love .emoji__heart:after {
    -webkit-transform: translate(-20px) rotate(45deg);
    transform: translate(-20px) rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.emoji--haha .emoji__face {
    -webkit-animation: haha-face 2s linear infinite;
    animation: haha-face 2s linear infinite;
}
.emoji--haha .emoji__eyes {
    width: 26px;
    height: 6px;
    border-radius: 2px;
    left: calc(50% - 13px);
    top: 35px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background: transparent;
    box-shadow: -25px 5px 0 0 #000000, 25px -5px 0 0 #000000;
}
.emoji--haha .emoji__eyes:after {
    left: 0;
    top: 0;
    width: 26px;
    height: 6px;
    border-radius: 2px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: transparent;
    box-shadow: -25px -5px 0 0 #000000, 25px 5px 0 0 #000000;
}
.emoji--haha .emoji__mouth {
    width: 80px;
    height: 40px;
    left: calc(50% - 40px);
    top: 50%;
    background: #000000;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: haha-mouth 2s linear infinite;
    animation: haha-mouth 2s linear infinite;
}
.emoji--haha .emoji__tongue {
    width: 70px;
    height: 30px;
    background: #f55064;
    left: calc(50% - 35px);
    bottom: -10px;
    border-radius: 50%;
}

.emoji--wow .emoji__face {
    -webkit-animation: wow-face 3s linear infinite;
    animation: wow-face 3s linear infinite;
}
.emoji--wow .emoji__eyebrows {
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -18px 0 0 0 #000000, -33px 0 0 0 #000000, 18px 0 0 0 #000000,
        33px 0 0 0 #000000;
    -webkit-animation: wow-brow 3s linear infinite;
    animation: wow-brow 3s linear infinite;
}
.emoji--wow .emoji__eyebrows:before,
.emoji--wow .emoji__eyebrows:after {
    width: 24px;
    height: 20px;
    border: 6px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -3px;
    left: calc(50% - 12px);
}
.emoji--wow .emoji__eyebrows:before {
    margin-left: -25px;
}
.emoji--wow .emoji__eyebrows:after {
    margin-left: 25px;
}
.emoji--wow .emoji__eyes {
    width: 16px;
    height: 24px;
    left: calc(50% - 8px);
    top: 35px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}
.emoji--wow .emoji__mouth {
    width: 30px;
    height: 45px;
    left: calc(50% - 15px);
    top: 50%;
    border-radius: 50%;
    background: #000000;
    -webkit-animation: wow-mouth 3s linear infinite;
    animation: wow-mouth 3s linear infinite;
}

.emoji--sad .emoji__face {
    -webkit-animation: sad-face 2s ease-in infinite;
    animation: sad-face 2s ease-in infinite;
}
.emoji--sad .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 35px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -40px 9px 0 0 #000000, -25px 0 0 0 #000000, 25px 0 0 0 #000000,
        40px 9px 0 0 #000000;
}
.emoji--sad .emoji__eyebrows:before,
.emoji--sad .emoji__eyebrows:after {
    width: 30px;
    height: 20px;
    border: 6px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 2px;
    left: calc(50% - 15px);
}
.emoji--sad .emoji__eyebrows:before {
    margin-left: -30px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.emoji--sad .emoji__eyebrows:after {
    margin-left: 30px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.emoji--sad .emoji__eyes {
    width: 14px;
    height: 16px;
    left: calc(50% - 7px);
    top: 50px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}
.emoji--sad .emoji__eyes:after {
    background: #548dff;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    border-radius: 0 100% 40% 50% / 0 50% 40% 100%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: tear-drop 2s ease-in infinite;
    animation: tear-drop 2s ease-in infinite;
}
.emoji--sad .emoji__mouth {
    width: 60px;
    height: 80px;
    left: calc(50% - 30px);
    top: 80px;
    box-sizing: border-box;
    border: 6px solid #000000;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background: transparent;
    -webkit-animation: sad-mouth 2s ease-in infinite;
    animation: sad-mouth 2s ease-in infinite;
}
.emoji--sad .emoji__mouth:after {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50%;
    top: 4px;
    left: calc(50% - 3px);
    box-shadow: -18px 0 0 0 #000000, 18px 0 0 0 #000000;
}

.emoji--angry {
    background: linear-gradient(#d5234c -10%, #ffda6a);
    background-size: 100%;
    -webkit-animation: angry-color 2s ease-in infinite;
    animation: angry-color 2s ease-in infinite;
}
.emoji--angry .emoji__face {
    -webkit-animation: angry-face 2s ease-in infinite;
    animation: angry-face 2s ease-in infinite;
}
.emoji--angry .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 55px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -44px 5px 0 0 #000000, -7px 16px 0 0 #000000,
        7px 16px 0 0 #000000, 44px 5px 0 0 #000000;
}
.emoji--angry .emoji__eyebrows:before,
.emoji--angry .emoji__eyebrows:after {
    width: 50px;
    height: 20px;
    border: 6px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: calc(50% - 25px);
}
.emoji--angry .emoji__eyebrows:before {
    margin-left: -25px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.emoji--angry .emoji__eyebrows:after {
    margin-left: 25px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.emoji--angry .emoji__eyes {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: 70px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 #000000, -25px 0 0 0 #000000;
}
.emoji--angry .emoji__mouth {
    width: 36px;
    height: 18px;
    left: calc(50% - 18px);
    bottom: 15px;
    background: #000000;
    border-radius: 50%;
    -webkit-animation: angry-mouth 2s ease-in infinite;
    animation: angry-mouth 2s ease-in infinite;
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes heart-beat {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}
@keyframes heart-beat {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@-webkit-keyframes haha-face {
    10%,
    30%,
    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    20%,
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    60%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70%,
    90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes haha-face {
    10%,
    30%,
    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    20%,
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    60%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70%,
    90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-webkit-keyframes haha-mouth {
    10%,
    30%,
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        top: 45%;
    }
    20%,
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: 45%;
    }
    60%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 50%;
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        top: 50%;
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        top: 50%;
    }
}
@keyframes haha-mouth {
    10%,
    30%,
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        top: 45%;
    }
    20%,
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: 45%;
    }
    60%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 50%;
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        top: 50%;
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        top: 50%;
    }
}

@-webkit-keyframes wow-face {
    15%,
    25% {
        -webkit-transform: rotate(20deg) translateX(-25px);
        transform: rotate(20deg) translateX(-25px);
    }
    45%,
    65% {
        -webkit-transform: rotate(-20deg) translateX(25px);
        transform: rotate(-20deg) translateX(25px);
    }
    75%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
}
@keyframes wow-face {
    15%,
    25% {
        -webkit-transform: rotate(20deg) translateX(-25px);
        transform: rotate(20deg) translateX(-25px);
    }
    45%,
    65% {
        -webkit-transform: rotate(-20deg) translateX(25px);
        transform: rotate(-20deg) translateX(25px);
    }
    75%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
}
@-webkit-keyframes wow-brow {
    15%,
    65% {
        top: 25px;
    }
    75%,
    100%,
    0% {
        top: 15px;
    }
}
@keyframes wow-brow {
    15%,
    65% {
        top: 25px;
    }
    75%,
    100%,
    0% {
        top: 15px;
    }
}
@-webkit-keyframes wow-mouth {
    10%,
    30% {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
    }
    50%,
    70% {
        width: 30px;
        height: 40px;
        left: calc(50% - 15px);
    }
    75%,
    100% {
        height: 50px;
    }
}
@keyframes wow-mouth {
    10%,
    30% {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
    }
    50%,
    70% {
        width: 30px;
        height: 40px;
        left: calc(50% - 15px);
    }
    75%,
    100% {
        height: 50px;
    }
}

@-webkit-keyframes sad-face {
    25%,
    35% {
        top: -15px;
    }
    55%,
    95% {
        top: 10px;
    }
    100%,
    0% {
        top: 0;
    }
}
@keyframes sad-face {
    25%,
    35% {
        top: -15px;
    }
    55%,
    95% {
        top: 10px;
    }
    100%,
    0% {
        top: 0;
    }
}
@-webkit-keyframes sad-mouth {
    25%,
    35% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        top: 70px;
    }
    55%,
    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 80px;
    }
}
@keyframes sad-mouth {
    25%,
    35% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        top: 70px;
    }
    55%,
    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 80px;
    }
}
@-webkit-keyframes tear-drop {
    0%,
    100% {
        display: block;
        left: 35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
    25% {
        display: block;
        left: 35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2);
    }
    49.9% {
        display: block;
        left: 35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
    50% {
        display: block;
        left: -35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
    75% {
        display: block;
        left: -35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2);
    }
    99.9% {
        display: block;
        left: -35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
}
@keyframes tear-drop {
    0%,
    100% {
        display: block;
        left: 35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
    25% {
        display: block;
        left: 35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2);
    }
    49.9% {
        display: block;
        left: 35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
    50% {
        display: block;
        left: -35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
    75% {
        display: block;
        left: -35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2);
    }
    99.9% {
        display: block;
        left: -35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }
}

@-webkit-keyframes hands-up {
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(-10px);
        transform: rotate(-15deg) translateY(-10px);
    }
    75%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes hands-up {
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(-10px);
        transform: rotate(-15deg) translateY(-10px);
    }
    75%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes thumbs-up {
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}
@keyframes thumbs-up {
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes angry-color {
    45%,
    60% {
        background-size: 250%;
    }
    85%,
    100%,
    0% {
        background-size: 100%;
    }
}
@keyframes angry-color {
    45%,
    60% {
        background-size: 250%;
    }
    85%,
    100%,
    0% {
        background-size: 100%;
    }
}
@-webkit-keyframes angry-face {
    35%,
    60% {
        -webkit-transform: translateX(0) translateY(10px) scale(0.9);
        transform: translateX(0) translateY(10px) scale(0.9);
    }
    40%,
    50% {
        -webkit-transform: translateX(-5px) translateY(10px) scale(0.9);
        transform: translateX(-5px) translateY(10px) scale(0.9);
    }
    45%,
    55% {
        -webkit-transform: translateX(5px) translateY(10px) scale(0.9);
        transform: translateX(5px) translateY(10px) scale(0.9);
    }
}
@keyframes angry-face {
    35%,
    60% {
        -webkit-transform: translateX(0) translateY(10px) scale(0.9);
        transform: translateX(0) translateY(10px) scale(0.9);
    }
    40%,
    50% {
        -webkit-transform: translateX(-5px) translateY(10px) scale(0.9);
        transform: translateX(-5px) translateY(10px) scale(0.9);
    }
    45%,
    55% {
        -webkit-transform: translateX(5px) translateY(10px) scale(0.9);
        transform: translateX(5px) translateY(10px) scale(0.9);
    }
}
@-webkit-keyframes angry-mouth {
    25%,
    50% {
        height: 6px;
        bottom: 25px;
    }
}
@keyframes angry-mouth {
    25%,
    50% {
        height: 6px;
        bottom: 25px;
    }
}

.reaction:hover {
    transform: scale(1.23077) translate(0, -3px);
    top: 2px;
}
.reaction::before {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    left: 50%;
    padding: 0 8px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2em;
    position: absolute;
    top: -18px;
    opacity: 0;
    transition: opacity 0.15s ease;
    font-weight: 600;
    transform: translateX(-50%);
}
.reaction:hover::before {
    opacity: 1;
}
.reaction-like::before {
    content: "Like";
}
.reaction-love::before {
    content: "Love";
}
.reaction-haha::before {
    content: "Haha";
}
.reaction-wow::before {
    content: "Wow";
}
.reaction-sad::before {
    content: "Sad";
}
.reaction-angry::before {
    content: "Angry";
}

.inline_post_emoji {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
}
.inline_post_emoji .emoji {
    transform: scale(0.15);
    top: -285%;
    right: 285%;
}
.no_anim .emoji--wow .emoji__eyebrows {
    top: 15px;
}
.no_anim .emoji--sad .emoji__eyes:after {
    display: block;
    left: -35px;
    -webkit-transform: rotate(45deg) scale(2);
    transform: rotate(45deg) scale(2);
}
.no_anim .emoji--like .emoji__hand,
.no_anim .emoji--like .emoji__thumb,
.no_anim .emoji--love .emoji__heart,
.no_anim .emoji--haha .emoji__face,
.no_anim .emoji--haha .emoji__mouth,
.no_anim .emoji--wow .emoji__face,
.no_anim .emoji--wow .emoji__eyebrows,
.no_anim .emoji--wow .emoji__mouth,
.no_anim .emoji--sad .emoji__face,
.no_anim .emoji--sad .emoji__mouth,
.no_anim .emoji--sad .emoji__eyes:after,
.no_anim .emoji--angry,
.no_anim .emoji--angry .emoji__face,
.no_anim .emoji--angry .emoji__mouth {
    animation: none;
}

.inline_post_count_emoji {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.inline_post_count_emoji .emoji {
    transform: scale(0.1333);
    top: -324%;
    right: 324%;
}
.like-btn-text-like {
    color: rgb(88, 144, 255);
}
.like-btn-text-wow,
.like-btn-text-haha,
.like-btn-text-sad {
    color: rgb(240, 186, 21);
}
.like-btn-text-love {
    color: rgb(242, 82, 104);
}
.like-btn-text-angry {
    color: rgb(247, 113, 75);
}
.like-emo > .how_reacted {
    background: #fff;
    display: inline-flex;
    margin: 0 0 0 -6px;
    padding: 3px;
    border-radius: 50%;
}
.like-emo > .how_reacted:nth-child(1) {
    z-index: 3;
    margin-left: -10px;
}
.like-emo > .how_reacted:nth-child(2) {
    z-index: 2;
}
.like-emo > .how_reacted:nth-child(3) {
    z-index: 1;
}
.like-details {
    margin-left: 10px;
    color: #9197a3;
    font-size: 12px;
}
.like-emo {
    cursor: pointer;
    display: flex;
    align-items: center;
}
#active_react {
    display: flex;
}
#active_react .stat-item {
    padding: 0px 7px !important;
    margin-top: 4px !important;
}
.like-emo .how_many_reacts {
    line-height: 1;
    font-weight: normal;
    color: #999;
    font-size: 11px;
}
.vb_imagecombo_lbox .lightbox-post-footer .comment {
    margin-top: 37px;
}

#comment_reacted {
    margin-right: 10px;
    float: left;
}
#comment_reacted .like-emo > .how_reacted {
    transform: scale(0.9);
    margin: 0 0 0 -8px;
}
#comment_reacted .like-emo > .how_reacted:nth-child(1) {
    z-index: 3;
    margin-left: -2px;
}
#comment_reacted .like-emo .how_many_reacts {
    font-size: 12px;
    color: #888;
}
#comment_reactions {
    padding: 0;
    display: inline-block;
}
#comment_reactions .like-btn .active-like {
    display: block;
}

.vb_who_react_this {
    display: inline-block;
    margin-left: -3px;
}
.inline_act_emoji {
    overflow: hidden;
    position: relative;
    margin-bottom: -5px;
    transform: scale(0.8);
    margin-right: 0;
}

#inline_emo_react {
    position: relative;
}
#inline_emo_react .vb_who_react_this {
    position: absolute;
    top: 0;
    right: 10px;
    background: #f9f9f9;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#inline_emo_react .vb_who_react_this .inline_act_emoji {
    transform: scale(1);
    margin-bottom: 0px;
}

.post .post-footer .comments-list .comment .comment-body .like-btn {
    z-index: 9;
}
.post .post-footer .comments-list .comment .comment-body .reactions-box {
    z-index: 5;
    top: -55px;
}
.post .post-footer .comments-list .comment .comment-body .reactions-box li {
    animation: none;
}

/*Payment Box*/
.payment_box .btn {
    width: 100%;
    background-color: white;
    color: #2c2c2c;
    text-align: inherit;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    padding: 20px 25px;
    transition: all 0.15s;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    box-shadow: none;
}
.payment_box .btn:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.payment_box .btn:last-child {
    border: 0;
}
.payment_box .btn svg,
.payment_box .btn img {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}

/*Send Gift*/
.send_gift_btn {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #fce6e6;
    margin-bottom: 15px;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
    display: flex;
    align-items: center;
    position: relative;
    padding: 17px 10px 17px 50px;
    overflow: hidden;
    line-height: 1;
}
.send_gift_btn svg {
    width: 50px;
    position: absolute;
    transform: rotate(0deg);
    left: -17px;
    opacity: 0.8;
}
.vb_send_gift {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}
.vb_send_gift .gift-data {
    flex: 0 0 20%;
    width: 20%;
    position: relative;
    padding: 11px;
    overflow: hidden;
    display: block;
}
.vb_send_gift .gift-data label {
    margin: 0;
    position: relative;
    padding-bottom: 100%;
    display: block;
}
.vb_send_gift .gift-data label input {
    visibility: hidden;
    position: absolute;
}
.vb_send_gift .gift-data label input + img {
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.15s ease;
}
.vb_send_gift .gift-data label > input:checked + img {
    box-shadow: 0 0 0 1.5px #f00;
}
.vb_send_gift .gift-data label img {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    user-select: none;
}

.neg_padd {
    margin-bottom: -15px;
}
.neg_padd table {
    margin-bottom: 0;
}

/*User Media profile*/
.user_media_list_section {
    display: block;
    margin: 10px 5px 5px;
    overflow: hidden;
}
.user_media_list_section .photo-data,
.user_media_list_section .video-data {
    width: 33.3333333%;
    position: relative;
    padding: 5px;
    overflow: hidden;
    float: left;
}
.user_media_list_section .photo-data a,
.user_media_list_section .video-data a {
    position: relative;
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    background: #eee;
}
.user_media_list_section .photo-data a:after,
.user_media_list_section .video-data a:after {
    content: "";
    transition: all 0.2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.user_media_list_section .photo-data a:hover:after,
.user_media_list_section .video-data a:hover:after {
    background-color: rgba(0, 0, 0, 0.15);
}
.user_media_list_section .photo-data a img,
.user_media_list_section .video-data a video {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    user-select: none;
}
.user_media_list_section.sidebar_data_photo {
    margin: 0;
}
.user_media_list_section.sidebar_data_photo .photo-data {
    padding: 0 3px 5px;
    flex: 0 0 33.3333333% !important;
    width: 33.3333333% !important;
}

/*Comment Emojis*/
#vb_comm_emojis {
    width: 280px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
    padding: 0;
}
#vb_comm_emojis .emoji_holder {
    display: inline-flex;
    margin: 4px;
    cursor: pointer;
    transition: all 0.2s;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
}
#vb_comm_emojis .emoji_holder span {
    font-size: 21px;
}

/*Earn Points*/
.earn_points {
    margin-bottom: 10px;
    padding: 0 5px;
}
.earn_points .ep_illus {
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.earn_points .ep_illus .ep_how_many {
    padding: 10px;
    display: flex;
    align-items: center;
}
.earn_points .ep_illus .ep_how_many svg {
    display: block;
    background-color: #7a7a7a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    color: white;
    margin: 0 15px 0 0;
}
.earn_points .ep_illus .ep_how_many.reaction_bg svg {
    background-color: rgba(255, 152, 0, 0.2);
    color: #ff9800;
}
.earn_points .ep_illus .ep_how_many.create_post svg {
    background-color: rgba(33, 150, 243, 0.2);
    color: #2196f3;
}
.earn_points .ep_illus .ep_how_many.comment_post svg {
    background-color: rgba(76, 175, 80, 0.2);
    color: #4caf50;
}
.earn_points .ep_illus .ep_how_many.wonder_post svg {
    background-color: rgba(244, 67, 54, 0.2);
    color: #f44336;
}
.earn_points .ep_illus .ep_how_many.like_post svg {
    background-color: rgba(103, 58, 183, 0.2);
    color: #673ab7;
}
.earn_points .ep_illus .ep_how_many b {
    margin: 0;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #535353;
}
.earn_points .counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    height: 140px;
    border: 1px solid #f5f5f5;
    position: relative;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
}
.earn_points .counter svg {
    color: #000000;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 95px;
    height: 95px;
    opacity: 0.1;
}
.earn_points .counter h2 {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 20px;
}
.earn_points .counter .point-text {
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 1px;
    text-transform: uppercase;
}
.earn_points .counter .count-text {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.earn_points .points_tip {
    height: 140px;
    border: 1px dashed #d7d7d7;
    padding: 20px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.earn_points .points_tip svg {
    margin-bottom: 7px;
    color: #727272;
}
.earn_points .points_tip p {
    margin: 0;
}
.earn_points .points_tip p a {
    color: #0073ce;
    text-decoration: underline;
}

/*Active Sessions*/
.active_sessions .as_list {
    padding: 13px 5px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.active_sessions .as_list:last-child {
    border: 0;
}
.active_sessions .as_list .platform_icon {
    margin-right: 15px;
    float: left;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.active_sessions .as_list .platform_icon svg {
    width: 28px;
    height: 28px;
}
.active_sessions .as_list .log_out_session {
    float: right;
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    margin: 1px 0;
    background: transparent;
    box-shadow: none;
}
.active_sessions .as_list .log_out_session:before {
    opacity: 0.07;
}
.active_sessions .as_list .log_out_session svg {
    margin: 0;
}
.active_sessions .as_list .session_info {
    display: block;
    margin-right: 50px;
    font-family: "Roboto", sans-serif;
}
.active_sessions .as_list .session_info h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.active_sessions .as_list .session_info p {
    margin-bottom: 5px;
    line-height: 1;
}
.active_sessions .as_list .session_info p svg {
    margin-top: -2px;
}

#filterby-post .filter_negative_clr,
#filterby-post .filter_negative_clr svg {
    color: #333333;
}

/*Night Toggle*/
#night_mode_toggle,
#keyboard_shortcut {
    display: flex;
    align-items: center;
}
#night_mode_toggle svg,
#keyboard_shortcut svg {
    margin: 0;
    margin-left: auto;
    height: 17px;
    width: 17px;
}

/*Search Filter*/
.vob_search_head {
    background: #fff;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.vob_srch_fields {
    position: relative;
    flex: 1 100%;
    color: #4e4e4e;
    padding: 5px 10px;
}
.vob_srch_fields:nth-child(1),
.vob_srch_fields:nth-child(2) {
    border-right: 1px solid #eaeaea;
}
.vob_srch_fields:last-child {
    flex: auto;
}
.vob_srch_fields > svg,
.vob_srch_fields > .dropdown > .btn svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    pointer-events: none;
}
.vob_srch_fields > input,
.vob_srch_fields > select {
    width: 100%;
    border: 0;
    outline: none;
    padding: 18px 35px;
    font-size: 16px;
}
.vob_srch_fields > .dropdown > .btn {
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: none;
    width: 100%;
    padding: 15px 5px 15px 40px;
    font-size: 16px;
    background: transparent;
    border: 0;
}
.vob_srch_fields > .dropdown > .btn svg {
    left: 5px;
}
.vob_srch_fields > .dropdown > .btn .caret {
    margin-left: auto;
}
.vob_srch_fields > .dropdown .dropdown-menu {
    width: 100%;
    transform-origin: center top;
}
.vob_srch_fields > .dropdown .dropdown-menu .vob_form_fields {
    margin: 0 0 10px;
    padding: 0 10px;
}
.vob_srch_fields > .btn-main {
    line-height: 50px;
    min-width: 170px;
    border-radius: 8px;
}
.vob_srch_innr_filtr {
    padding: 0 10px;
    margin-bottom: 20px;
}
.vob_srch_fields > .dropdown .dropdown-menu li:last-child .vob_srch_innr_filtr {
    margin-bottom: 5px;
}
.vob_srch_innr_filtr > p {
    font-weight: 500;
    margin-bottom: 5px;
}
.vob_srch_innr_filtr .pp_mat_input {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.vob_srch_innr_filtr .round_check {
    display: inline-block;
    margin: 0 4px;
}
.vob_srch_innr_filtr .round_check input {
    display: none;
}
.vob_srch_innr_filtr .round_check label {
    margin: 0;
    transition: all 0.2s ease-in-out;
    padding: 0 14px;
    font-size: 14px;
    line-height: 28px;
    background-color: #f0f0f0;
    color: #393939;
    border-radius: 2em;
}
.vob_srch_innr_filtr .round_check input:checked + label {
    color: #3f51b5;
    background-color: #c6cfff;
}
.vob_srch_innr_filtr .pp_mat_input .age_number {
    width: 70px;
    text-align: center;
    border: 0;
    border-radius: 2em;
    padding: 0 14px;
    font-size: 14px;
    line-height: 28px;
    background-color: #f0f0f0 !important;
    color: #393939;
    margin-left: auto;
}
.vob_srch_innr_filtr .ui-slider {
    border-radius: 2em;
    box-shadow: none;
    height: 4px;
    margin-top: 15px;
    background: rgba(63, 81, 181, 0.25);
    z-index: 9;
}
.vob_srch_innr_filtr .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    outline: none;
    border: 0;
    border-radius: 50%;
    top: -5px;
}
.vob_srch_innr_filtr .ui-slider .ui-slider-range,
.vob_srch_innr_filtr .ui-slider .ui-slider-handle {
    background-color: #3f51b5;
}
.vob_srch_tabs {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    border: 0;
    margin: 50px 0 -40px;
}
.vob_srch_tabs li {
    margin: 0;
    width: auto;
    float: none;
}
.vob_srch_tabs li:first-child {
    margin-left: auto;
}
.vob_srch_tabs li:last-child {
    margin-right: auto;
}
.vob_srch_tabs li a {
    border-bottom: 2px solid transparent !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
    padding: 15px 30px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    height: auto;
    margin: 0;
    box-shadow: none !important;
}
.vob_srch_tabs li.active a {
    color: black !important;
    border-color: black !important;
}
.vob_srch_game_tabss .col-md-6 {
    width: 25%;
}
.vb_search_page .vb_my_pages .page_title {
    margin-top: 10px;
}

/*Keyboard Shortcuts*/
.key_shortcts tr {
    margin: 0 0 17px;
    display: block;
}
.key_shortcts tr:last-child {
    margin: 0;
}
.key_shortcts th {
    float: left;
}
.key_shortcts th span {
    border: 1px solid #ccd6dd;
    background-color: #e6ecf0;
    border-radius: 3px;
    margin-right: 8px;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.key_shortcts td {
    font-size: 11px;
    line-height: 16px;
    padding-top: 3px;
}

/*Modals*/
.modal-content {
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.modal-header {
    background-color: #f5f6f7;
    border-color: #e5e5e5;
    padding: 10px 12px;
}
.modal-title {
    color: #1d2129;
    font-weight: bold;
    line-height: 19px;
    font-size: 14px;
}
.modal .modal-footer {
    background: #fff;
    padding: 9px 0;
    border-top: 1px solid #dddfe2;
    margin: 0 12px;
}

/*User Pokes*/
.vb_pokes_cont {
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
    background-color: #fff;
    padding: 0 10px;
    margin-bottom: 15px;
}
.vb_poke_users {
    background: #fff;
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.vb_poke_users:last-child {
    border: 0;
}
.vb_poke_users .btn {
    margin: 5px 0 0;
}
.vb_poke_users .btn svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.vb_poke_users .poke_info .avatar {
    background: transparent 50% 50% no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 9px;
    overflow: hidden;
}
.vb_poke_users .poke_info .user-name {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #474747;
}

.end_vdo_call,
.start_vdo_call {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

/*Setting Page*/
#vb_main_sett_mid .vb_settings_page {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px 20px;
}
#vb_main_sett_mid .vb_settings_page form {
    font-family: "Roboto", sans-serif;
}
#vb_main_sett_mid .vb_settings_page .text-center > .btn-mat {
    min-width: 150px;
    margin: 17px 0;
}
.sett_tab_noti {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 5px 0;
}
.sett_tab_noti li {
    width: 50%;
    float: left;
    text-align: center;
}
.sett_tab_noti li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    text-decoration: none;
    padding: 7px 5px;
}
.sett_tab_noti li a:hover {
    color: black;
}
.sett_tab_noti li.active a {
    background-color: rgba(0, 0, 0, 0.05);
    color: black;
}
.sett_tab_noti li a svg {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

/*Header*/
#head_menu_rght .sixteen-font-size {
    padding: 12px 9px;
}
.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated_2 {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
}
.animated_4 {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.animated_6 {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.animated_8 {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.animated_10 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated_12 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*Greeting*/
.greetalert {
    background: #fff;
    padding: 15px 17px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
    font-family: "Roboto", sans-serif;
    border-left: 2.5px solid;
}
.greetalert .close {
    right: 4px;
    top: 0px;
    position: absolute;
}
.greetalert img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
}
.greetalert .small-texts {
    font-weight: 500;
    font-size: 15.5px;
    padding-right: 50px;
    display: block;
}
.greetalert p {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
    padding-right: 50px;
}

/*Image Crop*/
.vb_crop_img_pic {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.vb_crop_img_pic img {
    max-height: 400px;
    max-width: 100%;
    text-align: center;
}
.vb_crop_img_pic .rcrop-preview-wrapper {
    border-radius: 50%;
    overflow: hidden;
    height: 130px;
    width: 130px;
}

/*Story*/
.width_ {
    width: 0;
}
.vb_imagecombo_lbox.story_lightbox {
    max-width: 970px;
    border-radius: 5px;
    height: calc(100% - 50px);
    overflow: hidden;
    margin: auto;
}
.vb_imagecombo_lbox.story_lightbox.story_width_ {
    max-width: 400px;
}
.vb_imagecombo_lbox.story_lightbox .mfp-wrap {
    position: absolute;
    height: 4px;
    border-radius: 2em;
    top: 0;
    right: 0;
    left: 0;
}
.vb_imagecombo_lbox.story_lightbox .mfp-wrap .mfp_progress_line_ {
    background-color: rgba(230, 231, 232, 0.4);
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 2em;
}
.vb_imagecombo_lbox.story_lightbox .mfp-wrap .mfp_progress_line_ .load {
    background-color: #e9ebee;
    height: 4px;
    display: block;
    border-radius: 2em;
    transition: all 8s;
}
.vb_imagecombo_lbox.story_lightbox .vb_story_header {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-top: 4px;
    height: 61px;
    position: relative;
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.vb_imagecombo_lbox.story_lightbox .vb_story_header .vb_stor_h_info {
    display: flex;
    align-items: center;
}
.vb_imagecombo_lbox.story_lightbox
    .vb_story_header
    .vb_stor_h_info
    .user-avatar,
.vb_imagecombo_lbox.story_lightbox .story_view_list .user-avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 9px;
    background-color: #353535;
}
.vb_imagecombo_lbox.story_lightbox
    .vb_story_header
    .vb_stor_h_info
    .user-avatar
    img,
.vb_imagecombo_lbox.story_lightbox .story_view_list .user-avatar img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.vb_imagecombo_lbox.story_lightbox
    .vb_story_header
    .vb_stor_h_info
    .vb_s_h_i_r
    .user-name {
    margin: 5px 0 0px;
    font-size: 16px;
}
.vb_imagecombo_lbox.story_lightbox
    .vb_story_header
    .vb_stor_h_info
    .vb_s_h_i_r
    .user-name
    a {
    color: white;
}
.vb_imagecombo_lbox.story_lightbox
    .vb_story_header
    .vb_stor_h_info
    .vb_s_h_i_r
    span {
    color: #888888;
    font-size: 12px;
    line-height: 1;
}
.vb_imagecombo_lbox.story_lightbox .vb_story_header .vb_stor_h_opts {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.vb_imagecombo_lbox.story_lightbox .story_image_owner {
    margin-right: 0;
    margin-left: 380px;
    height: calc(100% - 65px);
}
.vb_imagecombo_lbox.story_lightbox .story_image_owner .changer,
.vb_imagecombo_lbox.story_lightbox .story_image_not_owner .changer {
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: whitesmoke;
    transition: all 0.15s;
    text-align: center;
}
.vb_imagecombo_lbox.story_lightbox .story_image_owner .changer:hover,
.vb_imagecombo_lbox.story_lightbox .story_image_not_owner .changer:hover {
    color: #fff;
    background: #000;
}
.vb_imagecombo_lbox.story_lightbox .story_image_owner .changer svg,
.vb_imagecombo_lbox.story_lightbox .story_image_not_owner .changer svg {
    width: 30px;
    height: 30px;
    margin: 7.5px 0px;
}
.vb_imagecombo_lbox.story_lightbox .story_image_owner .changer.previous-btn,
.vb_imagecombo_lbox.story_lightbox
    .story_image_not_owner
    .changer.previous-btn {
    left: 10px;
}
.vb_imagecombo_lbox.story_lightbox .story_image_owner .changer.next-btn,
.vb_imagecombo_lbox.story_lightbox .story_image_not_owner .changer.next-btn {
    right: 10px;
}
.vb_imagecombo_lbox.story_lightbox .story_image_owner .draggableHelper_story,
.vb_imagecombo_lbox.story_lightbox
    .story_image_not_owner
    .draggableHelper_story {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.vb_imagecombo_lbox.story_lightbox
    .story_image_owner
    .draggableHelper_story:before,
.vb_imagecombo_lbox.story_lightbox
    .story_image_not_owner
    .draggableHelper_story:before {
    content: "";
    position: absolute;
    filter: blur(35px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    margin: -35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vb_imagecombo_lbox.story_lightbox
    .story_image_owner
    .draggableHelper_story
    img,
.vb_imagecombo_lbox.story_lightbox
    .story_image_not_owner
    .draggableHelper_story
    img {
    max-height: calc(100vh - 115px);
}
.vb_imagecombo_lbox.story_lightbox .story_image_not_owner {
    margin: 0;
    width: 100%;
    height: calc(100% - 65px);
}
.vb_imagecombo_lbox.story_lightbox .draggableHelper_story_content {
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    right: 0;
    font-size: 13px;
    padding: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
    text-align: center;
}
.vb_imagecombo_lbox.story_lightbox .comment-section {
    right: auto;
    background-color: #141414;
    left: 0;
    top: 65px;
    height: calc(100% - 65px);
    overflow-y: auto;
}
.vb_imagecombo_lbox.story_lightbox .comment-section .comment-section-inner {
    height: 100%;
}
.vb_imagecombo_lbox.story_lightbox .comment-section .load-more .btn {
    background: transparent;
    color: #eaeaea;
}
.vb_imagecombo_lbox.story_lightbox .views_count {
    color: #fbfbfb;
    border-bottom: 1px solid #252525;
    padding: 10px 15px;
}
.vb_imagecombo_lbox.story_lightbox .story_views_ {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.vb_imagecombo_lbox.story_lightbox .story_views_:last-child {
    border: 0;
}
.vb_imagecombo_lbox.story_lightbox .story_view_list {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.vb_imagecombo_lbox.story_lightbox .story_view_list .user-name {
    margin: 0;
    font-weight: 500;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}
.vb_imagecombo_lbox.story_lightbox .story_view_list .user-name a {
    color: #e8e8e8;
}

.comm_mod_img_close {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}
.comm_mod_img_close svg {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    margin: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
}

/*My Info*/
.select_radio_btn {
    font-family: "Lato", sans-serif;
    padding: 20px 0 0;
}
.select_radio_btn h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin: -15px 0 25px;
}
.select_radio_btn .select_radio_btn_innr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.select_radio_btn label {
    width: 33.3333333%;
    margin: 0;
    padding: 0 12px;
    margin-bottom: 24px;
}
.select_radio_btn label > input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}
.select_radio_btn .sr_btn_lab_innr {
    width: 100%;
    margin: 0;
    box-shadow: 0 0 0 1px #e6e6e6;
    border-radius: 6px;
    position: relative;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    padding: 20px 10px;
}
.select_radio_btn.small_rbtn .sr_btn_img {
    margin: auto;
    filter: grayscale(1);
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    opacity: 0.7;
}
.select_radio_btn.small_rbtn .sr_btn_img svg {
    width: 34px;
    height: 34px;
}
.select_radio_btn .sr_btn_lab_innr > span {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    text-transform: capitalize;
    color: #6c6c6c;
}
.select_radio_btn .sr_btn_lab_innr:hover {
    box-shadow: 0px 0px 0px 3px rgba(0, 102, 255, 0.5);
}
.select_radio_btn label > input:checked ~ .sr_btn_lab_innr {
    box-shadow: 0px 0px 0px 3px rgba(0, 102, 255, 0.5);
}
.select_radio_btn label > input:checked ~ .sr_btn_lab_innr .sr_btn_img {
    filter: grayscale(0);
    opacity: 1;
}
.ready_to_down_info {
    display: none;
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}
.ready_to_down_info svg {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
}
.ready_to_down_info p {
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin-bottom: 35px;
}
.ready_to_down_info .btn {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
}

/*Share Post Modal*/
.share_modal_social_icos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.share_modal_social_icos > a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 6px 9px;
    text-decoration: none;
}
.share_modal_social_icos > a .social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    margin-bottom: 5px;
}
.share_modal_social_icos > a .social-btn svg {
    margin: 0;
    width: 21px;
    height: 21px;
}
.share_modal_social_icos > a > span {
    font-size: 13px;
}
.share_modal_opts_icos > h4 {
    text-align: initial;
}
.share_modal_opts_icos.select_radio_btn .select_radio_btn_innr {
    margin: 0 -12px;
}
.share_modal_opts_icos.select_radio_btn label {
    width: 50%;
}
.share_modal_opts_icos.select_radio_btn.small_rbtn .sr_btn_img {
    display: inline-flex;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    border-radius: 10px;
}
.share_modal_opts_icos.select_radio_btn.small_rbtn .sr_btn_img svg {
    width: 24px;
    height: 24px;
}
.share_modal_opts_icos.select_radio_btn .sr_btn_lab_innr > span {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.shar_modl_chose_pgrp input.form-control {
    height: auto;
    border: 2px solid #ebeef0;
    background-color: #ebeef0;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 2em;
    width: 100%;
    max-width: 350px;
    margin: auto;
    transition: all 0.15s;
}
.shar_modl_chose_pgrp input.form-control:focus {
    background-color: #fff;
}
.share_modl_post_cont .panel {
    background-color: #f4f4f4;
    box-shadow: none;
}
.share_modl_post_cont .post-heading {
    padding: 17px 15px;
}
.share_modl_post_cont .post-heading > .image {
    margin-top: -3px;
}
.share_modl_post_cont .post-heading .dropdown-toggle {
    display: block;
    margin: 9px 0;
}

/*Who React Modal*/
.who_react_modal {
    display: flex;
    align-items: center;
    margin: -4px 0;
}
.who_react_modal > span {
    display: flex;
    padding: 5px;
    height: 28px;
    margin: 0 0 0 10px;
}
.who_react_modal > span .inline_act_emoji {
    transform: scale(1.2);
}
.who_react_modal > span .inline_post_emoji .reaction > img {
    width: 22px;
    height: 22px;
}
.who_react_to_this_user {
    display: flex;
    align-items: center;
    padding: 10px 7px;
    border-bottom: 1px solid #eaeaea;
}
.who_react_to_this_user:last-child {
    border: 0;
}
.who_react_to_this_user .who_react_to_this_user_info {
    display: flex;
    align-items: center;
}
.who_react_to_this_user .who_react_to_this_user_info a {
    text-decoration: none;
    color: #1d2129;
}
.who_react_to_this_user .who_react_to_this_user_info .user-popover p {
    max-height: 35px;
    overflow: hidden;
    margin: 0;
}
.who_react_to_this_user .avatar {
    width: 40px;
    min-width: 40px;
    margin-right: 15px;
    height: 40px;
    border-radius: 50%;
}
.who_react_to_this_user .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.who_react_to_this_user .avatar .vb_who_react_this {
    top: auto !important;
    bottom: -4px;
    right: -4px !important;
    background: transparent !important;
    width: 18px !important;
    height: 18px !important;
}
.who_react_to_this_user .user-follow-button {
    margin-left: auto;
}
.who_react_to_this_user .user-follow-button button {
    padding: 3px 9px !important;
}
.vb_react_ursrs_list {
    max-height: 450px;
    overflow-y: auto;
}
.vb_react_ursrs_list_lod_mor .btn {
    font-weight: 600;
    border-radius: 2em;
    line-height: 1;
    padding: 7px 15px;
    box-shadow: inset 0 0 0 1px #c9cfd3;
    font-size: 12px;
}

/*Bank transfer Modal*/
svg {
    vertical-align: middle;
}

.dt_bank_trans_modal .bank_info {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
}
.dt_bank_trans_modal .bank_info .dt_settings_header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    height: auto;
    background-color: #2196f3;
    background: linear-gradient(90deg, #03a9f4 0%, #2196f3 35%, #3f51b5 100%);
    padding: 16px;
    overflow: hidden;
    position: relative;
}
.dt_bank_trans_modal .dt_settings_circle-1 {
    width: 290px;
    height: 290px;
    background-image: radial-gradient(
        circle 800px at 75% -25%,
        #000000 0,
        rgba(255, 255, 255, 0) 100%
    );
    left: -28px;
    top: -28px;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.dt_bank_trans_modal .dt_settings_circle-2 {
    opacity: 0.03;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    width: 500px;
    height: 500px;
    background-image: radial-gradient(
        circle 800px at 10% -25%,
        #000000 0,
        rgba(255, 255, 255, 0) 100%
    );
    right: -242px;
    top: 17px;
}
.dt_bank_trans_modal .bank_info .bank_info_innr {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1;
    border: 6px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 5px;
}
.dt_bank_trans_modal .bank_info .bank_info_innr > svg {
    position: absolute;
    opacity: 0.3;
    left: 16px;
    top: 16px;
    width: 45px;
    z-index: -1;
}
.dt_bank_trans_modal .bank_info .bank_info_innr .row p {
    margin: 0;
    font-size: 18px;
    word-break: break-word;
}
.dt_bank_trans_modal .bank_info .bank_info_innr .row .col {
    margin-top: 18px;
}
.dt_bank_trans_modal .bank_info .bank_info_innr .bank_name {
    font-size: 22px;
    padding: 5px 0.75rem 0 55px;
}
.dt_bank_trans_modal .bank_info .bank_info_innr .help-block {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.73);
}

.dt_bank_trans_modal .dt_user_profile {
    background-color: #f8f8f8;
    margin: 0 auto 25px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    overflow: hidden;
}
.dt_bank_trans_modal .dt_user_profile > span {
    margin-bottom: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.dt_bank_trans_modal .dt_user_profile > span svg {
    margin-right: 5px;
    color: #6b6b6b;
}
.dt_bank_trans_modal .dt_prof_vrfy {
    margin: 0;
    list-style-type: disc;
}
.dt_bank_trans_upl_rec {
    text-align: center;
}
.dt_bank_trans_upl_rec a {
    display: inline-block;
    border-bottom: 1px dashed;
    color: #3f3f3f;
    padding-bottom: 5px;
    font-size: 14px;
    transition: all 0.15s;
    text-decoration: none;
}
.dt_bank_trans_upl_rec a:hover {
    border-bottom-style: solid;
}
.dt_bank_trans_upl_rec a svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}
.upload_bank_receipts {
    text-align: center;
    display: none;
}
.upload_bank_receipts > div {
    width: 100%;
    max-width: 200px;
    height: 185px;
    margin: auto;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.upload_bank_receipts svg {
    width: 45px;
    height: 45px;
    color: #4a4a4a;
    background-color: lightgrey;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.upload_bank_receipts p {
    margin-bottom: 0px;
}
#bank_transfer_modal.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_modal.up_rec_active .dt_bank_trans_upl_rec {
    display: none;
}
#bank_transfer_modal.up_rec_active .upload_bank_receipts {
    display: block;
}
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts p {
    display: none;
}

#bank_transfer_donate_modal.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_donate_modal.up_rec_active .dt_bank_trans_upl_rec {
    display: none;
}
#bank_transfer_donate_modal.up_rec_active .upload_bank_receipts {
    display: block;
}
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts p {
    display: none;
}

/*Verify Setting Modal*/
.verfy_sett_email_phone_ico {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    border-radius: 50%;
    color: #5e5e5e;
}

/*Msg Page*/
.wo-msg-container {
    width: 100%;
    height: 100%;
    margin: 0;
}
.messages-recipients-list {
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #fbfbfb;
    padding: 12px;
    transition: all 0.3s;
    border-radius: 12px;
    border: 0;
    margin: -2px;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.messages-recipients-list.active {
    background-color: #f7f7f7;
}
.messages-recipients-list img {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin: 0;
}
.messages-recipients-list .msg_rght_prt {
    margin-left: 60px;
    margin-top: 7px;
}
.messages-recipients-list .msg_rght_prt > p {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
	font-size:14px;
    color: #636366;
    max-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.messages-recipients-list .msg_rght_prt > p.new_msg_active_list {
    color: #333338;
    font-weight: 500;
}
.messages-recipients-list .messages-last-sent {
    font-size: 16px;
    font-weight: 400;
	opacity: 0.6;
}
.messages-recipients-list .messages-last-sent.new_msg_lst_lsent {
    font-weight: 500;
    color: #2a2a2f;
}
.messages-recipients-list .messages-user-name {
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    color: #414145;
    margin-bottom: 8px;
    display: inline-block;
    max-width: calc(100% - 80px);
}
.new-message-alert {
    background-color: #ce3d3d;
    padding: 3px 6px;
    border-radius: 2px;
    color: #fff;
}
.mobilerightpane .new-message-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e83e8c;
    border-radius: 50%;
    left: -6px;
    top: -5px;
    padding: 0;
}
.text-sender-container {
    background: transparent;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.text-sender-container .msg_usr_info_top_list {
    height: 83px;
    padding: 18px 30px;
    z-index: 10;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.text-sender-container .msg_usr_info_top_list .mobilemsgclose {
    display: none;
    cursor: pointer;
    margin: -1px 15px 0 -15px;
    width: 23px;
    height: 23px;
    stroke-width: 2.5px;
}
.text-sender-container .msg_usr_info_top_list .msg_usr_cht_usr_data {
    display: flex;
    align-items: center;
}
.text-sender-container .msg_usr_info_top_list .msg_usr_cht_usr_data img {
    border-radius: 50%;
    margin-right: 15px;
    height: 45px;
    min-width: 45px;
    max-width: 45px;
    border: 2px solid #fff;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.04);
}
.text-sender-container .msg_usr_info_top_list .msg_usr_cht_usr_data a {
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s;
    font-weight: bold;
    color: #fff;
}
.text-sender-container
    .msg_usr_info_top_list
    .msg_usr_cht_usr_data
    .msg_usr_lst_sen_main {
    margin: 0;
    font-size: 12px;
    color: #919191;
}
.text-sender-container .msg_usr_info_top_list .msg_usr_cht_opts_btns {
    margin-left: auto;
}
.text-sender-container .msg_usr_info_top_list .msg_usr_cht_opts_btns > span {
    margin-right: 20px;
    color: #fff;
    transition: all 0.3s;
}
.text-sender-container
    .msg_usr_info_top_list
    .msg_usr_cht_opts_btns
    > span:last-child {
    margin: 0;
}
.text-sender-container .message-contnaier {
    margin: 0 0px 5px;
    position: relative; /*display: flex;align-items: flex-end;*/
    max-width: 100%;
    width: 100%;
}
.text-sender-container .message-contnaier.outgoing,
.text-sender-container .message-contnaier.outgoing > .cont_innr {
    flex-direction: row-reverse;
}
.text-sender-container .message-contnaier > .cont_innr {
    position: relative;
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    width: 100%;
}
.text-sender-container .sendMessages .input-group .messages-rtime {
    position: absolute;
    top: -30px;
    padding: 8px 10px !important;
    background-color: #fff !important;
    left: -7px;
    border-radius: 6px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.35);
}
.text-sender-container .sendMessages .charsLeft-message {
    position: absolute;
    z-index: 9;
    right: 163px;
    top: 12px;
}
.message-option-btns {
    position: absolute;
    z-index: 9;
    right: 55px;
    top: 0;
    display: table;
}
.message-option-btns .btn {
    padding: 15px 6px;
    background-color: transparent;
    color: #b3b3b3;
    border: none;
    margin: 0 4px;
    box-shadow: none;
}
.text-sender-container .deleteMessage {
    position: absolute;
    top: 50%;
    left: -50px;
    cursor: pointer;
    color: #888;
    display: none;
    transform: translate(0, -50%);
}
.text-sender-container .deleteMessage.right {
    left: auto !important;
    right: -50px;
}
.text-sender-container .deleteMessage svg.feather {
    margin-top: -3px;
    width: 15px;
    height: 15px;
}
.chat-messages-wrapper .deleteMessage {
    position: absolute;
    top: 50%;
    left: -18px;
    cursor: pointer;
    color: #888;
    display: none;
    transform: translate(0, -50%);
}
.chat-messages-wrapper .deleteMessage.right {
    left: auto !important;
    right: -18px;
}
.chat-messages-wrapper .deleteMessage svg.feather {
    margin-top: -3px;
    width: 15px;
    height: 15px;
}
.text-sender-container .time {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 500;
}
.text-sender-container .message-model {
    width: 85%;
    max-width: 500px;
    font-size: 15px;
    padding: 0;
    position: relative;
    line-height: 1.4;
}
.text-sender-container .outgoing .message-model .message p,
.text-sender-container .message-model .message {
    margin-left: auto;
    display: table;
    line-height: 1.2;
    position: relative;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    margin-top: 2rem;
    font-size: 14px;
}
.text-sender-container .message-model .video-js-responsive-container {
    min-width: 300px;
}
.text-sender-container .message-model .message p .twa-lg {
    height: 26px;
    width: 26px;
    background-size: 26px 26px;
}
.text-sender-container .outgoing .message-model {
    border-bottom-right-radius: 2px;
    margin-left: auto;
}
.text-sender-container .incoming .message-model .message {
    margin-right: auto;
    margin-left: 0;
}
.text-sender-container .incoming .message-model .time {
    text-align: left;
}
.text-sender-container .outgoing .message-model .message p,
.text-sender-container .outgoing .message-model .message a {
    color: #231f20 !important;
    font-weight: 400;
}
.msg_progress {
    height: 3px;
    width: 100%;
    background-color: #b3deff;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    bottom: -2px;
    right: 0px;
    z-index: 15;
    position: absolute;
    display: none;
}
.msg_progress .indeterminate {
    background-color: #2196f3;
}
.msg_progress .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s
        cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
        infinite;
}
.msg_progress .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s
        cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
        infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

#vb_nw_msg_page .msg_under_hood {
    overflow: hidden;
    position: relative;
}
#vb_nw_msg_page .vb_msg_tabs * {
    font-family: "Krub", sans-serif !important;
}
#vb_nw_msg_page .msg_under_hood .mobilerightpane {
    background: #fff;
    padding: 20px 0 0;
    overflow-x: hidden;
    height: calc(100vh - 45px);
    overflow-y: auto;
}
#vb_nw_msg_page .msg_under_hood .mobilerightpane .messages-search-users-form {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon
    .msg_srch_innr {
    position: relative;
    width: 100%;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon
    .msg_srch_innr
    svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin: 0;
    transform: translateY(-50%);
    color: #949494;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon
    .msg_srch_innr
    input {
    padding: 0 10px 0 52px;
    height: 50px;
    background: #f6f6f6;
    border-radius: 12px;
    border: none;
    font-size: 15px;
    color: #9c9c9c;
    width: 100%;
	border: 1px solid #ced4da;
	border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon
    .msg_srch_innr
    input:focus {
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.12);
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon
    .btn_contr {
    background: #f5365c; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5365c 0%, #f56036 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f5365c 0%,#f56036 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f5365c 0%,#f56036 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ); /* IE6-9 */
    color: #fff;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    margin-left: 15px;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon
    button.btn {
    min-width: 50%;
    width: 50%;
    height: 50px;
    margin: 0;
    background: transparent;
    transition: all 0.3s;
    box-shadow: none;
    border: none;
    color: #fff;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .inner-addon
    button.btn:hover {
    background: #F5365C;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .vb_msg_tabs {
    border: 0;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .vb_msg_tabs
    li {
    float: none;
    margin: 0;
    width: 50%;
	display:inline-block;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .vb_msg_tabs
    li
    a {
    padding: 10px 22px;
    height: auto;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #000000;
    cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .vb_msg_tabs
    li
    a
    svg {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
#vb_nw_msg_page
    .msg_under_hood
    .mobilerightpane
    .messages-search-users-form
    .vb_msg_tabs
    li.active
    a {
    background: #feebee;
}
#vb_nw_msg_page .messages-users-list > h1 {
    font-size: 22px;
    font-weight: 600;
    color: #212529;
    border-bottom: 1px solid #dedede;
    padding-bottom: 13px;
    margin: 0;
    text-align: center;
}
#vb_nw_msg_page .messages-recipients-list .avatar {
    position: relative;
    margin-right: 15px;
}
#vb_nw_msg_page .messages-recipients-list .online_dot {
    position: absolute;
    width: 7px;
    height: 7px;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
#vb_nw_msg_page .messages-recipients-list .online_dot .dot {
    width: 7px;
    min-width: 7px;
    height: 7px;
    background-color: #63c666;
    border-radius: 50%;
}
#vb_nw_msg_page .messages-recipients-list .online_dot.off_usr .dot {
    background-color: lightgray;
}

#vb_nw_msg_page .msg_under_hood .mobileleftpane {
    background: #fff;
    width: 100%;
}

#vb_msg_right_prt .text-sender-container .sendMessages .input-group {
    /*padding: 0px 30px;*/
    /*border-top: 1px solid #fbfbfb;*/
    /*height: 90px;*/
    /*display: flex;*/
    /*border-collapse: unset;*/
    /*align-items: center;*/
}
#vb_msg_right_prt
    .text-sender-container
    .sendMessages
    .input-group
    .input-group-btn {
    margin-left: 20px;
    width: 56px;
}
#vb_msg_right_prt .text-sender-container textarea {
    margin-bottom: 0px;
    box-shadow: none;
    border: 0;
    padding: 16px 2px;
    height: 56px;
    font-weight: 500;
    background: transparent;
    font-size: 15px;
}
#vb_msg_right_prt .text-sender-container .sendMessages .send-button {
    margin: 0;
    padding: 10px;
    width: 30px;
    height: 30px;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.04);
    border-radius: 12px !important;
}
#vb_msg_right_prt .text-sender-container .sendMessages .send-button svg {
    width: 15px;
    height: 15px;
    margin: -2px 0 0 -2px;
}
#vb_msg_right_prt .message-option-btns .btn {
    padding: 0 !important;
    width: 35px;
    height: 35px; /* margin-left: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.1s linear;
    margin: 5px 1px;
}
#vb_msg_right_prt .message-option-btns .btn svg {
    width: 24px;
    height: 24px;
	color: #f54c48;
}
#vb_msg_right_prt .message-option-btns .btn.messages-rtime {
    padding: 0px 4px !important;
    left: auto;
    width: auto !important;
    right: -6px;
    margin: 0;
    top: 1px;
}
#vb_msg_right_prt .message-option-btns .btn:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
#vb_nw_msg_page .messages-container .empty_state {
    width: 100%;
    max-width: 90%;
    font-family: "Lato", sans-serif;
    font-size: 19px;
	color:#262626;
}
#vb_nw_msg_page .messages-container .empty_state svg {
    width: 180px;
    height: 180px;
    border-radius: 0;
    background: transparent;
}
#vb_nw_msg_page .messages-container .message-media img {
    max-width: none;
    max-height: 170px;
    margin: 0;
    background: #fff;
    border-radius: 10px;
}
.messages-load-more-messages.above_header {
    top: -25px;
}
#vb_msg_right_prt .msg_write_combo {
    display: flex;
    /*align-items: center;*/
    /*width: 100%;*/
    /*border: 1px solid #f1f1f1;*/
    /*background: #f8f8f8;*/
    /*border-radius: 12px;*/
}
#vb_msg_right_prt .msg_write_combo .message-option-btns {
    position: relative;
    display: flex;
    align-items: center;
    right: auto;
    left: auto;
	margin-right: 1px !important;
    margin-left: 2px !important;
}
#vb_msg_right_prt .msg_write_combo .message-option-btns span#charsLeft{
	margin-right: 10px;
}
#vb_msg_right_prt .msg_write_combo .charsLeft-message {
    right: 115px;
    top: -5px;
    margin: 0;
    margin-top: 5px;
}
#vb_msg_right_prt .msg_write_combo .emo-message {
    position: relative;
    right: auto;
}

.vb_kb_msg_page {
    height: 100%;
    width: 100%;
}

/*2.3 Update*/
.text-sender-container .message-model .message.vb_msg_prod_prnt,
.text-sender-container
    .message-model
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product,
.chat-messages-wrapper .message.vb_msg_prod_prnt,
.chat-messages-wrapper
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product {
    padding: 0;
}
.text-sender-container .message-model .message.vb_msg_prod_prnt .vb_market,
.text-sender-container
    .message-model
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product,
.chat-messages-wrapper .message.vb_msg_prod_prnt .vb_market,
.chat-messages-wrapper
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product {
    margin: 0;
}
.text-sender-container
    .message-model
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product,
.chat-messages-wrapper
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product {
    max-width: 240px;
    width: 100%;
}
.text-sender-container
    .message-model
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    .product_info,
.chat-messages-wrapper
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    .produc_info {
    border-radius: 20px;
}
.text-sender-container
    .message-model
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    img,
.chat-messages-wrapper
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    img {
    max-height: 200px !important;
    border-radius: 0 !important;
    object-fit: cover;
    height: 100%;
}
.text-sender-container
    .message-model
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    .product-title
    a,
.chat-messages-wrapper
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    .product-title
    a {
    color: #222;
}
.text-sender-container
    .message-model
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    .product-by
    a,
.chat-messages-wrapper
    .message.vb_msg_prod_prnt
    .vb_market
    .market_bottom
    .product
    .product-by
    a {
    color: #444;
}
.publisher-box .publisher-box-footer .poster-left-buttons {
    margin: 0 5.3px;
}
.publisher-box.vb_pub_change_color .panel {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.publisher-box.vb_pub_change_color textarea.postText {
    height: auto;
    max-height: 370px !important;
    position: absolute;
    background: transparent !important;
    padding: 20px 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.publisher-box.vb_pub_change_color textarea.postText::placeholder {
    color: currentColor;
    opacity: 0.6;
}
.publisher-box.vb_pub_change_color .post-avatar {
    display: none;
}
.publisher-box.vb_pub_change_color .add-emoticons {
    top: auto;
    bottom: 10px;
}
.publisher-box.vb_pub_change_color .add-emoticons .dropdown-toggle {
    background: rgba(0, 0, 0, 0.4);
}
.publisher-box.vb_pub_change_color .add-emoticons .dropdown-toggle svg.feather {
    fill: #f4f4f4;
}
.publisher-box.vb_pub_change_color .vb_pub_txtara_combo {
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 3px 0 0;
}
.publisher-box .publisher-box-footer .pub-footer-upper {
    position: relative;
}
.all_colors {
    display: none;
    padding: 0px 9px 8px;
    position: absolute;
    background: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.all_colors > div {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 20px;
    padding: 7px 3px 0;
}
.all_colors > svg {
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
}
.all_colors_display {
    display: inline-block;
    margin: 0 2px;
    position: relative;
}
.all_colors_display.selected .all_colors_style,
.all_colors_display.selected .all_colors_style_image {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #F5365C;
}
.all_colors_display.selected:after {
    content: "";
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    left: 6px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 10px;
}
.all_colors_style {
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
.all_colors_style_image {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post .vb_actual_colrd_post {
    margin: 0 -15px 2px;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 25px;
    padding: 15px;
}
.post .vb_actual_colrd_post span {
    max-height: 370px;
    overflow-y: auto;
}
.view-more-wrapper {
    margin-right: 0;
}
.view-more-wrapper .order-by {
    margin: 0;
    border: 0;
    padding: 0;
}
.view-more-wrapper .order-by .dropdown-menu {
    min-width: 130px;
}
.twocheckout_modal {
    padding-top: 20px;
}
.twocheckout_modal .sun_input {
    margin-bottom: 15px;
}
.twocheckout_modal .sun_input input,
.twocheckout_modal .sun_input select {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    height: 38px;
    line-height: 14px;
    transition: all 0.2s ease-in-out;
}
.twocheckout_modal .sun_input input:focus,
.twocheckout_modal .sun_input select:focus {
    border-color: #03a9f4;
}
.tvb_check_card {
    margin: 20px auto 0;
    max-width: 310px;
    background-color: #019aca;
    padding: 20px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.tvb_check_card > svg {
    color: white;
    margin: 0 15px 20px;
    display: block;
    width: 35px;
    height: 35px;
}
.tvb_check_card .sun_input input::placeholder {
    color: #fff;
    opacity: 0.7;
}
.tvb_check_card .sun_input input,
.tvb_check_card .sun_input select {
    border: 0;
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: white;
    border-radius: 5px;
    height: 40px;
}
.tvb_check_card .sun_input select option {
    color: #222;
    background: white;
}
.post .vb_shared_doc_file {
    font-size: 15px;
    font-family: "Lato", sans-serif;
}
.post .vb_shared_doc_file > a {
    display: block;
    text-decoration: none;
    padding: 20px 10px;
}
.post .vb_shared_doc_file > a > i {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #dedede;
    border-radius: 50%;
    font-size: 28px;
    margin: 0 auto 10px;
    line-height: 60px;
    color: #4d91ea;
}
.thumb-image-delete {
    position: relative;
    display: inline-block;
}
.thumb-image-delete:not(:last-child) {
    margin: 0 5px 0 0;
}
.thumb-image-delete-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    padding: 3px;
}

/*Editor*/
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in,
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in .mce-container-body,
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in .mce-foot,
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in
    .mce-container-body
    > .mce-container {
    width: 100% !important;
    max-width: 546px;
}
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in .mce-foot .mce-first {
    left: auto !important;
    right: 80px;
}
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in .mce-foot .mce-last {
    left: auto !important;
    right: 10px;
}
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in
    .mce-container-body
    .mce-combobox {
    width: calc(100% - 190px) !important;
}
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in
    .mce-container-body
    .mce-combobox
    input {
    width: 100% !important;
}

/*Video call*/
.video-con {
    background: #222;
    height: calc(100vh - 50px);
}
#remote-media,
.video-con {
    position: relative;
}
#remote-media .lds-facebook {
    display: block;
    margin: 0 auto;
    padding: 50px 0px;
    top: 20px;
}
#remote-media h3 {
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 25px;
    margin: 0px 50px 50px 50px;
}
#remote-media video:nth-child(2) {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 51px);
}
.end_vdo_call {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 2em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    text-transform: none;
    line-height: 35px;
    background-color: #d9534f;
}
.end_vdo_call:hover {
    background-color: #e66662;
}
.end_vdo_call svg {
    margin-right: 9px;
}
#local-media video {
    width: 120px;
    height: 150px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/*Create Job*/
.vb_create_job_box {
    margin-bottom: 0;
    padding: 5px;
    box-shadow: none;
}
.vb_create_job_box > .setting-update-alert {
    margin: -10px 0 30px;
    padding: 0;
}
.vb_create_job_box > .setting-update-alert:empty {
    margin: 0;
    padding: 0;
}
.vb_create_job_box .setting-panel {
    padding: 0;
    margin: -10px 3px 0px;
}
.vb_create_job_box .setting-panel label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.vb_create_job_box .setting-panel .sun_input {
    margin-bottom: 18px;
}
.vb_create_job_box .setting-panel .sun_input input,
.vb_create_job_box .setting-panel .sun_input select {
    height: 35px;
    line-height: normal;
    padding: 2px 8px;
    border-color: #dddfe2;
}
.vb_create_job_box .setting-panel .sun_input textarea {
    padding: 2px 8px;
    border-color: #dddfe2;
}
.vb_create_job_box .sun_input .bootstrap-tagsinput input {
    height: 30px;
    border: 0;
    padding: 0 2px;
}
.vb_create_job_box_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.vb_create_job_box_flex .sun_input {
    padding: 0 8px;
}
.vb_create_job_box_flex .sun_input input {
    width: 146px;
}
.vb_create_job_box_flex_edit .sun_input input {
    width: 204px;
}
.vb_create_job_qstn {
    text-align: center;
    display: block;
    background-color: #f5f6f7;
    border: 1px solid #ccd0d5;
    color: #4b4f56;
    text-decoration: none !important;
    line-height: 34px;
    padding: 0 16px;
    font-weight: 600;
    font-size: 13px;
}
.vb_create_job_qstn svg {
    width: 16px;
    height: 16px;
    margin-top: -3px;
}
.vb_create_job_qstn_block {
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
    margin: 12px 0;
}
.vb_create_job_qstn_block > label {
    margin-top: 0;
}
.vb_create_job_qstn_block button.close {
    padding: 0;
    opacity: 1;
    color: #464646;
    background-color: #d5d5d5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 0;
}
.vb_create_job_qstn_block button.close svg {
    margin-top: 1px;
    width: 15px;
    height: 15px;
    stroke-width: 2.5px;
}
.vb_create_job_box_img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.vb_create_job_box_img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.vb_create_job_box_img_btns {
    margin: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 0 15px;
}
.vb_create_job_box_img_btns .btn {
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    border: 0;
    font-weight: 600;
    height: 33px !important;
}

/*Checkbox*/
.vb_cbox {
    margin-left: 22px;
    position: relative;
    display: inline-block;
}
.vb_cbox input[type="checkbox"] {
    opacity: 0;
    margin: 0 0 6px 4px;
    display: none;
}
.vb_cbox label::after,
.vb_cbox label::before {
    display: inline-block;
    left: 0;
    margin-left: -20px;
}
.vb_cbox label {
    padding-left: 5px;
    min-height: 20px;
    font-weight: 400 !important;
    cursor: pointer;
    user-select: none;
    margin: 1px 0;
}
.vb_cbox label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    background-color: #fff;
    transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
}
.vb_cbox input[type="checkbox"]:checked + label::before {
    background-color: #1e2322;
    border-color: #1e2322;
}
.vb_cbox label::after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}
.vb_cbox input[type="checkbox"]:checked + label::after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 10px;
    transition: 0.2s;
    color: #fff;
}

/*View Applied Jobs*/
.vb_vew_apld_jobs {
    padding: 20px 20px 1px;
}
.vb_vew_apld_head {
    display: flex;
}
.vb_vew_apld_head .avatar {
    min-width: 150px;
    width: 150px;
    height: 150px;
    margin-right: 20px;
}
.vb_vew_apld_head .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.vb_vew_apld_head .jinfo {
    width: 100%;
}
.vb_vew_apld_head .jinfo h4 {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 27px;
    margin-bottom: 15px;
}
.vb_vew_apld_head .jinfo p {
    margin-bottom: 8px;
    color: #525252;
}
.vb_vew_apld_ico svg {
    width: 18px;
    height: 18px;
    margin-top: -1px;
}
.vb_vew_apld_msg {
    margin-top: 15px;
}
.vb_vew_apld_msg .btn {
    border: 0;
    color: #009688;
    background-color: rgba(0, 150, 136, 0.2);
    font-weight: 600;
    padding: 0 10px;
    line-height: 35px;
    min-width: 150px;
    box-shadow: 0 1px 5px -1px rgba(0, 150, 136, 0.25);
}
.vb_vew_apld_blocks {
    background-color: #f2f2f2;
    padding: 20px 20px 5px;
    border-radius: 5px;
    margin: 20px 0;
}
.vb_vew_apld_blkmrgn {
    margin-bottom: 20px;
}

/*View Job*/
.vb_view_post_jobs {
    padding-bottom: 1px;
}
.vb_view_post_jcover {
    height: 230px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.vb_view_post_jcover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vb_view_post_jhead {
    text-align: center;
    position: relative;
    margin-top: -40px;
    padding: 0px 20px;
}
.vb_view_post_jhead .dropdown {
    position: absolute;
    right: 10px;
    top: 50px;
}
.vb_view_post_jhead .avatar {
    margin: auto;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 3px white, 0 2px 10px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    background-color: white;
}
.vb_view_post_jhead .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.vb_view_post_jhead h2 {
    margin: 25px 0 0;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.vb_view_post_jhead h4 {
    margin: 5px 0 12px;
}
.vb_view_post_jhead h4 a {
    text-decoration: none;
}
.vb_view_post_jobs .jinfo_inner p {
    display: inline-block;
}
.vb_view_post_jobs .jinfo_inner p svg {
    width: 17px;
    height: 17px;
}
.vb_view_post_jobs .jinfo_inner .middot,
.vb_jlist_info_main .middot {
    color: #3d3d3d;
    font-weight: 800;
}
.vb_view_post_jobs .vb_vew_apld_msg .btn {
    background-color: #ff7166;
    color: #fff !important;
    box-shadow: 0 1px 5px -1px rgba(255, 113, 102, 0.25);
}
.vb_view_post_jobs .vb_vew_apld_msg .btn[disabled] {
    box-shadow: none;
}
.vb_view_post_jobs .vb_vew_apld_blocks {
    margin: 20px;
}
.vb_view_post_jobs .vb_vew_apld_blocks .post-description {
    padding: 0 0 5px;
}

/*Jobs*/
.vb_job_main_widget {
    margin-bottom: 20px;
}
.vb_job_main_widget .m_widget_head {
    font-weight: 600;
    color: #585858;
    margin-bottom: 8px;
    font-size: 14px;
}
.vb_job_main_widget .wjob_categories ul li.active a:before {
    border-color: #03a9f4;
}
.vb_job_main_widget .wjob_categories ul li.active a:after {
    background: #03a9f4;
    border-radius: 50%;
    transform: scale(0.5);
}
.vb_job_main_widget .wjob_categories ul li.active a {
    color: #03a9f4;
}
.vb_select_job_dist {
    padding: 0px 2px 5px 0;
}
.vb_select_job_dist #cusrange-reader {
    display: inline-block;
    width: 40px;
    background: transparent !important;
    margin-right: 0;
    text-align: right;
}
.vb_jobs_list {
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
    background: #fff;
    position: relative;
}
.vb_jlist_headimg {
    height: 230px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
}
.vb_jlist_headimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vb_jlist_headimg .btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: white;
}
.vb_jlist_info {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    border-radius: 3px;
}
.vb_jlist_info_head {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.vb_jlist_info_head h2 {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 600;
    max-width: 85%;
}
.vb_jlist_info_head h2 a {
    text-decoration: none;
    color: white;
}
.vb_jlist_info_head .btn {
    color: white;
    background-color: rgba(255, 255, 255, 0.25);
}
.vb_jlist_info_main {
    font-size: 15px;
}
.vb_jlist_info_main span,
.vb_jlist_info_main span a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7) !important;
}

/*Common Things*/
.vb_com_things_row {
    margin: 0 -12px;
}
.vb_comthing_usr {
    padding: 0 12px;
}
.vb_comthing_usr_innr {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
    margin-bottom: 20px;
    transition: all 0.15s;
}
.vb_comthing_usr_innr:hover {
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15);
}
.vb_comthing_usr_innr:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
}
.vb_comthing_usr_innr .avatar {
    width: 100%;
    padding-top: 130%;
}
.vb_comthing_usr_innr .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.vb_comthing_usr_innr h3 {
    margin: 0;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    z-index: 2;
    padding: 0 10px;
}
.vb_comthing_usr_innr p {
    font-size: 13px;
    color: #e8e8e8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
    margin: 0;
    padding: 0 10px;
}
.vb_comthing_usr_innr p svg {
    width: 16px;
    height: 16px;
    margin-top: -1px;
}

/*Common Users*/
.vb_com_usr_lbox {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 80px 0;
}
.vb_com_usr_lbox > svg {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1035;
    color: white;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.vb_com_usr_lbox .slider {
    width: 100%;
    height: 100%;
}
.vb_com_usr_lbox .slider .slick-slide {
    outline: none;
}
.vb_com_usr_lbox .slider .slick-prev {
    left: auto;
    right: calc(50% + 360px);
}
.vb_com_usr_lbox .slider .slick-next {
    right: auto;
    left: calc(50% + 360px);
}
.vb_com_lbox_slide {
    padding: 0 20px;
}
.vb_com_lbox_slide_innr {
    border-radius: 6px;
    overflow: hidden;
    background: #0d0d0d;
}
.vb_com_lbox_slide_bg {
    background-color: #fff;
    opacity: 0.4;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    height: calc(100vh - 120px);
    overflow: hidden;
    max-height: calc(100vh - 120px);
}
.slick-slide.slick-current .vb_com_lbox_slide_bg {
    opacity: 1;
    overflow-y: auto;
}
.vb_com_lbox_slide_innr .user-cover {
    display: block;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vb_com_lbox_slide_innr .upop_mid {
    margin-top: -80px;
}
.vb_com_lbox_slide_innr .upop_mid .avatar {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.1);
}
.vb_com_lbox_slide_innr .upop_mid .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.vb_com_lbox_slide_innr .upop_mid .user-name {
    text-align: center;
    padding: 0 15px;
    font-family: "Lato", sans-serif;
}
.vb_com_lbox_slide_innr .upop_mid .user-name a {
    color: #3f3f3f;
    text-decoration: none;
}
.vb_com_lbox_slide_innr .upop_mid .user-button {
    text-align: center;
}
.vb_com_lbox_slide_innr .upop_mid_innr {
    padding: 15px 25px;
}
.vb_com_lbox_slide_innr .upop_mid_innr .user-information {
    padding: 0;
}
.vb_com_lbox_slide_innr .upop_mid_innr .user-information:last-child {
    margin: 0;
}
.vb_com_lbox_slide_innr .upop_mid_innr .vb_vew_apld_blocks {
    margin: 10px -10px;
    padding: 11px;
}
.vb_com_lbox_slide_innr .upop_mid_innr .user-information b {
    margin: 0 0 8px;
    display: block;
}
.vb_com_lbox_slide_innr .upop_mid_innr .user-information li {
    line-height: 26px;
}
.vb_com_lbox_slide_innr .upop_mid_innr .user-information li svg {
    height: 16px;
    width: 16px;
    opacity: 0.7;
    margin: -1px 3px 0 0;
}

/*Fundings*/
.fundings {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
}
.fundings .avatar {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}
.fundings .avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
}
.fundings_desc {
    padding: 15px;
}
.fundings_desc h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    margin: 0 0 12px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}
.fundings_desc h3 a {
    color: #222;
    text-decoration: none;
}
.fundings_footer {
    padding: 15px;
    background: #f8fafb;
}
.fundings_footer p {
    font-weight: 600;
    font-size: 13px;
}
.fundings_footer .btn {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    margin: 8px;
    padding: 6px 16px;
    border: 0;
    display: inline-block;
    font-size: 12px;
    color: black;
    width: calc(50% - 18px);
}
.fundings_footer .btn-success {
    background-color: rgba(82, 191, 86, 0.3);
}
.fundings_footer .btn-danger {
    background-color: rgba(255, 95, 84, 0.3);
}
.fundings_footer .progress,
.fund_raise_bar .progress {
    background-color: #e0e1ea;
    box-shadow: none;
    height: 6px;
    margin-bottom: 5px;
}
.fundings_footer .progress .progress-bar {
    background: linear-gradient(100deg, #49cfce 0%, #5eefcb 100%);
    box-shadow: none;
}
.fundings_desc_meta .postMeta--author-avatar {
    display: inline-block;
    padding-right: 5px;
}
.fundings_desc_meta .postMeta--author-text,
.fundings_desc_meta .postMeta--author-text .middot {
    color: #545454;
}
.fundings_desc_meta .postMeta--author-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    max-width: calc(100% - 40px);
    display: inline-block;
}
.fundings_desc_meta .postMeta--author-text a {
    color: #545454;
    text-decoration: none;
}

/*Show Fundings*/
.vob_main_float_head.show-fnds {
    overflow: hidden;
}
.vob_main_float_head.show-fnds:before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0.13;
    filter: blur(60px);
}
.fund_raise {
    padding: 20px;
    margin-bottom: 20px;
}
.show-fund-info-user {
    display: table;
    margin: 13px auto 6px;
}
.show-fund-info-user .postMeta--author-text a,
.show-fund-info-user .postMeta--author-text .middot,
.fund div.list .item .caption .middot {
    color: #545454;
    text-decoration: none;
}
.fund_main_img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 30px;
    pointer-events: none;
}
.fund_raise_bar.vob_fund_raise_bar {
    margin-top: 30px;
}
.fund_raise_bar .progress {
    height: 10px;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}
.fund_raise_bar .progress .progress-bar {
    background: linear-gradient(-45deg, #db3212 0%, #b81764 100%);
}
.show_fnd_stats {
    font-weight: 500;
    color: #565656;
}
.show_fnd_stats span {
    display: block;
    font-size: 38px;
    font-weight: 400;
    margin-top: 15px;
    color: #444;
}
.fund_raise_bar .show_fnd_stats {
    margin: -2px 0 28px;
}
.fund_raise_btns {
    display: flex;
    margin: 20px 0;
    flex-direction: column;
}
.fund_raise_btns .btn {
    width: 100%;
    letter-spacing: 0.5px;
    border: 0;
    font-size: 15px;
    padding: 0px 16px;
    line-height: 45px;
    margin-top: 20px;
    background-color: #0eb092;
    color: white;
}
.fund_raise_btns .dropdown {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.fund_raise_btns .dropdown > .btn {
    background-color: #4baede;
    color: white;
}
.fund_raise_btns .dropdown > .dropdown-menu {
    transform: scale(1) translateX(-100%);
    margin: 0;
    box-shadow: none;
    background: #4baede;
    top: 20px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    bottom: 0;
    padding: 0;
    align-items: center;
}
.fund_raise_btns .dropdown.open > .dropdown-menu {
    transform: translateX(0) scale(1);
}
.fund_raise_btns .dropdown.open > .dropdown-menu li a {
    color: #fff;
    background: transparent;
}
.fund div.list .item .caption .middot {
    color: #545454;
    text-decoration: none;
}
.vb_page_hdng.pag_neg_padd.vob_fnd_hd {
    margin: -15px -15px 20px;
}
.fund_dnt_hd {
    margin-top: 0;
}
.fund_dnt_hd span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background-color: rgba(76, 175, 80, 0.2);
    color: #4caf50;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.fund_input {
    margin-bottom: 30px;
}
.fund_input .form-control:not(textarea) {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1.5px solid #eaeaea;
    padding: 0px 10px;
    line-height: 50px;
    width: 100%;
    margin: auto;
    max-width: 180px;
    outline: none;
    box-shadow: none;
    height: 50px;
    color: #4caf50;
    font-size: 35px;
    text-align: center;
}
.fund_input input::-webkit-outer-spin-button,
.fund_input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fund_input input[type="number"] {
    -moz-appearance: textfield;
}
.fund_butns {
    text-align: center;
}
.fund_butns .btn {
    border: 0;
    border-radius: 10px;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    font-size: 15px;
    min-width: 150px;
}
.fund-meta-desc {
    font-size: 12px;
    width: auto;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.4);
}
.fundMeta--author-avatar {
    vertical-align: middle;
    padding-right: 10px;
    display: table-cell;
}
.fundMeta--author-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.fundMeta--author-text {
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}
.fundMeta--author-text a {
    font-size: 15px;
    font-weight: 500;
    color: #3f3f3f;
}
.fund-meta-desc time {
    color: #a5a5a5;
    font-size: 13px;
}
.fund div.list .item {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    display: table;
    border-bottom: 1px solid #f0f0f0;
}
.fund div.list .item:last-child {
    border: 0;
    padding-bottom: 0;
}
.fund div.list .item .wrapper img {
    width: 47px;
    height: 47px;
}
.fund div.list .item .caption {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 100%;
}
.fund div.list .item .caption p {
    margin: 0 0 2px;
}
.fund div.list .item .caption a {
    font-size: 17px;
    color: #414141;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}
.fund div.list .item .caption time {
    color: #90949c;
    font-size: 12px;
    font-weight: 400;
}

/*Load More*/
.load-more {
    margin: 8px 0;
}
.load-more .btn {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    border-radius: 2em;
    padding: 0 20px !important;
    position: relative;
    transition: all 0.15s;
}
.load-more .btn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*Donation Posts*/
.vob_dontd_posts {
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    padding: 15px;
    z-index: 1;
    font-family: "Roboto", sans-serif;
}
.vob_dontd_posts_innr {
    display: flex;
    margin-bottom: 15px;
}
.vob_dontd_posts_left {
    padding-right: 15px;
}
.vob_dontd_posts_left h4 {
    margin: 3px 0;
    text-align: initial;
}
.vob_dontd_posts_left h4 a {
    color: #212121;
    text-decoration: none;
}
.vob_dontd_posts_left p {
    text-align: initial;
    color: #ffffff !important;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2em;
    padding: 3px 13px;
    font-size: 13px !important;
}
.vob_dontd_posts_right {
    margin-left: auto;
    display: inline-flex;
}
.vob_dontd_posts_right .btn {
    border: 0;
    color: black;
    background-color: rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 13px;
    margin-top: auto;
    padding: 4px 12px;
}
.vob_dontd_posts .fund_raise_bar .progress {
    height: 7px;
}

/*Weather*/
.vob_weather {
    background-color: #2d3a4f;
    color: #9ca7ba;
    padding: 15px 0;
}
.vob_weather_date {
    font-size: 31px;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
}
.vob_weather_timezone {
    color: #9ca7ba;
    font-size: 25px;
    text-align: center;
}
.vob_weather_icon {
    padding: 25px;
    text-align: center;
    color: #fff;
}
.vob_weather_icon svg {
    width: 70px;
    height: 70px;
}
.vob_weather_current {
    color: #fff;
    font-size: 23px;
    text-align: center;
}
.vob_weather_forecast {
    overflow: hidden;
    padding: 0 3px;
    margin-top: 10px;
}
.vob_weather_forecast .fivedays {
    text-align: center;
    float: left;
    width: 25%;
    padding: 0 5px;
}

/*Mat Modal*/
.vob_pops_head {
    position: relative;
    background: #f5365c;
    color: #fff;
    text-align: center;
    padding: 25px 0 115px;
    border-radius: 3px 3px 0 0;
    margin-bottom: -50px;
}
.vob_pops_head > svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    color: #fff;
}
.vob_pops_head .close {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 0;
    opacity: 0.4;
    text-shadow: none;
    color: white;
}
.vob_pops_head .close:hover {
    opacity: 1;
}
.vob_pops_head h4 {
    margin: 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
}
.vob_pops_head h4 svg {
    width: 27px;
    height: 27px;
    margin: -2px 2px 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 5px;
}
.vob_mat_mdl .modal-content {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
        0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    padding: 24px;
    border-radius: 4px;
    border: 0;
    font-family: "Roboto", sans-serif;
}
.vob_mat_mdl .modal-header {
    border: 0;
    background: transparent !important;
    padding: 0;
    margin: 0 0 20px;
}
.vob_mat_mdl .modal-header .modal-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
.vob_mat_mdl .modal-body {
    padding: 0;
    font-size: 15px;
}
.vob_mat_mdl .modal-footer {
    margin: 0;
    padding: 10px 0 0;
    border: 0;
}
.vob_mat_mdl .modal-footer .btn.main {
    box-shadow: none;
    background: transparent;
}
.vob_mat_mdl .modal-footer .btn.main:before {
    opacity: 0.15;
}

/*Form Fields*/
.vob_form_fields {
    position: relative;
    margin: 15px 0;
}
.vob_form_fields > label {
    font-weight: 500;
    font-size: 14px;
    display: block;
}
.vob_form_fields input,
.vob_form_fields textarea,
.vob_form_fields select,
.vob_form_fields > .bootstrap-select.btn-group > .dropdown-toggle {
    background-color: transparent;
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border-radius: 4px;
    transition: background-color 240ms, box-shadow 240ms;
    color: #393d4a;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 8px;
    width: 100%;
    border: 0;
    outline: 0;
}
.vob_form_fields input,
.vob_form_fields select {
    height: 55px;
    background: #f3f4f6;
    border: 0;
    outline: none;
    box-shadow: none;
    border-radius: 10px !important;
}
.vob_form_fields textarea {
    resize: vertical;
}
.vob_form_fields input:focus,
.vob_form_fields textarea:focus,
.vob_form_fields select:focus,
.vob_form_fields > .bootstrap-select.btn-group > .dropdown-toggle:focus,
.vob_form_fields .bootstrap-tagsinput:focus {
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(58, 151, 212, 0.28) 0px 0px 0px 4px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.vob_form_fields input[disabled] {
    background-color: #f2f2f2;
}
.vob_form_fields > .bootstrap-select.btn-group {
    width: 100% !important;
}
.vob_form_fields > .bootstrap-select.btn-group > .dropdown-toggle {
    height: 44px;
    outline: 0 !important;
    padding-right: 40px;
}
.vob_form_fields .bootstrap-tagsinput {
    border: 0;
    padding: 0 8px;
    background-color: transparent;
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    transition: background-color 240ms, box-shadow 240ms;
}
.vob_form_fields .bootstrap-tagsinput input {
    box-shadow: none;
    width: auto;
}

/*Forum*/
.vob_forum_sections {
    margin-bottom: 30px;
    clear: both;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
    background-color: #ffffff;
}
.vob_forum_sections .f_category {
    font-weight: 500;
    color: #ffffff;
    padding: 9px 16px;
    font-size: 15.5px;
    font-family: "Roboto", sans-serif !important;
    background-color: #607d8b;
}
.vob_forum_sections .f_category b {
    font-weight: normal;
    text-transform: capitalize;
    margin-right: 26px;
}
.vob_forum_sections table {
    margin-bottom: 0;
}
.vob_forum_sections table tr {
    border-top: 1px solid #f3f3f3;
}
.vob_forum_sections table tr:hover {
    background: rgba(0, 0, 0, 0.01);
}
.vob_forum_sections table tr:first-child {
    border: 0;
}
.vob_forum_sections table .topic_icon {
    width: 3% !important;
}
.vob_forum_sections table .forum-meta-d.titles {
    width: 43%;
    word-break: break-word;
}
.vob_forum_sections table .forum-meta-d.posts {
    width: 6%;
    padding-right: 65px !important;
}
.vob_forum_sections table .forum-meta-d.topics {
    width: 6%;
    padding-right: 20px !important;
}
.vob_forum_sections table .forum-meta-d.small {
    width: 16%;
    padding: 10px !important;
}
.vob_forum_sections table .forum-meta-d.small .avatar img {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50%;
}
.vob_forum_sections table .forum-meta-d.small .reply_title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 170px;
}
.vob_forum_sections table .forum-meta-d.small .reply_user {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    vertical-align: bottom;
    color: #0070ca;
}
.vob_forum_sections table .forum-meta-d.small time {
    color: #979797;
    font-size: 12px;
}
.vob_forum_sections table .ftitle,
.sun_ftitle {
    font-weight: 500;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: #515151;
}
.vob_forum_sections table .fdesc {
    color: #919191;
}
.topic_icon svg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 8px;
    margin: 12px 0px 12px 10px;
}
.vob_forum_dis_head {
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}
.vob_forum_dis_head h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}
.vob_forum_dis_head .btn {
    margin: 12px 0 0;
}
.vob_forum_dis_head p {
    color: #7c7c7c;
}
.vob_forum_dis_thead {
    font-size: 15.5px;
    font-family: "Roboto", sans-serif !important;
    background-color: #607d8b;
}
.vob_forum_dis_thead th {
    color: #ffffff !important;
    font-weight: normal;
    text-transform: capitalize;
    padding: 9px !important;
}
.vob_forum_dis_thead th:first-child {
    font-weight: 500;
}
.vob_thread_head {
    background-color: rgb(69, 90, 100);
    color: #dfdfdf;
    padding: 20px 15px;
    margin-top: -5px;
    border-radius: 2px;
}
.vob_thread_head .forum_title {
    margin-top: 0;
    color: white;
    font-size: 23px;
    margin-bottom: 5px;
}
.vob_thread_head .btn-glossy > a {
    color: #fff;
    margin: 8px 0;
}
.vob_thread_main_reply {
    overflow: hidden;
    margin-bottom: 25px;
    border: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0;
    display: flex;
}
.vob_thread_main_reply .t-left_prt {
    float: left;
    width: 180px;
    min-width: 180px;
    background-color: #fafafa;
    border-right: 1px solid #e5e5e5;
    padding: 20px 15px;
    margin-right: 7px;
}
.vob_thread_main_reply .t-left_prt .avatar {
    border-radius: 50%;
    margin-bottom: 7px;
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.vob_thread_main_reply .t-left_prt .user-title-thread {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 16px;
}
.vob_thread_main_reply .t-left_prt p {
    font-size: 12px;
}
.vob_thread_main_reply .t-left_prt p svg {
    width: 13px;
    height: 13px;
    margin-top: -1px;
}
.vob_thread_main_reply .t-right_prt {
    padding: 20px 15px;
    width: 100%;
}
.vob_thread_main_reply .t-right_prt h5.time,
.vob_thread_replies .thread-replies .t-right_prt h5.time {
    margin-top: 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    font-size: 12px;
}
.vob_thread_replies {
    margin: 0 -3px;
}
.vob_thread_replies .thread-replies {
    margin-bottom: 20px;
    border: 0;
    box-shadow: none !important;
    padding: 3px 3px 3px 62px;
    overflow: hidden;
    background: transparent !important;
    display: flex;
}
.vob_thread_replies .thread-replies .t-left_prt {
    min-width: 110px;
    width: 110px;
    float: left;
    margin-right: 10px;
}
.vob_thread_replies .thread-replies .t-left_prt .avatar {
    width: 65px;
    height: 65px;
    position: relative;
    margin-left: auto;
    margin-right: 15px;
}
.vob_thread_replies .thread-replies .t-left_prt .avatar .btn {
    box-shadow: none;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    background-color: #e9e9e9;
}
.vob_thread_replies .thread-replies .t-left_prt .avatar img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.vob_thread_replies .thread-replies .t-right_prt {
    width: 100%;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 5px;
}
.vob_thread_replies .thread-replies .t-right_prt:before {
    content: "";
    display: block;
    position: absolute;
    left: -13px;
    top: 23px;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-left-width: 0;
    border-right-color: #ffffff;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.07));
    cursor: default;
    z-index: 1;
}
.vob_thread_replies .thread-replies .t-right_prt .user-title-thread {
    margin-top: 0;
    margin-bottom: 10px;
}
.vob_thread_replies .thread-replies .t-right_prt .sun_forum_opts {
    margin-top: 2px;
}
.vob_thread_replies .thread-replies .t-right_prt .sun_forum_opts .btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.vob_forum_jump_btn {
    margin-left: auto;
}

/*GO Pro*/
.vob_main_float_head > .container.vb_go_pro {
    padding: 60px 15px;
    position: relative;
}
.vob_main_float_head > .container.vb_go_pro:after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 10px;
    right: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
.vob_main_float_head > .container.vb_go_pro .head_pro {
    margin-bottom: 10px;
}
.vb_go_pro .pro-badge {
    background: #fff;
    color: #ea4c89;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 13px;
    vertical-align: super;
}
.vob_main_float_head > .container.vb_go_pro .main_head_pro {
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
}
.vob_price_plans {
    margin-top: -45px;
    position: relative;
    z-index: 9;
}
.vob_price_plan {
    width: 100%;
    max-width: 920px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin: 30px 0;
}
.vob_price_plan thead th {
    padding: 5px;
    font-size: 17px;
    font-weight: 500;
}
.vob_price_plan thead th span {
    display: block;
    margin: auto;
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
    position: relative;
}
.vob_price_plan thead th svg {
    width: 32px;
    height: 32px;
}
.vob_price_plan thead th span:before {
    content: "";
    position: absolute;
    background-color: currentColor;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    opacity: 0.15;
    pointer-events: none;
}
.vob_price_plan tbody td {
    border-bottom: 1px solid #e9e9e9;
    padding: 17px 15px;
    font-weight: normal;
    color: #727272;
    font-family: "Roboto", sans-serif;
}
.vob_price_plan tbody tr:last-child td {
    border: 0;
}
.vob_price_plan tbody tr:first-child,
.vob_price_plan tbody tr:last-child {
    background: transparent;
}
.vob_price_plan tbody tr td:first-child {
    font-weight: 500;
    color: #494949;
}
.vob_price_plan tbody td button {
    border-radius: 2em;
    color: #fff;
}
.vob_price_plan tbody td button.btn_week {
    background: #4c7737;
}
.vob_price_plan tbody td button.btn_month {
    background: #ff9800;
}
.vob_price_plan tbody td button.btn_year {
    background: #e13c4c;
}
.vob_price_plan tbody td button.btn_life {
    background: #3f4bb8;
}
.vb_pro_features img {
    margin-top: 30px;
    max-height: 80px;
}
.vb_pro_features p {
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 22px;
}

/*Dev Apps*/
.vob_dev_apps {
    font-family: "Roboto", sans-serif;
    padding: 10px;
    margin-bottom: 30px;
}
.vob_dev_apps .ap_hdr {
    overflow: hidden;
}
.vob_dev_apps .ap_hdr .avatar {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 10px;
}
.vob_dev_apps .ap_hdr .avatar img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    object-fit: cover;
}
.vob_dev_apps .ap_name {
    margin: 15px 0 0 70px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vob_dev_apps .ap_name a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
.vob_dev_apps > hr {
    margin: 10px 0 !important;
}
.vob_dev_apps > .btn {
    min-width: 82px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
}

/*My Groups*/
.vob_my_groups {
    padding: 0;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
}
.vob_my_groups .avatar {
    width: 100%;
    padding-top: 90%;
    position: relative;
}
.vob_my_groups .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.vob_my_groups_info {
    padding: 10px;
}
.vob_my_groups_info h3 {
    margin: 0 0 2px;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vob_my_groups_info h3 a {
    text-decoration: none;
    color: #1e1e1e;
}
.vob_my_groups_info p {
    color: #7b7b7b;
}
.vob_my_groups_info .btn {
    line-height: 30px;
    padding: 0 10px !important;
    font-size: 13px;
    width: 100%;
}

/*Oops*/
.oops_empty_state {
    margin: 85px 0;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    color: #6d6d6d;
    text-align: center;
    font-weight: 500;
}
.oops_empty_state svg {
    display: block;
    margin: 0 auto 15px;
    width: 200px;
    height: 200px;
    opacity: 0.7;
}

/*Sidebar Main User*/
.vob_side_loggd_usr {
    margin-bottom: 15px;
    padding: 13px;
    font-family: "Roboto", sans-serif;
}
.vob_side_loggd_usr_cvr {
    margin: -13px -13px 13px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.vob_side_loggd_usr_cvr img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.vob_side_loggd_usr_hdr {
    position: relative;
    margin-bottom: 15px;
}
.vob_side_loggd_usr_hdr .avatar {
    width: 70px;
    height: 70px;
    margin: -50px auto 13px;
}
.vob_side_loggd_usr_hdr .avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.vob_side_loggd_usr_hdr .title {
    text-align: center;
}
.vob_side_loggd_usr_hdr .title a {
    font-weight: 500;
    color: #333333;
    font-size: 17px;
}
.vob_side_loggd_usr_hdr .title p {
    margin: 0;
}
.vob_side_loggd_usr hr {
    margin: 15px 0 !important;
}
.vb_user_side_info {
    padding: 0;
    white-space: nowrap;
    margin: 0;
}
.vb_user_side_info li {
    display: inline-block;
    margin: 0 auto;
    width: 32.13%;
    text-align: center;
    border-right: 1px solid #e9e9e9;
}
.vb_user_side_info li:last-child {
    border-right: 0;
}
.vb_user_side_info .menu_list {
    display: block;
    padding: 7px 5px;
    transition: all 0.15s ease-in-out;
    text-transform: capitalize;
    text-decoration: none;
}
.vb_user_side_info li .split-link {
    display: block;
}
.vb_user_side_info li span b {
    margin: 0;
    font-weight: 500;
}

/*Sidebar Hashtags*/
.sidebar .list-group,
.featured-users {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
}
.vob_htag a {
    text-decoration: none;
}
.vob_htag .htag_top {
    display: block;
    color: #2196f3;
    font-weight: bold;
    line-height: 1;
}
.vob_htag .htag_top svg {
    width: 16px;
    height: 16px;
}
.vob_htag .htag_bottom {
    padding-left: 18px;
    font-size: 12.5px;
    color: #6c6c6c;
}

/*Sidebar Birthdays*/
.vob_side_bdays {
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
}
.vob_side_bdays > p {
    font-size: 13px;
    color: #444;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vob_side_bday_usr {
    position: relative;
    padding-left: 30px;
    display: flex;
    margin-bottom: 13px;
}
.vob_side_bday_usr:last-child {
    margin: 0;
}
.vob_side_bday_usr > svg {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
}
.vob_side_bday_usr > .avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 6px;
}
.vob_side_bday_usr > .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}
.vob_side_bday_usr .user-name {
    margin-top: 4px;
}
.vob_side_bday_usr .user-name a {
    text-decoration: none;
    color: #2f2f2f;
    font-weight: 500;
    text-transform: capitalize;
}

/*User Story*/
.vob_story_mores {
    padding: 3px 15px 1px;
}
.vob_story_mores ul.status-list {
    flex-wrap: wrap;
}
.vob_story_mores ul.status-list li {
    margin-top: 8px;
}
.vob_stroy_media,
.vob_stroy_media img {
    min-height: 230px;
    max-height: 230px;
}
.vob_stroy_media_count {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
}
.vob_stroy_media_count input {
    border: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.7) !important;
    border-radius: 2em;
    height: auto;
    color: white;
    width: auto;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
}

/*Punlisher Box*/
.vob_pub_privacy {
    margin: 3px 0px;
    position: relative;
}
.vob_pub_privacy_dropdown {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    color: #4b4f56;
    border-radius: 2em;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0px 6px 0px 10px;
    line-height: 27px;
    box-shadow: 0 0 0 1px #e4e4e4;
}
.vob_pub_privacy_dropdown > svg {
    width: 15px;
    height: 15px;
    margin-left: 3px;
}
.vob_pub_privacy_dropdown > p {
    margin: 0;
}
.vob_pub_privacy_dropdown > p svg {
    width: 17px;
    height: 17px;
    margin-top: -2px;
}
.vob_pub_privacy_menu {
    padding: 5px 0;
    margin: 0;
    background-color: white;
    position: absolute;
    min-width: 180px;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    transform: scale3d(0.8, 0.8, 1);
    transform-origin: left top;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}
.vob_pub_privacy_menu li label {
    margin: 0;
    display: block;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}
.vob_pub_privacy_menu li label span svg {
    display: none;
}
.vob_pub_privacy_menu li label input[type="radio"]:not(:checked),
.vob_pub_privacy_menu li label input[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.vob_pub_privacy_menu li label input[type="radio"] + span {
    position: relative;
    display: block;
    padding: 7px 25px;
    user-select: none;
    transition: all 0.15s;
}
.vob_pub_privacy_menu li:hover label span {
    background: #eee;
}
.vob_pub_privacy.showMenu .vob_pub_privacy_menu {
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
        transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

/*Post*/
.vob_post_usr_ava {
    position: relative;
    margin-top: -3px;
}
.vob_post_usr_ava_active {
    box-shadow: 0 0 0 2.5px #55acee;
}
.vob_post_usr_ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.vob_post_usr_ava span {
    position: absolute;
    bottom: -4px;
    right: -4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vob_post_usr_ava span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.vob_post_usr_ava span svg {
    margin: 0 !important;
    position: relative;
    z-index: 1;
    width: 20px !important;
    height: 20px !important;
}

/*Left Sidebar Filter*/
.vob_side_post_fltr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vob_side_post_fltr > a {
    flex: auto;
    margin: 0 !important;
}
.order_by ul {
    border-radius: 5px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.23);
    padding: 10px 0;
    min-width: 150px;
}
.order_by ul li a {
    font-family: "Roboto", sans-serif;
    color: #525252 !important;
    font-size: 13px;
    margin: 0 !important;
}

/*Avatar and Cover*/
.vob_cset_cover,
.vob_cset_avtr {
    position: relative;
}
.vob_cset_cover .vob_cset_cover_hdr .btn-file {
    display: flex;
    justify-content: center;
    box-shadow: none;
    background-color: #f3f3f3;
    border-radius: 5px;
    height: 230px;
    overflow: hidden;
    padding: 0;
    align-items: center;
}
.vob_cset_cover .vob_cset_cover_hdr .btn-file img,
.vob_cset_avtr .vob_cset_avtr_hdr .btn-file img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vob_cset_cover .vob_cset_cover_hdr .btn-file svg,
.vob_cset_avtr .vob_cset_avtr_hdr .btn-file svg {
    margin: 0;
    width: 30px;
    height: 30px;
	position:absolute;
}
.vob_cset_cover .avatar-read {
    position: absolute;
    top: 10px;
    left: 10px;
}
.vob_cset_cover .avatar-read p {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    height: 34px;
    padding: 6px 12px;
    border-radius: 4px;
}
.vob_cset_cover .avatar-read p:empty {
    padding: 0;
}
.vob_cset_avtr .vob_cset_avtr_hdr .btn-file {
    display: flex;
    justify-content: center;
    box-shadow: none;
    background-color: #f3f3f3;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    margin: -40px auto 20px;
    padding: 0;
    align-items: center;
}

/*Upgraded*/
.vob_upgrd_ico {
    font-size: 20px;
}
.vob_upgrd_ico svg {
    background: transparent;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    width: 110px;
    height: 110px;
    margin: 0 auto 25px;
}

/*Memories*/
.vob_memories {
    padding: 15px 15px 0.1px;
}
.vob_memories_cover {
    padding: 45px 5px;
    position: relative;
    margin: 0 0 15px;
    font-size: 23px;
    border-radius: 6px;
    padding-left: 230px;
    overflow: hidden;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin-top: 0;
    background: url(../img/friends.svg);
    background-position: 20px center;
    background-color: #f2f1ff;
    background-size: 125px;
    background-repeat: no-repeat;
}
.vob_memories_cover > div {
    position: relative;
    z-index: 1;
}
.vob_memories_friends {
    padding: 0;
}
.vob_memories_friends .vob_memories_cover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.vob_memories_friends .panel {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
}
.vob_memories_friends .vob_side_loggd_usr {
    margin: 0;
}
.vob_memories_friends .vob_side_loggd_usr_cvr {
    margin: -13px 0 0;
    border-radius: 4px;
}
.vob_memories_friends .vob_side_loggd_usr_cvr img {
    height: 160px;
}
.vob_memories_friends .vob_side_loggd_usr_hdr {
    margin: 0;
    padding: 0;
}
.vob_memories_friends .vob_side_loggd_usr_hdr .title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vob_memories_friends .btn-default {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    line-height: 33px;
    padding: 0 10px;
    font-size: 14px;
    min-width: 110px;
    text-align: center;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #6c63ff;
    color: white;
    margin: 15px 0 10px;
}
.vob_memories_friends .btn-default svg {
    display: none;
}
.vob_memories_friends h3 {
    margin: 0;
    font-size: 14px;
    padding: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-left: 75px;
    position: relative;
}
.vob_memories_friends h3 svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.vob_memories:not(.vob_memories_friends) h3 {
    font-weight: 600;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.vob_memories .post .panel {
    box-shadow: none;
}
.vob_memories_posts {
    padding-bottom: 0.1px;
}
.vob_memories_posts .vob_memories_cover {
    background: url(../img/posts.svg);
    background-position: 20px center;
    background-color: #f2f1ff;
    background-size: 125px;
    background-repeat: no-repeat;
}
.vob_memories_posts .post .post-footer.post-comments {
    display: none;
}

/*Live*/
.embed-responsive-1by1 {
    padding-bottom: 100%;
}
.vob_go_live_cont {
    height: calc(100vh - 45px);
    background-image: url(../img/pattern.png);
}
.vob_go_live_cont > .container {
    background: #222;
    height: 100%;
    color: white;
}
.vob_go_live_cont > .container > div {
    height: 100%;
}
.vob_go_live_cont .liv_vid_cont {
    height: 100%;
}
.vob_go_live_cont .empty_state {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 45px);
    color: rgba(255, 255, 255, 0.8);
}
.vob_go_live_cont .empty_state svg {
    opacity: 1;
    background-color: #4a4a4a;
}
.vob_liv_counter {
    z-index: 9;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    min-width: 60px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #03a9f4;
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding: 0 10px;
}
.vob_liv_comments_feed {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    padding: 120px 15px 10px;
}
.vob_go_live_btn,
.vob_end_live_btn {
    width: auto;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    min-width: 105px;
    line-height: 42px;
    height: auto;
    bottom: auto;
    right: 50px;
    left: auto;
    top: 20px;
    transform: none;
    color: #fff;
}
.live_comments {
    padding: 10px 0;
    text-align: initial;
}
.live_comments .live_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin-right: 10px;
}
.live_comments .live_user_h {
    font-size: 14px;
    font-weight: 700;
    display: inline;
    margin-top: 0;
    color: #fff;
}
.live_comments .comment-text,
.live_comments .reply-text {
    color: #eaeaea; /*width: 100%;*/
}
.live_mic_cam_switch {
    position: absolute;
    right: 50px;
    top: 75px;
    height: auto !important;
}
.mic_drop,
.cam_drop {
    margin-top: 10px;
}
.mic_drop > .btn,
.cam_drop > .btn {
    background-color: black;
}
.mic_drop > .btn svg,
.cam_drop > .btn svg {
    margin: 0;
}
.mic_drop a,
.cam_drop a {
    display: block;
    text-decoration: none;
    padding: 5px 12px;
}

/*Setting Stats*/
.vob_sett_stats {
    color: #6abd46;
    padding: 0 10px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.vob_sett_stats svg {
    border-radius: 50%;
    background-color: rgba(106, 189, 70, 0.2);
    padding: 7px;
    width: 30px;
    height: 30px;
}

/*Offers*/
.vob_main_offer_list {
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}
.vob_main_offer_list .vb_jlist_info {
    position: relative;
    background: transparent;
}
.vob_main_offer_list .vb_jlist_info_main {
    position: absolute;
    margin: 0;
    padding: 3px 7px;
    display: inline-block;
    background-color: white;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    left: 15px;
    bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.vob_main_offer_list .vb_jlist_info_head {
    margin: 0;
}
.vob_main_offer_list .vb_jlist_info_head h2 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    max-width: 100%;
}
.vob_main_offer_list .vb_jlist_info_head h2 a {
    color: #393939;
}

@media (min-width: 400px) {
    .payment_box {
        width: 360px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .modal-md {
        width: 500px;
    }
    .vb_page_profile .options-buttons {
        align-items: flex-end;
        flex-direction: column;
    }
    .vb_page_profile .page-info-cont .last_row {
        margin: 10px 0;
    }
    .vb_page_profile .options-buttons a,
    .vb_page_profile .options-buttons button {
        margin: 3px 0;
    }
    .vb_create_job_box_flex .sun_input {
        flex: 1;
    }
}

@media (min-width: 992px) {
    /*Scrollbar*/
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #808080;
    }
    .leftcol {
        width: 18.666667%;
    }
    .middlecol {
        width: 52.333333%;
    }
    .rightcol {
        width: 29%;
    }
    .middlecol.sett_page {
        width: 55.333333%;
    }
    .rightcol.sett_page {
        width: 26%;
    }
    .singlecol {
        width: 81.333333%;
    }
    .singlecol-guest {
        width: 70.933333%;
    }
    #vb_nw_msg_page .msg_under_hood {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #vb_nw_msg_page .msg_under_hood .mobilerightpane {
        position: sticky;
        top: 0;
        z-index: 1020;
        width: 100%;
        -ms-overflow-style: none;
        min-width: 380px;
        max-width: 380px;
    }
    #vb_nw_msg_page .msg_under_hood .mobileleftpane {
        height: calc(100vh - 45px);
    }
    #vb_nw_msg_page .text-sender-container {
        border-left: 1px solid #f4f4f4;
    }
    #vb_nw_msg_page .msg_under_hood .mobilerightpane::-webkit-scrollbar,
    #vb_nw_msg_page .messages-container::-webkit-scrollbar,
    #vb_msg_right_prt .text-sender-container textarea::-webkit-scrollbar {
        height: 12px;
        width: 12px;
    }
    #vb_nw_msg_page .msg_under_hood .mobilerightpane::-webkit-scrollbar-button,
    #vb_nw_msg_page .messages-container::-webkit-scrollbar-button,
    #vb_msg_right_prt
        .text-sender-container
        textarea::-webkit-scrollbar-button {
        height: 0;
        width: 0;
    }
    #vb_nw_msg_page .msg_under_hood .mobilerightpane::-webkit-scrollbar-thumb,
    #vb_nw_msg_page .messages-container::-webkit-scrollbar-thumb,
    #vb_msg_right_prt .text-sender-container textarea::-webkit-scrollbar-thumb {
        background-clip: padding-box;
        background-color: rgba(0, 0, 0, 0.2);
        border: 4px solid transparent;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        min-height: 20px;
        min-width: 20px;
        height: 5px;
        width: 5px;
    }
    header .navbar-default .navbar-nav > .open > a.user-menu-combination {
        background: transparent !important;
    }
}

@media (min-width: 1140px) {
    .online-content-toggler {
        display: block !important;
        max-height: 100%;
    }
    .vb_page_profile .page-info-cont .last_row {
        margin: 29px 0;
    }
    .vb_page_profile .options-buttons {
        flex-direction: row;
    }
    .vb_page_profile .options-buttons a,
    .vb_page_profile .options-buttons button {
        margin: 3px 5px;
    }
    .vb_event_profile .profile-container .card.hovercard .cardheader img,
    .vb_group_profile .profile-container .card.hovercard .cardheader img {
        height: -webkit-fill-available;
    }
}

@media (max-width: 1400px) {
    .vb_com_usr_lbox .slider .slick-prev {
        left: 0;
        right: auto;
    }
    .vb_com_usr_lbox .slider .slick-next {
        right: 0;
        left: auto;
    }
}

@media (max-width: 1300px) {
    .chat-container.full {
        min-height: auto !important;
    }
}

@media (max-width: 1270px) {
    .container,
    .header-fixed1000,
    .header-fixed1200 {
        width: 890px;
    }
    .profile-container .card.hovercard .cardheader,
    .vb_page_profile .profile-container .card.hovercard .cardheader {
        min-height: auto;
    }
    /*.middlecol{width:60%}*/
    .vb_imagecombo_lbox .comment-section {
        width: 350px;
    }
    .vb_imagecombo_lbox .story-img {
        margin-right: 350px;
        width: calc(100% - 350px);
    }
    .vb_imagecombo_lbox.story_lightbox .story_image_owner {
        margin-left: 350px;
    }
}

@media (max-width: 1140px) {
    .navbar-default,
    body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .chat-container {
        height: auto;
        top: auto;
        padding-top: 0;
    }
    .chat-opacity .text-center .empty_state {
        vertical-align: inherit;
        padding-top: 20px;
    }
    .vb_imagecombo_lbox .comment-section {
        width: 320px;
    }
    .vb_imagecombo_lbox .story-img {
        margin-right: 320px;
        width: calc(100% - 320px);
    }
    .vb_image_lightbox .story-img .changer.previous-btn {
        left: -40px;
    }
    .vb_image_lightbox .story-img .changer.next-btn {
        right: -40px;
    }
    .vb_imagecombo_lbox.story_lightbox .story_image_owner {
        margin-left: 320px;
    }
}

@media (max-width: 992px) {
    .main-blog-sidebar {
        margin-top: 40px;
    }
	.text-sender-container{
		width: 100%;
	}
	.messages-container{
		height: calc(100vh - 288px);
	}
	.list-group{
		padding-bottom:125px;
	}
    .vb_image_lightbox .story-img .changer.previous-btn {
        left: -10px;
    }
    .vb_image_lightbox .story-img .changer.next-btn {
        right: -10px;
    }
    .load-more {
        margin-bottom: 35px;
    }
    .vb_market .market_search_header > span .btn {
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.23);
        background-color: #fff;
        color: #000000;
    }
    .user_media_list_section .photo-data,
    .user_media_list_section .video-data {
        flex: 0 0 25%;
        width: 25%;
    }
	.messages-landing-page .mobileleftpane{
		margin-top: -60px;
	}
    .mobileleftpane {
        position: fixed;
        height: 100%;
        z-index: 1;
        padding: 0;
        top: 60px;
        left: 0;
    }
	.text-sender-container .msg_usr_info_top_list .msg_usr_cht_opts_btns > span,
	.text-sender-container .msg_usr_info_top_list .msg_usr_cht_usr_data div#user-name{
		color:#fff !important;
	}
	.tab-content.messages-users-list .center-text{
		color:#666 !important;
	}
	.profile-cover-changer{
		top:15px !important;
		right: 20px !important;
	}
	#vb_msg_right_prt .text-sender-container .sendMessages .send-button{
		width: 40px;
		height: 40px;
		border-radius: 30px !important;
		position: relative;
		line-height: 1;
	}
	#vb_msg_right_prt .text-sender-container .sendMessages .send-button i{
		color:fff;
		font-size:14px;
	}
	.list-group{
		display:inline-block !important;
	}
    .text-sender-container .msg_usr_info_top_list .mobilemsgclose {
        display: block;
    }
    .vb_comthing_usr_innr .avatar {
        padding-top: 110%;
    }
    .ads_col_8 {
        padding: 0 15px;
    }
    .vob_forum_sections table .forum-meta-d.small {
        display: none;
    }
    .vob_thread_head .btn-glossy > a {
        float: none !important;
    }
    .vob_main_float_head > .container.vb_go_pro:after {
        display: none;
    }
}

@media (max-width: 990px) {
    .tab-container,
    .wowonder-well {
        margin-bottom: 20px;
    }
    .hidden-mobile-image,
    .second-footer {
        display: none;
    }
    .middlecol {
        width: 100%;
    }
    .continue-button {
        margin-top: 20px;
    }
    .sidebar-profile-style {
        display: none !important;
    }
    .left-sidebar {
        display: none;
    }
    .dropdown-search-link {
        display: block !important;
    }
    .dropdown-hidden-link {
        display: none !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 10px 1px 20px;
    }
    .header-container .logo img {
        width: 30%;
    }
    .search-container .search-input {
        width: 200px;
    }
    footer .footer-wrapper {
        display: block;
    }
    .footer-wrapper.sidebar {
        display: none;
    }
    .navbar-default .dropdown-menu.ani-acc-menu {
        top: auto;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none;
    }
    .navbar-default .dropdown-menu.ani-acc-menu li a {
        transition: none;
    }
    .navbar-default .open > .dropdown-menu.ani-acc-menu {
        display: block;
        top: auto;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .footer-wrapper-sidebar {
        display: none;
    }
}

@media (max-width: 985px) {
    .container,
    .header-fixed1000,
    .header-fixed1200 {
        width: 800px;
    }
}

@media (max-width: 900px) {
    .lightbox-content.multi {
        width: 100%;
    }
    .vb_image_lightbox .story-img {
        min-width: 100%;
        max-width: 100%;
    }
    .vb_image_lightbox .story-img .changer.previous-btn {
        left: 10px;
        z-index: 1;
    }
    .vb_image_lightbox .story-img .changer.next-btn {
        right: 10px;
        z-index: 1;
    }
}

@media (max-width: 840px) {
    .container,
    .header-fixed1000,
    .header-fixed1200 {
        width: 100%;
    }
	.post-file video{
		height:auto !important;
	}
	.title-bio p.bio{
		height:auto;
	}
	.page-info .title-bio h5.title{
		margin: 40px 0 0 0px !important;
	}
    .messages-container .message-media video {
        width: 100% !important;
    }
    .vb_market .market_categories .product-navigate {
        opacity: 1;
        position: relative;
        top: 5px;
        right: 0;
        transform: none;
        margin-left: auto;
        left: 0;
    }
    .vb_market .market_categories .product-navigate a {
        padding: 1px 6px;
        margin-right: 7px;
    }
    .vb_group_profile .side_panel {
        position: relative;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ececec;
        border-top: 0;
    }
    .container .vb_group_profile .side_panel .box-inner {
        display: none;
    }
    .container .vb_group_profile .side_panel .user-avatar {
        margin-top: 30px;
    }
    .container .vb_group_profile .side_panel .info,
    .vb_group_profile .profile-container .card.hovercard .info .title a {
        color: #4a4a4a;
    }
    .container .vb_group_profile .side_panel .info .title {
        text-shadow: none;
    }
    .vb_group_profile .side_panel .options-buttons {
        margin: 20px 0;
    }
    .vb_group_profile .side_panel .options-buttons a {
        color: #2a2a2a;
        background: rgba(0, 0, 0, 0.23);
    }
    .vob_search_head {
        flex-wrap: wrap;
    }
    .vob_srch_fields:last-child {
        text-align: center;
    }
}

@media (max-width: 800px) {
    .blog-cat-img img,
    .blog-ls-img img {
        margin-bottom: 15px;
    }
    .post-youtube iframe {
        height: 280px;
    }
    .vb_imagecombo_lbox .story-img {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        /*height: calc(100% - 220px);*/
        height: auto;
    }
    .sun_img_innr {
        height: calc(100% - 268px);
    }
    .lightbox-content .story-img img {
        max-height: calc(100vh - 268px);
    }
    .vb_imagecombo_lbox .comment-section {
        width: 100%;
        position: relative;
    }
    .vb_imagecombo_lbox {
        overflow-y: auto;
        height: 100%;
    }
    .vb_imagecombo_lbox
        .lightbox-post-footer.post-comments
        .lighbox.comment-textarea {
        height: 60px;
		padding: 10px 10px 10px 10px;
    }
    .user_media_list_section .photo-data,
    .user_media_list_section .video-data {
        flex: 0 0 33.3333333%;
        width: 33.3333333%;
    }
    .vb_imagecombo_lbox.story_lightbox.mobi_stor_box {
        height: 100%;
        overflow-y: auto;
    }
    .vb_imagecombo_lbox.story_lightbox .story_image_owner {
        margin-left: 0;
        height: calc(100% - 200px);
    }
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}
@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}

@media (max-width: 780px) {
    .nav-names {
        display: none;
    }
}

@media (max-width: 767px) {
    #filter-by-sidebar {
        display: none;
    }
    .filter-by-home {
        display: block;
    }
    #navbar-searchbox,
    .chat-all-container,
    .nav > .navbar-home,
    .navbar-home,
    .problackback {
        display: none;
    }
    .header-container .logo img {
        width: 30%;
    }
    .profile-style,
    .setting-form {
        width: 100%;
    }
    .sidebar-page-data .sidebar-listed-page-name {
        top: 80% !important;
    }
    .sidebar-page-data .sidebar-listed-page-like-btn {
        top: 75% !important;
    }
    .nav-footer-toggle {
        left: 40%;
    }
    #load-more-posts {
        margin-bottom: 20px;
		display:none;
    }
    .cool-style {
        width: 49.3% !important;
        float: none;
    }
    .no-padding-right,
    .no-padding-right-mobile {
        padding-right: 15px !important;
    }
    #sidebar-latest-products .cool-style {
        float: left !important;
    }
    .profile-userpic img {
        width: 70%;
        height: 70%;
    }
    .search-users-result .profile-style {
        width: 100% !important;
        margin-left: -30px !important;
    }
    #local-media video:nth-child(2) {
        width: 200px;
        height: 100px;
    }
    .vb_my_pages .row {
        margin-right: 0;
        margin-left: 0;
    }
    .cool-style-album {
        margin-bottom: 40px;
    }
    .blog-ls-box .article-image {
        max-height: none;
    }
    .vb_pro_features h3 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .modal-dialog {
        max-width: 92%;
        width: 100%;
    }
	div#share_post_modal .modal-dialog{
		width:90%;
	}
    .vb_page_profile .options-buttons {
        margin: 20px 0 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    .vb_page_profile .options-buttons .btn {
        margin-bottom: 8px;
    }
    .vb_user_profile .pic-info-cont {
        position: relative;
        background-color: #fff;
        box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
        margin: 0;
        display: block;
        text-align: center;
        bottom: 0;
    }
    .container .vb_user_profile .pic-info-cont .user-avatar {
        /*margin: -65px auto 0;*/
        display: inline-block;
        /*top: -15px;*/
    }
    .vb_user_profile .pic-info-cont{
        height: auto;
    }
    .profile-container .card.hovercard .user-avatar img {
        box-shadow: 0 1px 2px rgba(68, 68, 68, 0.42);
        border: 3px solid #fff;
    }
    .profile-container .card.hovercard .info .title {
        text-shadow: none;
    }
    .profile-container .card.hovercard .info .title a {
        color: #4a4a4a;
    }
    .container .vb_user_profile .card.hovercard .info .title svg.feather {
        fill: #4a4a4a;
        filter: none;
    }
    .vb_user_profile .card.hovercard .title .badge-link {
        color: #fff !important;
    }
    .vb_user_profile .btn-glossy a,
    .vb_user_profile .btn-glossy button {
        color: #2a2a2a;
    }
    .footer-wrapper .footer-powered {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footer-wrapper .footer-powered .list-inline {
        margin: 10px 0;
        text-align: center;
    }
    .head_name_links {
        vertical-align: middle;
    }
    .create_head_menu:before {
        display: none;
    }
}

@media (max-width: 700px) {
    .blog-h-desc,
    .blog-h-list .avatar {
        display: block;
        width: 100%;
    }
    .blog-h-list .avatar {
        margin: 0;
    }
    .blog-h-list .avatar img {
        width: 100%;
        object-fit: cover;
    }
    .blog-h-desc .postCategory h5 {
        position: absolute;
        top: 30px;
    }
    .vb_send_gift .gift-data {
        flex: 0 0 25%;
        width: 25%;
    }
    .vob_read_blog_row {
        padding: 0;
        margin: 15px -15px 0;
    }
    .vob_read_blog_hdr_img_innr {
        padding: 0 0px 15px;
    }
    .vob_read_blog_hdr_img_innr h2 {
        font-size: 35px;
    }
}

@media (max-width: 665px) {
    .event-info-cont-small {
        position: relative;
        background: transparent;
        padding: 20px 20px 2px;
    }
    .event-info-cont-small .info {
        display: block;
        width: 100%;
        text-align: center;
    }
    .event-info-cont-small .info h3 {
        color: #282828;
    }
    .short_start_dt {
        display: none;
    }
    .vb_event_profile .event-info-cont {
        flex-direction: column;
    }
    .event_cdown {
        margin-bottom: 15px;
    }
    .event_cdown:empty {
        margin: 0;
    }
    .event_cdown li:last-child {
        display: inline-block;
    }
    .vb_page_profile .page-info-cont .first_row {
        align-items: inherit;
    }
    .page_menu_cta {
        display: none;
    }
    .page_info_cta {
        display: block !important;
    }
    .page_info_cta .btn-call-action {
        margin: 0 7px;
        padding: 6px 10px;
    }
    .vb_page_profile .page-info-cont .page_navbar {
        padding: 5px 10px;
    }
    .vb_page_profile .page_navbar ul {
        padding: 0;
        width: 100%;
        float: none !important;
        white-space: nowrap;
        overflow-x: auto;
    }
    .vb_com_lbox_slide {
        padding: 0 10px;
    }
    .vb_vew_apld_head {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .vb_vew_apld_head .avatar {
        margin: 0 auto 20px;
    }
    .vb_vew_apld_head .jinfo {
        text-align: center;
    }
    /*.vb_page_profile .options-buttons .btn svg {display: none;}*/
    .vob_forum_sections table .forum-meta-d.topics,
    .vob_forum_sections table .forum-meta-d.posts,
    .vob_forum_sections .f_category b {
        display: none;
    }
    .vob_thread_main_reply {
        flex-direction: column;
    }
    .vob_thread_main_reply .t-left_prt {
        float: none;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .vob_thread_replies .thread-replies {
        padding: 3px 3px;
    }
    .vob_thread_replies .thread-replies .t-left_prt .avatar .btn {
        display: none;
    }
    .vob_thread_replies .thread-replies .t-left_prt {
        min-width: 80px;
        width: 80px;
    }
    .vob_thread_replies .thread-replies .t-left_prt .avatar {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
	#vb_msg_right_prt .message-option-btns .btn{
		width: 35px;
		height: 35px;
	}
    #postbutton {
        display: none;
    }
    .header-brand img {
        width: 100px;
    }
    .send-comment {
        display: block !important;
    }
    .change-avatar,
    .charsLeft-post,
    .filter-text,
    .like-btn-mobile,
    .options-buttons span[class^="button-text"],
    span[class^="setting-tab-text"] {
        display: none;
    }
    .panel-one-post {
        margin: 0 auto;
        width: 100%;
    }
    .options-buttons {
        right: 10px;
        margin-top: -35px;
    }
    .options-buttons button {
        width: auto;
        margin-left: 5px;
    }
    .post .post-heading .avatar {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    .post .post-heading .meta .title {
        font-size: 13px !important;
        margin-top: 5px !important;
    }
    .post .post-footer .comments-list .comment .avatar {
        width: 38px !important;
        height: 38px !important;
    }
    .post .post-footer .comments-list .comment .comment-heading .user {
        font-size: 13px;
    }
    .post .post-footer .comments-list .reply .avatar {
        width: 30px !important;
        height: 30px !important;
    }
    .post .post-footer .comment-body .comment-text {
        font-size: 12px !important;
    }
    .post .post-comments input {
        padding: 5px 40px 5px 5px;
        height: 30px;
        font-size: 12px;
		display:none;
    }
    .publisher-box .btn-default {
        padding: 4px;
    }
    .publisher-box #publisher-button {
        font-size: 12px;
    }
    .publisher-box .publisher-hidden-option select {
        width: 100%;
    }
    .post-fetched-url .fetched-url-text .description {
        font-size: 12px !important;
    }
    .post-fetched-url .fetched-url-text h4 {
        font-size: 14px !important;
    }
    .nav.navbar-nav.navbar-right {
        font-size: 12px;
    }
    .nav > li.dropdown.open {
        position: static;
    }
    .nav > li.dropdown.open .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .profile-container {
        padding-left: 4px;
        padding-right: 4px;
    }
    .profile-container .card.hovercard .user-avatar {
        width: 115px;
        height: 115px;
    }
    .ad-placement-header-footer iframe,
    .ad-placement-header-footer img,
    .ad-placement-header-footer script {
        width: 100%;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }
    #bar_loading {
        top: 0;
    }
    .btn-file {
        font-size: 13px;
    }
    .header-container .logo img {
        width: 100%;
        margin: 0;
    }
    #local-media video:nth-child(2) {
        width: 100px;
        height: 150px;
    }
    #remote-media video:nth-child(2) {
        width: 95px;
    }
    .center-container *:not(i) {
        font-size: 18px;
        max-width: 100%;
        min-width: 80%;
    }
    .dropdown-menu > li {
        display: block;
    }
    .wowonder-well .profile-style {
        width: 100%;
    }
    .admin-panel-well .admin-static {
        width: 100% !important;
    }
    .vb_setting_sidebar {
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        text-align: center;
    }
	form.create-group-form .text-center button, 
	form.create-group-form .text-center a{
		margin-bottom:250px !important;
	}
	form.create-group-form .text-center a{
		margin-top:0 !important;
	}
	.setting-profile-form .text-center button.btn.btn-vb.btn-primary-vb.add_vob_loader,
	button#update_user_data {
		margin-bottom: 100px !important;
	}
    .vb_setting_sidebar ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .vb_setting_sidebar ul .list-group-item {
        display: inline-block;
        margin-right: -4px;
    }
    .vb_setting_sidebar ul .list-group-item a {
        padding: 13px 18px;
    }
    .vb_settings_page {
        padding: 15px;
        margin-top: 70px;
    }
    .vb_settings_page .last-sett-btn {
        margin-right: -15px;
    }
    .vb_settings_page .setting-panel-mdbtn {
        margin: 2px 7px;
    }
    .modal-body .vb_settings_page,
    .vb_about_page_margin .vb_settings_page {
        margin-top: 0;
    }
    .navbar-default .dropdown-menu.ani-acc-menu {
        overflow: hidden;
        overflow-y: auto;
        max-height: 400px;
    }
    .blog-h-desc .postCategory h5 {
        position: absolute;
        top: 30px;
    }
    .vb_send_gift .gift-data {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
    }
    .vob_mini_wallets {
        flex-direction: column;
    }
    .vob_mini_wallets_btns {
        margin: 15px auto 0;
    }
    .vob_read_blog_hdr_img img {
        height: 450px;
    }
    .vob_read_blog_hdr_img_innr .read-blog-info-user .views,
    .vob_read_blog_hdr_img_innr .read-blog-info-user .middot {
        display: none;
    }
    .vob_grpage_setts .vob_sett_content {
        padding: 70px 10px 10px;
    }
    .vob_grpage_setts .setting-well .profile-style {
        width: 100%;
    }
    #vb_msg_right_prt .text-sender-container .sendMessages .input-group {
        /* padding: 0px 5px; */
    }
    #vb_msg_right_prt
        .text-sender-container
        .sendMessages
        .input-group
        .input-group-btn {
        margin-left: 5px;
    }
    #vb_msg_right_prt .msg_write_combo .message-option-btns {
        margin: 0 !important;
    }
	/*.message-user-image{
		margin-top: 20px;
	}*/
	.chat-message-typer{
		margin-bottom: 66px;
	}
	.text-sender-container .msg_usr_info_top_list .mobilemsgclose{
		margin:0px 15px 0 -5px !important;
	}
    .text-sender-container .msg_usr_info_top_list .msg_usr_cht_usr_data a {
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .text-sender-container
        .msg_usr_info_top_list
        .msg_usr_cht_opts_btns
        > span {
        margin-right: 4px;
    }
    #vb_msg_right_prt .message-option-btns .btn {
        width: 30px !important;
		height: 30px !important;
		line-height: 2.3 !important;
    }
}

@media (max-width: 570px) {
    .hero-overlay {
        padding-top: 40px;
    }
    .vb_page_profile .page-info-cont .user-avatar,
    .vb_page_profile .page-info-cont .user-avatar img {
        width: 80px;
        height: 80px;
    }
    .vb_loading_post_child {
        transform: scale(0.9);
        height: 320px;
        margin: 0 -25px;
    }
    .vb_post_fetch_event .post-fetched-url-con .description p {
        font-size: 14px;
    }
    .vob_ads_lists {
        overflow-x: auto;
    }
    .vob_ads_lists > li {
        min-width: 570px;
    }
    .user-status-home ul.status-list {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
    .user-status-home ul.status-list li {
        width: 130px;
    }
    .user-status-home ul.status-list li a {
        white-space: normal;
    }
}

@media (max-width: 530px) {
    .vb_adaptive_media_5 {
        height: 446px;
    }
    .vb_adaptive_media_5 .album-image:first-child {
        height: 221px;
    }
    .vb_adaptive_media_5 .album-image:nth-child(2) {
        height: 222px;
        top: 225px;
    }
    .vb_adaptive_media_5 .album-image:nth-child(3) {
        height: 147px;
    }
    .vb_adaptive_media_5 .album-image:nth-child(4) {
        height: 145px;
        top: 150px;
    }
    .vb_adaptive_media_5 .album-image:last-child {
        height: 147px;
        top: 299px;
    }
    .vb_adaptive_media_5 .album-image img {
        width: 100%;
        height: 100%;
    }
    .user_media_list_section .photo-data,
    .user_media_list_section .video-data {
        flex: 0 0 50%;
        width: 50%;
    }
}

@media (max-width: 520px) {
    .navbar-default li.dropdown.notification-container {
        margin-right: 3px;
    }
    .messages-container {
        padding: 30px 10px 0;
    }
    .text-sender-container .msg_usr_info_top_list {
        padding: 8px 20px;
        height: 60px;
    }
    .vb_jlist_headimg,
    .vb_view_post_jcover {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .read-blog-container .read-blog h1 {
        font-size: 30px;
    }
    .read-blog-container .read-blog .read-blog-desc {
        font-size: 16px;
    }
    .read-blog-container .read-blog .blog-share-buttons ul li.bold {
        display: block;
    }
    .read-blog .blog-author-info .media-body .user-follow-button,
    .vb_blogcomm_combo img {
        display: none;
    }
    .read-blog .blog-author-info .media-body h4 {
        padding-right: 0;
    }
    .vb_my_pages .boosted_pages {
        text-align: center;
    }
    .vb_my_pages .boosted_pages .col-xs-2,
    .vb_my_pages .boosted_pages .col-xs-8 {
        width: 100%;
    }
    .vb_my_pages .boosted_pages .col-xs-2.no-padding-left {
        padding-left: 10px !important;
    }
    .vb_loading_post_child {
        transform: scale(0.8);
        margin: -15px -45px;
    }
    .vb_post_fetch_event .post-fetched-url-con .description p {
        font-size: 3vw;
    }
    .publisher-box textarea.postText {
        padding: 10px 20px 0;
    }
    .profile-container .card.hovercard .user-avatar {
        width: 95px;
        height: 95px;
    }
    #vb_post_stat_button .stat-item {
        font-size: 12px;
        font-weight: 400;
        background: #fff !important;
        user-select: none;
    }
    #vb_post_stat_button .stat-item svg {
        /*width:16px;height:16px*/
    }
    #vb_post_stat_button .show_post_comm_mobi,
    #vb_post_stat_button .stat-item .like-btn-mobile {
        display: inline;
    }
    #vb_post_stat_button .hide_post_comm_mobi {
        display: none;
    }
    .show_post_comm_mobi {
        display: block;
    }
    .api_posts #vb_post_stat_button .stat-item {
        font-weight: 700;
    }
    .earn_points .ep_illus {
        flex-direction: column;
    }
    .post .post-footer .comments-list .comment .comment-body .reactions-box {
        left: -50px;
    }
    .post .post-footer .comments-list .reply .comment-body .reactions-box {
        left: -100px;
    }
    .reaction {
        overflow: hidden;
    }
    .select_radio_btn label {
        width: 100%;
        padding: 0 7px;
        margin-bottom: 14px;
    }
    .vob_thread_replies .thread-replies .t-left_prt .avatar {
        width: 45px;
        height: 45px;
    }
    .vob_thread_replies .thread-replies .t-left_prt .avatar img {
        width: 45px;
        height: 45px;
        margin-top: 12px;
    }
    .vob_thread_replies .thread-replies .t-left_prt {
        min-width: 55px;
        width: 55px;
    }
    .header-brand {
        display: none;
    }
    .header-fixed1000 > .container-fluid {
        padding: 0 2px;
    }
    .vob_hdr_innr_left .nav {
        margin: 0 !important;
    }
    .vob_hdr_innr_left {
        min-width: 100px;
        justify-content: space-around;
    }
    #head_menu_rght {
        float: none !important;
        justify-content: space-around;
        margin: 0 -10px;
        flex: 1;
        display: flex;
    }
    .user-status-home ul.status-list li {
        width: 110px;
    }
    .vb_main_jobs {
        flex-direction: column;
    }
    .vb_main_jobs .vb_jobs_search {
        margin: 15px 0 0;
    }
}

@media (max-width: 420px) {
    .owl-item .format-standard {
        height: 320px;
    }
    .vb_pro_features h2 {
        margin-top: 23px;
        margin-bottom: 40px;
        font-size: 27px;
    }
    .navbar-nav > li > a,
    #head_menu_rght .user-menu-combination {
        padding: 10px 8px;
    }
    .col-proxs-12 {
        width: 100%;
    }
    .vb_loading_post_child {
        transform: scale(0.7);
        margin: -35px -75px;
    }
    .vb_adaptive_media_5 {
        height: 366px;
    }
    .vb_adaptive_media_5 .album-image:first-child {
        height: 181px;
    }
    .vb_adaptive_media_5 .album-image:nth-child(2) {
        height: 182px;
        top: 185px;
    }
    .vb_adaptive_media_5 .album-image:nth-child(3) {
        height: 119px;
    }
    .vb_adaptive_media_5 .album-image:nth-child(4) {
        height: 120px;
        top: 123px;
    }
    .vb_adaptive_media_5 .album-image:last-child {
        height: 120px;
        top: 247px;
    }
    #vb_post_stat_button {
        margin: 1px -15px 0;
        width: calc(100% + 30px);
    }
    .vb_emoji_post {
        width: 100%;
    }
    .vb_emoji_tab span {
        width: 15.6%;
    }
    .vb_emoji_msg {
        position: fixed;
        bottom: 70px !important;
    }
    .publisher-box .add-emoticons .vb_emoji_post {
        min-width: calc(100vw - 65px);
    }
    .vb_send_gift .gift-data {
        flex: 0 0 50%;
        width: 50%;
    }
    #vb_nw_msg_page .messages-container .message-media img {
        max-height: 140px;
    }
    #head_menu_rght .sixteen-font-size {
        padding: 12px 7px;
    }
}

@media (max-width: 360px) {
    .nav.navbar-nav.navbar-right > li > a {
        padding: 10px 5px;
    }
    .vb_loading_post_child {
        transform: scale(0.6);
        margin: -55px -100px;
    }
}

@media (max-width: 345px) {
    /*.nav.navbar-nav.navbar-right{width:100%;text-align:center}*/
    .nav.navbar-nav.navbar-right > li:first-child {
        display: inline-block;
    }
    #vb_nw_msg_page .messages-container .message-media img {
        max-height: 110px;
    }
    .reactions-box {
        width: 148px;
        top: -100px;
    }
    .post .post-footer .comments-list .comment .comment-body .reactions-box {
        top: -100px;
    }
    .post .post-footer .comments-list .reply .comment-body .reactions-box {
        left: -30px;
    }
}

@media (max-width: 320px) {
    .publisher-box .btn-default {
        padding: 5px 0;
    }
    .publisher-box #publisher-button {
        font-size: 15px;
    }
    .publisher-box .publisher-hidden-option select {
        font-size: 11px;
        height: 30px;
        margin-right: 0;
        padding: 0 2px;
    }
    .dropdown {
        padding-left: 10px;
    }
    .navbar-nav > li > a {
        line-height: 24px !important;
        padding: 10px 5px;
    }
    .vb_loading_post_child {
        transform: scale(0.5);
        margin: -75px -130px;
    }
    .vb_send_gift .gift-data,
    .user_media_list_section .photo-data,
    .user_media_list_section .video-data {
        flex: 0 0 100%;
        width: 100%;
    }
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.group_chat_avatar__ {
    width: 100%;
    max-height: 137px;
    overflow: hidden;
    margin: 0 0 20px;
}
.group_chat_avatar__ img {
    max-width: 100%;
    max-height: 100%;
}
.image_blur {
    filter: blur(10px);
}
.image_blur_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.blur_multi_images {
    position: absolute;
    z-index: 2;
    height: 100%;
}
.verify_color {
    color: #2b982b;
}
.unverify_color {
    color: #fb483a;
}

.bs-callout {
    padding: 5px 10px;
    margin: 0 0 10px;
    border: 1px solid;
    border-radius: 5px;
}
.bs-callout .post-heading .title .main-color {
    color: #565656 !important;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-color: #e2e2e2;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.pro_packages_icon {
    display: block !important;
    margin: auto !important;
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 13px !important;
}
.pro_packages_icon_inline {
    margin: auto;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}
#user-last-seen .online-text {
    color: #fff !important;
}
.fluid_video_wrapper.fluid_player_layout_default:-ms-fullscreen video {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}
.fluid_video_wrapper.fluid_player_layout_default:-ms-fullscreen {
    top: 0;
    left: 0;
}
.gender_icon {
    display: block !important;
    margin: auto !important;
    width: 20px !important;
    height: 20px !important;
}
.reaction img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vid_analts_stat {
    display: flex;
    align-items: center;
    padding: 17px 17px 15px;
    border-radius: 7px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.vid_analts_stat > svg {
    margin-right: 17px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}
.vid_analts_stat h2 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.011em;
    margin-top: 0;
    margin-bottom: 3px;
}
.vid_analts_stat p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.live_link_style {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 10;
}
.end_video_text {
    margin-bottom: 150px;
    color: #c6c6c6;
}
.background_image_product {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.messages-recipients-list:hover,
.messages-recipients-list.active{
	background-color: #feebee;
}
.text-sender-container .msg_usr_info_top_list .msg_usr_cht_usr_data .msg_usr_lst_sen_main{
    font-size: 16px;
    color:inherit;
    opacity: 0.6;
}
.text-sender-container .message-model .message,
.text-sender-container .outgoing .message-model .message p, .text-sender-container .outgoing .message-model .message a{
	background-color:#feebee !important;
}
.messages-wrapper.messages-text.message-model.pull-left .message{
	background-color: #f1f3f4 !important;
}
button#delete-all-post{
	background-color:#f5365c !important;
	color:#fff;
}
button#delete-all-post:hover{
	color:#fff !important;
}
.text-sender-container .msg_usr_info_top_list .msg_usr_cht_usr_data div#user-name{
	font-size: 24px;
    transition: all 0.3s;
    font-weight: bold;
    color: #fff;
}
.option.record-comment-audio i{
	display:block;
}
.feed-comment-options .option i {
    font-size: 16px;
    line-height: 2.5;
}
.feed-comment-options{
	margin-top:5px;
}
.feed-comment-options #charsLeft_51{
	font-size: 14px;
    margin-right: 10px;
	opacity:0.9;
}
ul.list-group.trending li.sidebar-title-back{
	font-size: 20px;
    padding-bottom: 20px;
}
.vb-groups-list .group-item .group-info span{
	opacity: 1 !important;
    font-weight: 600;
    color: #000 !important;
    float: left;
}
.vb-groups-list.trending {
    margin-bottom: 40px;
}
.vob_pub_privacy_menu li:hover label span{
	background:#f5365c !important;
	color:#fff;
}
.page-info .title-bio h5.title{
	font-size:20px;
	text-transform:capitalize;
	font-weight:bold;
}
.page-info .title-bio h5.title a{
	color:#000
}
.content-wrapper .vb_page_hdng .vb_page_hdng_innr a{
	color:#fff;
}
/*** Hover ***/
button.btn.btn-vb.btn-primary-vb.add_vob_loader:hover,
.load-more .btn:hover,
.nearby_user_wrapper .user-follow-button span button:hover{
	background: #f5365c;
    color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important;
    transition: all 0.3s ease-in-out;
}
.title-bio p.bio,
.title-bio .user-location{
	font-size:15px;
	text-transform:capitalize;
}
/*.vb_user_profile .btn-glossy > button {*/
    /*color: inherit !important;*/
/*}*/
.vb-groups.user-data .vb-groups-list .group-item span button{
	text-transform: uppercase;
    border-radius: 15px !important;
    padding: 10px 20px !important;
	background: #f5365c !important;
    background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%) !important;
    background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%) !important;
    background: linear-gradient(to right, #f5365c 0%,#f56036 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ) !important;
}
.vb-groups.user-data .vb-groups-list .group-item button span.button-text{
	font-size: 14px;
    font-weight: bold;
}
.vb-groups-list .group-item .group-info span{
	margin-right: 10px;
    font-size: 1.6rem;
    /*opacity: 0.5 !important;*/
}
.ui-datepicker .ui-datepicker-header,
.vb_follow_btn{
	background: #f5365c !important;
    background: -moz-linear-gradient(left, #f5365c 0%, #f56036 100%) !important;
    background: -webkit-linear-gradient(left, #f5365c 0%,#f56036 100%) !important;
    background: linear-gradient(to right, #f5365c 0%,#f56036 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ) !important;
}
.options-buttons {
    margin-top: -130px !important;
}
.setting-general-form .text-center button.btn.btn-vb.btn-primary-vb.add_vob_loader,
.setting-profile-form .text-center button.btn.btn-vb.btn-primary-vb.add_vob_loader{
	text-transform: uppercase;
    border-radius: 15px !important;
    padding: 10px 20px !important;
	font-size: 14px;
    font-weight: bold;
}
form.setting-general-form,
form.setting-profile-form {
    margin-bottom: 50px;
}
#vb_main_sett_mid .setting-well .empty_state{
	color:#000 !important;
}
#ui-datepicker-div {
    width: 250px !important;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span{
	top:30% !important;
	color:#fff !important;
}
.dropup .dropdown-toggle::after{
    display: none;
}
#register .errors{
	margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.chat-messages-wrapper .outgoing .message-text {
    background-color: #f5365c !important;
    background: #f5365c !important;
}
.vob_sett_content .text-center > .btn-mat{
	color:#fff;
}
.vob_sett_content .text-center > .btn-mat,
#contnet .vb_setting_sidebar ul .list-group-item{
	background: #f5365c; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5365c 0%, #f56036 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f5365c 0%,#f56036 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f5365c 0%,#f56036 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5365c', endColorstr='#f56036',GradientType=1 ); /* IE6-9 */
}

/*** Responsive Query ***/
@media (max-width: 767px) {
	.feed-comment-options span:first-child{
		display:none !important;
	}
}
.search-filter-center-text.empty_state {
    color: #fff;
}
.comment-reply .vb_commreply_combo .feed-comment-options{
	margin-top: 2px;
}
.comment-reply .vb_commreply_combo .feed-comment-options button.btn.btn-file.option,
.comment-reply .vb_commreply_combo .feed-comment-options span.btn.btn-file.btn-upload-comment.option{
	margin-top: -5px;
}
.comment-reply .vb_commreply_combo .feed-comment-options button.btn.btn-file.option i,
.comment-reply .vb_commreply_combo .feed-comment-options span.btn.btn-file.btn-upload-comment.option i{
	line-height: 1;
}
.errors .error-msg {
    box-shadow: 0px 2px 14px 2px #dc3545;
	-webkit-box-shadow: 0px 2px 14px 2px #dc3545;
    padding: .3rem;
    color: #231f20;
    width: 70%;
    margin: 20px auto;
    border-radius: 10px;
}
.errors .error-msg i{
	color:#dc3545;
}
.errors .success-msg{
	box-shadow: 0px 2px 14px 2px #198754;
	-webkit-box-shadow: 0px 2px 14px 2px #198754;
    padding: .3rem;
    color: #231f20;
    width: 70%;
    margin: 20px auto;
    border-radius: 10px;
}
.errors .success-msg i{
	color:#198754;
}
span.pass-strength .success-str {
    color: #198754;
    font-size: 10px;
}
span.pass-strength{
    font-size:10px;
}
span.pass-strength .error-str {
    color: #dc3545;
}
.vb-create-post #loading_indicator{
	right: 15px;
    top: 25px;
    color: #fff;
    font-size: 20px;
}
form#publisher-box-focus .extracted_url{
	background-color:#fff;
}
.remove-fetched-url{
	color: #f5365c !important;
}
#vb_msg_right_prt .message-option-btns .btn:hover i{
	/*-webkit-text-fill-color: #fff !important;*/
}
.emo-message-container.dropdown-menu.mobileemojisnd.dropdown-menu-right{
	left:-210% !important;
}
#vb_msg_right_prt .msg_write_combo .message-option-btns .dropup.open .emo-message-container.dropdown-menu.mobileemojisnd.dropdown-menu-right span i{
	background: #ff;
}
.message-user-image{	
	position: absolute;
	left: 0;
	border-radius: 0px 0px 10px 0px !important;
	overflow: hidden;
	width: 25px;
	height: 25px;
	top: 0;
}
.incoming #vb_msg_right_prt .message p{
	margin: 0 0 12px 23px !important;
}
ul.list-group.text-sender-container .messagejoint .message-user-image.pull-left{
	margin-top:20px;
}
.messages-wrapper.messages-text.message-model.pull-left .message-user-image.pull-left{
	margin-top:0;
}
li.footer-right-profile-avatar img {
    width: 35px;
    border-radius: 50%;
    height: 35px;
}
