body {
    background: #f7f7f7;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
}

.container {
    max-width: 970px;
}

.container-profile, .user-profile-page-content .private-profile, .user-profile-page-content .profile-blocked, .container-explore {
    max-width: 1000px;
}

main.container-profile-main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
}

.btn-follow {
    border: 1px solid #1da1f2;
    background-color: #2196F3;
    color: white;
    margin-top: 3px;
    padding: 3px 25px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 350;
    font-family: "Helvetica","Lato",sans-serif;
    transition: color .15s ease-in-out;
    outline: 0 !important;
}
.btn-follow:hover, .btn-follow:active, .btn-follow:focus {
    background-color: #2196F3;
}

.btn-info {
    border: 1px solid #1da1f2;
    background-color: #2196F3;
    color: white;
    margin-top: 3px;
    padding: 3px 25px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Helvetica","Lato",sans-serif;
    transition: color .15s ease-in-out;
    outline: 0;
}
.btn-info:focus, .btn-info:hover, .btn-info:active {
    background-color: #2196F3;
    outline: 0;
}

/*Progress Bar*/
.loadding-pgbar {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 3px;
    width: 100%;
    z-index: 1000;
    background: -webkit-linear-gradient(160deg, #0f4a23 0%, #de005e 25%, #f66e48 50%, #c6232a 75%, #d43237 100%);
}
.loadding-pgbar .bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    z-index: 2;
}

/*Header Navbar*/
.navbar-fixed-top {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 45px;
    margin-bottom: 50px;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
}
.navbar-fixed-top #navbar-collapse {
    position: relative;
    height: 50px;
}
.navbar-fixed-top #navbar-collapse .pp_front_menu.last_menu{
    margin-right: 25px;
}
.navbar-fixed-top #navbar-collapse .pp_front_menu.active a, .navbar-fixed-top #second_header .pp_front_menu.active a{
    background: transparent;
    box-shadow: inset 0 -2.5px #4CAF50;
}
.navbar-fixed-top #navbar-collapse .pp_front_menu.last_menu.active a, .navbar-fixed-top #second_header .pp_front_menu.last_menu.active a{
    box-shadow: inset 0 -2.5px #9c27b0;
}
.navbar-fixed-top #navbar-collapse .pp_front_menu a{
    padding: 14.152px 15px;
    height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 23px;
}
.navbar-fixed-top #navbar-collapse .pp_front_menu a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #929292;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform .2s ease;
}
.navbar-fixed-top #navbar-collapse .pp_front_menu a:hover:after {
    transform: scaleX(1);
}
.navbar-fixed-top #navbar-collapse .pp_front_menu.active a:hover:after {
    transform: scaleX(0);
}
.navbar-fixed-top #navbar-collapse .pp_front_menu a svg.feather{
    margin-top: 0px;
    width: 22px;
    height: 22px;
    vertical-align: top;
}
.navbar-fixed-top #navbar-collapse form.navbar-search {
    position: relative;
    padding: 10px 0px;
    min-width: 250px;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .input input {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 1em;
    justify-content: center;
    border: solid 1px #dbdbdb;
    color: #14171a;
    display: block;
    font-size: 12px;
    height: 30px;
    padding: 4px 32px 5px 30px;
    transition: all .15s ease-in-out;
    width: 100%;
    box-shadow: none;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .input input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.navbar-fixed-top #navbar-collapse form.navbar-search .input svg.feather {
    position: absolute;
    left: 8px;
    top: 16px;
    pointer-events: none;
    color: #7e7e7e;
    width: 17px;
    height: 17px;
    margin: 0;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .input #pp_loader {
    position: absolute;
    right: 5px;
    top: 6px;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result {
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 6px 0px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result:empty {
    display: none !important;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    transition: all .1s ease;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item:last-child a{
    border-bottom: none;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .avatar, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .hashtag {
    width: 32px;
    height: 32px;
    overflow: hidden;
    float: left;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .avatar.hashtag, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .hashtag.hashtag {
    text-align: center;
    background: linear-gradient(#f7f7f7,#e9e9e9);
    border-radius: 50%;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .avatar.hashtag svg.feather, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .hashtag.hashtag svg.feather {
    margin: 6px 0px;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item a {
    text-decoration: none;
    padding: 10px 0;
    line-height: 0;
    border-bottom: 1px solid #e6ecf0;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .user-info, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .tag-info {
    margin-left: 40px;
    color: #262626;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .user-info h5, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .tag-info h5 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .user-info span, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result .search-result--item .tag-info span {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #999;
}
.navbar-fixed-top .navbar-left {
    display: inline-block;
    float: left;
    margin: 0;
}
.navbar-fixed-top .navbar-left li, .navbar-fixed-top .navbar-right li {
    margin-right: 5px;
}
.navbar-fixed-top .navbar-left li.logo {
    margin-right: 30px;
    height: 50px;
    display: flex;
    align-items: center;
}
.navbar-fixed-top .navbar-left li.logo a {
    padding: 10px 0;
}
.navbar-fixed-top .navbar-left li a {
    color: #66757f;
    padding: 13px 15px;
    font-weight: 600;
    font-family: "Helvetica","Lato",sans-serif;
    font-size: 13px;
}
.navbar-fixed-top .navbar-right {
    margin: 0;
    float: right;
}
.navbar-fixed-top .navbar-right li.active a, .navbar-fixed-top #second_header ul li.msgz.active a {
    background: none !important;
    box-shadow: inset 0 -2.5px #E91E63;
    color: #E91E63;
}
.navbar-fixed-top .navbar-right li:last-child.active a, .navbar-fixed-top #second_header ul li:last-child.active a {
    background: none !important;
    box-shadow: inset 0 -2.5px #9e9e9e;
    color: #9e9e9e;
}
.navbar-fixed-top .navbar-right li a, .navbar-fixed-top .navbar-right li div.notifications-list {
    color: #66757f;
    padding: 13px;/* cursor:pointer */
}
.navbar-fixed-top .navbar-right li div.notifications-list:hover{
    color: #333333;
}
.navbar-fixed-top .navbar-right li a svg.feather, .navbar-fixed-top .navbar-right li div.notifications-list svg.feather {
    margin: 1.4px 0;
    width: 21px;
    height: 21px;
    transition: all 0.13s ease;
}
.navbar-fixed-top .navbar-right li #get-notifications, .navbar-fixed-top .navbar-right li a._messages {
    position: relative;
}
.navbar-fixed-top .navbar-right li #get-notifications small, .navbar-fixed-top .navbar-right li a._messages #new__messages {
    position: absolute;
    top: 6px;
    right: 7px;
    background: #c60d00;
    width: 14px;
    height: 14px;
    padding: 0px;
    font-size: 9px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 15px;
    transition: all 0.13s linear;
}
.navbar-fixed-top .navbar-right li #get-notifications small:empty, .navbar-fixed-top .navbar-right li a._messages #new__messages:empty {
    display: none;
}
.navbar-fixed-top .navbar-right li #get-notifications:hover small, .navbar-fixed-top .navbar-right li a._messages:hover #new__messages{
    top: 4px;
}
.navbar-fixed-top .navbar-right li div.notifications-list.open{
    box-shadow: inset 0 -2.5px #4a4a4a;
}
.navbar-fixed-top .navbar-right li div.notifications-list.open > span > svg.feather{
    color: #4a4a4a;
    fill: #4a4a4a;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu {
    width: auto;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    top: 47px;
    cursor: auto;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu div.header {
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #262626;
    padding: 8px 15px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 500;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu div.header a {
    float: right;
    padding: 0px;
    margin: 0px;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu div.header a svg.feather {
    color: #7c7c7c;
    width: 15px;
    height: 15px;
    margin-top: 0;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    min-width: 350px;
    max-width: 500px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    display: block;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li a {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    text-decoration: none;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li a:hover{
    background-color: rgba(0, 0, 0, 0.02);
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li .notifications-list-item {
    display: flex;
    padding: 11px;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li .notifications-list-item .notifier__avatar {
    width: 35px;
    height: 35px;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li .notifications-list-item .notif__body {
    margin-left: 13px;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li .notifications-list-item .notif__body .notif__text strong {
    color: #262626;
    font-weight: 600;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li .notifications-list-item .notif__body .notif__text span {
    color: #262626;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li .notifications-list-item .notif__body time {
    font-weight: 300;
    font-size: 13px;
    color: #999;
    display: block;
    width: 100%;
    font-family: "Lato", sans-serif;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li .notifications-list-item .notif__body time svg.feather {
    margin: -3px 0 0;
    width: 13px;
    height: 13px;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications {
    width: 100%;
    overflow-y: hidden;
    padding: 45px 0px;
    text-align: center;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications div{
    margin: 0 !important;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications div span {
    width: 100%;
    display: block;
    color: #595959;
    font-weight: 500;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.preloader {
    min-width: 350px;
    max-width: 500px;
    max-height: 500px;
    text-align: center;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.preloader #pp_loader {
    display:block;
    float:none;
    padding: 120.3px 15px;
}
.navbar-fixed-top .navbar-right li div.notifications-list div.preloader #pp_loader .speeding_wheel{
    width: 38px;
    height: 38px;
    border-width: 3px;
}
.navbar-fixed-top #second_header {
    position: relative;
    height: 40px;
    display:none;
}
.navbar-fixed-top #second_header ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.navbar-fixed-top #second_header ul li{
    float: left;
    flex: 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-fixed-top #second_header ul li:last-child a img{
    margin-top: -5px;
}
.navbar-fixed-top #second_header ul li a{
    width: 100%;
    text-align: center;
    flex: 1 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-fixed-top #second_header ul li a svg.feather{
    margin-top: -5px;
    width: 25px;
    height: 25px;
    color: #66757f;
}
.navbar-fixed-top #second_header ul li.msgz.active a svg{
    color: #E91E63;
}
#new__messages_sec{
    background-color: #c60d00;
}

.include {
    width: 100%;
    overflow: hidden;
    display: block;
}

.nav-up {
    top: -52px;
}

.fluid {
    width: 100%;
    display: block;
}

.img-res {
    width: 100%;
    min-height: 100%;
}

.clear {
    clear: both;
}

.pointer, .home-page-container .home-posts-container .timeline-posts .header div.dropdown span, .home-page-container .home-posts-container .timeline-posts .header div.dropdown ul li, .scroll__up{
    cursor: pointer !important;
    padding-top: 13px;
    padding-bottom:  13px;/* padding-left:  5px; *//* padding-right: 5px; */
}

/*HomePage*/
.home-page-container {
    margin-top: 65px;
}
.home-page-container .home-sidebar-right {
    width: 100%;
}
.home-page-container .home-sidebar-right div.featured-posts, .home-page-container .home-sidebar-right div.stories,.stories {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    background-color: #fafafa;
}
.home-page-container .home-sidebar-right div.featured-posts h5, .home-page-container .home-sidebar-right div.stories h5 {
    padding: 10px;
    margin: 0px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    color: #6a6a6a;
    font-size: 15px;
    line-height: 25px;
}
.home-page-container .home-sidebar-right div.featured-posts div.list, .home-page-container .home-sidebar-right div.stories div.list {
    padding: 13px;
}
.home-page-container .home-sidebar-right div.featured-posts div.list .item {
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 6px;
}
.home-page-container .home-sidebar-right div.featured-posts div.list .item a{
    overflow: hidden;
    text-decoration: none;
}
.home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
    width: 100%;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    transition: all 0.25s ease-in-out;
}
.home-page-container .home-sidebar-right div.featured-posts:hover div.list .item .thumb {
    opacity: 0.65;
}
.home-page-container .home-sidebar-right div.featured-posts:hover div.list .item:hover .thumb {
    opacity: 1;
}
.home-page-container .home-sidebar-right div.featured-posts div.list .item .caption {
    padding: 2px;
}
.home-page-container .home-sidebar-right div.featured-posts div.list .item .caption .uname {
    width: 100%;
    overflow: hidden;
}
.home-page-container .home-sidebar-right div.featured-posts div.list .item .caption .uname h6 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #5b5b5b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-page-container .home-sidebar-right div.featured-posts div.list .item .caption span time {
    color: #999;
    font-size: 9px;
    font-family: "Lato",sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    margin: 3px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-page-container .home-sidebar-right div.stories div.list{
    max-height: 290px;
    overflow-y: auto;
}
.home-page-container .home-sidebar-right div.stories h5 .btn,.stories h5 .btn{
    text-transform: uppercase;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 500;
    padding: 2.5px 3px;
}
.home-page-container .home-sidebar-right div.stories h5 .btn svg.feather,.stories h5 .btn svg.feather{
    margin-top: -3px;
    width: 14px;
    height: 14px;
}
.home-page-container .home-sidebar-right div.stories div.list .item,.stories div.list .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
    display: table;
}
.home-page-container .home-sidebar-right div.stories div.list .item:last-child,.stories div.list .item:last-child{
    margin:0;
}
.home-page-container .home-sidebar-right div.stories div.list .item .wrapper,.stories div.list .item .wrapper {
    position: relative;
}
.home-page-container .home-sidebar-right div.stories div.list .item .wrapper img {
    border: 2px solid #bec2c9;
    padding: 2px;
    width: 56px;
    height: 56px;
}
.stories .list .item .wrapper img {
    border: 2px solid #bec2c9;
    padding: 2px;
    width: 56px;
    height: 56px;
}
.home-page-container .home-sidebar-right div.stories div.list .item .caption,.stories div.list .item .caption {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 100%;
}
.home-page-container .home-sidebar-right div.stories div.list .item .wrapper.active img,.stories div.list .item .wrapper.active img{
    border-color: #cc298a;
}
.home-page-container .home-sidebar-right div.stories div.list .item .wrapper.anim_border:after,.stories div.list .item .wrapper.anim_border:after{
    content: '';
    position: absolute;
    z-index: 1;
    width: 56px;
    height: 56px;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    border: 2px dashed #cc298a;
    -webkit-animation: spin-border 5s infinite linear;
    animation: spin-border 5s infinite linear;
}
.home-page-container .home-sidebar-right div.stories div.list .item .wrapper.anim_border img,.stories div.list .item .wrapper.anim_border img{
    border-color:#fff;
}
@-webkit-keyframes spin-border {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin-border {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.home-page-container .home-sidebar-right div.stories div.list .item .caption a,.stories div.list .item .caption a {
    font-size: 15px;
    margin-bottom: -2px;
    color: #6a6a6a;
    font-weight: 500;
    display: block;
    text-decoration: none;
}
.home-page-container .home-sidebar-right div.stories div.list .item .caption time,.stories div.list .item .caption time {
    color: #90949c;
    font-size: 12px;
    font-weight: 400;
}
.home-page-container .home-sidebar-right div.stories div.list .item .recent-stroires,.stories div.list .item .recent-stroires {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #cc298a;
    width: 18px;
    height: 18px;
    padding: 3px 0px;
    font-size: 11px;
}
.home-page-container .home-sidebar-right div.stories span.fluid,.stories span.fluid {
    color: #808080;
    margin: 20px 0px;
}
.home-page-container .home-sidebar-right div.stories span.fluid svg.feather.feather-layers,.stories span.fluid svg.feather.feather-layers{
    display: block;
    margin: 1px auto 10px;
    width: 30px;
    height: 30px;
}
.home-page-container .home-sidebar-right div.stories span.fluid .btn,.stories span.fluid .btn{
    display: block;
    margin: 35px auto 0;
    min-width: 120px;
    width: fit-content;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    background-color: #0665d0;
    border: none;
    box-shadow: 0 2px 3px rgba(4,65,134,.25);
    letter-spacing: 0.3px;
    padding: 6px 12px 8px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .12s ease-out,-webkit-transform .12s ease-out;
}
.home-page-container .home-sidebar-right div.stories span.fluid .btn:hover,.stories span.fluid .btn:hover{
    background-color: #117ef8;
    box-shadow: 0 3px 7px rgba(4,65,134,.4);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.home-page-container .home-sidebar-right div.stories.activities .reload_icon,.stories.activities .reload_icon {
    line-height: 1;
    display: block;
    cursor: pointer;
    margin-top: 3px;
    color: #959595;
}
.home-page-container .home-sidebar-right div.stories.activities div.list .item,.stories.activities div.list .item {
    cursor: auto;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}
.home-page-container .home-sidebar-right div.stories.activities div.list .item:last-child,.stories.activities div.list .item:last-child {
    margin:0;
    padding:0;
    border:0;
}
.home-page-container .home-sidebar-right div.stories.activities div.list .item .wrapper_ img,.stories.activities div.list .item .wrapper_ img {
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.home-page-container .home-sidebar-right div.stories.activities div.list .item .caption_ > span,.stories.activities div.list .item .caption_ > span {
    font-size: 13px;
}
.home-page-container .home-sidebar-right div.stories.activities div.list .item .caption_ a,.stories.activities div.list .item .caption_ a {
    font-size: 13px;
    margin-bottom: 0;
    display: inline-block;
    color: #454545;
}
.home-page-container .home-sidebar-right .footer__container, .home-page-container .home-sidebar-right .footer__container .footer{
    padding-top:4px;
}
.home-page-container .home-posts-container {
    width: 100%;
    margin-bottom: 30px;
}
.home-page-container .home-posts-container .timeline-posts {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 3px;/*overflow: hidden;*/
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
.home-page-container .home-posts-container .timeline-posts .post-images {
    width: 100%;
    overflow: hidden;
}
.home-page-container .home-posts-container .timeline-posts .post-images img.img-res {
}
.home-page-container .home-posts-container .timeline-posts .post-images .lightgallery-item {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
}
.home-page-container .home-posts-container .timeline-posts .post-images .lightgallery-item.active {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    height: auto;
    display: flex;
    position: relative;
    text-decoration: none;
}
.home-page-container .home-posts-container .timeline-posts .post-images .lightgallery-item.active:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.06);
    width: 100%;
    height: 100%;
}
.home-page-container .home-posts-container .timeline-posts .post-images .lightgallery-item.active div {
    margin: 20px 20px 0px auto;
    z-index: 1;
}
.home-page-container .home-posts-container .timeline-posts .post-images .lightgallery-item.active div svg.feather {
    fill: #ffffff;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    transform: rotateY(-180deg);
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
}
.home-page-container .home-posts-container .timeline-posts .post-video, .home-page-container .home-posts-container .timeline-posts .post-video .video-js {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-page-container .home-posts-container .timeline-posts .post-video .video-js video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.home-page-container .home-posts-container .timeline-posts .header {
    background: #fafafa;
    padding: 16px;
}
.home-page-container .home-posts-container .timeline-posts .header img{
    width: 36px;
    height: 36px;
}
.home-page-container .home-posts-container .timeline-posts .header a.publisher-name {
    margin-left: 6px;
    color: rgba(0,0,0,0.87);
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
}
.home-page-container .home-posts-container .timeline-posts .header time {
    color: #8a8a8a;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    float: right;
    padding: 8px 0px;
    transition: all 0.25s ease;
    transform: translateX(32px);
}
.home-page-container .home-posts-container .timeline-posts .header time a{
    text-decoration:none;
    color: #8a8a8a;
}
.home-page-container .home-posts-container .timeline-posts:hover .header div.dropdown{
    visibility:visible;
    opacity:1;
    transform: scale(1);
}
.home-page-container .home-posts-container .timeline-posts:hover .header time{
    transform: translateX(-8px);
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown {
    padding: 6px 7px;
    border-radius: 50%;
    visibility:hidden;
    opacity:0;
    transition: all 0.2s ease;
    transform: scale(0.7);
    z-index: 9;
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown.open{
    background-color: rgba(153,153,153,0.4);
    visibility:visible;
    opacity:1;
    transform: scale(1);
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown.open + time{
    transform: translateX(-8px);
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown span {
    vertical-align: middle;
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown span svg.feather {
    color: #676767;
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown ul {
    padding: 6px 0;
    margin: 0;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown ul li {
    padding: 0;
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown ul li a {
    color: #595959;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown ul li a:hover {
    background: none;
    color: #9C27B0;
}
.home-page-container .home-posts-container .timeline-posts .header div.dropdown ul li:hover {
    background-color: #eeeeee;
}
.home-page-container .home-posts-container .timeline-posts .post-embed-frame {
    background: #000;
}
.home-page-container .home-posts-container .timeline-posts .actions {
    width: 100%;
    background: #fafafa;
    padding: 13px 15px 5px  15px;
}
.home-page-container .home-posts-container .timeline-posts .actions span {
    cursor: pointer;
    font-size: 24px;
    line-height: 18px;
    display: inline-block;
}
.home-page-container .home-posts-container .timeline-posts .actions span:first-child {
    margin-right: 10px;
}
.home-page-container .home-posts-container .timeline-posts .actions span svg.feather {
    color: #616770;
    width: 25px;
    height: 25px;
    margin-top: -2px;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post {
    vertical-align: top;
    user-select: none;
}
.home-page-container .home-posts-container .timeline-posts .actions .like-icon {
    width: 24px;
    height: 24px;
    position: relative;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart" color="%23616770"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
    background-size: 100%;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon {
    -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23ed4856" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart" color="%23ed4856"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon [class^="heart-animation-"] {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.101 4.417S8.895.207 5.111.207c-4.465 0-10.967 6.846 5.082 17.592C25.237 7.03 19.665.202 15.501.202c-4.162 0-5.4 4.215-5.4 4.215z" fill="%23FF6E6F" fill-rule="evenodd"/></svg>') no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
    opacity: 0;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon [class^="heart-animation-"]::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon [class^="heart-animation-"]::after {
    content: '';
    background: inherit;
    background-size: 100%;
    width: inherit;
    height: inherit;
    display: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 0;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-1 {
    -webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-1::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-1::after {
    width: 12px;
    height: 10px;
    visibility: hidden;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-1::before {
    opacity: .6;
    -webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-1::after {
    -webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .75;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-2 {
    -webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-2::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-2::after {
    width: 10px;
    height: 8px;
    visibility: hidden;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-2::before {
    -webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .25;
}
.home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-2::after {
    -webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .4;
}
@-webkit-keyframes heartPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@keyframes heartPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@-webkit-keyframes heartFloatMain-1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(0, -25px) rotate(-20deg);
        transform: translate(0, -25px) rotate(-20deg);
    }
}
@keyframes heartFloatMain-1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(0, -25px) rotate(-20deg);
        transform: translate(0, -25px) rotate(-20deg);
    }
}
@-webkit-keyframes heartFloatMain-2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0) rotate(0) scale(0);
        transform: translate(0) rotate(0) scale(0);
    }
    50% {
        opacity: .9;
        -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1);
        transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
}
@keyframes heartFloatMain-2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0) rotate(0) scale(0);
        transform: translate(0) rotate(0) scale(0);
    }
    50% {
        opacity: .9;
        -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1);
        transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
}
@-webkit-keyframes heartFloatSub-1 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(13px, -13px) rotate(30deg);
        transform: translate(13px, -13px) rotate(30deg);
    }
}
@keyframes heartFloatSub-1 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(13px, -13px) rotate(30deg);
        transform: translate(13px, -13px) rotate(30deg);
    }
}
@-webkit-keyframes heartFloatSub-2 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(18px, -10px) rotate(55deg);
        transform: translate(18px, -10px) rotate(55deg);
    }
}
@keyframes heartFloatSub-2 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(18px, -10px) rotate(55deg);
        transform: translate(18px, -10px) rotate(55deg);
    }
}
@-webkit-keyframes heartFloatSub-3 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(-10px, -10px) rotate(-40deg);
        transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
}
@keyframes heartFloatSub-3 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(-10px, -10px) rotate(-40deg);
        transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
}
@-webkit-keyframes heartFloatSub-4 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(2px, -18px) rotate(-25deg);
        transform: translate(2px, -18px) rotate(-25deg);
    }
}
@keyframes heartFloatSub-4 {
    0% {
        visibility: hidden;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        -webkit-transform: translate(2px, -18px) rotate(-25deg);
        transform: translate(2px, -18px) rotate(-25deg);
    }
}
.home-page-container .home-posts-container .timeline-posts .actions span.save-post.active svg.feather {
    color: #FF9800;
    fill: #FF9800;
}
.home-page-container .home-posts-container .timeline-posts .post-votes {
    padding: 2px 15px;
    background: #fafafa;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    color: #888888;
    display: flex;
    font-family: "Roboto", sans-serif;
}
.home-page-container .home-posts-container .timeline-posts .post-votes div {
    margin-right: 15px;
    cursor: pointer;
}
.home-page-container .home-posts-container .timeline-posts .post-votes div strong {
    font-weight: normal;
}
.home-page-container .home-posts-container .timeline-posts div.caption{
    padding: 10px 15px;
    background-color: #fafafa;
    overflow-wrap: break-word;
}
.home-page-container .home-posts-container .timeline-posts div.caption[contenteditable="true"] {
    color: #262626;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    outline: 0;
    border: 2px solid #82b7da;
    border-radius: 3px;
}
.home-page-container .home-posts-container .timeline-posts div.caption:empty {
    padding: 5px 10px;
}
.home-page-container .home-posts-container .timeline-posts div.caption a.hashtag, .home-page-container .home-posts-container .timeline-posts div.caption a.mention {
    color: #2196F3;
}
.home-page-container .home-posts-container .timeline-posts .comments-area {
    width: 100%;/*overflow: hidden;*/
    background: #fafafa;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list {
    padding: 0;
    margin: 0px;
    list-style: none;
    font-family: "Lato",sans-serif;
    overflow: hidden;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list:empty {
    padding: 0px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li {
    width: 100%;
    overflow: hidden;
    margin: 7px 0;
    padding: 0px 40px 5px 15px;
    word-wrap: break-word;
    position: relative;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li .user-avatar{
    display: inline-block;
    float: left;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li .user-avatar img{
    width: 30px;
    height: 30px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li .pp_com_body{
    margin-left: 38px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li .pp_com_body span{
    background-color: #f2f3f5;
    padding: 7px 10px;
    border-radius: 18px;
    display: inline-block;
    line-height: 18px;
    color: #555555;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li strong {
    color: #262626;
    font-weight: 600;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li strong a {
    font-weight: 600;
    text-decoration: none;
    color: #262626;
    margin: 0px 5px 0px 0px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li strong a:hover {
    text-decoration: underline;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li .delcomment {
    color: #c7c7c7;
    cursor: pointer;
    padding: 5px 5px;
    position: absolute;
    right: 10px;
    top: 0;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment {/*overflow: hidden;*/
    border-top: 1px solid #eee;
    padding: 0px 15px 4px 15px;
    padding-top: 10px;
    position: relative;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .user-avatar {
    display: inline-block;
    float: left;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .form-group {
    margin-left: 40px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .form-group input {
    border: none;
    box-shadow: none;
    padding-top: 3px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .form-group input::placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #939393;
    font-family: "Helvetica","Lato",sans-serif;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .form-group .emojionearea.emojionearea-inline {
    border: none;
    box-shadow: none;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .form-group .emojionearea .emojionearea-editor:empty:before {
    color: #787878;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .commenting-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    opacity: 0.6;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .commenting-overlay #pp_loader {
    display: block;
    float: none;
    padding: 13.4px 15px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .add-comment .commenting-overlay #pp_loader .speeding_wheel{
    width: 24px;
    height: 24px;
    border-width: 3px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li.load-comments {
    padding: 0px 55px 9px;
    margin: -5px 0px 0px 0px;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li.load-comments button {
    padding: 1px;
    color: #999;
    font-size: 12px;
    background: #fff;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    transition: all 0.2s ease
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li.load-comments button[disabled] {
    cursor: wait;
}
.home-page-container .home-posts-container .timeline-posts .comments-area .post-comments-list li.load-comments button:hover {
    color: #262626;
}
.home-page-container .posts__loader {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.home-page-container .posts__loader #pp_loader {
    display: block;
    float: none;
}
.home-page-container .posts__loader #pp_loader .speeding_wheel{
    width: 24px;
    height: 24px;
}

/*Settings Page*/
.settings-page-container {
    width: 100%;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
}
.settings-page-container .sett_avatr_chng {
    width: 100%;
    border-bottom: 0px solid #ececec;
    border-left: 0px solid #ececec;
    border-top: 0px solid #ececec;
}
.settings-page-container .sidenav {
    padding: 0px;
}
.settings-page-container .sidenav ul {
    margin:0;
    background-color: #fafafa;
    height: 100%;
    border-left: 0px solid #ececec;
    border-right: 0px solid #ececec;
}
.settings-page-container .sidenav ul li {
    border: none;
    padding: 0;
    border-radius: 0px;
    position:relative;
    transition: all 0.05s ease-in-out;
    background: transparent;
}
.settings-page-container .sidenav ul li.active {
    font-weight: 500;
}
.settings-page-container .sidenav ul li.sett-active {
    background: #4CAF50;
}
.settings-page-container .sidenav ul li.prof-active {
    background: #c83e40;
}
.settings-page-container .sidenav ul li.pass-active {
    background: #176764;
}
.settings-page-container .sidenav ul li.priv-active {
    background: #ca4b8e;
}
.settings-page-container .sidenav ul li.noti-active {
    background: #795548;
}
.settings-page-container .sidenav ul li.verf-active {
    background: #2196f3;
}
.settings-page-container .sidenav ul li.sess-active {
    background: #f57d3c;
}
.settings-page-container .sidenav ul li.blok-active {
    background: #3f51b5;
}
.settings-page-container .sidenav ul li.delt-active {
    background: #f44336;
}
.settings-page-container .sidenav ul li a {
    color: #292b2c;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    transition: all 0.1s ease-in-out;
}
.settings-page-container .sidenav ul li.sett-hover:hover a {
    color: #4CAF50;
}
.settings-page-container .sidenav ul li.prof-hover:hover a {
    color: #c83e40;
}
.settings-page-container .sidenav ul li.pass-hover:hover a {
    color: #176764;
}
.settings-page-container .sidenav ul li.priv-hover:hover a {
    color: #ca4b8e;
}
.settings-page-container .sidenav ul li.noti-hover:hover a {
    color: #795548;
}
.settings-page-container .sidenav ul li.verf-hover:hover a {
    color: #2196f3;
}
.settings-page-container .sidenav ul li.sess-hover:hover a {
    color: #f57d3c;
}
.settings-page-container .sidenav ul li.blok-hover:hover a {
    color: #3f51b5;
}
.settings-page-container .sidenav ul li.delt-hover:hover a {
    color: #f44336;
}
.settings-page-container .sidenav ul li.active a, .settings-page-container .sidenav ul li.active:hover a{
    color: #fff;
}
.settings-page-container .sidenav ul li a svg.feather {
    margin: -3px 10px 0px 0px;
    width: 17px;
    height: 17px;
}
.settings-page-container .page-content {
    padding: 0px;
    background-color: #fafafa;
    border-right: 0px solid #ececec;
}
.settings-page-container .page-content>div{
    background-color: #fafafa;/*padding: 20px;*/
    padding: 0px;
}
.pp_sett_form{
    padding-top: 20px;
}

.settings-page-container .page-content .sett-active .pp_mat_input input:focus ~ label, .settings-page-container .page-content .sett-active .pp_mat_input input:valid ~ label, .settings-page-container .page-content .sett-active .pp_mat_input textarea:focus ~ label, .settings-page-container .page-content .sett-active .pp_mat_input textarea:valid ~ label, .settings-page-container .page-content .sett-active .pp_mat_label {
    color: #4CAF50;
}
.settings-page-container .page-content .sett-active .pp_mat_input .bar:before, .settings-page-container .page-content .sett-active .pp_mat_input .bar:after, .settings-page-container .page-content .sett-active .pp_mat_select span.bar:before, .settings-page-container .page-content .sett-active .pp_mat_select span.bar:after {
    background: #4CAF50;
}
.settings-page-container .page-content .sett-active .btn.pp_flat_btn {
    background: #4CAF50;
    border-color: #4CAF50;
}
.settings-page-container .page-content .prof-active .pp_mat_input input:focus ~ label, .settings-page-container .page-content .prof-active .pp_mat_input input:valid ~ label, .settings-page-container .page-content .prof-active .pp_mat_input textarea:focus ~ label, .settings-page-container .page-content .prof-active .pp_mat_input textarea:valid ~ label, .settings-page-container .page-content .prof-active .pp_mat_label {
    color: #c83e40;
}
.settings-page-container .page-content .prof-active .pp_mat_input .bar:before, .settings-page-container .page-content .prof-active .pp_mat_input .bar:after, .settings-page-container .page-content .prof-active .pp_mat_select span.bar:before, .settings-page-container .page-content .prof-active .pp_mat_select span.bar:after {
    background: #c83e40;
}
.settings-page-container .page-content .prof-active .btn.pp_flat_btn {
    background: #c83e40;
    border-color: #c83e40;
}
.settings-page-container .page-content .pass-active .pp_mat_input input:focus ~ label, .settings-page-container .page-content .pass-active .pp_mat_input input:valid ~ label, .settings-page-container .page-content .pass-active .pp_mat_input textarea:focus ~ label, .settings-page-container .page-content .pass-active .pp_mat_input textarea:valid ~ label, .settings-page-container .page-content .pass-active .pp_mat_label {
    color: #176764;
}
.settings-page-container .page-content .pass-active .pp_mat_input .bar:before, .settings-page-container .page-content .pass-active .pp_mat_input .bar:after, .settings-page-container .page-content .pass-active .pp_mat_select span.bar:before, .settings-page-container .page-content .pass-active .pp_mat_select span.bar:after {
    background: #176764;
}
.settings-page-container .page-content .pass-active .btn.pp_flat_btn {
    background: #176764;
    border-color: #176764;
}
.settings-page-container .page-content .priv-active .pp_mat_input input:focus ~ label, .settings-page-container .page-content .priv-active .pp_mat_input input:valid ~ label, .settings-page-container .page-content .priv-active .pp_mat_input textarea:focus ~ label, .settings-page-container .page-content .priv-active .pp_mat_input textarea:valid ~ label, .settings-page-container .page-content .priv-active .pp_mat_label {
    color: #ca4b8e;
}
.settings-page-container .page-content .priv-active .pp_mat_input .bar:before, .settings-page-container .page-content .priv-active .pp_mat_input .bar:after, .settings-page-container .page-content .priv-active .pp_mat_select span.bar:before, .settings-page-container .page-content .priv-active .pp_mat_select span.bar:after {
    background: #ca4b8e;
}
.settings-page-container .page-content .priv-active .btn.pp_flat_btn {
    background: #ca4b8e;
    border-color: #ca4b8e;
}
.settings-page-container .page-content .noti-active .pp_mat_input input:focus ~ label, .settings-page-container .page-content .noti-active .pp_mat_input input:valid ~ label, .settings-page-container .page-content .noti-active .pp_mat_input textarea:focus ~ label, .settings-page-container .page-content .noti-active .pp_mat_input textarea:valid ~ label, .settings-page-container .page-content .noti-active .pp_mat_label {
    color: #795548;
}
.settings-page-container .page-content .noti-active .pp_mat_input .bar:before, .settings-page-container .page-content .noti-active .pp_mat_input .bar:after, .settings-page-container .page-content .noti-active .pp_mat_select span.bar:before, .settings-page-container .page-content .noti-active .pp_mat_select span.bar:after {
    background: #795548;
}
.settings-page-container .page-content .noti-active .btn.pp_flat_btn {
    background: #795548;
    border-color: #795548;
}
.settings-page-container .page-content .verf-active .pp_mat_input input:focus ~ label, .settings-page-container .page-content .verf-active .pp_mat_input input:valid ~ label, .settings-page-container .page-content .verf-active .pp_mat_input textarea:focus ~ label, .settings-page-container .page-content .verf-active .pp_mat_input textarea:valid ~ label, .settings-page-container .page-content .verf-active .pp_mat_label, .settings-page-container .page-content .verf-active .verify_text_1 {
    color: #2196f3;
}
.settings-page-container .page-content .verf-active .pp_mat_input .bar:before, .settings-page-container .page-content .verf-active .pp_mat_input .bar:after, .settings-page-container .page-content .verf-active .pp_mat_select span.bar:before, .settings-page-container .page-content .verf-active .pp_mat_select span.bar:after {
    background: #2196f3;
}
.settings-page-container .page-content .verf-active .btn.pp_flat_btn {
    background: #2196f3;
    border-color: #2196f3;
}
.settings-page-container .page-content .delt-active .pp_mat_input input:focus ~ label, .settings-page-container .page-content .delt-active .pp_mat_input input:valid ~ label, .settings-page-container .page-content .delt-active .pp_mat_input textarea:focus ~ label, .settings-page-container .page-content .delt-active .pp_mat_input textarea:valid ~ label, .settings-page-container .page-content .delt-active .pp_mat_label {
    color: #f44336;
}
.settings-page-container .page-content .delt-active .pp_mat_input .bar:before, .settings-page-container .page-content .delt-active .pp_mat_input .bar:after, .settings-page-container .page-content .delt-active .pp_mat_select span.bar:before, .settings-page-container .page-content .delt-active .pp_mat_select span.bar:after {
    background: #f44336;
}
.settings-page-container .page-content .delt-active .btn.pp_flat_btn {
    background: #f44336;
    border-color: #f44336;
}
.settings-page-container .page-content .form-control {
    border-radius: 2px;
}
.settings-page-container .page-content label {
    font-weight: 500;
}
.settings-page-container .page-content textarea {
    resize: vertical;
}
.settings-page-container .page-content .btn {
    border-radius: 8px;/*border-radius: 0px;*/
    font-weight: 500;
}
.settings-page-container .page-content div.header {
    width: 100%;
}
.settings-page-container .page-content div.header .avatar-wrapper {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.settings-page-container .page-content div.header .avatar-wrapper img {
    border: 1px solid #ddd;
}
.settings-page-container .page-content div.header .capa-wrapper {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.settings-page-container .page-content div.header .capa-wrapper img {
    border: 1px solid #ddd;
}
.settings-page-container .page-content div.header > h4 {
    padding:0;
    margin: 0px;
}
.settings-page-container .page-content div.header > p {
    padding: 0;
    margin: 0px;
    color: #666;
}
.settings-page-container .page-content div.header .edit-avatar {
    margin-left: 80px;
}
.settings-page-container .page-content div.header .edit-avatar h5{
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 400;
    padding-top:5px;
    color: white;
}
.settings-page-container .page-content div.header .edit-avatar .btn-info{
    box-shadow: none;
    margin: 4px 0px 0px;
    padding: 4px 0px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: none;
    border: 0;
    font-size: 13px !important;
}
.settings-page-container .page-content div.header .edit-avatar .btn-info svg.feather{
    margin: -2px 2px 0px 0px;
    width: 17px;
    height: 17px;
}
.settings-page-container .page-content div.header .edit-capa {
    margin-left: 80px;
}
.settings-page-container .page-content div.header .edit-capa h5{
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 400;
    padding-top:5px
}
.settings-page-container .page-content div.header .edit-capa .btn-info{
    box-shadow: none;
    margin: 4px 30px 0px;
    padding: 4px 0px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: none;
    border: 0;
    font-size: 13px !important;
}
.settings-page-container .page-content div.header .edit-capa .btn-info svg.feather{
    margin: -2px 2px 0px 0px;
    width: 17px;
    height: 17px;
}
.settings-page-container .btn.pp_flat_btn {
    display: block;
    user-select: none;
    padding: 10px 35px !important;
    border-radius: 2em;
    font-family: 'lato', sans-serif;
    font-size: 15px;
    margin: 30px auto 15px;
    background-color: #00b289;
    border-color: #00b289;
    transition: all .3s ease-in-out;
    height:50px;
}
.settings-page-container .btn.pp_flat_btn:hover{
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.settings-page-container .pp_load_loader{
    position: relative;
}
.settings-page-container .pp_load_loader.loadingg::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    margin-top: 4px;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation-delay: .15s;
}
.settings-page-container .pp_load_loader.loadingg .btn{
    font-size: 0;
    width: 40px;
    border-radius: 20px;
}
.settings-page-container .pp_load_loader.loadingg .btn span{
    opacity:0;
}
.settings-page-container .pp_load_loader.loadingg .btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    margin-top: 4px;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: -10px;
}
.settings-page-container .pp_load_loader.loadingg .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    margin-top: 4px;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: 10px;
    animation-delay: .3s;
}
@-webkit-keyframes ball {
    from {
        transform: translateY(0) scaleY(0.8);
    }
    to {
        transform: translateY(-10px);
    }
}
@keyframes ball {
    from {
        transform: translateY(0) scaleY(0.8);
    }
    to {
        transform: translateY(-10px);
    }
}
.settings-page-container .blocked-users-settings .blocked-users--ls {
    width: 100%;
    overflow: hidden;
    padding: 0px 70px;
    min-height: 150px;
}
.settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item {
    border-bottom: 1px solid #e6ecf0;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    margin: 0 0 0 70px;
}
.settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item:last-child {
    border-bottom: none;
}
.settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item .avatar {
    width: 50px;
    height: 50px;
    margin-left: -70px;
}
.settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item .capa {
    width: 50px;
    height: 50px;
    margin-left: -70px;
}
.settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item h4 {
    margin: -2px 0 0 14px;
    font-weight: normal;
}
.settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item h4 span {
    display: block;
    line-height: 16px;
    font-size: 13px;
}
.settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item button {
    margin: 0 0 0 auto;
}

/*Loading Modal*/
#modal-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
#modal-progress svg{
    background-color: white;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.17);
    width: 65px;
    height: 65px;
}
#modal-progress .post-editing-form form#import-post-gifs .content .item .preload span, .post-editing-form form#import-post-gifs .content .item .preload #modal-progress span {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2b87ce;
    width: 50px;
    height: 50px;
    animation: spin .45s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Publisher Box*/
#create-newpost {
    position: fixed;
    z-index: 6000;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
#create-newpost .container {
    margin-top: 150px;
}
.no-padding-both {
    padding-right: 0px;
    padding-left: 0px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}

/*Publisher Box*/
.post-editing-form {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.4);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.4);
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
}
.post-editing-form .images-renderer {
    width: 100%;
    overflow: hidden;
    padding: 0px 15px;
}
.post-editing-form .images-renderer ul {
    padding: 10px 0 5px;
    list-style: none;
    margin: 0;
    text-align: center;
}
.post-editing-form .images-renderer ul li {
    padding: 3px;
    font-size: 13px;
    width: 50px;
    height: 70px;
    margin: 0px 7px  19px;
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
}
.post-editing-form .images-renderer ul li img {
    width: 40px !important;
    height: 60px;
    object-fit: cover;
}
.post-editing-form .images-renderer ul li span{
    display: block;
    text-align: center;
}
.post-editing-form .images-renderer ul li span:first-child{
    word-break: break-word;
    position: absolute;
    width: 85px;
    max-height: 56px;
    overflow: hidden;
    font-weight: 500;
}
.post-editing-form .images-renderer ul li span:nth-child(2){
    padding-top: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-editing-form .images-renderer ul li .remove-img {
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}
.post-editing-form .images-renderer ul li .remove-img svg.feather{
    margin-top: -1px;
    width: 21px;
    height: 21px;
    fill: #2296f3;
}
.post-editing-form .images-renderer ul li:hover .remove-img{
    visibility: visible;
    opacity: 1;
}
.post-editing-form .images-renderer .select-images {
    height: 200px;
    background: rgba(0, 0, 0, 0.03);
    border: 2px dashed #dca8f9;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
    font-weight: 600;
    color: #677580;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.post-editing-form .images-renderer .select-images:hover, .post-editing-form .images-renderer .select-images.active {
    border-color: #5a7082;
    cursor: pointer;
}
.post-editing-form .images-renderer .select-images svg.feather {
    width: 40px;
    height:50px;
}
.post-editing-form .form-group {
    padding: 0px 15px;
}
.post-editing-form .form-group .emojionearea, .emojionearea.form-control {
    border: 0;
    box-shadow: none;
}
.post-editing-form input.form-control, .post-editing-form textarea.form-control {
    box-shadow: none;
    border: none;
    color: #14171a;
    display: block;
    font-size: 14px;
    overflow: hidden;
    overflow-y: auto;
    word-break: break-word;
}
.post-editing-form textarea.pp_make_post::-webkit-scrollbar, .post-editing-form form#edit-post-caption textarea::-webkit-scrollbar, .post-editing-form form#ffmpeg-upload-post-video textarea::-webkit-scrollbar, .post-editing-form form#import-post-gifs .content::-webkit-scrollbar, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result::-webkit-scrollbar, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.post-editing-form textarea.pp_make_post::-webkit-scrollbar-thumb, .post-editing-form form#edit-post-caption textarea::-webkit-scrollbar-thumb, .post-editing-form form#ffmpeg-upload-post-video textarea::-webkit-scrollbar-thumb, .post-editing-form form#import-post-gifs .content::-webkit-scrollbar-thumb, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result::-webkit-scrollbar-thumb, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #b4b4b4;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.post-editing-form textarea.pp_make_post::-webkit-scrollbar-thumb:window-inactive, .post-editing-form form#edit-post-caption textarea::-webkit-scrollbar-thumb:window-inactive, .post-editing-form form#ffmpeg-upload-post-video textarea::-webkit-scrollbar-thumb:window-inactive, .post-editing-form form#import-post-gifs .content::-webkit-scrollbar-thumb:window-inactive, .navbar-fixed-top #navbar-collapse form.navbar-search .search-result::-webkit-scrollbar-thumb:window-inactive, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu ul::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(231, 231, 231, 0.1);
}
.post-editing-form textarea {
    resize: none;
}
.post-editing-form .user-heading {
    padding: 16px 4px 8px 16px;
}
.post-editing-form .user-heading img{
    height: 40px;
    margin-right: 8px;
    width: 40px;
}
.post-editing-form .user-heading span {
    font-weight: 600;
    color: #444;
    padding: 10px 0;
}
.post-editing-form .user-heading svg.feather.feather-arrow{
    margin-top: -2px;
}
.post-editing-form .user-heading span.pp_area{
    color: #4285f4;
}
.post-editing-form .user-heading span.pp_area svg.feather{
    margin-top: -2px;
    width: 17px;
    height: 17px;
}
.post-editing-form .user-heading span.pull-right {
    padding: 8px 15px;
}
.post-editing-form .user-heading span.pull-right svg.feather{
    margin-top: -3px;
    width: 15px;
    height: 15px;
}
.post-editing-form .publish {
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 9px 16px;
    margin: 0px;
    height: 100px;
}
.post-editing-form .publish .btn {
    float: right;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    padding: 7px 25px 8px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    line-height: 20px;
    min-width: 88px;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.post-editing-form .publish .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    outline: 0;
}
.post-editing-form .publish .btn-default {
    margin: 0px 16px 0px 0px;
    color: rgba(0,0,0,0.87);
    transition: all 0.2s ease;
    outline: 0;
}
.post-editing-form .publish .btn-default:active{
    background: rgba(0,0,0,0.12);
}
.post-editing-form .selecet-file-control {
    overflow: hidden;
    resize: none;
    margin: 0 30px;
    border: 0;
    box-shadow: none;
    height: 100%;
    background: #edf0f4;
    width: auto;
    border-radius: 2em;
    padding: 20px 30px;
}
.post-editing-form .selecet-file-control.active {
    box-shadow: 0 0 0 2px #F44336;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.post-editing-form .selecet-file-control button {
    margin: 0;
    background: #edf0f4;
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    outline: none;
    padding: 0;
    color: #4c4e53;
    float: left;
    line-height: 21px;
    font-family: "Roboto", sans-serif;
}
.post-editing-form .selecet-file-control span.video-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7e7e7e;
    max-width: 63%;
    float: left;
    margin-left: 10px;
}
.post-editing-form .selecet-file-control span.video-file-name svg.feather{
    margin: -1px 4px 0px 0px;
    width: 18px;
    height: 18px;
}
.post-editing-form .selecet-file-control #post_video_prnt{
    padding-top: 30px;
}
.post-editing-form .selecet-file-control #post_video_prnt.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.post-editing-form form#embed-post-video div.fetch-url {
    width: 100%;
    overflow: hidden;
}
.post-editing-form form#embed-post-video div.fetch-url .video-url {
    background: #edf0f4;
    margin: 3px 30px;
    transition: all .2s ease-in-out;
    color: #4c4e53;
    border-radius: 2em;
    position: relative;
}
.post-editing-form form#embed-post-video div.fetch-url .video-url.active {
    box-shadow: 0 0 0 2px #F44336;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.post-editing-form form#embed-post-video div.fetch-url .video-url svg.feather{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 17px;
    left: 17px;
    color: #8c8c8c;
    pointer-events: none;
}
.post-editing-form form#embed-post-video div.fetch-url .video-url input {
    width: 100%;
    border: none;
    outline: 0;
    background: transparent;
    padding: 15px 15px 15px 50px;
}
.post-editing-form form#embed-post-video div.fetch-url .video-url input::placeholder {
    color: #676767;
}
.post-editing-form form#embed-post-video .iframe-renderer{
    display:none;
}
.post-editing-form form#embed-post-video #embed-iframe {
    position: relative;
    padding: 0px 25px;
    min-height: 100px;
}
.post-editing-form form#embed-post-video #embed-iframe_ {
    position: relative;
    padding: 0px 25px;
    min-height: 100px;
}
.post-editing-form form#embed-post-video #embed-iframe iframe {
    background: transparent;
    position: relative;
    z-index: 10;
}
.post-editing-form form#embed-post-video #embed-iframe:after {
    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' width='100' height='100' fill='none' class='bk'%3e%3c/rect%3e%3ccircle cx='50' cy='50' r='40' stroke='%23676d76' 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");
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 1;
}
.post-editing-form form#embed-post-video #embed-iframe_:after {
    display: none;
}
.post-editing-form form#import-post-gifs {
    width: 100%;
}
.post-editing-form form#import-post-gifs div.search-input {
    position: relative;
    background: #edf0f4;
    margin: 0 30px 15px;
    transition: all .2s ease-in-out;
    color: #4c4e53;
    border-radius: 2em;
}
.post-editing-form form#import-post-gifs div.search-input svg.feather {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 17px;
    left: 17px;
    color: #8c8c8c;
    pointer-events: none;
}
.post-editing-form form#import-post-gifs div.search-input input {
    width: 100%;
    border: none;
    outline: 0;
    background: transparent;
    padding: 15px 15px 15px 50px;
}
.post-editing-form form#import-post-gifs .preview-video {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all .2s ease-in-out;
    margin: 0px 30px 15px;
    height: 330px;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.08);
}
.post-editing-form form#import-post-gifs .preview-video button {
    position: absolute;
    right: -10px;
    top: -10px;
    background: none;
    border: none;
    padding: 0px;
    outline: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    background-color: white;
    border-radius: 50%;
}
.post-editing-form form#import-post-gifs .preview-video:hover button {
    visibility: visible;
    opacity:1
}
.post-editing-form form#import-post-gifs .preview-video button svg.feather {
    margin-top: -1px;
    width: 21px;
    height: 21px;
    fill: #2296f3;
}
.post-editing-form form#import-post-gifs .preview-video .fluid {
    width: 100%;
    height: inherit;
    overflow: hidden;
    background: #f9f9f9;
    text-align: center;
}
.post-editing-form form#import-post-gifs .preview-video .fluid video {
    width: auto;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    cursor: pointer;
}
.post-editing-form form#import-post-gifs .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 330px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0px 30px 15px;
    padding: 10px 10px;
    transition: all .2s ease-in-out;
    background: #f9f9f9;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.08);
}
.post-editing-form form#import-post-gifs .content .item {
    -webkit-box-flex: 50%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    flex-grow: 1;
}
.post-editing-form form#import-post-gifs .content .item .preload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    text-align: center;
    display: flex;
}
.post-editing-form form#import-post-gifs .content .item .preload span {
    border: 3px solid #cecece;
    border-top: 3px solid #4993c1;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: auto;
}
.post-editing-form form#import-post-gifs .content .item video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    cursor: pointer;
}
.post-editing-form form#add-story-from .story-file-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7e7e7e;
    max-width: 63%;
    float: left;
    margin-left: 10px;
}
.loader, .post-editing-form form#import-post-gifs .content .item .preload span {
    border-radius: 50%;
    -webkit-animation: spin 0.50s linear infinite;
    animation: spin 0.50s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes cssload-spin {
    100%{
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes cssload-spin {
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Explorer Page*/
main.container-explore-main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px;
}
.explore-page-container {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.explore-page-container .sub__header {
    height: 170px;
    position: relative;
    background: linear-gradient(100deg, #3D3695, #953594 25%, #DA2129);
}
.explore-page-container .sub__header div.container {
    padding-top: 50px;
    position: relative;
    z-index: 12;
    color: #fff;
}
.explore-page-container .sub__header div.container h4 {
    margin: 0px;
    font-family: "Lato",sans-serif;
    padding: 0;
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    text-transform: capitalize;
}
.explore-page-container .sub__header div.container p {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    line-height: 29px;
}
.explore-page-container .follow__suggestions-cr {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    position: relative;
}
.explore-page-container .follow__suggestions-cr:hover .slick-prev, .explore-page-container .follow__suggestions-cr:hover .slick-next {
    visibility: visible;
    opacity:1;
}
.explore-page-container .follow__suggestions-cr:hover .slick-prev.slick-disabled, .explore-page-container .follow__suggestions-cr:hover .slick-next.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.explore-page-container .follow__suggestions-cr .fluid h5 {
    width: 100%;
    overflow: hidden;
    font-family: "Lato",sans-serif;
    color: #717171;
    line-height: 18px;
    font-size: 15px;
    font-weight: 600;
}
.explore-page-container .follow__suggestions-cr .fluid h5 a {
    color: #3897f0;
    text-decoration: none;
    transition: all 0.2s ease;
}
.explore-page-container .follow__suggestions-cr .fluid h5 a svg.feather{
    margin: -2px 0px 0px -4px;
    width: 17px;
    height: 17px;
    transition: transform 0.2s ease;
}
.explore-page-container .follow__suggestions-cr .fluid h5 a:hover {
    color: #262626;
}
.explore-page-container .follow__suggestions-cr .fluid h5 a:hover svg.feather{
    transform: translateX(2px);
}
.explore-page-container .slick-prev, .explore-page-container .slick-next{
    color: #efefef;
    background: #676767;
    visibility:hidden;
    opacity:0;
    transition: all 0.2s linear;
}
.explore-page-container .slick-prev:hover, .explore-page-container .slick-next:hover, .explore-page-container .slick-prev:focus, .explore-page-container .slick-next:focus{
    color: #fff;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .slick-prev{
    left: -20px;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .slick-next{
    right: -15px;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item {
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    padding: 20px 10px;
    margin: 10px 10px 10px 5px;
    display:inline-block;
    outline:0;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .avatar {
    display: block;
    margin: 0 auto 5px;
    width: 100px;
    height: 100px;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .avatar img{
    width:100%;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .uname {
    padding: 5px 0;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .uname a {
    display: block;
    width: 100%;
    color: #262626;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .uname span {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .button button {
    border: 0 !important;
    background: #4481eb;
    color: white;
    margin-top: 3px;
    padding: 7px 21px;
    border-radius: 50rem;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    outline: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
    white-space: nowrap;
    background:linear-gradient(135deg, #f65599 0%,#4d0316 100%);
    transition: box-shadow 0.15s ease-in-out;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .button button:focus{
    box-shadow: 0 0 0 0.2rem rgba(128, 137, 255, 0.25);
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .button button.btn-following{
    background: #1dcc7d;
    background: linear-gradient(45deg, #1dcc7d 0%, #19d9b4 100%);
    color: #fff !important;
}
.explore-page-container .follow__suggestions-cr .owl-carousel .item .button button.btn-following:focus{
    box-shadow: 0 0 0 0.2rem rgba(0, 196, 118, 0.25) !important;
}
.explore-page-container .explore-posts-container {
    width: 100%;
    margin-top: 30px;
}
.explore-page-container .explore-posts-container .empty_state{
    margin-top: 150px;
    margin-bottom: 150px;
}
.explore-page-container .explore-posts-container .galcolumn:nth-child(1) div.wrapper {
    padding-left: 0px;
}
.explore-page-container .explore-posts-container .galcolumn:nth-child(3) div.wrapper {
    padding-right: 0px;
}
.explore-page-container .explore-posts-container div.wrapper {
    padding: 0px 10px;
    margin-bottom: 20px !important;
}
.explore-page-container .explore-posts-container .explore-postset {
    font-family: "Lato",sans-serif;
    transition: box-shadow .35s ease-out;
    overflow: hidden;
    box-shadow: 0 0px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
    cursor: pointer;
}
.explore-page-container .explore-posts-container .explore-postset:hover{
    box-shadow: 0 12px 22px rgba(97, 97, 97, 0.05), 0 20px 36px rgba(136, 136, 136, 0.075);
}
/*.explore-page-container .explore-posts-container .explore-postset .image {overflow: hidden;width: 100%;height: 290px;background-size: cover;background-position: center;position: relative; }*/

.explore-page-container .explore-posts-container .explore-postset .image {
    overflow: hidden;
    width: 100%;
    height: 290px;
    background-position: center;
    background-size: cover;
    position: relative;
}


.explore-page-container .explore-posts-container .explore-postset .image:hover .caption {
    visibility: visible;
    transition: all .2s ease;
    opacity:1;
}
.explore-page-container .explore-posts-container .explore-postset .image .category {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.explore-page-container .explore-posts-container .explore-postset .image .category svg.feather{
    fill: rgba(255, 255, 255, 0.65);
    margin-top: 0px;
    width: 30px;
    height: 30px;
}
.explore-page-container .explore-posts-container .explore-postset .image .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    visibility:hidden
}
.explore-page-container .explore-posts-container .explore-postset .image .play-btn svg.feather{
    fill: rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    width: 60px;
    height: 60px;
}
.explore-page-container .explore-posts-container .explore-postset .image:hover .play-btn {
    visibility: visible;
    opacity:1;
}
.explore-page-container .explore-posts-container .explore-postset .image .caption {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
    top: 0;
    color: #fff;
    z-index: 1;
    visibility: hidden;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: flex-end;
    transition: all .2s ease;
    opacity:0;
}
.explore-page-container .explore-posts-container .explore-postset .image .caption>div{
    width: 100%;
    padding: 20px 15px 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}
.explore-page-container .explore-posts-container .explore-postset .image .caption .user__ {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.explore-page-container .explore-posts-container .explore-postset .image .caption .user__ img {
    width: 40px !important;
    height: 40px !important;
    float: left;
}
.explore-page-container .explore-posts-container .explore-postset .image .caption .user__ a {
    color: #fff;
    display: block;
    margin-left: 50px;
    margin-top: 0px;
    font-weight: 600;
    font-size: 13px;
}
.explore-page-container .explore-posts-container .explore-postset .image .caption span {
    color: #fff;
    font-size: 15px;
    margin: 0px 7px 0px 10px;
}
.explore-page-container .explore-posts-container .explore-postset .image .caption span:last-child{
    margin:0;
}
.explore-page-container .explore-posts-container .explore-postset .image .caption span svg.feather {
    margin-top: -2px;
    width: 16px;
    height: 16px;
}
.explore-page-container .explore-people-container {
    width: 100%;
    margin-top: 25px;
}
.explore-page-container .explore-people-container .subh {
    width: 100%;
    overflow: hidden;
}
.explore-page-container .explore-people-container .subh h5 {
    padding: 0;
    margin: 15px 0;
    font-size: 15px;
    line-height: 18px;
    color: #717171;
    font-weight: 600;
    font-family: "Lato",sans-serif;
}
.explore-page-container .explore-people-container .people{
    margin: 0;
}
.explore-page-container .explore-people-container .people .explore-people__item {
    background: #fff;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 0px 1px #e7e7e7;
    position: relative;
}
.explore-page-container .explore-people-container .people .explore-people__item .avatar img{
    width: 104px;
    height: 104px;
    box-sizing: border-box;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info {
    text-align: center;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info h5 {
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.9);
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info a {
    color: inherit;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info .user__stat {
    display: inline-block;
    overflow: hidden;
    padding-top: 8px;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info .user__stat span {
    overflow: hidden;
    float: left;
    text-align: center;
    color: #687a86;
    line-height: 0;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info .user__stat span:first-child {
    margin-right: 25px;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info .user__stat span b {
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    font-weight: 500;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info .user__stat span small {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info button.btn-info {
    padding: 7px 21px;
    margin-top: 20px;
    box-shadow: none;
    color: #fff;
    border-radius: 50rem;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background:linear-gradient(135deg, #f65599 0%,#4d0316 100%);
    transition: box-shadow 0.15s ease-in-out;
    border: 0;
    font-weight: 400;
}
.explore-page-container .explore-people-container .people .explore-people__item .user__info button.btn-following {
    background: #1dcc7d;
    background: linear-gradient(45deg, #1dcc7d 0%, #19d9b4 100%);
    color: #fff !important;
}

/*User Profile Page*/
.user-profile-page-content {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.user-profile-page-content .user-heading {
    width: 100%;
    overflow: hidden;
    background: rgba(89, 104, 124, 0.3);
    position: relative;
    padding: 90px 0 10px;
}
.user-profile-page-content .user-heading:before{
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;/*filter: blur(30px);*/
    margin: 0px;
}
.user-profile-page-content .user-heading:after {
    display: block;
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    height: 16rem;
    background-color: #f7f7f7;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: 1;
}
.user-profile-page-content .user-heading div.user-info {
    display: flex;
    padding: 30px 15px 55px;
    z-index: 9;
    position: relative;
    align-items: center;
}
.user-profile-page-content .user-heading div.user-info .avatar {
    width: 200px;
    height: 200px;
}
.user-profile-page-content .user-heading div.user-info .avatar img {
    width: 200px;
    height: 200px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.user-profile-page-content .user-heading div.user-info .info {
    margin-left: 20px;
    height: auto;
    padding: 0px 0px 10px 10px;
}
.user-profile-page-content .user-heading div.user-info .uname {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-bottom: 5px;
}
.user-profile-page-content .user-heading div.user-info .uname a {
    text-decoration: none;
    color: inherit;
}
.user-profile-page-content .user-heading div.user-info .uname a h4 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    line-height: 40px;
    display: inline-block;
    font-family: "Lato", sans-serif;
}
.user-profile-page-content .user-heading div.user-info .uname div.modal-menu {
    margin-left: 15px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.user-profile-page-content .user-heading div.user-info .uname div.modal-menu svg.feather {
    color:#fff;
    margin-top: 0px;
    width: 26px;
    height: 26px;
}
.user-profile-page-content .user-heading div.user-info .uname div.modal-menu.open{
    background-color: rgba(255, 255, 255, 0.2);
}
.user-profile-page-content .user-heading div.user-info .uname div.modal-menu .dropdown-menu{
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    padding: 8px 0;
    right: 0;
    left: auto;
}
.user-profile-page-content .user-heading div.user-info .uname div.modal-menu .dropdown-menu li{
    min-height: 48px;
    height: 48px;
}
.user-profile-page-content .user-heading div.user-info .uname div.modal-menu .dropdown-menu li a{
    padding: 14.4px 16px;
    font-family: "Lato", sans-serif;
    height: 48px;
}
.user-profile-page-content .social-links {
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 0;
}
.user-profile-page-content .social-links li {
    margin: 15px 12px 15px 0px;
}
.user-profile-page-content .social-links li.btn-social a{
    background-color: #f3f3f3;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    padding: 3px 0;
    border: 1px solid #fff;
}
.user-profile-page-content .social-links li.btn-website a {
    font-weight: 500;
    color: #f3f3f3;
    font-size: 13px;
    line-height: 23px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    height: 28px;
    padding: 0px 10px;
    transition: all 0.1s ease-in-out;
}
.user-profile-page-content .social-links li.btn-website a:hover{
    color:#000;
}
.user-profile-page-content .social-links li.btn-website a:hover svg.feather{
    fill: #000
}
.user-profile-page-content .social-links li.btn-website a svg.feather{
    margin: -2px 4px 0px 0px;
    width: 17px;
    height: 17px;
}
.user-profile-page-content .user-heading div.user-info .status {
    font-size: 15px;
    margin-bottom: 0px;
    color: #ffffff;
}
.user-profile-page-content .user-heading div.user-info .btn, .error_unblock,.load-more a{
    margin: 15px 13px 0 0;
    padding: 6px 25px;
    font-weight: normal;
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: 0;
    transition: all 0.3s;
    height: 37px;
    border-radius: 1em;
}
.user-profile-page-content .user-heading div.user-info .btn svg.feather, .error_unblock svg.feather{
    margin: -3px 2px 0px 0px;
    width: 17px;
    height: 17px;
}
.user-profile-page-content .user-heading div.user-info .btn:hover, .error_unblock:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
}
.user-profile-page-content .user-heading div.user-info .btn-info{
    background-color: #00bcd4ad;
}
.user-profile-page-content .user-heading div.user-info .btn-follow{
    /*background-color: #2cb99a;*/
    background-color: #2cacb957;
    color: #fff;
}
.user-profile-page-content .user-heading div.user-info .btn-message{
    background-color: rgba(255, 255, 255, 0.39);
    color: #fff;
}
.user-profile-page-content .user-heading div.user-info .btn-unblock, .error_unblock{
    background-color: #ef8e00;
}
.user-profile-page-content .user-heading div.user-info .btn-following{
    background-color: #60268591 !important;
    color: #fff !important;
}
.user-profile-page-content .user-heading div.user-info .btn_links,.load-more a {
    color:#fff;
    text-decoration:none;
    line-height: 24px;
}
.user-profile-page-content .navbar-bottom {
    width: 100%;
    margin-bottom: -5px;
}
.user-profile-page-content .navbar-bottom ul.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
}
.user-profile-page-content .navbar-bottom ul.navbar-nav li:last-child a.nav__item{
    margin:0;
}
.user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item {
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.42;
    text-align: center;
    color: #2d2d2d;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 16px;
    padding: 4px;
    width: 110px;
    transition: all 0.1s ease
}
.user-profile-page-content .navbar-bottom ul.navbar-nav li.active a.nav__item, .user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #4236dd;
    text-decoration: none;
}
.user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item span {
    font-size: 11px;
    letter-spacing: .4px;
    color: #888;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.82;
}
.user-profile-page-content .user-posts {
    width: 100%;
    padding-top: 30px;
    margin-top: 10px;
}
.user-profile-page-content .user-posts .galcolumn:nth-child(1) div.wrapper {
    padding-left: 0px;
}
.user-profile-page-content .user-posts .galcolumn:nth-child(3) div.wrapper {
    padding-right: 0px;
}
.user-profile-page-content .user-posts:empty {
    padding-top: 0px;
    border-top: none;
}
.user-profile-page-content .user-posts div.wrapper {/*padding: 0px 10px;*/
    margin-bottom: 20px !important;
    cursor: pointer;
}
.user-profile-page-content .user-posts .user-postset {
    background: #fff0 !important;
    font-family: "Lato",sans-serif;
    transition: box-shadow .35s ease-out;
    overflow: hidden;
    box-shadow: 0 0px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
    cursor: pointer;
}
.user-profile-page-content .user-posts .user-postset:hover{
    box-shadow: 0 12px 22px rgba(97, 97, 97, 0.05), 0 20px 36px rgba(136, 136, 136, 0.075);
}
.user-profile-page-content .user-posts .user-postset .media {
    overflow: hidden;
    width: 100%;
    height: 290px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.user-profile-page-content .user-posts .user-postset .media:hover .caption {
    visibility: visible;
    transition: all .2s ease;
    opacity: 1;
}
.user-profile-page-content .user-posts .user-postset .media .caption {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
    top: 0;
    color: #fff;
    z-index: 1;
    visibility: hidden;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    opacity: 0;
}
.user-profile-page-content .user-posts .user-postset .media .caption span svg.feather{
    margin: -3px 3px 0px 0px;
    color: rgba(255, 255, 255, 0.85);
    fill: rgba(255, 255, 255, 0.85);
}
.user-profile-page-content .user-posts .user-postset .media .category {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.user-profile-page-content .user-posts .user-postset .media .category svg.feather {
    fill: rgba(255, 255, 255, 0.65);
    margin-top: 0px;
    width: 30px;
    height: 30px;
}
.user-profile-page-content .following--ls, .user-profile-page-content .followers--ls {
    width: 100%;
    margin: 20px 0;
}
.user-profile-page-content .following--ls .following--ls__item, .user-profile-page-content .followers--ls .followers--ls__item {
    background: #fff;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 0 0px 1px #e7e7e7;
    position: relative;
}
.user-profile-page-content .following--ls .following--ls__item .avatar img, .user-profile-page-content .followers--ls .followers--ls__item .avatar img{
    width: 104px;
    height: 104px;
    box-sizing: border-box;
}
.user-profile-page-content .following--ls .following--ls__item .user__info, .user-profile-page-content .followers--ls .followers--ls__item .user__info {
    text-align:center
}
.user-profile-page-content .following--ls .following--ls__item .user__info a, .user-profile-page-content .followers--ls .followers--ls__item .user__info a {
    color: inherit;
}
.user-profile-page-content .following--ls .following--ls__item .user__info h5, .user-profile-page-content .followers--ls .followers--ls__item .user__info h5 {
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.9);
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user-profile-page-content .following--ls .following--ls__item .user__info p, .user-profile-page-content .followers--ls .followers--ls__item .user__info p {
    font-size: 12px;
    margin: 0;
}
.user-profile-page-content .following--ls .following--ls__item .user__info button.btn-info, .user-profile-page-content .followers--ls .followers--ls__item .user__info button.btn-info {
    padding: 7px 21px;
    margin-top: 15px;
    box-shadow: none;
    color: #fff;
    border-radius: 50rem;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, #f65599 0%,#4d0316 100%);
    transition: box-shadow 0.15s ease-in-out;
    border: 0;
    font-weight: 400;
}
.user-profile-page-content .following--ls .following--ls__item .user__info button.btn-following, .user-profile-page-content .followers--ls .followers--ls__item .user__info button.btn-following {
    background: #1dcc7d;
    background: linear-gradient(45deg, #1dcc7d 0%, #19d9b4 100%);
    color: #fff !important;
}
.user-profile-page-content .profile-blocked, .user-profile-page-content .private-profile {
    margin: 50px auto 70px;
    text-align: center;
}
.user-profile-page-content .profile-blocked h4, .user-profile-page-content .private-profile h4 {
    font-size: 25px;
    color: #262626;
}
.user-profile-page-content .profile-blocked p, .user-profile-page-content .private-profile p {
    line-height: 18px;
}

/*Post Lightbox*/
.light__box {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.light__box .lightbox-ol {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.light__box .lightbox-outer {
    width: 100%;
    height: 100%;/*display: flex;*/
    position: relative;
    padding: 0 40px;
    min-height: 0%;
    overflow: hidden;/*overflow: auto;*/
    flex-direction: column;
}
.light__box .lightbox-outer::after, .light__box .lightbox-outer::before {
    content: '';
    display: block;
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.light__box .lightbox-outer .lightbox-inner {
    width: 100%;
    min-width: 100%;/*min-width: 980px;*/
    height: auto;
    min-height: 50%;
    margin: auto;
    background: #ffffff00;
    max-width: 80%;
    border-radius: 4px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
}
.light__box .lightbox-outer .lightbox-inner .copyPostlink{
    position:absolute;
    left:-999999999px;
}
.light__box .lightbox-outer .lightbox-inner .pp_mobi_light_control{
    display:none;
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.75));
    height: 48px;
    padding: 14px;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
}
.light__box .lightbox-outer .lightbox-inner .pp_mobi_light_control .light__box-slide-controls{
    color: white;
    margin-right: 30px;
    text-decoration:none
}
.light__box .lightbox-outer .lightbox-inner .post-data {
    width: 100%;
    min-height:962px;
    */max-height:962px;/*max-height: 700px;*/
    position: relative;
    display: flex;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer {/*height: 100%;*/
    max-height:962px;/*max-height: 700px;*/
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #000;
    border-radius: 4px 0px 0px 4px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .pp_mobi_light_embed {
    width: 100%
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade .carousel-inner {
    height: 100%;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade .carousel-inner .item {
    height: 100%;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade a.cr-controls {
    position: absolute;
    top: 50%;
    display: flex;
    z-index: 100;
    text-align: center;
    transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade a.cr-controls span {
    padding: 7px 0;
    width: 40px;
    height: 40px;
    background: #676767;
    border-radius: 50%;
    position: relative;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade a.cr-controls span svg.feather {
    color: #e5e5e5;
    margin-top: 0px;
    width: 24px;
    height: 24px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade a.cr-controls.carousel-control-prev {
    left: -100px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade a.cr-controls.carousel-control-next {
    right: -100px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade:hover .carousel-control-prev {
    left: 10px !important;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade:hover .carousel-control-next {
    right: 10px !important;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .afterglow {
    max-height: 700px !important;
    width: 100%;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .afterglow.vjs-fullscreen {
    max-height: 100% !important;
    width: 100%;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer video {
    max-height: 100% !important;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer img {
    width: 100%;
    min-width: auto;
    min-height: 100%;
    height: 100%;
    width: auto;
    object-fit: scale-down;
    margin: auto;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer > img {
    width: 100%;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer iframe {
    width: 650px;
    height: 335px !important;
    border: none;
    background-size: cover;
    background-position: center;
    min-width: 100% !important;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes {
    background: #fff;
    max-width: 350px;
    min-width: 350px;
    position: relative;
    border-radius: 0px 4px 4px 0px;
    overflow: hidden;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading {
    overflow: hidden;
    display: flex;
    padding: 13px 15px 12px;
    background: #fff;
    align-items: center;
    position: relative;
    min-height: 65px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .avatar img {
    width: 100%;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .uname {
    margin-left: 10px;
    overflow: hidden;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .uname h6 {
    padding: 0px;
    margin: 0px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .uname h6 a {
    color: #262626;
    font-size: 15px;
    line-height: 18px;
    font-family: "Roboto",sans-serif;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .uname span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #515151;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading #lb-follow{
    color: white;
    background-color: #2196F3;
    padding: 5px 8px;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.15s ease;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading #lb-follow svg.feather{
    margin-top: -3px;
    width: 17px;
    height: 17px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading #lb-follow.active{
    background-color: #4CAF50;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .pp_light_close{
    margin-left: auto;
    cursor: pointer;
    padding: 2px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .pp_light_caption{
    padding: 0px 15px 0px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments {
    width: 100%;
    overflow-y: auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-grow: 1;
    background-color: #f2f3f5;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments::-webkit-scrollbar-track {
    background-color: #fff;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments::-webkit-scrollbar {
    width: 5px;
    background-color: #ededed;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments .pp_light_comm_count{
    margin: 7px 0;
    padding: 4px 40px 7px 15px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: "Lato",sans-serif;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li {
    width: 100%;
    overflow: hidden;
    margin: 7px 0;
    padding: 0px 40px 5px 15px;
    word-wrap: break-word;
    position: relative;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li .user-avatar {
    display: inline-block;
    float: left;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li .user-avatar img {
    width: 30px;
    height: 30px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li .pp_com_body {
    margin-left: 38px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li .pp_com_body span {
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 18px;
    display: inline-block;
    line-height: 18px;
    color: #555555;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li .pp_com_body strong {
    color: #262626;
    font-weight: 600;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li strong a {
    font-weight: 600;
    text-decoration: none;
    color: #262626;
    margin: 0px 5px 0px 0px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li a.hashtag, .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li a.mention {
    color: #003569;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li .delcomment {
    color: #c7c7c7;
    cursor: pointer;
    right: 10px;
    top: 5px;
    position: absolute;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments ul li .delcomment:hover {
    color: #222;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box {
    width: 100%;
    padding: 0px 15px;
    background: #fff;
    flex: 0 0 auto;
    vertical-align: bottom;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes {
    padding-top: 10px;
    width: 100%;/*overflow: hidden;*/
    display: flex;
    align-items: center;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span {
    overflow: hidden;
    font-weight: 500;
    color: #616770;
    padding: 0;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-copy-post{
    margin-left:10;
    margin-right: 13px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-copy-post svg.feather{
    width: 23px;
    height: 23px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span svg.feather{
    color: #616770;
    width: 25px;
    height: 25px;
    margin-top: 0px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post{
    margin-right: 5px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active svg.feather{
    color: #ed4856;
    fill: #ed4856;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-save-post.active svg.feather{
    color: #FF9800;
    fill: #FF9800;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes #lb-embed-post{
    margin-left:auto;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes #lb-embed-post svg.feather{
    width: 23px;
    height: 23px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes #lb-embed-post .dropdown-menu {
    padding: 6px 0;
    margin: 6px 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes #lb-embed-post .dropdown-menu  li a {
    color: #595959;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .text-input {
    width: 100%;
    padding: 0px;
    position: relative;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .text-input .commenting-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.6;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .text-input .commenting-overlay #pp_loader {
    display: block;
    float: none;
    padding: 13.4px 15px;
    margin-top: 5px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .text-input input {
    border: none;
    box-shadow: none;
    height: 50px;
    color: #262626;
    font-size: 16px;
    line-height: 16px;
    padding-left: 0px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .text-input .emojionearea.emojionearea-inline {
    margin: 8px 0;
    box-shadow: none;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .text-input .login-2comment {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #777;
    padding: 14px 0;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .text-input .login-2comment a {
    font-weight: 600;
}
.light__box .lightbox-outer .lightbox-inner .post-data .light__box-slide-controls {
    margin-top: auto;
    position: absolute;
    top: 0;
    padding: 0px 10px;
    height: 100%;
    display: flex;
    color: #fff;
    z-index: 3000;
}
.light__box .lightbox-outer .lightbox-inner .post-data .light__box-slide-controls span {
    margin: auto;
}
.light__box .lightbox-outer .lightbox-inner .post-data .light__box-slide-controls span svg.feather{
    margin-top: -2px;
    width: 30px;
    height: 30px;
    stroke-width: 3px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .light__box-slide-controls.next {
    right: -50px;
}
.light__box .lightbox-outer .lightbox-inner .post-data .light__box-slide-controls.prev {
    left: -50px;
}

.btn-following {
    border: 1px solid #9da6af;
    background-color: transparent;
    color: #262626;
}

/*Home Follow Sugg*/
.follow-suggestions-cr {
    width: 100%;
    background: #fafafa;
    margin-bottom: 0px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
.follow-suggestions-cr div.fluid h5 {
    margin: 15px 15px 0 15px;
    overflow: hidden;
    font-weight: 600;
    color: #515151;
    font-size: 15px;
    line-height: 18px;
}
.follow-suggestions-cr div.fluid h5 a {
    color: #3897f0;
    text-decoration: none;
    transition: all 0.2s ease;
}
.follow-suggestions-cr div.fluid h5 a svg.feather {
    margin: -3px 0px 0px -4px;
    width: 17px;
    height: 17px;
    transition: transform 0.2s ease;
}
.follow-suggestions-cr div.fluid h5 a:hover {
    color: #262626;
}
.follow-suggestions-cr div.fluid h5 a:hover svg.feather {
    transform: translateX(2px);
}
.follow-suggestions-cr .cr-wrapper {
    width: 100%;
    overflow-y: hidden;
    position: relative;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel {
    padding: 0px;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item {
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    padding: 10px 10px;
    margin: 10px 8px 10px 5px;
    display: inline-block;
    outline: 0;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .avatar {
    display: block;
    margin: 0 auto 5px;
    width: 80px;
    height: 80px;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .avatar img {
    width: 100%;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .uname {
    padding: 5px 0;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .uname a {
    display: block;
    width: 100%;
    color: #262626;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .uname span {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .button button {
    border: 0 !important;
    background: #4481eb;
    color: white;
    margin-top: 3px;
    padding: 7px 21px;
    border-radius: 50rem;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    outline: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
    white-space: nowrap;
    background: linear-gradient(135deg, #f65599 0%,#4d0316 100%);
    transition: box-shadow 0.15s ease-in-out;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .button button:focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 137, 255, 0.25);
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .button button.btn-following {
    background: #1dcc7d;
    background: linear-gradient(45deg, #1dcc7d 0%, #19d9b4 100%);
    color: #fff !important;
}
.follow-suggestions-cr .cr-wrapper .owl-carousel .item .button button.btn-following:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 196, 118, 0.25) !important;
}
.follow-suggestions-cr .cr-wrapper .slick-prev, .follow-suggestions-cr .cr-wrapper .slick-next {
    color: #efefef;
    background: #676767;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}
.follow-suggestions-cr .cr-wrapper .slick-next {
    right: 10px;
}
.follow-suggestions-cr .cr-wrapper .slick-prev {
    left: 10px;
}
.follow-suggestions-cr .cr-wrapper:hover .slick-prev, .follow-suggestions-cr .cr-wrapper:hover .slick-next {
    visibility: visible;
    opacity:1;
}
.follow-suggestions-cr .cr-wrapper:hover .slick-prev.slick-disabled, .follow-suggestions-cr .cr-wrapper:hover .slick-next.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

/*Message Page*/
.container-messages {
    max-width: 1120px;
    position: relative;
}
.body-messages{
    overflow-x:hidden;
    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' width='1650px' height='630px' viewBox='0 0 1650 630' enable-background='new 0 0 1650 630' xml:space='preserve'%3e%3cpath opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M1539.586,261.848c-3.067-15.471-25.463-18.982-31.027-2.851c-3.832,11.111,5.525,27.055,15.609,47.55 c20.569-9.922,37.764-16.706,41.597-27.818C1571.35,262.536,1551.441,251.636,1539.586,261.848z'/%3e%3ccircle opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='863.403' cy='129.99' r='23.663'/%3e%3cpath opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M964.687,487.133c-13.811-7.616-30.921,7.255-22.162,21.901c6.032,10.088,24.255,13.195,46.429,18.682 c5.656-22.127,11.539-39.649,5.508-49.738C985.67,463.277,964.51,471.487,964.687,487.133z'/%3e%3ccircle opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='580.739' cy='566.565' r='23.663'/%3e%3cpolyline opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 113.694,466.214 141.5,444.652 141.5,474.461 173.5,451.245 173.5,480 '/%3e%3cpolyline opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 605.824,350.043 612.019,315.426 631.948,337.593 640.305,298.86 659.583,320.303 '/%3e%3cpath opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d=' M558.088,67.594c-5.986-14.592-28.639-13.73-30.996,3.171c-1.624,11.642,10.626,25.486,24.464,43.66 c18.277-13.694,33.845-23.659,35.469-35.301C589.391,62.16,567.758,55.292,558.088,67.594z'/%3e%3cpolygon opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 100.399,95.98 127.748,105.32 110.625,155.46 101.537,136.946 83.193,145.951 '/%3e%3cpolygon opacity='0.1' fill='none' stroke='%2322D5DA' stroke-width='11.3386' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 1373.539,56.948 1390.382,33.464 1433.438,64.342 1413.087,67.693 1416.409,87.857 '/%3e%3c/svg%3e");
}
.messages-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 85vh;
    min-height: 500px;
    margin-top: 70px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.messages-container .header-composition {
    width: 100%;
    min-height: 56px;
    max-height: 56px;
    border-bottom: 1px solid #e5e5e5;
}
.messages-container .header-composition .privacy-settings {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 16.2px 17px;
}
.messages-container .header-composition .privacy-settings span {
    color: #66757f;
    font-weight: 500;
    font-size: 16px;
}
.messages-container .header-composition .privacy-settings a {
    float: right;
    margin-right: 15px;
    color: #66757f;
}
.messages-container .header-composition .interlocutor-info {
    display: flex;
    margin-left: -15px;
    height: 100%;
}
.messages-container .header-composition .interlocutor-info .mobile_msg_close{
    display: none;
    cursor: pointer;
    margin: 15px 10px;
    width: 23px;
    height: 23px;
    stroke-width: 2.5px;
}
.messages-container .header-composition .interlocutor-info .left {
    display: flex;
    padding: 10px 0px;
    max-height: 55px;
}
.messages-container .header-composition .interlocutor-info .left .avatar {
    width: 35px;
    height: 35px;
    min-width: 35px;
}
.messages-container .header-composition .interlocutor-info .left .avatar img {
    width: 100%;
}
.messages-container .header-composition .interlocutor-info .left .uname {
    margin-left: 10px;
}
.messages-container .header-composition .interlocutor-info .left .uname a {
    color: #262626;
    font-weight: 600;
}
.messages-container .header-composition .interlocutor-info .left .uname span {
    color: #999;
    font-size: 11px;
    line-height: 13px;
}
.messages-container .header-composition .interlocutor-info .right {
    margin-left: auto;
    padding-right: 10px;
    max-height: 55px;
}
.messages-container .header-composition .interlocutor-info .right .dropdown {
    padding: 12px 10px;
    display: inline-block;
}
.messages-container .header-composition .interlocutor-info .right .dropdown span.dropdown-toggle {
    width: 31px;
    height: 31px;
    color: #555;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.messages-container .header-composition .interlocutor-info .right .dropdown.open span.dropdown-toggle {
    background-color: rgba(153,153,153,0.4);
}
.messages-container .header-composition .interlocutor-info .right .dropdown ul {
    right: 10px;
    left: auto;
    top: 43px;
    padding: 6px 0;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.messages-container .header-composition .interlocutor-info .right .dropdown ul li a {
    color: #595959;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
}
.messages-container .pp_srch_msg .search-users {
    height: 50px;
    overflow: hidden;
    border-right: 1px solid rgba(85, 85, 85, 0.1);
}
.messages-container .pp_srch_msg .search-users .text-input {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 8px 17px;
}
.messages-container .pp_srch_msg .search-users .text-input input {
    box-shadow: none;
    border-radius: 2em;
    padding-left: 40px;
    background-color: #f6f7f9;
    border-color: #ededed;
}
.messages-container .pp_srch_msg .search-users .text-input input::-webkit-input-placeholder, .messages-container .pp_srch_msg .search-users .text-input input:-moz-placeholder, .messages-container .pp_srch_msg .search-users .text-input input:-ms-input-placeholder {
    color: #999;
}
.messages-container .pp_srch_msg .search-users .text-input svg.feather {
    position: absolute;
    top: 19px;
    left: 27px;
    color: #999;
    pointer-events: none;
}
.messages-container .row.content {
    height: 100%;
    padding-bottom: 50px;
}
.messages-container .row.content .col-md-4, .messages-container .row.content .col-md-8 {
    height: 100%;
}
.messages-container .row.content .chat-list {
    height: 100%;
    width: 100%;
}
.messages-container .row.content .chat-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid rgba(85, 85, 85, 0.1);
}
.messages-container .row.content .chat-list ul::-webkit-scrollbar-track {
    background-color: transparent;
    width: 4px;
}
.messages-container .row.content .chat-list ul::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}
.messages-container .row.content .chat-list ul::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: rgba(153, 153, 153, 0.5);
}
.messages-container .row.content .chat-list ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
.messages-container .row.content .chat-list ul li a {
    text-decoration: none;
}
.messages-container .row.content .chat-list ul li div.chat-list-item {
    width: 100%;
    display: flex;
    padding: 8px 17px;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .avatar {
    width: 45px;
    min-width: 45px;
    overflow: hidden;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .avatar img {
    width: 100%;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc {
    margin-left: 13px;
    flex-grow: 1;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc div.uname {
    width: 100%;
    white-space: nowrap;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc div.uname span.username {
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    max-width: 60%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc div.uname time {
    float: right;
    font-size: 12px;
    color: rgba(124, 124, 124, 0.8);
    line-height: 21px;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc div.message {
    width: 100%;
    max-width: 100%;
    display: flex;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc div.message span {
    flex-grow: 1;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    font-size: 13px;
    color: rgba(128, 128, 128, 0.9);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
    max-width: 85%;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc div.message small {
    display: inline-block;
    line-height: 18px;
    font-size: 9px;
    width: 18px;
    height: 18px;
    background: rgba(226, 113, 0, 0.9);
    color: #fff;
    border-radius: 5em;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
}
.messages-container .row.content .chat-list ul li div.chat-list-item .chat-desc div.message small:empty {
    all: unset;
    display:none
}
.messages-container .row.content .chat-list ul li:hover {
    background: rgba(0, 0, 0, 0.03);
}
.messages-container .row.content .chat-list ul li.active{
    background: rgba(0, 0, 0, 0.06);
}
.messages-container .row.content .conversation {
    height: 100%;/*margin-left: -30px;*/
    position: relative;
    background-color: #fafafa;
}
.messages-container .row.content .conversation .messages {
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 70px;
    top: 0;
    right: 0;
    margin: 0;
    overflow-y: auto;
}
.messages-container .row.content .conversation .messages:hover::-webkit-scrollbar-track {
    visibility: visible;
}
.messages-container .row.content .conversation .messages:hover::-webkit-scrollbar {
    visibility: visible;
}
.messages-container .row.content .conversation .messages::-webkit-scrollbar-track {
    background-color: #eef1f2;
    width: 5px;
    visibility: hidden;
    border-radius: 3px;
}
.messages-container .row.content .conversation .messages::-webkit-scrollbar {
    width: 5px;
    background-color: #eef1f2;
    border-radius: 3px;
    visibility: hidden;
}
.messages-container .row.content .conversation .messages::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(153, 153, 153, 0.5);
    border-radius: 3px;
}
.messages-container .row.content .conversation .messages .message-list-item {
    display: block;
    overflow: hidden;
    padding: 4px 16px 4px;
}
.messages-container .row.content .conversation .messages .message-list-item.active {
    cursor: pointer;
    background: #E3F2FD;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner {
    display: inline-flex;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner .user__avatar {
    width: 35px;
    height: 35px;
    min-width: 35px;
    overflow: hidden;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner .user__avatar img {
    width: 100%;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner .message__data {
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner .message__data p.message__text {
    padding: 7px 13px;
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    line-height: 1.4;
    margin-bottom: 0;
    display: table;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner.right .message__data p.message__text {
    font-size:14px !important;
    background: linear-gradient(141deg, #65b368 0%, #5db361 51%, #4CAF50 75%);
    color: white;
    margin-left: auto;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner.right .message__data p.message__text a.hashtag {
    color: #ffffff;
    text-decoration: underline;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner .message__data time {
    font-size: 11px;
    color: rgba(124, 124, 124, 0.8);
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner.left {
    margin-right: 20%;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner.left .message__data {
    margin-left: 7px;
    position: relative;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner.right {
    float: right;
    margin-left: 20%;
}
.messages-container .row.content .conversation .messages .message-list-item .message-list-item__inner.right .message__data {
    margin-right: 7px;
}
.messages-container .row.content .conversation .send-message {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 20px 20px;
}
.messages-container .row.content .conversation .send-message form {
    height: 100%;
}
.messages-container .row.content .conversation .send-message form div.text-input {
    width: 100%;
    height: 100%;
    position: relative;
}
.messages-container .row.content .conversation .send-message form div.text-input textarea {
    height: 100%;
    border-radius: 2em;
    border: none;
    resize: none;
    padding: 11px 60px 0 15px;
    font-size: 14px;
    color: #262626;
    box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.messages-container .row.content .conversation .send-message form div.text-input textarea::-webkit-scrollbar-track {
    background-color: transparent;
    width: 5px;
}
.messages-container .row.content .conversation .send-message form div.text-input textarea::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
.messages-container .row.content .conversation .send-message form div.text-input textarea::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #cdcdcd;
    border-radius: 5px;
}
.messages-container .row.content .conversation .send-message form div.controls {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: auto;
}
.messages-container .row.content .conversation .send-message form div.controls button {
    background: linear-gradient(141deg, #60d1ff 0%, #0992f3 51%, #0976f3 75%);
    border: none;
    padding: 2px 10px;
    font-size: 20px;
    color: #ffffff;
    outline: 0;
    border-radius: 50%;
    margin: 3.3px 0px;
    width: 36px;
    height: 36px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.messages-container .row.content .conversation .send-message form div.controls button:active {
    color: rgba(103, 117, 128, 0.6);
}
.messages-container .row.content .conversation .send-message form div.controls button:last-child {
    margin-right: 5px;
}
.messages-container .row.content .conversation .send-message form div.controls button svg.feather{
    fill: #fff;
    margin: -5px 0px 0px 0px;
}
.messages-container .row.content .conversation .send-message form .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    text-align: center;
    background: rgba(255, 255, 255, 0.55);
    cursor: not-allowed;
}
.messages-container .row.content .conversation .send-message form .overlay #pp_loader {
    display: block;
    float: none;
    padding: 15px;
}
.messages-container .row.content .conversation .send-message form .overlay #pp_loader .speeding_wheel {
    width: 24px;
    height: 24px;
}
.messages-container .row.content .conversation .send-message .delete-selected {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    padding: 19px 20px;
    background: #fff;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.06);
}
.messages-container .row.content .conversation .send-message .delete-selected button {
    border: none;
    background: none;
    color: white;
    padding: 6px 16px 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    outline: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.messages-container .row.content .conversation .send-message .delete-selected button:nth-child(1) {
    background-color: #2196F3;
}
.messages-container .row.content .conversation .send-message .delete-selected button:nth-child(1) b {
    margin-left: 10px;
}
.messages-container .row.content .conversation .send-message .delete-selected button:nth-child(2) {
    background: #9da6af;
}
.messages-container .row.content .conversation .send-message .blocked {
    width: 100%;
    overflow: hidden;
    text-align: center;
    cursor: not-allowed;
    height: 100%;
}
.messages-container .row.content .conversation .send-message .blocked svg.feather {
    width: 25px;
    height: 25px;
    fill: #888;
    margin: 15px 0px;
}
.messages-container .row.content .conversation .select-chat {
    width: 100%;
    height: 100%;
    display: flex;
}
.messages-container .row.content .conversation .select-chat .empty_state {
    margin: auto;
}
.messages-container .row.content .conversation .select-chat .empty_state button{
    display:none;
    margin: 60px auto 0;
}

/*Dropdown Menu*/
@keyframes drop-down-zoom {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes drop-up-zoom {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.open > .dropdown-menu.zoom {
    animation-name: drop-down-zoom;
    animation-duration: .15s;
    transform-origin: right 2px;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.open > .dropdown-menu.zoom-up {
    animation-name: drop-down-zoom;
    animation-duration: .15s;
    transform-origin: bottom 2px;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/*Story View*/
.story-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3000;
    transition: display 1s ease;
    display: flex;
    flex-direction: column;
}
.story-container .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    overflow: hidden;
    z-index: 99;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), transparent);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.65), transparent);
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), transparent);
}
.story-container .header .user-info {
    float: left;
    overflow: hidden;
    height: 100%;
    margin-left: 25px;
    padding: 12px 0px;
}
.story-container .header .user-info .avatar {
    width: 40px;
    height: 40px;
    float: left;
}
.story-container .header .user-info .avatar img {
    width: 100%;
    height: 100%;
}
.story-container .header .user-info h5 {
    float: left;
    margin: 3px 0 0 15px;
    padding: 0;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}
.story-container .header .user-info h5 time {
    display: block;
    overflow: hidden;
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
}
.story-container .header .user-info h5 time b{
    font-weight:normal
}
.story-container .header .user-info h5 time svg.feather{
    margin-top: -1px;
    width: 13px;
    height: 13px;
}
.story-container .header .close-modal, .story-container .header .delete-story {
    cursor: pointer;
    float: right;
    margin-right: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.story-container .header .close-modal svg.feather, .story-container .header .delete-story svg.feather {
    color: #a9a9a9;
}
.story-container .header .close-modal svg.feather:hover, .story-container .header .delete-story svg.feather:hover {
    color: #fff;
}
.story-container .container {
    width: 100%;
    max-width: 90% !important;
    margin: 0px auto;
    padding: 0px;
    z-index: 10;
    position: relative;
}
.story-container .bg {
    background-color: #262626;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.story-container .container .int-indicator {
    list-style: none;
    width: 500px;
    margin: 0 auto 10px;
    padding: 29px 70px;
    overflow: hidden;
    display: flex;
    z-index: 200;
    flex-direction: row;
}
.story-container .container .int-indicator li {
    margin: 0px;
    height: 7px;
    background: rgba(140, 140, 140, 0.8);
    border-radius: 7px;
    overflow: hidden;
}
.story-container .container .int-indicator li span {
    display: block !important;
    width: 0px;
    border-radius: 7px;
    height: 7px;
    background: #fff;
}
.story-container .container .carousel-inner {
    height: calc(100vh - 80px);
    display: flex;
}
.story-container .container .carousel-inner .item.img {
    height: 100%;
    margin: auto;
    width: 100%;
}
.story-container .container .carousel-inner .item.img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: scale-down;
    height: 100%;
    user-select: none;
    pointer-events: none;
}
.story-container .container .carousel-inner .item.video {
    height: 100% !important;
    width: 100% !important;
}
.story-container .container .carousel-inner .item.video video {
    height: 100% !important;
    width: 100% !important;
    object-fit: scale-down;
}
.story-container .container .carousel-inner .item {
    background-color: #333;
}
.story-container .container .carousel-inner .item div.caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 15px;
    margin: 0px;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
.story-container .container .carousel-inner .item:hover div.caption{
    opacity:1;
    visibility:visible
}
.story-container .container .carousel-inner .item div.caption p {
    color: #fff;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    margin: 0;
}
.story-container .views {
    width: 100%;
    padding: 5px 0;
    cursor: none;
    margin: 0px 0px 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.story-container .views span {
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
}
.story-container .container .cr-controls {
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    color: #fff;
    display: flex;
}
.story-container .container .cr-controls span {
    margin: auto;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 10em;
    background: rgba(247, 244, 242, 0.27);
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.story-container .container .cr-controls span svg.feather {
    margin-top: 8px;
    width: 23px;
    height: 23px;
}
.story-container .container .cr-controls.carousel-control-prev {
    left: -50px;
}
.story-container .container .cr-controls.carousel-control-next {
    right: -50px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*Lightbox*/
body.page__numb {
    overflow: hidden;
}
.lg-backdrop {
    background: rgba(26, 26, 26, 0.95) !important;
}
.lg-image {
    max-width: 1000px !important;
    max-height: 70vh !important;
}

/*Post View Page*/
.post-data-container {
    width: 100%;
    margin-top: 85px;
    font-family: "Lato", sans-serif;
}
.post-data-container .post-data-inner {
    width: 100%;
    overflow: hidden;
    min-height: 700px;
    position: relative;
    max-height: 700px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    display: flex;
}
.post-data-container .post-data-inner .post-media-renderer {
    min-height: 700px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #000;
    margin-right: 370px;
    width: calc(100% - 370px);
}
.post-data-container .post-data-inner .post-media-renderer .carousel {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.post-data-container .post-data-inner .post-media-renderer .carousel .carousel-inner {
    height: 100%;
}
.post-data-container .post-data-inner .post-media-renderer .carousel .item {
    max-height: 100%;
    overflow: hidden;
    height: 100%;
}
.post-data-container .post-data-inner .post-media-renderer .carousel .item img {
    max-height: 700px;
    min-height: 100%;
    object-fit:scale-down;
}
.post-data-container .post-data-inner .post-media-renderer .carousel a.cr-controls {
    position: absolute;
    top: 50%;
    display: flex;
    z-index: 100;
    text-align: center;
    transition: all 0.15s ease-in-out;
    transform: translateY(-50%);
}
.post-data-container .post-data-inner .post-media-renderer .carousel a.cr-controls span {
    padding: 7px 0;
    width: 40px;
    height: 40px;
    background: #676767;
    border-radius: 50%;
    position: relative;
}
.post-data-container .post-data-inner .post-media-renderer .carousel a.cr-controls span svg.feather {
    color: #e5e5e5;
    margin-top: 0px;
    width: 24px;
    height: 24px;
}
.post-data-container .post-data-inner .post-media-renderer .carousel a.cr-controls.carousel-control-prev {
    left: -40px;
}
.post-data-container .post-data-inner .post-media-renderer .carousel a.cr-controls.carousel-control-next {
    right: -40px;
}
.post-data-container .post-data-inner .post-media-renderer .carousel:hover .carousel-control-prev {
    left: 10px !important;
}
.post-data-container .post-data-inner .post-media-renderer .carousel:hover .carousel-control-next {
    right: 10px !important;
}
.post-data-container .post-data-inner .post-media-renderer .gif, .post-data-container .post-data-inner .post-media-renderer .video {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100% !important;
    display: flex;
    align-items: center;
}
.post-data-container .post-data-inner .post-media-renderer .gif img{
    min-height: 100%;
    object-fit: scale-down;
}
.post-data-container .post-data-inner .post-media-renderer .video .afterglow {
    max-height: 80vh !important;
    width: 100% !important;
}
.post-data-container .post-data-inner .post-media-renderer .video .afterglow video {
    max-height: 100% !important;
}
.post-data-container .post-data-inner .post-media-renderer .post-embed-frame {
    background: #212121;
}
.post-data-container .post-data-inner .post-media-renderer .post-embed-frame iframe {
    min-height: 340px !important;
}
.post-data-container .post-data-inner .sidebar {
    overflow: hidden;
    height: 100%;
    background: #fff;
    max-width: 370px;
    min-width: 370px;
    position: absolute;
    right: 0;
    top: 0;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .header {
    overflow: hidden;
    padding: 13px 15px 12px;
    margin: 0px;
    min-height: 65px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .header .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    display: inline-block;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .header .uname {
    display: block;
    margin-left: 50px;
    padding-top: 4px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .header .uname a {
    color: #262626;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-family: "Roboto",sans-serif;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .header .uname a span {
    font-weight: 300;
    color: #515151;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .header .uname button {
    display: inline-block;
    background: transparent;
    box-shadow: none;
    color: #1da1f2;
    padding: 3px 10px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .header .uname span {
    font-size: 12px;
    line-height: 15px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .pp_pst_caption{
    padding: 0px 15px 0px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments {
    width: 100%;
    overflow-y: auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-grow: 1;
    background-color: #f2f3f5;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments::-webkit-scrollbar-track {
    background-color: #fff;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments::-webkit-scrollbar {
    width: 6px;
    background-color: #cacac9;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments::-webkit-scrollbar-thumb {
    background-color: #cacac9;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list .main_post_comm{
    margin: 7px 0;
    padding: 0px 40px 5px 15px;
    display: block;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li {
    width: 100%;
    overflow: hidden;
    margin: 7px 0;
    padding: 0px 40px 5px 15px;
    word-wrap: break-word;
    position: relative;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li .user-avatar {
    display: inline-block;
    float: left;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li .user-avatar img {
    width: 30px;
    height: 30px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li .pp_com_body {
    margin-left: 38px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li .pp_com_body span {
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 18px;
    display: inline-block;
    line-height: 18px;
    color: #555555;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li strong {
    font-weight: 600;
    color: #262626;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li strong a {
    font-weight: 600;
    text-decoration: none;
    color: #262626;
    margin: 0px 5px 0px 0px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li .delcomment {
    color: #c7c7c7;
    cursor: pointer;
    right: 10px;
    top: 5px;
    position: absolute;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .pp_pst_caption p.caption[contenteditable="true"] {
    width: unset;
    color: #262626;
    margin: 0px;
    padding: 10px 0 5px 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    outline: 0;
    border: 2px solid #82b7da;
    border-radius: 3px;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .pp_pst_caption p:empty {
    padding: 0;
    margin: 0;
}
.post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li.caption a.hashtag, .post-data-container .post-data-inner .sidebar .sidebar__inner .comments .post-comments-list li.caption a.mention {
    color: #003569;
}
.post-data-container .post-data-inner .comment-box {
    width: 100%;
    padding: 0px 15px;
    background: #fff;
    flex: 0 0 auto;
    vertical-align: bottom;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}
.post-data-container .post-data-inner .comment-box .votes {
    margin: 10px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.post-data-container .post-data-inner .comment-box .votes span {
    overflow: hidden;
    font-weight: 500;
    color: #262626;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}
.post-data-container .post-data-inner .comment-box .votes .like-post {
    z-index: 1;
    cursor: pointer;
    margin-right: 5px;
}
.post-data-container .post-data-inner .comment-box .votes .like-post svg.feather{
    color: #616770;
    width: 25px;
    height: 25px;
    margin-top: 0px;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active svg.feather{
    color: #ed4856;
    fill: #ed4856;
}
.post-data-container .post-data-inner .comment-box .votes .dropup {
    z-index: 1;
    cursor: pointer;
    margin-left: auto;
    padding: 6px 7px;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.post-data-container .post-data-inner .comment-box .votes .dropup.open{
    background-color: rgba(153,153,153,0.4);
}
.post-data-container .post-data-inner .comment-box .votes .dropup span.dropdown-toggle {
    color: #676767;
    vertical-align: middle;
}
.post-data-container .post-data-inner .comment-box .votes .dropup .dropdown-menu {
    left: auto;
    right: 0px;
    padding: 6px 0;
    margin: 0;
    box-shadow: 0 0px 10px 1px rgba(0,0,0,0.14), 0 0px 14px 2px rgba(0,0,0,0.12), 0 3px 5px -3px rgba(0,0,0,0.2);
}
.post-data-container .post-data-inner .comment-box .votes .dropup .dropdown-menu li a {
    color: #595959;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
}
.post-data-container .post-data-inner .comment-box .votes .dropup .dropdown-menu li a:hover {
    background-color: #eee;
    color: #9C27B0;
}
.post-data-container .post-data-inner .comment-box .form .text-input {
    padding: 8px 0px;
    position: relative;
}
.post-data-container .post-data-inner .comment-box .form .text-input .user-avatar{
    position: absolute;
    width: 27px;
    height: 27px;
    margin-top: 3.5px !important;
}
.post-data-container .post-data-inner .comment-box .form .text-input .user-avatar img{
    width:100%;
}
.post-data-container .post-data-inner .comment-box .form .text-input .post_input_ {
    padding-left: 29px;
}
.post-data-container .post-data-inner .comment-box .form .text-input .post_input_ .emojionearea.emojionearea-inline {
    border: 0;
    box-shadow: none;
}
.post-data-container .post-data-inner .comment-box .form .text-input input {
    border: none;
    box-shadow: none;
    height: 50px;
    color: #262626;
    font-size: 16px;
    padding-left: 36px;
}
.post-data-container .post-data-inner .comment-box .form .text-input .login2comment {
    height: 50px;
    color: #262626;
    font-size: 13px;
    padding: 14px 2px;
}
.post-data-container .post-data-inner .comment-box .form .text-input .login2comment a {
    color: #2195f3;
    font-weight: 600;
}
.post-data-container .post-data-inner .comment-box .form .text-input .commenting-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: center;
}
.post-data-container .post-data-inner .comment-box .form .text-input .commenting-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.5);
}
.post-data-container .post-data-inner .comment-box .form .text-input .commenting-overlay #pp_loader {
    display: block;
    float: none;
    padding: 13.4px 15px;
    margin-top: 5px;
}

/*Footer*/
footer{
    border-top: solid 1px #f0f0f0;/*background-color: #fff;*/
    margin-top: 20px;
    padding: 20px 10px;
}
.footer__container {
    width: 100%;
    padding: 20px 0;
}
.footer__container .footer {
    width: 100%;
    font-size: 13px;
}
.footer__container .footer > ul.nav > li {
    display: inline-block !important;
    margin-left: 15px;
}
.footer__container .footer > ul.nav > li > a {
    color: #262626;
    padding: 0 !important;
    display: inline-block !important;
    background: none;
}
.footer__container .footer > ul.nav > li > a:hover{
    text-decoration: underline;
}
.footer__container .footer li.dropup {
    display: inline-block !important;
    position: relative !important;
    cursor: pointer;
}
.footer__container .footer li.dropup .dropdown-toggle a {
    color: #333 !important;
}
.footer__container .footer li.dropup ul {
    border-radius: 4px;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 0;
    transform: rotate3d(1, 1, 0, 15deg);
    transform-origin: 0 100%;
    opacity: 0;
    will-change: transform,opacity;
    transition-property: transform,opacity;
    transition-duration: .25s;
    display: block;
    visibility: hidden;
    pointer-events: none;
    min-width: 130px;
    left: auto;
    right: 0px;
}
.footer__container .footer li.dropup ul:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 30px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 20px 0 3px 0;
    background: #fff;
    z-index: -1;
}
.footer__container .footer li.dropup.open > ul {
    transform: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    margin-bottom: 15px;
    right: -24px;
}

/*Terms Page*/
.terms-page__container {
    width: 100%;
    margin-top: 80px;
}
.terms-page__container .terms-page__inner {
    width: 100%;
}
.terms-page__container .terms-page__inner .pp_term_head {
    margin:0 0 15px 0
}
.terms-page__container .terms-page__inner .pp_term_head ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.terms-page__container .terms-page__inner ul li{
    margin: 0 15px 0 0;
    display: inline-block;
}
.terms-page__container .terms-page__inner ul li:last-child{
    margin:0
}
.terms-page__container .terms-page__inner ul li.active a{
    color: #fff;
}
.terms-page__container .terms-page__inner ul li:first-child.active a{
    background: #546671;
}
.terms-page__container .terms-page__inner ul li:nth-child(2).active a{
    background: #eb3573;
}
.terms-page__container .terms-page__inner ul li:nth-child(3).active a{
    background: #3fa044;
}
.terms-page__container .terms-page__inner ul li:last-child.active a{
    background: #2196f3;
}
.terms-page__container .terms-page__inner ul li a {
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07);
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    min-width: 110px;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
}
.terms-page__container .terms-page__inner ul li a svg.feather{
    margin: -3px 7px 0 0;
    width: 17px;
    height: 17px;
}
.terms-page__container .terms-page__inner .content {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    padding: 30px 50px;
    min-height: 80vh;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07);
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
}

/*Add Post FAB*/
.add-post-bf--controls {
    position: fixed;
    height: auto;
    bottom: -60px;
    right: 32px;
    z-index: 2000;
}
.add-post-bf--controls:not(.active) .nds {
    display: none;
}
.add-post-bf--controls .btns {
    width: 40px;
    margin: auto;
}
.add-post-bf--controls .btns .nds {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    background: #fff;
    color: #676767;
    margin-bottom: 12px;
}
.add-post-bf--controls .btns .nds span {
    width: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.add-post-bf--controls #floating-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2196F3;
    cursor: pointer;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    position: relative;
}
.add-post-bf--controls #floating-button svg.feather{
    width: 24px;
    height: 24px;
}
.add-post-bf--controls .plus {
    color: white;
    display: block;
    text-align: center;
    line-height: 57px;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}
.add-post-bf--controls.active .plus {
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
}
.add-post-bf--controls .edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
    text-align: center;
    color: #fff;
}
.add-post-bf--controls.active .edit {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}
.add-post-bf--controls.active .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}
.add-post-bf--controls.active .nd3 {
    animation-delay: 0.08s;
}
.add-post-bf--controls.active .nd4 {
    animation-delay: 0.15s;
}
.add-post-bf--controls.active .nd5 {
    animation-delay: 0.2s;
}
.add-post-bf--controls .nd1 {
    bottom: 100px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}
.add-post-bf--controls .nd3 {
    bottom: 160px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}
.add-post-bf--controls .nd4 {
    bottom: 220px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}
.add-post-bf--controls .nd5 {
    bottom: 280px;
    animation-delay: 0.08s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}
@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}
@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}
@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}
@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}
@keyframes bounce-nds {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

body.active {
    position: relative;
}
/*body.active:after {content: '';position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: 1001;background-color: rgba(0,0,0,0.3); }*/

/*Explore Tags Page*/
.explore-tags {
    width: 100%;
    overflow: hidden;
}
.explore-tags > h4.text-center {
    padding: 40px 0px 30px;
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-family: "Lato",sans-serif;
    background: #475d6f;
    background-size: contain;
}
.explore-tags > h4.text-center span {
    font-size: 16px;
    line-height: 24px;
    color: #e7e7e7;
    display: block;
    padding-top: 5px;
    text-transform: lowercase;
}

/*Menu Modal*/
.modal--menu, .modal--dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
}
.modal--menu.modal--dialog, .modal--dialog.modal--dialog {
    z-index: 3000;
}
.modal--menu h5.title, .modal--dialog.modal--dialog h5.title {
    margin: 0 !important;
    padding: 20px 24px;
}
.modal--menu h5.title span, .modal--dialog.modal--dialog h5.title span {
    color: #999;
    cursor: pointer;
}
.modal--menu h5.title span svg.feather, .modal--dialog.modal--dialog h5.title span svg.feather{
    margin: 0;
    padding: 0;
    background: none;
    width: 24px;
    height: 24px;
}
.modal--menu h5.title span:hover, .modal--dialog.modal--dialog h5.title span:hover {
    color: #333;
}
.modal--menu.modal--dialog .list-group, .modal--dialog.modal--dialog .list-group {
    max-height: 60vh;
    overflow-y: auto;
}
.modal--menu.modal--dialog .list-group .list-group-item, .modal--dialog.modal--dialog .list-group .list-group-item {
    width: 100%;
    overflow: hidden;
    padding: 9px 10px !important;
    border: 0;
    border-top: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
}
.modal--menu .list-group .list-group-item{
    border:0
}
.modal--menu.modal--dialog .list-group .list-group-item:first-child, .modal--dialog.modal--dialog .list-group .list-group-item:first-child{
    border:0;
}
.modal--menu.modal--dialog .list-group .list-group-item .avatar, .modal--dialog.modal--dialog .list-group .list-group-item .avatar {
    float: left;
    width: 37px;
    height: 37px;
}
.modal--menu.modal--dialog .list-group .list-group-item .user-info, .modal--dialog.modal--dialog .list-group .list-group-item .user-info {
    padding-left: 13px;
}
.modal--menu.modal--dialog .list-group .list-group-item .user-info a, .modal--dialog.modal--dialog .list-group .list-group-item .user-info a {
    padding: 0px;
    width: 100%;
    line-height: 13px;
    line-height: 16px;
    color: #262626;
    font-weight: 600;
}
.modal--menu.modal--dialog .list-group .list-group-item .user-info time, .modal--dialog.modal--dialog .list-group .list-group-item .user-info time {
    color: #999;
    font-size: 12px;
}
.modal--menu.modal--dialog .list-group .list-group-item .user-info time svg.feather, .modal--dialog.modal--dialog .list-group .list-group-item .user-info time svg.feather{
    margin-top: -2px;
    width: 11px;
    height: 11px;
}
.modal--menu.modal--dialog .list-group .list-group-item .btn-info, .modal--dialog.modal--dialog .list-group .list-group-item .btn-info {
    margin: 0px 0px 0px auto;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    padding: 4px 16px;
    line-height: normal;
}
.modal--menu.modal--dialog .list-group .list-group-item .btn-info i, .modal--dialog.modal--dialog .list-group .list-group-item .btn-info i{
    display:none;
}
.modal--menu.open, .modal--dialog.open {
    display: flex !important;
}
/*.modal--menu:after, .modal--dialog:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3); }*/
.modal--menu .modal-outer, .modal--dialog .modal-outer {
    width: auto;
    margin: auto;
    position: relative;
    z-index: 1;
}
/*.modal--menu .modal-outer div.overlay, .modal--dialog .modal-outer div.overlay {position: absolute;left: 0;top: 0;bottom: 0;right: 0;display: flex; }*/
.modal--menu .modal-outer div.overlay:after, .modal--dialog .modal-outer div.overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.modal--menu .modal-outer div.overlay #pp_loader, .modal--dialog .modal-outer div.overlay #pp_loader {
    display: block;
    float: none;
    margin:auto;
    z-index:5
}
.modal--menu .modal-outer div.overlay #pp_loader .speeding_wheel, .modal--dialog .modal-outer div.overlay #pp_loader .speeding_wheel{
    width: 40px;
    height: 40px;
    border-width: 3px;
}
.modal--menu .modal-outer .modal-inner, .modal--dialog .modal-outer .modal-inner {
    min-width: 500px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.4);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.4);
    overflow: hidden;
}
.modal--menu .modal-outer .modal-inner ul, .modal--dialog .modal-outer .modal-inner ul {
    margin: 0;
    padding: 0px 30px 24px;
}
.modal--menu .modal-outer .modal-inner ul li, .modal--dialog .modal-outer .modal-inner ul li {
    border-radius: 0px;
    padding: 0;
    background: #fff;
}
.modal--menu .modal-outer .modal-inner ul li a, .modal--dialog .modal-outer .modal-inner ul li a {
    display: block;
    padding: 12px 0;
    color: #262626;
    text-decoration: none;
}
.modal--dialog .modal-outer .modal-inner ul li a {
    font-weight: 500;
}

/*Confirm Modal*/
.confirm--modal, .dialog-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3000;
}
.confirm--modal .confirm--modal--inner, .confirm--modal .modal--inner, .dialog-modal .confirm--modal--inner, .dialog-modal .modal--inner {
    position: relative;
    z-index: 4000;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.4);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.4);
    overflow: hidden;
    min-width: 240px;
    width: 470px;
    font-family: "Lato",sans-serif;
    max-width: 90%;
}
.confirm--modal .confirm--modal--inner .modal--header, .confirm--modal .modal--inner .modal--header, .dialog-modal .confirm--modal--inner .modal--header, .dialog-modal .modal--inner .modal--header {
    width: 100%;
    overflow: hidden;
}
.confirm--modal .confirm--modal--inner .modal--header h5, .confirm--modal .modal--inner .modal--header h5, .dialog-modal .confirm--modal--inner .modal--header h5, .dialog-modal .modal--inner .modal--header h5 {
    padding: 15px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    font-family: "Helvetica","Ubuntu","Lato",sans-serif;
    margin: 0;
    border-bottom: 1px solid #e6ecf0;
}
.confirm--modal .confirm--modal--inner form, .confirm--modal .modal--inner form, .dialog-modal .confirm--modal--inner form, .dialog-modal .modal--inner form {
    min-width: 480px;
    overflow: hidden;
}
.confirm--modal .confirm--modal--inner form .form-control, .confirm--modal .modal--inner form .form-control, .dialog-modal .confirm--modal--inner form .form-control, .dialog-modal .modal--inner form .form-control {
    box-shadow: none;
    border: none;
    border-radius: 0px;
}
.confirm--modal .confirm--modal--inner form .form-group, .confirm--modal .modal--inner form .form-group, .dialog-modal .confirm--modal--inner form .form-group, .dialog-modal .modal--inner form .form-group {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.confirm--modal .confirm--modal--inner form textarea, .confirm--modal .modal--inner form textarea, .dialog-modal .confirm--modal--inner form textarea, .dialog-modal .modal--inner form textarea {
    padding-top: 10px;
}
.confirm--modal .confirm--modal--inner form .modal--body, .confirm--modal .modal--inner form .modal--body, .dialog-modal .confirm--modal--inner form .modal--body, .dialog-modal .modal--inner form .modal--body {
    padding: 0;
}
.confirm--modal .confirm--modal--inner .confirm--modal--body, .confirm--modal .confirm--modal--inner .modal--body, .confirm--modal .modal--inner .confirm--modal--body, .confirm--modal .modal--inner .modal--body, .dialog-modal .confirm--modal--inner .confirm--modal--body, .dialog-modal .confirm--modal--inner .modal--body, .dialog-modal .modal--inner .confirm--modal--body, .dialog-modal .modal--inner .modal--body {
    width: 100%;
    overflow: hidden;
    padding: 24px;
    color: #333;
}
.confirm--modal .confirm--modal--inner .confirm--modal--body h5, .confirm--modal .confirm--modal--inner .modal--body h5, .confirm--modal .modal--inner .confirm--modal--body h5, .confirm--modal .modal--inner .modal--body h5, .dialog-modal .confirm--modal--inner .confirm--modal--body h5, .dialog-modal .confirm--modal--inner .modal--body h5, .dialog-modal .modal--inner .confirm--modal--body h5, .dialog-modal .modal--inner .modal--body h5, .modal--menu h5.title, .modal--dialog.modal--dialog h5.title {
    margin: 0 0 1rem 0;
    line-height: 3.2rem;
    font-size: 20px;
    font-family: "Roboto",sans-serif;
}
.confirm--modal .confirm--modal--inner .confirm--modal--body h5 svg.feather, .confirm--modal .confirm--modal--inner .modal--body h5 svg.feather, .confirm--modal .modal--inner .confirm--modal--body h5 svg.feather, .confirm--modal .modal--inner .modal--body h5 svg.feather, .dialog-modal .confirm--modal--inner .confirm--modal--body h5 svg.feather, .dialog-modal .confirm--modal--inner .modal--body h5 svg.feather, .dialog-modal .modal--inner .confirm--modal--body h5 svg.feather, .dialog-modal .modal--inner .modal--body h5 svg.feather, .modal--menu h5.title svg.feather, .modal--dialog.modal--dialog h5.title svg.feather{
    background-color: rgba(0, 0, 0, 0.25);
    padding: 7.5px;
    margin: -3px 5px 0px 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.confirm--modal .confirm--modal--inner .confirm--modal--body p, .confirm--modal .confirm--modal--inner .modal--body p, .confirm--modal .modal--inner .confirm--modal--body p, .confirm--modal .modal--inner .modal--body p, .dialog-modal .confirm--modal--inner .confirm--modal--body p, .dialog-modal .confirm--modal--inner .modal--body p, .dialog-modal .modal--inner .confirm--modal--body p, .dialog-modal .modal--inner .modal--body p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 16px;
}
.confirm--modal .confirm--modal--inner .confirm--modal--footer, .confirm--modal .confirm--modal--inner .modal--footer, .confirm--modal .modal--inner .confirm--modal--footer, .confirm--modal .modal--inner .modal--footer, .dialog-modal .confirm--modal--inner .confirm--modal--footer, .dialog-modal .confirm--modal--inner .modal--footer, .dialog-modal .modal--inner .confirm--modal--footer, .dialog-modal .modal--inner .modal--footer {
    width: 100%;
    overflow: hidden;
    text-align: end;
    padding: 0px 12px;
}
.confirm--modal .confirm--modal--inner .confirm--modal--footer button, .confirm--modal .confirm--modal--inner .modal--footer button, .confirm--modal .modal--inner .confirm--modal--footer button, .confirm--modal .modal--inner .modal--footer button, .dialog-modal .confirm--modal--inner .confirm--modal--footer button, .dialog-modal .confirm--modal--inner .modal--footer button, .dialog-modal .modal--inner .confirm--modal--footer button, .dialog-modal .modal--inner .modal--footer button {
    padding: 0px 10px;
    font-weight: 500;
    outline: 0;
    font-family: "Roboto", sans-serif;
    min-width: 88px;
    line-height: 36px;
    margin: 6px 8px 15px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.15s ease-in-out
}

/*Post Not Found*/
.page-not-found {
    margin-top: 150px;
    margin-bottom: 100px;
    text-align: center;
}
.page-not-found h3 {
    font-family: "Lato",sans-serif;
    color: #262626;
    padding: 0;
    margin:0;
    font-size: 31px;
    line-height: 32px;
    font-weight: 600;
}
.page-not-found p {
    font-size: 16px;
    line-height: 18px;
    color: #262626;
    padding: 0;
    margin: 12px 0 35px;
}
.template {
    display: none !important;
    visibility: hidden !important;
}


/*Styles*/
svg {
    vertical-align: middle;
}
svg.feather {
    margin-top: -4px;
    width: 19px;
    height: 19px;
}

.btn-default svg.feather {
    margin-top: -3px;
    width: 16px;
    height: 16px;
}
.btn-raised{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border-radius: 2px;
    border-color: transparent !important;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}
.btn-raised.btn-default:hover{
    background-color: rgba(0, 0, 0, 0.01);
}
.btn-raised:active {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
}
a{
    outline:0 !important
}
.btn-red{
    background-color: #e0284f;
}

/*Toast*/
.toast{
    position: fixed;
    list-style: none;
    padding: 0;
    width: auto;
    z-index: 999999;
    margin: 10px 20px 20px !important;
}
.toast li{
    display:block;
}
.toast span {
    min-width: 288px;
    max-width: 400px;
    display: inline-block;
    margin: 10px 0 0 0;
    text-align: center;
    background-color: rgb(35, 35, 35);
    color: #ffffff;
    padding: 15px 24px;
    border-radius: 3px;
    min-height: 14px;
    border: 1px solid;
}
.toast li.danger span{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.toast li.info span{
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}
.toast li.success span{
    color: #fff;
    background-color: #494949;
    border-color: #494949;
}

/*Responsive Embed*/
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 75%;
}
.embed-responsive-25::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Animation*/
/*==FadeInUp==*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUpBig {
    -webkit-animation-name: fade_in_up_big;
    animation-name: fade_in_up_big;
}
@-webkit-keyframes fade_in_up_big {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes fade_in_up_big {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
/*==BounceIn==*/
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*Slider*/
/*Pro User Slider*/
.slick-slider{
    position:relative;
    display:block;
    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;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    display:block;
    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{
    position:relative;
    top:0;
    left:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    display:table;
    content:''
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.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-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
/* Arrows */
.slick-prev, .slick-next{
    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: none;
    z-index: 9;
    background: white;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.16);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    transition: all 0.2s ease;
}
.slick-prev svg.feather, .slick-next svg.feather{
    margin: 0px;
    width: 31px;
    height: 31px;
}
.slick-prev svg.feather{
    margin-left: -2px;
}
.slick-next svg.feather{
    margin-left: 2px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    color: #222;
    outline: none;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, .3);
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
    opacity: 0;
    visibility: hidden;
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0px;
}

/*Empty State*/
.empty_state, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications div{
    margin-top: 80px;
    margin-bottom: 80px;
    color: #6d6d6d;
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: "Lato", sans-serif;
}
.empty_state svg.confetti, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications div svg.confetti{
    width: 230px;
    fill: #c6c6c6;
    display: block;
    margin: auto;
}
.st0{
    fill:#FE60A1;
}
.st1{
    fill:#8089FF;
}
.st2{
    fill:#84CE65;
}
.st3{
    fill:#54CEFF;
}
.st4{
    fill:#7B78FF;
}
.st5{
    fill:#282E38;
}
.st6{
    fill:#C9CDD2;
}
.st7{
    fill:#92D275;
}
.empty_state svg.feather, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications div svg.feather{
    display: block;
    margin: -95px auto 75px;
    width: 60px;
    height: 60px;
    color: #607D8B;
}

/*404 Page*/
.pp_404 {
    text-align: center;
    font-size: 104px;
    font-weight: 800;
    margin: 70px 15px;
}
.pp_404 > span {
    display: inline-block;
    position: relative;
}
.pp_404 > span.four {
    width: 136px;
    height: 43px;
    border-radius: 999px;
    background:linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%), linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%), linear-gradient(to right, #d89ca4, #e27b7e);
}
.pp_404 > span.four:before, .pp_404 > span.four:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
}
.pp_404 > span.four:before {
    width: 43px;
    height: 156px;
    left: 60px;
    bottom: -43px;
    background:linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%), linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%), linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.pp_404 > span.four:after {
    width: 137px;
    height: 43px;
    transform: rotate(-49.5deg);
    left: -18px;
    bottom: 36px;
    background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.pp_404 > span.zero {
    vertical-align: text-top;
    width: 156px;
    height: 156px;
    border-radius: 999px;
    background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%), linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
    overflow: hidden;
    animation: bgshadow 5s infinite;
}
.pp_404 > span.zero:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    background-color: transparent;
    left: 0px;
    bottom: 0px;
    background:linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%), linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.pp_404 > span.zero:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
    width: 70px;
    height: 70px;
    left: 43px;
    bottom: 43px;
    background: #FDFAF5;
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
@keyframes bgshadow {
    0% {
        box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
    }
    45% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }
    55% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
    }
}

/*Explore Page*/
.pp_exp_head_svg svg.feather{
    width: 130px;
    height: 130px;
    color: rgba(255, 255, 255, 0.65);
}
.pp_hero {/*overflow: hidden;*/
    position: relative;
    height: 170px;
    min-height: 170px;
    background: #24A4EA;
    background: linear-gradient(100deg, #3D3695, #953594 25%, #DA2129);
}
.pp_hero .w {
    position: absolute;
    top: 100%;
    left: -25vw;
    right: 0px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='800' height='200' viewBox='0 0 800 200'%3e%3cpath d='M400 0C280 0 120 40 0 40v160h800v-160C680 40 520 0 400 0z' fill='%23FFF'/%3e%3c/svg%3e");
    background-position: center;
}
.pp_hero .wave {
    height: 200px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.pp_hero .wave2 {
    height: 240px;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    background-size: 960px 240px;
    opacity: 0.5;
    left: -80vw;
    right: -5vw;
}
.pp_hero .wave3 {
    height: 220px;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    background-size: 880px 220px;
    opacity: 0.33;
    left: 0vw;
    right: -20vw;
}
.pp_hero .wave4 {
    height: 280px;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
    background-size: 1120px 280px;
    opacity: 0.1;
    left: 0vw;
    right: -40vw;
}

/*Loader*/
#pp_loader{
    display:none;
    float:right;
    padding: 10px 0px;
}
#pp_loader .speeding_wheel{
    width: 18px;
    height: 18px;
    margin: 0 auto;/*border: 2px solid rgba(0,0,0,0.72);
        border-radius: 50%;border-left-color: transparent;
        border-right-color: transparent;animation: cssload-spin 1s infinite linear;
        -webkit-animation: cssload-spin 1s infinite linear;*/
}

/*Sidebar Footer*/
body .pp_side_footer{
    color: #929292;
}
body .pp_side_footer ul.nav li{
    padding-right: 10px;
    margin-left: 0 !important;
}
body .pp_side_footer ul.dropdown-menu li{
    padding-right: 0px;
}
body .footer__container .footer.pp_side_footer li.dropup .dropdown-toggle a, body .footer__container .footer.pp_side_footer > ul.nav > li > a{
    color: #929292 !important;
}

/*Publisher Box Items*/
.pp_pubbox_opt{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    background-color: white;
    display: flex;
    align-items: center;
}
.pp_pubbox_opt .nds {
    flex: 1 100%;
    display: flex;
    border-right: 1px solid #e7e7e7;
    margin: 4px 0;
}
.pp_pubbox_opt .nds:last-child{
    border:0;
}
.pp_pubbox_opt .nds .create-new-post{
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    flex: 1 100%;
    text-align: center;
    transition: all 0.15s ease-in-out;
    margin: 0 4px;
}
.pp_pubbox_opt .nds .create-new-post:hover{
    background-color: rgba(29, 33, 41, .04);
    border-radius: 2px;
}
.pp_pubbox_opt .nds .create-new-post svg.feather{
    width: 24px;
    height: 24px;
    margin-top: 0px;
}

/*Tooltip*/
[tooltip]{/*position:relative*/
}
[tooltip]::after,[tooltip]::before{
    text-transform:none;
    font-size:.9em;
    line-height:1;
    user-select:none;
    pointer-events:none;
    position:absolute;
    opacity:0;
    visibility:hidden;
    -webkit-transform:scaleY(.4) scaleX(.4);
    -moz-transform:scaleY(.4) scaleX(.4);
    -ms-transform:scaleY(.4) scaleX(.4);
    -o-transform:scaleY(.4) scaleX(.4);
    transform:scaleY(.4) scaleX(.4);
    -webkit-transition:all .3s cubic-bezier(.64,.09,.08,1);
    -moz-transition:all .3s cubic-bezier(.64,.09,.08,1);
    transition:all .3s cubic-bezier(.64,.09,.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:.3ch;
    box-shadow:0 1em 2em -.5em rgba(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(-.5em,-50%)
}
[tooltip][flow^=left]::after{
    top:50%;
    right:calc(100% + 5px);
    transform:translate(-.5em,-50%)
}

/*Message Page*/
.pp_svg_lines {
    position: absolute;
    height: 40px;
    bottom: 60px;
    left: -185px;
    transform: translateY(30%) rotate(180deg);
}
.pp_svg_spiral, .pp_svg_triangle{
    -webkit-animation: bounce-rev-absolute 20s linear infinite;
    animation: bounce-rev-absolute 20s linear infinite;
}
.pp_svg_squiggle, .pp_svg_lines{
    -webkit-animation: float-right-30 16s ease-in-out infinite;
    animation: float-right-30 16s ease-in-out infinite;
}
@-webkit-keyframes bounce-rev-absolute{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes bounce-rev-absolute{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@-webkit-keyframes float-right-30{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50%{
        -webkit-transform:translateX(30px);
        transform:translateX(30px)
    }
    to{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes float-right-30{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50%{
        -webkit-transform:translateX(30px);
        transform:translateX(30px)
    }
    to{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}

/*Material Input*/
.pp_mat_input{
    position: relative;
    margin-bottom: 3em;
}
.pp_mat_input input, .pp_mat_input textarea, .pp_mat_select select {
    width: 100%;
    font-size: 17px;
    padding: 2px 2px 1px;
    display: block;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
    background-color: transparent !important;
    box-shadow:none !important;
    border-radius:0 !important;
}
.pp_mat_input span.bar, .pp_mat_select span.bar  {
    position: relative;
    display: block;
}
.pp_mat_input .bar:before, .pp_mat_input .bar:after, .pp_mat_select span.bar:before, .pp_mat_select span.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    transition: 0.2s ease all !important;
    -moz-transition: 0.2s ease all !important;
    -webkit-transition: 0.2s ease all !important;
    background: #00b289 !important;
}
.pp_mat_input .bar:before, .pp_mat_select span.bar:before {
    left: 50%;
}
.pp_mat_input .bar:after, .pp_mat_select span.bar:after {
    right: 50%;
}
.pp_mat_input label {
    font-family: "Roboto", sans-serif;
    color: rgba(0,0,0,0.8) !important;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 0.3125em;
    top: 0.60em;
    transition: 0.2s ease all !important;
    -moz-transition: 0.2s ease all !important;
    -webkit-transition: 0.2s ease all !important;
    margin: 0;
}
.pp_mat_input input:focus ~ .bar:before, .pp_mat_input input:focus ~ .bar:after, .pp_mat_input textarea:focus ~ .bar:before, .pp_mat_input textarea:focus ~ .bar:after, .pp_mat_select select:focus ~ .bar:before, .pp_mat_select select:focus ~ .bar:after {
    width: 50%;
}
.pp_mat_input input:focus ~ label, .pp_mat_input input:valid ~ label, .pp_mat_input textarea:focus ~ label, .pp_mat_input textarea:valid ~ label {
    top: -15px;
    left: 0px;
    font-size: 12px;
    color: #00b289 !important;
}
.pp_mat_label{
    font-size: 12px;
    color: #00b289 !important;
}
.pp_mat_select {
    position: relative;
    margin-bottom: 1.7em;
}
.pp_mat_input_50{
    width: 49.3%;
    display: inline-block;
}
.form-control{
    background: #3b3b3b00 !important;
}

/*Toggle Switch*/
.tgl {
    display: none;
}
.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 36px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -3px;
}
.tgl + .tgl-btn:after {
    left: -3px;
}
.tgl + .tgl-btn:before {
    display: none;
}
.tgl:checked + .tgl-btn:after {
    left: 54%;
    background: rgb(0, 188, 212);
}
.tgl-ios + .tgl-btn {
    background: rgb(189, 189, 189);
    transition: all .4s ease;
    height: 14px;
    border-radius: 30px;
    margin: 3px 0px;
}
.tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: rgb(245, 245, 245);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.tgl-ios:checked + .tgl-btn {
    background: rgba(0, 188, 212, 0.5);
}

/*Loading Bar*/
@keyframes shift-rightwards{
    0%{
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%);
        background: #1da1f2;
    }
    40%{
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
        background: #ed215e;
    }
    60%{
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
        background: #84b946;
    }
    100%{
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
        background: #dc4a38;
    }
}
.bar_loading {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5px;
    z-index: 5000;
    background: #1da1f2;
    transform: translateX(100%);
    animation: shift-rightwards 1.5s infinite;
}
.app-loading .bar_loading {
    display: block;
}

/*Contact Us Form*/
#contact_us_form {
    display: flex;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 50px 30px;
    margin: -30px -50px;
    min-height: inherit;
}
#contact_us_form .pp_mat_input label {
    top: -15px;
    left: 0px;
    font-size: 12px;
    color: #00b289;
}
#contact_us_form textarea {
    margin-top: 40px;
}
#contact_us_form .pp_load_loader {
    text-align: center;
}
#contact_us_form .pp_load_loader .btn {
    border: 0;
    border-radius: 2em;
    padding: 13px 35px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

/*Embed Post*/
#embed_post {
    resize: none;
    margin-top: 24px;
    height: 55px;
    box-shadow: none;
    border: 0;
    border-bottom: 1.5px solid #dbdbdb;
    border-radius: 0;
    padding: 5px 4px;
}

/*Startup*/
.pp_startup{
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin: 80px 0 30px;
}
.pp_startup .settings-page-container {
    margin: 0;
    display: block;
}
.pp_startup .start_head {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.pp_startup .start_head h3 {
    margin:0;
}
.pp_startup .start_head h3 svg {
    margin-top: -4px;
}
.pp_startup .start_head p {
    margin:0;
    margin-left: auto;
    cursor: pointer;
}
.pp_startup .startup_button{
    margin-top: 50px;
    text-align: center;
}
.pp_startup .startup_image {
    width: 200px;
    margin: auto;
}
.pp_startup .startup_image .img_container_1 {
    height: 200px;
    border: 2px dashed #afafaf;
    border-radius: 50%;
}
.pp_startup .startup_image img {
    object-fit: cover;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.footer_class{
    width: 100%;
}

.stories .item {
    cursor: pointer;
}
.ml_{
    margin-left: 12px;
}
.img_container{
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
}
.img_container_1{
    background-color: #ececec;
    height: 250px;
}
.img_container_2{
    text-align: center;
    padding-top: 70px;
    color: #fff;
}
.img_container_text{
    color: #66757f;
    text-align: center;
    font-weight: 500;
}
.verify_text_1{
    color: #00b289;
    font-size: 12;
    font-weight: 500;
}
.verify_text_2{
    font-size: 12;
    font-weight: 500;
}
.verify_h{
    padding-top: 100px;
    padding-bottom: 100px;
    color: #66757f;
}
.is_should_hide{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    z-index: 5;
}
.is_should_hide img{
    object-fit: unset !important;
    width: 100% !important;
}
.is_should_hide1{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    height: 100%;
    z-index: 5;
}
.is_should_hide2{
    position: absolute;
    top: 50%;
    width: 100%;
}
.is_should_hide3{
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.is_should_hide4{
    text-align: center;
    margin-top: 20px;
}
.is_should_hide5:active, .is_should_hide5:link{
    padding: 5px 20px 5px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
.post_avatar_{
    margin-top: 5px !important;
}
.post_input_{
    padding-left: 36px;
}

.s-users--ls {
    width: 100%;
    overflow: hidden;
    padding: 0px 70px;
    min-height: 150px;
}
.s-users--ls-item {
    border-bottom: 1px solid #e6ecf0;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    margin: 0 0 0 70px;
}
.s-users--ls-item:last-child {
    border-bottom: none;
}
.s-users--ls-item_avatar {
    width: 50px;
    height: 50px;
    margin-left: -70px;
}
.s-users--ls-item_h4 {
    margin: -2px 0 0 14px;
    font-weight: normal;
}
.s-users--ls-item_span {
    display: block;
    line-height: 16px;
    font-size: 13px;
    padding: 3px 0 2px 0;
}
.s-users--ls-item button {
    margin: 0 0 0 auto;
}

.image_from_url{
    position: absolute;
    height: 30px;
    top: 15px;
    left: 30px;
}
.image_from_url_1{
    background: #e5e5e5;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
.image_from_url_2{
    background: #e5e5e5;
    border-radius: 50%;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
}
#img_url{
    z-index: 100;
    max-height: 300px;
}
.ml_1_{
    margin-left: 10px;
}

/*Filters*/
.show_filters_{
    height: 32px;
    background-color: rgba(0, 0, 0, 0.27);
    cursor: pointer;
    width: 32px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filters_1{
    width: 100%;
    height: 600px;
    display: none;
    position: relative;
    text-align: center;
    display: none;
}
.filters_2{
    width: 100%;
    height: 100%;
}
.filters_3{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 5px;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.open_camera_ {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}
.open_camera_ a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #5b646c;
    font-size: 14px;
    font-weight: 500;
    background-color: #e7e7e7;
    padding: 10px 20px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    text-decoration: none;
}
.open_camera_ a svg {
    width: 20px;
    height: 20px;
    margin: 0px 5px -1px 0;
}
.camera_1{
    width: 100%;
    height: 600px;
    display: none;
    position: relative;
    text-align: center;
}
.camera_2{
    width: 100%;
    height: 100%;
}
.camera_3{
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    padding: 5px;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.camera_4{
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 15px;
    background-color: #2196F3;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
.camera_5{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    z-index: 50;
    display: none;
    border-radius: 0;
    max-height: 70%;
    overflow-y: auto;
}
.camera_6{
    background-color: rgba(255, 0, 0, 0.9);
    cursor: pointer;
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.camera_7{
    display: none;
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    color: white;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
.old_messages_1{
    position: absolute;
    bottom: -30px;
    z-index: 333;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.old_messages_2{
    background-color: #65b368;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: #fff;
}

.camera_timer{
    background-color: rgba(0, 0, 0, 0.50);
    cursor: pointer;
    width: 55px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: white;
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
}
#active_session{
    color: #4CAF50;
}
.user-profile-page-content .user-posts .user-postset_fav {
    background: #fff;
    font-family: "Lato",sans-serif;
    transition: box-shadow .35s ease-out;
    overflow: hidden;
    box-shadow: 0 0px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
    cursor: pointer;
}
.user-profile-page-content .user-posts .user-postset_fav:hover{
    box-shadow: 0 12px 22px rgba(97, 97, 97, 0.05), 0 20px 36px rgba(136, 136, 136, 0.075);
}
.user-profile-page-content .user-posts .user-postset_fav .media {
    overflow: hidden;
    width: 100%;
    height: 290px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.user-profile-page-content .user-posts .user-postset_fav .media:hover .caption {
    visibility: visible;
    transition: all .2s ease;
    opacity: 1;
}
.user-profile-page-content .user-posts .user-postset_fav .media .caption {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
    top: 0;
    color: #fff;
    z-index: 1;
    visibility: hidden;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    opacity: 0;
}
.user-profile-page-content .user-posts .user-postset_fav .media .caption span svg.feather{
    margin: -3px 3px 0px 0px;
    color: rgba(255, 255, 255, 0.85);
    fill: rgba(255, 255, 255, 0.85);
}
.user-profile-page-content .user-posts .user-postset_fav .media .category {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.user-profile-page-content .user-posts .user-postset_fav .media .category svg.feather {
    fill: rgba(255, 255, 255, 0.65);
    margin-top: 0px;
    width: 30px;
    height: 30px;
}

/*Emoji*/
body .emojionearea .emojionearea-button>div.emojionearea-button-open {
    background-position: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3e%3cpath fill='%23555' d='M12,17.5C14.33,17.5 16.3,16.04 17.11,14H6.89C7.69,16.04 9.67,17.5 12,17.5M8.5,11A1.5,1.5 0 0,0 10,9.5A1.5,1.5 0 0,0 8.5,8A1.5,1.5 0 0,0 7,9.5A1.5,1.5 0 0,0 8.5,11M15.5,11A1.5,1.5 0 0,0 17,9.5A1.5,1.5 0 0,0 15.5,8A1.5,1.5 0 0,0 14,9.5A1.5,1.5 0 0,0 15.5,11M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3e%3c/svg%3e") !important;
}
body .emojionearea .emojionearea-button>div.emojionearea-button-close {
    background-position: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3e%3cpath fill='%23555' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3e%3c/svg%3e") !important;
}




/*Responsive*/
@media (max-width: 1190px) {
    .navbar-fixed-top .navbar-right li a.mode_button {
        left: auto;
        position: relative;
    }
}

@media (max-width: 1140px) {
    .light__box .lightbox-outer .lightbox-inner {
        min-width: 100%;/*min-width: auto;*/
    }
    .story-container .container {
        max-width: 80% !important;
    }
}

@media (max-width: 1065px) {
    .light__box .lightbox-outer .lightbox-inner {
        max-width: 100%;/*max-width: 870px;*/
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes {
        max-width: 335px;
        min-width: 335px;
    }
}

@media (max-width: 1024px) {
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes {
        max-width: 320px;
        min-width: 320px;
    }
    .light__box .lightbox-outer .lightbox-inner {
        max-width: 100%;/*max-width: 850px;*/
    }
}

@media (max-width: 992px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 240px;
    }
    .explore-page-container .sub__header div.container h4, .explore-page-container .sub__header div.container p{
        text-align:center;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
        height: 200px;
    }
    .home-page-container .home-posts-container .timeline-posts .header div.dropdown {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
    .home-page-container .home-posts-container .timeline-posts .header time {
        transform: translateX(-8px);
    }
    .no-padding-left {
        padding-left: 15px;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item {
        width: 33.3333333%;
    }
    .navbar-fixed-top #navbar-collapse .pp_front_menu.last_menu {
        margin-right: 15px;
    }
    .navbar-fixed-top .navbar-right li {
        margin-right: 1px;
    }
    .navbar-fixed-top #navbar-collapse form.navbar-search {
        min-width: 200px;
    }
    .post-data-container .post-data-inner .post-media-renderer {
        margin-right: 310px;
        width: calc(100% - 310px);
    }
    .post-data-container .post-data-inner .sidebar {
        max-width: 310px;
        min-width: 310px;
    }
    .post-data-container .post-data-inner .post-media-renderer .post-embed-frame iframe {
        min-height: 310px !important;
    }
    .light__box .lightbox-outer .lightbox-inner {
        max-width: 100%;/*max-width: 90%;*/
        min-height: 550px;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data {
        min-height: 550px;
        max-height: 550px;
    }
    .navbar-fixed-top #navbar-collapse .pp_front_menu a {
        padding: 13.8px 13px;
    }
}

@media (max-width: 950px) {
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes {
        max-width: 310px;
        min-width: 310px;
    }
}

@media (max-width: 865px) {
    .pp_svg_squiggle {
        display: none !important;
    }
    .pp_svg_lines {
        display: none !important;
    }
    .pp_svg_spiral {
        display: none !important;
    }
    .pp_svg_triangle {
        display: none !important;
    }
    .story-container .container .int-indicator {
        padding: 44px 70px 14px;
    }
    body .pp_side_footer li.dropup ul.dropdown-menu{
        left: 0;
        right: auto;
    }
    body .pp_side_footer li.dropup ul.dropdown-menu:before{
        right: auto;
        left: 30px;
    }
    .light__box .lightbox-outer {
        padding: 0;
    }
    .light__box .lightbox-outer .lightbox-inner .pp_mobi_light_control{
        display:block;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .light__box-slide-controls, .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .heading .pp_light_close, .light__box .lightbox-outer::after, .light__box .lightbox-outer::before{
        display:none;
    }
    .light__box .lightbox-outer .lightbox-inner{
        max-width: 100%;
        min-height: 400px;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data{
        min-height: 400px;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer {
        border-radius: 0;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes {
        border-radius: 0;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comments {
        max-height: 70vh;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade a.cr-controls.carousel-control-next {
        right: 10px;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .carousel.slide.carousel-fade a.cr-controls.carousel-control-prev {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .post-editing-form form#import-post-gifs .preview-video button {
        visibility: visible;
        opacity: 1;
    }
    .story-container .container{
        padding-top: 85px;
    }
    .story-container .container .int-indicator {
        padding: 17px 70px;
        height: 40px;
        position: absolute;
        top: 45px;
        width: 100%;
    }
    .story-container .container .carousel-inner{
        height: calc(100vh - 100px);
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-fixed-top #navbar-collapse form.navbar-search {
        min-width: 200px;
    }
    .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu {
        left: auto;
        right: 0;
        position: absolute;
    }
    .navbar-fixed-top #navbar-collapse .pp_front_menu a span{
        display:none
    }
    .container-messages-main{
        padding:0;
    }
    .messages-container{
        height: calc(100vh - 45px);
    }
    .messages-container .header-composition .interlocutor-info .mobile_msg_close{
        display:inline-block
    }
    .messages-container .header-composition .interlocutor-info, .messages-container .row.content .conversation{
        display:none
    }
    .messages-container.open .header-composition .interlocutor-info{
        position: fixed;
        height: 60px;
        width: 100%;
        left: 0;
        top: 0;
        margin: 90px 0 0;
        background-color: white;
        padding: 0 20px;
        z-index: 999;
        display:flex;
    }
    .messages-container.open .row.content .conversation{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 150px 0 0;
        height: calc(100% - 150px);
        display:block;
        z-index: 9;
    }
    .messages-container .row.content .conversation .select-chat .empty_state button{
        display:block
    }
    .post-data-container .post-data-inner{
        display: block;
        max-height: 100%;
        min-height: auto;
    }
    .messages-container .row.content .conversation .send-message{
        width: 100%;
        height: 70px;
        position: fixed;
        left: 0;
        bottom: 4%;
        padding: 7px 20px 20px;
        z-index:999999;
        display: flex;
        flex-direction: column-reverse
    }
    .post-data-container .post-data-inner .post-media-renderer{
        margin: 0;
        width: 100%;
        min-height: auto;
    }
    .post-data-container .post-data-inner .sidebar{
        display: block;
        width: 100%;
        min-width: 100%;
        position: relative;
    }
    .post-data-container .post-data-inner .post-media-renderer .carousel a.cr-controls.carousel-control-prev {
        left: 10px;
    }
    .post-data-container .post-data-inner .post-media-renderer .carousel a.cr-controls.carousel-control-next {
        right: 10px;
    }
}

@media (max-width: 720px) {
    .explore-page-container .explore-posts-container .explore-postset .image .caption span {
        color: #fff;
        font-size: 15px;
        margin: 0px 2px 0px 3px;
    }
    .explore-page-container .explore-posts-container .explore-postset .image .caption>div{
        width: 100%;
        padding: 20px 5px 10px;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    }
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 300px;
    }
    .light__box .lightbox-outer .lightbox-inner {
        min-height: 100vh;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data {
        min-height: calc(100vh - 48px);
        flex-direction: column;
        max-height: 100%;
        overflow-y: auto;
        display: block;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-votes {
        max-width: 100%;
        min-width: 100%;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer {
        min-height: calc(100vh - 290px);
        max-height: calc(100vh - 290px);
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer img {
        max-height: calc(100vh - 290px);
    }
    .navbar-fixed-top #navbar-collapse form.navbar-search {
        min-width: 190px;
        width: 190px;
    }
}

@media (max-width: 680px) {
    body{
        padding-top:45px;
    }
    .navbar-fixed-top {
        /*height: 90px;*/
        transition: top 0.2s ease-in-out;
    }
    .navbar-fixed-top.nav_up{
        top: -45px;
    }
    .navbar-fixed-top .navbar-left{
        width: calc(100% - 100px);
    }
    .navbar-fixed-top #navbar-collapse form.navbar-search{
        min-width: calc(100vw - 235px);
    }
    .navbar-fixed-top #navbar-collapse .pp_front_menu, .navbar-fixed-top #navbar-collapse .hide_head_link{
        display:none
    }
    .navbar-fixed-top #second_header {
        background-color: #fff !important;
        display:block;
    }
    .user-profile-page-content, .explore-page-container{
        margin-top: 0;
        /*margin-top: 45px;*/
    }
    .navbar-fixed-top #navbar-collapse form.navbar-search .search-result{
        z-index: 1;
    }
    .settings-page-container .sidenav{
        width: 100%;
        padding: 0px;
    }
    .settings-page-container .page-content{
        width: 100%;
        padding: 0px 0px;
        margin-top: -35px;
    }
    .settings-page-container .sidenav ul li.active:before{
        display:none;
    }
    .story-container .container {
        max-width: 70% !important;
    }
}

@media (max-width: 620px) {
    .explore-page-container .explore-posts-container div.wrapper {
        padding: 0px 1px;
        margin-bottom: 20px !important;
    }
    .pp_404 {
        font-size: 64px;
        margin: 70px 5px;
    }
    .pp_404 > span.four {
        width: 106px;
        height: 25px;
    }
    .pp_404 > span.four:before {
        width: 25px;
        height: 115px;
        left: 60px;
        bottom: -35px;
    }
    .pp_404 > span.four:after {
        width: 99px;
        height: 25px;
        transform: rotate(-42.8deg);
        left: -11px;
        bottom: 28px;
    }
    .pp_404 > span.zero {
        width: 106px;
        height: 106px;
    }
    .pp_404 > span.zero:before {
        width: 50px;
        height: 50px;
    }
    .pp_404 > span.zero:after {
        width: 45px;
        height: 45px;
        left: 30px;
        bottom: 30px;
    }
    .explore-page-container .explore-posts-container .explore-postset .image {
        height: 270px;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item {
        width: 50%;
    }
    .post-editing-form form#import-post-gifs .content, .post-editing-form form#import-post-gifs .preview-video {
        max-height: 230px;
    }
    .post-editing-form form#embed-post-video #embed-iframe iframe{
        height: auto !important
    }
    .post-editing-form form#embed-post-video div.fetch-url .video-url, .post-editing-form .selecet-file-control {
        margin: 3px 10px;
    }
    .post-editing-form form#import-post-gifs div.search-input {
        margin: 0 20px 15px;
    }
    [tooltip]::after, [tooltip]::before {
        opacity: 1;
        visibility: visible;
    }
    .footer__container ul{
        display:block;
        text-align:center;
        float:none !important
    }
    .footer__container ul.nav.pull-right{
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    body .pp_side_footer ul{
        text-align: start;
    }
    .story-container .container {
        max-width: 100% !important;
    }
    .story-container .container .cr-controls.carousel-control-prev {
        left: 0;
        width: 30%;
    }
    .story-container .container .cr-controls.carousel-control-next {
        right: 0;
        width: 30%;
    }
    .story-container .container .cr-controls span {
        visibility:hidden;
    }
    .story-container .container .carousel-inner .item div.caption {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 580px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 250px;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
        height: 170px;
    }
    .modal--menu .modal-outer, .modal--dialog .modal-outer {
        width: 500px;
        max-width: 90%;
    }
    .modal--menu .modal-outer .modal-inner, .modal--dialog .modal-outer .modal-inner {
        min-width: auto;
    }
    .user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item {
        width: 105px;
    }
    .light__box .lightbox-outer .lightbox-inner {
        height: 100%;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer{
        justify-content:center;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer img {
        min-height: auto;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer iframe{
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: auto !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .light__box .lightbox-outer .lightbox-inner .post-data .posts-media-renderer .pp_mobi_light_embed{
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        width: 100%;
    }
}

@media (max-width: 570px) {
    .user-profile-page-content .user-heading div.user-info{
        text-align: center;
        display: block;
        padding: 0px 15px 55px;
    }
    .user-profile-page-content .user-heading div.user-info .avatar{
        margin:auto;
    }
    .user-profile-page-content .user-heading div.user-info .info{
        margin: 30px 0 0;
        padding: 0px 20px 10px;
    }
    .user-profile-page-content .social-links li {
        margin: 15px 6px;
        float: none;
        display: inline-block;
    }
    .user-profile-page-content .user-heading div.user-info .uname div.modal-menu .dropdown-menu {
        left: auto;
    }
    .settings-page-container .blocked-users-settings .blocked-users--ls {
        padding: 0px 10px;
    }
    .terms-page__container .terms-page__inner ul li {
        margin: 0 10px 0 0;
    }
    .terms-page__container .terms-page__inner ul li a {
        padding: 0 10px;
    }
    .settings-page-container .page-content div.header .avatar-wrapper {
        margin-right: 10px;
    }
    .settings-page-container .page-content div.header .avatar-wrapper img {
        width: 50px;
        height: 50px;
    }
    .settings-page-container .page-content div.header .edit-avatar {
        margin-left: 60px;
    }
    .camera_1, .filters_1 {
        height: 560px;
    }
}

@media (max-width: 520px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 230px;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
        height: 150px;
    }
    .user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item {
        margin-right: 5px;
        width: 100px;
    }
}

@media (max-width: 500px) {
    .pp_404 > span{
        width:auto !important;
        height:auto !important;
    }
    .pp_404 {
        font-size: 64px;
        margin: 70px 5px;
    }
    .pp_404 > span.four, .pp_404 > span.zero:before, .pp_404 > span.four:before, .pp_404 > span.four:after {
        background: transparent;
    }
    .pp_404 > span.zero {
        background: transparent;
        animation:none
    }
    .pp_404 > span.zero:after {
        background: transparent;
        box-shadow: none;
    }
    .screen-reader-text{
        position:static;
    }
    .explore-page-container .explore-people-container .people .explore-people__item, .user-profile-page-content .following--ls .following--ls__item, .user-profile-page-content .followers--ls .followers--ls__item{
        width:50%;
    }
    .user-profile-page-content .user-heading div.user-info .uname div.modal-menu .dropdown-menu {
        right: 0;
    }
    .terms-page__container .terms-page__inner ul li a svg.feather{
        display:none;
    }

    svg.feather-arrow-left{
        width: 39px !important;
        height: 39px !important;
    }
    svg.feather-arrow-right {
        width: 39px !important;
        height: 39px !important;
    }
    svg.feather-x {
        width: 39px !important;
        height: 39px !important;
    }
}

@media (max-width: 496px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 400px;
    }
    .story-container .container .int-indicator {
        padding: 17px 40px;
    }
    .modal--dialog.modal--dialog h5.title {
        font-size: 17px;
    }
    .modal--dialog.modal--dialog h5.title svg.feather-users {
        display:none
    }
    .modal--dialog .modal-outer .modal-inner ul {
        padding: 0px 10px 24px;
    }
    .user-profile-page-content .social-links li.btn-website a{
        background-color: #f3f3f3;
        width: 28px;
        text-align: center;
        border-radius: 50%;
        padding: 3px 0;
        border-color: #fff;
        line-height: normal;
    }
    .user-profile-page-content .social-links li.btn-website a svg.feather{
        margin: -1px 0 0;
        width: 19px;
        height: 19px;
        fill: #673AB7;
    }
    .user-profile-page-content .social-links li.btn-website a span{
        display:none;
    }
    .user-profile-page-content .user-heading div.user-info .btn{
        margin: 15px 6.5px 0;
    }
    .user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item {
        width: 95px;
    }
    .camera_1, .filters_1 {
        height: 500px;
    }
}

@media (max-width: 455px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 390px;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
        height: 140px;
    }
    .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu{
        width: calc(100vw - 17px);
        right: -17px;
    }
    .user-profile-page-content .user-heading div.user-info .avatar, .user-profile-page-content .user-heading div.user-info .avatar img{
        width: 160px;
        height: 160px;
    }
    .user-profile-page-content .user-heading div.user-info .info {
        margin: 20px 0 0;
    }
    .user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item {
        width: 79px;
    }
    .pp_mat_input_50 {
        width: 100%;
        display: block;
    }
    .settings-page-container {
        margin-top: 80px;
    }
}

@media (max-width: 425px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 330px;
    }
    .explore-page-container .explore-people-container .people .explore-people__item .avatar img, .user-profile-page-content .following--ls .following--ls__item .avatar img, .user-profile-page-content .followers--ls .followers--ls__item .avatar img {
        width: 94px;
        height: 94px;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
        height: 130px;
    }
    .settings-page-container .blocked-users-settings .blocked-users--ls {
        padding: 0px;
    }
    .settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item button {
        padding: 3px 8px;
    }
    .settings-page-container .blocked-users-settings .blocked-users--ls .blocked-users--ls-item {
        margin: 0 0 0 60px;
    }
    .terms-page__container .terms-page__inner ul li a {
        min-width: 80px;
        padding: 0 7px;
    }
    .toast{
        padding: 0;
        width: 100%;
    }
    .toast span{
        width:100%;
        border-radius: 0;
        margin: 5px 0 0 0;
    }
    .navbar-fixed-top .navbar-left li.logo {
        margin-right: 15px;
    }
    .navbar-fixed-top #navbar-collapse {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-fixed-top .navbar-left {
        display: flex;
        align-items: center;
    }
    .navbar-fixed-top #navbar-collapse form.navbar-search {
        min-width: 100%;
        width: auto;
    }
}

@media (max-width: 380px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 300px;
    }
    .story-container .container .int-indicator {
        padding: 17px 30px;
    }
    .navbar-fixed-top .navbar-left li.logo {
        margin-right: 20px;
    }
    .navbar-fixed-top .navbar-left li:last-child{
        max-width: calc(100% - 70px);
    }
    .user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item {
        width: 72px;
        padding: 4px 0;
    }
    .terms-page__container .terms-page__inner ul li {
        margin: 0 2px 0 0;
    }
    .camera_1, .filters_1 {
        height: 400px;
    }
}

@media (max-width: 350px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 280px;
    }
    .explore-page-container .explore-people-container .people .explore-people__item .user-profile-page-content .following--ls .following--ls__item, .user-profile-page-content .followers--ls .followers--ls__item{
        width:100%;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
        height: 120px;
    }
    .user-profile-page-content .navbar-bottom ul.navbar-nav li a.nav__item {
        width: 68px;
        padding: 4px 0;
    }
    .empty_state svg.confetti, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications div svg.confetti {
        width: 200px;
    }
    .empty_state svg.feather, .navbar-fixed-top .navbar-right li div.notifications-list div.dropdown-menu li.no__notifications div svg.feather {
        margin: -85px auto 75px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 320px) {
    .explore-page-container .explore-posts-container .explore-postset .image{
        height: 250px;
    }
    .home-page-container .home-sidebar-right div.featured-posts div.list .item .thumb {
        height: 100px;
    }
    .camera_1, .filters_1 {
        height: 300px;
    }
}




@media (min-width: 375px) {
    .pp_svg_spiral {
        display: block;
        position: absolute;
        bottom: 50px;
        right: 0;
        height: 40px;
        transform: rotate(90deg);
    }
}
@media (min-width: 750px) {
    .pp_svg_squiggle {
        display: block;
        position: absolute;
        bottom: 30px;
        right: 0;
        transform: translate(50%);
        height: 20px;
    }
    .pp_svg_lines {
        height: 70px;
    }
    .pp_svg_spiral {
        height: 58px;
        top: 25%;
        left: -100px;
        transform: rotate(-45deg);
    }
    .pp_svg_triangle {
        display: block;
        position: absolute;
        top: 10%;
        right: -170px;
        transform: rotate(-45deg) translateX(40%);
        height: 50px;
    }
}
@media (min-width: 1000px) {
    .pp_svg_squiggle {
        display: block;
        position: absolute;
        bottom: 40%;
        right: -110px;
        transform: translate(50%);
    }
    .settings-page-container .sidenav {
        min-height: 65vh;
    }
}






.post-data-container .post-data-inner .comment-box .votes .like-post.active .like-icon {
    -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23ed4856" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart" color="%23ed4856"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .like-icon [class^="heart-animation-"] {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.101 4.417S8.895.207 5.111.207c-4.465 0-10.967 6.846 5.082 17.592C25.237 7.03 19.665.202 15.501.202c-4.162 0-5.4 4.215-5.4 4.215z" fill="%23FF6E6F" fill-rule="evenodd"/></svg>') no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
    opacity: 0;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active [class^="heart-animation-"]::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon [class^="heart-animation-"]::after {
    content: '';
    background: inherit;
    background-size: 100%;
    width: inherit;
    height: inherit;
    display: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 0;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .heart-animation-1 {
    -webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .like-icon .heart-animation-1::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-1::after {
    width: 12px;
    height: 10px;
    visibility: hidden;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .like-icon .heart-animation-1::before {
    opacity: .6;
    -webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .like-icon .heart-animation-1::after {
    -webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .75;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .heart-animation-2 {
    -webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .heart-animation-2::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-2::after {
    width: 10px;
    height: 8px;
    visibility: hidden;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .heart-animation-2::before {
    -webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .25;
}
.post-data-container .post-data-inner .comment-box .votes .like-post.active .heart-animation-2::after {
    -webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .4;
}










.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .like-icon {
    -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23ed4856" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart" color="%23ed4856"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') no-repeat center;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .like-icon [class^="heart-animation-"] {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10.101 4.417S8.895.207 5.111.207c-4.465 0-10.967 6.846 5.082 17.592C25.237 7.03 19.665.202 15.501.202c-4.162 0-5.4 4.215-5.4 4.215z" fill="%23FF6E6F" fill-rule="evenodd"/></svg>') no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
    opacity: 0;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active [class^="heart-animation-"]::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon [class^="heart-animation-"]::after {
    content: '';
    background: inherit;
    background-size: 100%;
    width: inherit;
    height: inherit;
    display: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 0;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .heart-animation-1 {
    -webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .like-icon .heart-animation-1::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-1::after {
    width: 12px;
    height: 10px;
    visibility: hidden;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .like-icon .heart-animation-1::before {
    opacity: .6;
    -webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .like-icon .heart-animation-1::after {
    -webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .75;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .heart-animation-2 {
    -webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .heart-animation-2::before, .home-page-container .home-posts-container .timeline-posts .actions span.like-post.active .like-icon .heart-animation-2::after {
    width: 10px;
    height: 8px;
    visibility: hidden;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .heart-animation-2::before {
    -webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .25;
}
.light__box .lightbox-outer .lightbox-inner .post-data .posts-votes .posts-votes-inner .comment-box .votes span#lb-like-post.active .heart-animation-2::after {
    -webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: .4;
}

.brand-item img{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* Custom Modal*/
.modal-content:after{
    box-shadow:inset 0 0 0 1px rgba(138,150,163,.4);
    content:"";
    z-index:10;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    pointer-events:none;
    border-radius:6px
}
.modal .modal-footer .g-btn{
    margin-left:10px
}
.b-modal{
    padding:12px!important
}
.b-modal.in{
    display:block
}
.b-modal .modal-quatro{
    margin:auto
}
.b-modal__subscribe .modal-quatro{
    max-width:350px
}
.b-modal__subscribe .g-btn{
    font-size:15px;
    line-height:20px
}
.b-modal .modal-content{
    overflow:hidden
}
.b-modal .modal-body{
    padding:0
}
.b-modal__close{
    background:none;
    border:0;
    padding:0;
    position:absolute;
    z-index:20;
    top:18px;
    right:16px;
    color:#8a96a3
}
.b-modal__close.light{
    color:#fefefe
}
.b-modal__cover{
    height:90px;
    position:relative
}
.b-modal__cover-img{
    -o-object-fit:cover;
    object-fit:cover;
    display:block;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    height:100%
}
.b-modal__cover:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    pointer-events:none;
    background:linear-gradient(rgba(0,0,0,.3),transparent)
}
.b-modal__user__info{
    margin-top:-70px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    margin-bottom:26px
}
.b-modal__user__info .b-profile__user__link{
    max-width:100%
}
.b-modal__user__info .b-profile__user__avatar{
    margin-right:0;
    margin-bottom:10px;
    margin-left:0
}
.b-modal__user__info .b-profile__user__name{
    font-size:24px;
    line-height:33px;
    position:relative;
    padding:0 40px
}
.b-modal__user__info .b-profile__user__name .g-icon{
    font-size:24px;
    margin-left:0;
    right:10px;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.b-modal__user__info .b-profile__user__login{
    font-size:19px;
    color: #ff00f6;
    line-height:24px;
}
.b-modal__user__desc{
    padding-left:18px;
    padding-right:18px
}
.b-modal__user__desc__title{
    color:#8a96a3;
    font-size:18px;
    line-height:24px;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:16px
}
.b-modal__list{
    padding-left:0;
    margin-bottom:30px;
    list-style-type:none;
    font-size:15px;
    line-height:20px
}
.b-modal__list__item{
    display:flex;
    margin-bottom:12px
}
.b-modal__list__icon{
    margin-right:12px;
    margin-left:5px
}
.b-modal__list__icon .g-icon{
    display:block;
    color:#00aff0
}
.b-modal__list__title{
    flex-grow:1
}
.b-modal__btns {
    margin-bottom: 24px;
}
.b-subscribe__bottom-text{
    font-weight:400;
    font-size:11px;
    line-height:15px;
    text-align:center;
    color:#8a96a3
}
p.b-subscribe__bottom-text{
    margin-bottom:26px
}
div.b-subscribe__bottom-text{
    margin-top:-12px
}
.tip-modal .modal-dialog{
    width:100%;
    max-width:350px
}
.tip-modal .modal-body{
    padding:24px 24px 42px
}
.tip-modal .g-btn{
    font-size:15px;
    line-height:20px
}

.b-profile__user__avatar__inner{
    overflow:hidden;
    border-radius:50%;
    position:relative;
    border:2px solid var(--bg-color);
    width:100%;
    height:100%
}
.b-profile__user__avatar__inner img{
    width: 100px;
    height: 100px;
}
.b-profile__user__avatar__inner:focus .b-profile__user__avatar__change,.b-profile__user__avatar__inner:hover .b-profile__user__avatar__change{
    opacity:1
}

.b-profile__user__login,.b-profile__user__name{
    display:inline-block;
    vertical-align:top;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.b-profile__user__name{
    color:#27272b;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    margin-bottom:2px;
    padding-right:24px;
    position:relative
}
.b-profile__user__name .g-icon{
    font-size:inherit;
    color:#00aff0;
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}

.b-modal__list{
    padding-left:0;
    margin-bottom:30px;
    list-style-type:none;
    font-size:15px;
    line-height:20px
}
.b-modal__list__item{
    display:flex;
    margin-bottom:12px
}
.b-modal__list__icon{
    margin-right:12px;
    margin-left:5px
}
.b-modal__list__icon .g-icon{
    display:block;
    color:#00aff0
}
.b-modal__list__title{
    flex-grow:1
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content{
    background-clip: unset;
}

#beneficios{
    list-style: none;
    text-align: left;
    padding: 0 15px;
}

#beneficios li{
    margin-bottom: 10px;
}

#beneficios svg{
    width: 17px;
    margin-right: 7px;
}

.beneficio-text{
    font-size: 15px;
    /*color: #27272b;*/
    color: #8a96a3;
    /*text-transform: uppercase ;*/
}

.box-links{
    background-color: #F7F7F7;
    padding: 15px;
    border: 1px dashed #292b2c;
}
:root {
  --color-background: #fae3ea;
  --color-primary: #dca8f9;
  --font-family-base: Poppin, sans-serif;
  --font-size-h1: 1.25rem;
  --font-size-h2: 1rem;
}
#form_radios input[type="radio"] {
    border: 0px;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    margin-top: -2px;
    accent-color: var(--color-primary);
}
#form_radios input[type="radio"]:checked{
    background-color: #dca8f9;
}
#form_radios .form__radios {
    display: grid;
    gap: 1em;
}

#form_radios .form__radio {
    align-items: center;
    background-color: #fefdfe;
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    display: flex;
    padding: 0.7em;
    margin-top:8px;
    vertical-align: middle;
}

#form_radios .form__radio label {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 1em;
    vertical-align: middle;
}

ul.list-form-payment li.yes_border{
    border:2px solid #dca8f9 !important;
}
.no_border{
    border:0;
}
.position-ul{
    float: right !important;
}
.position-ul-mp{
    float: right !important;
}
ul#brands li img{
    height:24px;
}
ul#brands li{
    margin:1px;
    padding-left:0 !important;
    padding-right:0 !important;
}
#modalPayment .modal-body {
    /*padding-left:0 !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;*/
}
ul.list-form-payment{
    list-style: none;
    list-style-type: none;
    width:100%;
    margin-left: 0 !important;
}
ul.list-form-payment li.li-payment input[type="radio"], input[type="checkbox"] {
    margin: 5px 0 0;
    vertical-align: middle;
}
ul.list-form-payment li.li-payment{
    display: block;
    border-radius: 3px;
    padding: 10px;
    margin: 5px 0;
    background: #fff;
    border:1px solid #eee;
}
ul.list-form-payment li.li-payment label{
    margin:4px 0 0;
    line-height: normal;
    vertical-align: middle;
    font-size:13px;
    color:#333;
}
@media(max-width:500px){
    ul.list-form-payment li.li-payment{
        height: 80px;
    }
    .position-ul{
        width: 100%;
        text-align: left !important;
        float:left !important;
        display:block !important;
        margin-top:5px;
    }
    .hide_mobile{
        display: none;
    }
}