<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin: 0px !important;
}

input,
textarea,
select,
option {
    outline: none;
}

a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.get-app {
    display: none;
}

.closeApps {
    float: right;
    cursor: pointer;
}
.closeApps i{
    padding: 6px 10px;
    font-size: 14px;
}
.main-container {
    width: 100%;
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.header-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid rgba(34, 90, 89, 0.2);
    z-index: 1000;
}

.header-container .header-content {
    width: 100%;
    max-width: 1028px;
    box-sizing: content-box;
}

.header-content {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 12px;
    margin-right: auto;
    margin-left: auto;
}

.header-content .search-input {
    display: flex;
    padding: 12px 16px;
    background: rgba(22, 24, 35, 0.06);
    border-radius: 92px;
    z-index: 1;
}

.header-content .search {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    width: 292px;
    caret-color: #161823;
}

.header-content .split {
    width: 1px;
    height: 28px;
    margin: -3px 0;
    background: rgba(22, 24, 35, 0.12);
}

.header-content .search-btn {
    padding: 11px 16px 11px 12px;
    margin: -12px -16px;
    margin-left: 0;
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
}
.search-btn i{
    color: rgba(22, 24, 35, 0.34);
    font-size: 18px;
}
.menu-right {
    display: flex;
}

.menu-right .upload {
    margin-top: 10px;
}

.menu-right .login-button {
    font-weight: 700;
    margin-left: 24px;
    height: 48px;
    background-color: #dd3d2a;
    color: #fff;
    border: none;
    min-width: 164px;
    font-size: 15px;
    outline: none;
}

/* ===============header end======================== */

#loadMore
{
    text-align: center;
}
#loadMore img
{
    width: 50px;
}

/*================= side bar================= */

.main-content-container {
    max-width: 1070px;
    width: 100vw;
    background: #fff;
    display: flex;
    padding-top: 70px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.scroll-sidebar-container {
    width: 250px;
    float: left;
}

.fixed-sidebar {
    width: 250px;
    padding-top: 26px;
    box-sizing: border-box;
    height: 100vh;
    overflow: scroll;
    position: fixed;
    padding-bottom: 125px;
}

.nav a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 12px 12px;
    box-sizing: border-box;
    text-decoration-line: none !important;
    cursor: pointer;
    color: #000;
}

.nav a.active {
    color:#dd3d2a;
}

.nav a:hover {
    text-decoration: none;
    background: rgba(22, 24, 35, 0.03);
}

.foryou {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-left: 13px;

    margin-top: 6px;
    letter-spacing: -1px;
}

.following {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #161823;
    margin-left: 13px;
    margin-top: 2px;
    font-weight: 500;
}
.fa-home{
    font-size: 30px !important;
}
.fa-users{
    font-size: 26px !important;
}
.login-sec.loginWithEmail , .login-sec.loginWithPhone , .login-sec.resetPassword, .login-sec.signupOptions , .login-sec.signup , .login-sec.signupWithEmail , .login-sec.signupWithPhone , .modal-body.signup , .modal-body.login {
    display: none;
}

.activeSideMenu {
    color: #dd3d2a;
    font-weight: bold;
}

.iconColor {
    color: #fe2c55;
}

.login-container {
    padding: 0 16px;
    margin: 48px 0 20px;
}

.login-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(22, 24, 35, 0.5)
}

.login-container .login-button {
    width: 100%;
    height: 48px;
    margin-top: 20px;
    font-weight: 400;
    font-weight: 600;
    min-width: 164px;
    font-size: 16px;
    line-height: 22px;
    background: transparent;
    border: 1px solid #dd3d2a;
    color: #dd3d2a;
    outline: none;
}

.modal-header .close {
    outline: none;
    line-height: 1.5;
}

.user-list {
    width: 100%;
    padding: 4px 0 10px;
    border-top: 0.5px solid rgba(22, 24, 35, 0.12);
    border-bottom: 0.5px solid rgba(22, 24, 35, 0.12);
}

.user-header {
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 16px 0 0 16px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: rgba(22, 24, 35, 0.75);
}

.user-inner-content {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 64px;
    padding-left: 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.user-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.user-img img {
    width: 42px;
    height: 42px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

.user-info {
    margin-left: 12px;
    height: 47px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}

.user-title {
    height: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: rgb(22, 24, 35);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.user-desc {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(22, 24, 35);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 140px;
}

.user-inner-content:hover {
    background: rgba(22, 24, 35, 0.03);
    margin-right: 10px;
}

.see-all {
    height: 25px;
    padding-left: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 9px;
}

.see-all p {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fe2c55;
    margin: 0px;
}

.bottom-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-bottom: 24px;
    width: 240px;
    box-sizing: border-box;
    color: rgba(22, 24, 35, 0.5) !important;
}

.page-links {
    margin-bottom: 8px;
}

.page-links-content {
    display: inline-block;
    margin-right: 6px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    color: rgba(22, 24, 35, 0.5);
}

.copyright {
    display: inline-block;
    margin-right: 6px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: rgba(22, 24, 35, 0.5);
    margin-bottom: 12px;
}

.dropdown .btn {
    font-weight: 400;
    box-sizing: border-box;
    width: 172px;
    height: 36px;
    border: 1px solid #8a8b91;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: rgba(22, 24, 35, 0.5);
}

.btn-primary:hover {
    background-color: #fff !important;
    color: rgba(22, 24, 35, 0.5) !important;
    border: 1px solid #8a8b91 !important;
}

.scroll-sidebar-container ::-webkit-scrollbar {
    width: 6px;
    border-radius: 0;
    background-color: #fff;
}

.scroll-sidebar-container ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #f1f1f2;
}

/* =============sidebar end================== */

.layout {
    padding: 25px 20px;
}

.layout.share .layout-content {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding-right: 48px !important;
}

.layout-content-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -24px;
}

.video-container-item {
    width: 692px;
    max-width: 692px;
    position: relative;
    padding: 20px 0px;
    border-bottom: 0.5px solid rgba(22, 24, 35, 0.12);
}

.user-avatar {
    float: left;
    position: relative;
    cursor: pointer;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-avatar-circle img {
    border-color: rgba(22, 24, 35, 0.12);
    border-width: 0.5px;
    z-index: 10;
    cursor: unset;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.video-content {
    position: relative;
    margin-left: 68px;
}

.user_info {
    margin-right: 150px;
    height: 30px;
}

.user-unique-id {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-right: 4px;
    margin-top: 0px;
    color: #000000;
}
.fa-check-circle{
    font-size: 16px;
    color: #20d5ec;
}
.user-nickname {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    bottom: 2px;
}

.user-caption {
    margin-right: 150px;
}

.tag-user {
    color: rgb(18, 18, 18);
    font-weight: 600;
}

.hashtag {
    color: rgb(18, 18, 18);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.search_container {
    padding: 8px 0px;
}

.search_container:hover {
    background-color: rgb(248, 248, 248);
    cursor: pointer;
}

.search_info {
    margin-top: 0px !important;
    margin-bottom: 2px !important;
}

.search-title {
    font-weight: bold;
    font-size: 16px;
}

.hashtag:hover {
    color: rgb(18, 18, 18);
    text-decoration: underline !important;
}

.follow-user {
    position: absolute;
    right: 0px;
    top: 8px;
}

.follow-user-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    min-width: 88px;
    padding: 0px 10px;
    height: 28px;
    background: transparent;
    border: 1px solid #dd3d2a;
    color: #dd3d2a;
}

.music-info {
    margin-top: 4px;
    margin-bottom: 12px;
    max-width: 524px;
    overflow: hidden;
}

.music-info-wrap {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    color: rgb(22, 24, 35);
    font-weight: 700;
}

.video-container {
    position: relative;
    display: inline-block;
    margin: 0px;
}

.user-video {
    width: calc(0.56 * (400px + ((100vw - 768px) / 1152) * 100));
    height: calc(400px + ((100vw - 768px) / 1152) * 100);
    background-size: cover;
}

.user-video video {
    width: calc(0.56 * (400px + ((100vw - 768px) / 1152) * 100));
    height: calc(400px + ((100vw - 768px) / 1152) * 100);
}

.card-video {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}

.action-bar {
    position: absolute;
    right: -64px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.action-bar-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 48px;
    font-size: 13px;
}

.heart-icon {
    background-color: rgba(22, 24, 35, 0.06);
    padding: 20px;
    border-radius: 100%;
    margin-left: 0px;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
    background-size: 24px !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    margin-top: 8px;
}
.fa-heart{
    position: relative;
    right: 11px;
    bottom: 9px;
    outline: none;
    font-size: 22px !important;
}
.fa-commenting{
    position: relative;
    right: 10px;
    bottom: 11px;
    outline: none;
    font-size: 22px !important;
    color: #181818;
}
.fa-share{
    position: relative;
    right: 10px;
    bottom: 11px;
    outline: none;
    font-size: 22px !important;
    color: #181818;
}
.likes {
    color: rgba(22, 24, 35, 0.75);
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 17px !important;
    padding: 7px 7px 0px 8px !important;
}

/* =============right config============== */
.right-container {
    transform: translateY(0px);
    position: fixed;
    right: 24px;
    bottom: -32px;
    width: 50px;
    transition: all 500ms ease 0s;
    z-index: 7;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    align-items: flex-end;
}

.promotion {
    margin-bottom: 8px;
    display: flex;
    position: relative;
}

.get-app {
    position: absolute;
    bottom: 68px;
    right: -1px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(22, 24, 35, 0.12);
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px;
    border-radius: 8px;
    transform-origin: 100% 100%;
}

.like-text {
    margin-left: 3px;
}

.closeVideo {
    display: inline-flex;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.promotion-container {
    margin-left: 16px;
    margin-right: 48px;
    display: flex;
    flex-direction: column;
}

.text-container {
    font-weight: 700;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 36px;
    line-height: 36px;
    min-width: 194px;
    padding-left: 37px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    color: #50525a;
}

.text-container img {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.text-container::after {
    display: block;
    content: "";
    width: calc(100% - 16px);
    height: 1px;
    position: absolute;
    bottom: -7px;
    left: 8px;
    background-color: rgba(22, 24, 35, 0.12);
}

.text-container2 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 36px;
    line-height: 36px;
    min-width: 194px;
    padding-left: 37px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    color: #50525a;
}

.phone-svg {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
.fa-mobile{
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
.feed_back {
    float: right;
    position: fixed;
    bottom: 40px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px;
    background: center center / contain no-repeat;
    margin-bottom: 8px;
    cursor: pointer;
    right: 33px;
}

.bottom-top {
    float: right;
    position: fixed;
    bottom: 7px;
    right: 33px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px;
    background: url(../images/to-top.svg) center center / contain no-repeat transparent;
    cursor: pointer;
}



/* ============user profile css============== */
/* 
.sharelayout-middle{
    padding: 36px 20px 36px 50px;
    width: 1040px;
}
.layout-middle-content{
    align-items: flex-end;
    padding-right: 48px !important;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.sharelayout-header{
    margin-bottom: 20px;
    width: 594px;
    box-sizing: border-box;
    padding-right: 52px;
}
.share-user-info{
    display: flex;
    align-items: center;
}
.big-user-img{
    cursor: pointer;
}
.big-user-img img{
    width: 116px;
    height: 116px;
    display: inline-block;
}
.header-title-container{
    margin-left: 20px;
    overflow: hidden;
}
.share-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 4px;
    margin: 0px;
}
.sub-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}
.share-follow-btn{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 208px;
    height: 36px;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    background-color: #fe2c55;
    color: #fff;
    border: none;
}
.user-count-info{
    display: flex;
    margin-top: 22px;
    color: rgba(18,18,18,0.75);
}
.user-number{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-right: 20px;
}
.user-unit{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.share-bio{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    margin-top: 10px
}
.share-layout-main{
    width: 594px;
    display: block;
}
.video-tab{
    border-bottom: 0.5px solid rgba(22,24,35,0.12);
    height: 44px;
    margin-bottom: 2px;
    position: relative;
    align-items: center;
    display: flex;
    margin: 0px;
}
.active-vid{
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    padding: 0 64px;
}
.video{
    color: #121212;
}
.like-vid{
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    padding: 0 64px;
    color: rgba(18,18,18,0.5);
}
.like-vid svg{
    transform: translateY(2px);
}
.video-container-item-profile{
    width: 592px;
    max-width: 592px;
    position: relative;
    padding: 20px 0px;
    border-bottom: 0.5px solid rgba(22, 24, 35, 0.12); */
/* } */
/* ==============user profile end================ */


/* ==============user video page====================== */
/* .user-video-big{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgb(255, 255, 255);
    display: flex;
}
.user-video-big-container{
    background: black;
    flex: 1 1 896px;
    position: relative;
    overflow: hidden;
    padding: 0px 80px;
}
.background-img{
    position: absolute;
    width: 10%;
    height: 10%;
    filter: blur(2px);
    left: 50%;
    top: 50%;
    transform: scale(11);
    opacity: 0.3;
} */

/* ===========profile=========== */
.sharelayout-middle {
    padding: 36px 20px 36px 50px;
    width: 1040px;
}

.layout-middle-content {
    align-items: flex-end;
    padding-right: 48px !important;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.sharelayout-header {
    margin-bottom: 20px;
    width: 594px;
    box-sizing: border-box;
    padding-right: 52px;
}

.share-user-info {
    display: flex;
    align-items: center;
}

.big-user-img {
    cursor: pointer;
}

.big-user-img img {
    width: 116px;
    height: 116px;
    display: inline-block;
    border-radius: 50%;
}

.header-title-container {
    margin-left: 20px;
    overflow: hidden;
}

.share-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 4px;
    margin: 0px;
}

.sub-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}

.ownProfile,
.share-follow-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 208px;
    height: 36px;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    background-color: #dd3d2a !important;
    color: #fff;
    border: none;
}

.user-count-info {
    display: flex;
    margin-top: 22px;
    color: rgba(18, 18, 18, 0.75);
}

.user-number {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-right: 20px;
}

.user-unit {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.share-bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    margin-top: 10px
}

.share-layout-main {
    width: 594px;
    display: block;
}

.video-tab {
    border-bottom: 0.5px solid rgba(22, 24, 35, 0.12);
    height: 44px;
    margin-bottom: 2px;
    position: relative;
    align-items: center;
    display: flex;
}

.active-vid {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    padding: 0 64px;
}

.video {
    color: #121212;
}

.like-vid {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    padding: 0 64px;
    color: rgba(18, 18, 18, 0.5);
}

.like-vid svg {
    transform: translateY(2px);
}

.video-feed-colum {
    width: 196px;
    margin-right: 2px;
    display: block;
    float: left;
    margin-bottom: 2px;
}

.video-feed-ratio {
    position: relative;
    width: 100%;
}

.ratio-padding {
    padding-top: 177.653%;
    ;
}

.ratio-wrap {
    position: absolute;
    inset: 0px;
}

.video-vid img {
    width: 196px;
    height: 348px;
}

.get-app-expand {
    padding: 0px 8px;
    min-width: 82px;
    height: 30px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(22, 24, 35, 0.12);
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px;
    border-radius: 52px;
    cursor: pointer;
    transform: scale(1);
    margin: auto;
    line-height: 30px;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    color: rgba(22, 24, 35, 0.75);
    position: relative;
    bottom: 68px;
}

/* ========videopage========= */
/* / ==============user video page====================== / */
.user-video-big {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgb(255, 255, 255);
    display: flex;
}

.user-video-big-container {
    background: black;
    position: relative;
    overflow: hidden;
    padding: 0px 80px;
    width: 60%;
    cursor: pointer;
}

.background-img {
    background-image: url(../images/video-background-img.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    background: center center / contain no-repeat;
}
.muteBtn{
    position: absolute;
    top: 19px;
    left: 152px;
    background: #333333;
    border-radius: 50px;
    padding: 14px 13px 8px 14px;
    display: none;
}
.video video {
    position: absolute;
    inset: 0px;
    transform: none;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}
.arrow-left {
    width: 48px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    left: 20px;
    margin-top: -24px;
}
.user-video-big-container:hover .muteBtn{
    display: block;
}
.arrow-right {
    width: 48px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    right: 20px;
    margin-top: -24px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#myVideoLink {
    border: transparent;
    width: 353px;
}

#myVideoLink:focus {
    outline: none;
}

.closeVideo {
    width: 48px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    left: 20px;
}

.video-logo {
    width: 48px;
    position: absolute;
    top: 20px;
    left: 84px;
    cursor: pointer;
}

.content-container {
    width: 40%;
    height: 100%;
}

.user-profile-container {
    padding: 32px 32px 0px;
}

.user-profile {
    display: flex;
    align-items: center;
    padding: 22px 0px 15px;
    color: rgb(22, 24, 35);
}

.video-user-avatar {
    margin-right: 12px;
}

.user-video-avatar img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
}

.video-profile-title {
    flex: 1 1 auto;
}

.username-verified {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0px;
    align-items: center;
    color: #000000;
    display: flex;
    margin: 0px;
}

.user-nickname {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    color: rgba(22, 24, 35, 0.75);
}

.video-follow-user {
    position: absolute;
    right: 33px;
    top: 60px;
}

.video-user-btn {
    font-weight: 700;
    font-size: 18px;
    min-width: 124px;
    height: 36px;
    background: transparent;
    border: 1px solid #dd3d2a;
    color: #dd3d2a;
}

.user-profile-info {
    display: flex;
    flex-direction: column;
    padding: 0px 32px;
    overflow-y: scroll;
    height: 69vh;
}

.user-info-title {
    font-size: 16px;
    line-height: 24px;
    color: rgb(18, 18, 18);
    font-weight: normal;
    margin: 0px;
}

.video-music-info {
    margin-bottom: 16px;
    margin-top: 10px;
}

.video-action-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
}

.video-action-container::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    transform: scaleY(0.5);
    border-top: 1px solid rgba(18, 18, 18, 0.12);
    top: 0px;
}

.action-container-left {
    line-height: 40px;
}

.action-wrap {
    margin-right: 20px;
    font-size: 13px;
}

.icons-like {
    cursor: pointer;
    border-radius: 100%;
    background-color: rgba(22, 24, 35, 0.06);
    background-position: center center;
    padding: 10px 6px 10px 10px;
}
.icons-like i{
    position: relative;
    top: 4px;
    left: 1px;
    outline: none;
    font-size: 20px !important;
}

.icons-like img {
    width: 18px;
}

.icons-comments {
    cursor: pointer;
    border-radius: 100%;
    background-color: rgba(22, 24, 35, 0.06);
    background-position: center center;
    padding: 10px;
}

.icons-comments img {
    width: 18px;
}

.share-container {
    display: flex;
}

.share-word {
    font-weight: 600;
    margin-right: 8px;
    line-height: 24px;
    color: rgba(22, 24, 35, 0.75);
}

.share-group {
    text-align: right;
    font-size: 0px;
}
.fb-icon{
    width: 21px;
}
.twitter-icon{
    width: 24px;
}
.social-links {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.copy-link-container {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 18px;
    /*width: 480px;*/
    height: 32px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 2px;
}

.link-container {
    font-weight: 400;
    padding: 5px 12px 9px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(22, 24, 35, 0.75);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copy-link {
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
}

.link-icon img {
    width: 12px;
    height: 12px;
    margin-top: 9px;
}

.link-text {
    font-weight: 600;
    padding: 0px 16px 0px 9px;
    font-size: 14px;
    line-height: 32px;
    color: #dd3d2a;
}

.video-login-container {
    text-align: center;
    padding: 0px 60px;
}

.see-comments {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.login-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(22, 24, 35, 0.75);
    margin-bottom: 20px;
}

.comment-login-btn {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    height: 44px;
    width: 100%;
    background-color: #dd3d2a;
    color: #fff;
    border: none;
}

.sign-up {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgb(22, 24, 35);
}

.sign-up-text {
    font-weight: 600;
    cursor: pointer;
    color: rgb(254, 44, 85);
}

.comment-sec-container {
    border-top: 1px solid rgba(18, 18, 18, 0.12);
}

.comments-sec {
    padding-top: 16px;
    width: 100%;
}

.comment-sec-content {
    margin-bottom: 16px;
    width: 100%;
}

.user-comments {
    padding: 0px;
    margin-bottom: 16px;
    display: flex;
}

.user-comments-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.username-info {
    font-size: 18px;
    line-height: 25px;
    color: rgb(22, 24, 35);
    font-weight: 600;
}

.comment-text {
    font-size: 16px;
    line-height: 22px;
    color: rgb(18, 18, 18);
    padding-top: 4px;
    padding-right: 40px;
    font-weight: 400;
}

.bottom-text {
    display: flex;
}

.comment-time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0px 0px;
    color: rgba(18, 18, 18, 0.5);
    margin: 0px;
}

.comment-reply {
    font-weight: 600;
    color: rgba(22, 24, 35, 0.5);
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    margin-left: 24px;
}

.like-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20px;
    position: relative;
    left: 100px;
    top: 15px;
}

.like-container img {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.like-count {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: rgba(22, 24, 35, 0.5);
}

.more-replies {
    padding-left: 52px;
}

.view-more {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(18, 18, 18, 0.5);
    font-weight: 600;
}

.view-more p {
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.post-comments {
    margin: 0px 32px;
    padding: 21px 0px;
    border-top: 0.5px solid rgba(18, 18, 18, 0.12);
    background-color: rgb(255, 255, 255);
}

.post-comments-inner {
    display: flex;
    margin-bottom: -5px;
    align-items: flex-end;
}

.post-comments-container {
    flex: 1 1 0%;
    display: flex;
}

.comment-input {
    position: relative;
    box-sizing: border-box;
    background: rgba(22, 24, 35, 0.06);
    border: 1px solid transparent;
    border-radius: 8px;
    width: 90%;
}

.post-container input {
    padding: 11px;
    border: none;
    background: transparent;
    outline: none;
    color:#dd3d2a;
}

.editor input {
    max-height: 80px;
    margin: 9px 0px;
    width: 100%;
    border: none;
    background: #f1f1f2;
    outline: none;
}

.editor {
    margin: 0px 16px 0px 16px;
    padding: 0px;
    display: flex;
}

.Placeholder-inner {
    max-height: 80px;
    margin: 9px 0px;
    width: 100%;
}

.at {
    cursor: pointer;
    margin-top: 5px;
    margin-right: 14px;
}

.emoji {
    cursor: pointer;
    margin: 9px 16px 9px 0px;

}

.red {
    color: red;
}

.post-container {
    font-weight: 600;
    margin: 4px 4px 0px 10px;
    font-size: 14px;
    color: rgba(22, 24, 35, 0.34);
    line-height: 14px;
}

/* =================soundpage============= */
.big-user-sound-img img {
    width: 116px;
    height: 116px;
    display: inline-block;
}

.sound-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    padding-bottom: 4px;
    margin: 0px;
}

.sub-sound-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}

.sub-sound-title-thin {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(18, 18, 18, 0.75);
    margin-top: 4px;
}

.more-action {
    position: relative;
    cursor: pointer;
    left: 150px;
    bottom: 34px;
}

.original {
    position: absolute;
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 1px 5px;
    top: 9px;
    left: 13px;
    right: auto;
    background-color: rgb(254, 44, 85);
    color: rgb(255, 255, 255);
}

.sharelayout-middle {
    padding: 35px 100px 36px 0px;
    width: 1040px;
}

.layout-middle-content {
    align-items: flex-end;
    padding-right: 48px !important;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.sharelayout-header {
    margin-bottom: 20px;
    width: 594px;
    box-sizing: border-box;
    padding-right: 52px;
}

.share-user-info {
    display: flex;
    align-items: center;
}

.big-user-img {
    cursor: pointer;
}

.big-user-img img {
    width: 116px;
    height: 116px;
    display: inline-block;
    border-radius: 50%;
}

.header-title-container {
    margin-left: 20px;
    overflow: hidden;
}

.share-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 4px;
    margin: 0px;
}

.sub-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}

.share-follow-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 208px;
    height: 36px;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    background-color: #fe2c55;
    color: #fff;
    border: none;
}

.user-count-info {
    display: flex;
    margin-top: 22px;
    color: rgba(18, 18, 18, 0.75);
}

.user-number {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-right: 20px;
}

.user-unit {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.share-bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    margin-top: 10px
}

.share-layout-main {
    width: 594px;
    display: block;
}

.video-tab {
    border-bottom: 0.5px solid rgba(22, 24, 35, 0.12);
    height: 44px;
    margin-bottom: 2px;
    position: relative;
    align-items: center;
    display: flex;
}

.active-vid {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    padding: 0 64px;
}

.video {
    color: #121212;
}

.like-vid {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    padding: 0 64px;
    color: rgba(18, 18, 18, 0.5);
}

.like-vid svg {
    transform: translateY(2px);
}
.fa-lock{
    width: 18px;
}
.video-feed-colum {
    width: 196px;
    margin-right: 2px;
    display: block;
    float: left;
    margin-bottom: 2px;
}

.video-feed-ratio {
    position: relative;
    width: 100%;
}

.ratio-padding {
    padding-top: 177.653%;
    ;
}

.ratio-wrap {
    position: absolute;
    inset: 0px;
}

.video-vid video {
    width: 196px;
}

/* ==========================loginpage================= */

.login-btn {
    font-weight: 700;
    margin-left: 24px;
    height: 48px;
    background-color: #fe2c55;
    color: #fff;
    border: none;
    min-width: 164px;
    font-size: 15px;
}

.modal-dialog {
    /* width: 700px !important; */
    /* margin: 0px auto !important; */
    margin-top: 70px;
}

.modal-header {
    /* height: 102px; */
    padding-bottom: 8px;
    padding: 0 20px 90px 22px;
    color: #fff;
    border: none !important;
}

.modal-body {
    /* width: 460px; */
    margin: 0 auto;
    margin-top: -20px;
    min-height: auto;
    padding-bottom: 45px !important;
}

.login-sec {
    width: 100%;
    font-size: 14px;
    color: #161823;
    flex-direction: column;
}

.login-sec-container {
    display: flex;
    flex-direction: column;
    width: 315px;
    margin: 56px auto 0px;
    margin-top: 0px;
}

.login-crandtials-container {
    width: 500px;
}

.login-title-text {
    font-size: 33px;
    line-height: 33px;
    text-align: center;
    font-weight: bolder;
}

.login-title-desc {
    font-size: 15px;
    line-height: 18px;
    color: rgba(22, 24, 35, .5);
    text-align: center;
    margin: 12px auto 0
}

.login-sec-social {
    margin: 32px 0 0 0;
    /*overflow-y: auto;*/
    /*width: 100%;*/
}

.login-sec-social-item {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(22, 24, 35, .12);
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 9px 12px;
    cursor: pointer;
}

.login-sec-icon img {
    width: 24px;
    min-height: 24px;
    border-radius: 50%;
}

.login-sec-icon-text {
    font-size: 15px;
    margin: 0px auto;
    color: #161823;
    font-weight: 600;
}

.footer-wrap {
    width: 315px;
    margin: 8px auto 0;
}

/* .cradentialsContent {
    height: 100vh;
} */

.to-login {
    /* height: 60px; */
    width: 100%;
    box-sizing: border-box;
    /* padding: 20px 0 94px; */
    text-align: center;
    color: #161823;
}

.signup-link {
    color:#dd3d2a;
    font-weight: 600;
}

.login-link {
    color: #dd3d2a;
    font-weight: 600;
}

.hashtag .feedback-icon {
    position: absolute;
    right: 24px;
    bottom: 24px;
    height: 18px;
    font-family: "ProximaNova-regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 24, 35, .5);
    display: flex;
    align-items: center;
}

.help-icon img {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.help-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(22, 24, 35, .5);
}

/*========== following page =============*/

.share-layout-recomended {
    width: 710px !important;
    margin: auto;
    padding: 50px 20px;
}

.share-layout-no-padding {
    padding-right: 0 !important;
}

.following-video {
    width: 223px;
    height: 365px;
    margin-bottom: 18px;
    display: block;
    float: left;
    overflow: hidden;
}

.following-video-ratio {
    position: relative;
    width: 100%;
    padding-top: 133.333%;
    inset: 0px;
}

.following-video-ratio-wrap {
    position: absolute;
    inset: 0px;
}

.follow-recomended-mask {
    position: absolute;
    top: 164px;
}

.follow-footer {
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 35px 21px 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.video-follow-username {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.video-follow-sub-username {
    margin: auto;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.following-video-footer-btn {
    width: 164px;
    height: 36px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    margin: 8px auto auto;
    background-color: #fe2c55;
    color: #fff;
    border: none;
}

.action-bar-wrap:hover .shareLink {
    display: block !important;
}

.shareLink {
    width: 225px;
    position: absolute;
    top: -100px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgb(64 64 64 / 20%);
    border-radius: 10px;
    left: -5px;
    display: none;
}

.facebookLink {
    width: 100%;
    overflow: hidden;
    padding: 15px 10px;
    border-bottom: 1px solid #f3f0f0;
}

.shareSvg {
    width: 37px;
    float: left;
}

.shareTxt {
    width: 149px;
    float: left;
    padding-top: 2px;
}

/*=========== signup============= */
/* .footer-sub-text{
        text-align: center;
        font-size: 12px;
        line-height: 15px;
        color: rgba(22,24,35,.5);
        margin-top: 4px;
        }
        .footer-sub-text a{
        color: #161823;
        font-size: 12px;
        } */

/*========= login cradentials======== */
.title-wrapper {
    font-size: 14px;
    line-height: 20px;
    color: #161823;
    margin-top: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-feild {
    border: 1px solid rgba(22, 24, 35, .12);
    border-radius: 2px;
    position: relative;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    height: 44px;
    line-height: 44px;
    box-sizing: content-box;
}

.feild-container {
    position: relative;
    color: #161823;
}

/* .select-container {
    padding: 0 13px 0 12px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    border-radius: 2px;
} */

/* .select-container::after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 12px 0 12px 15px;
    display: block;
    background-image: url(../images/openSelector.svg);
    background-size: contain;
} */
.select-container select {
    padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    width: 100px;
}

.feild-container-signup {
    display: flex;
}

.select-container-signup {
    margin-right: 10px;
}

.select-container-signup select {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    border: 1px solid rgba(22, 24, 35, .12);
}

.send-code {
    margin-top: 8px;
    margin-left: 10px;
}

.date-sub-title {
    font-size: 12px;
    line-height: 15px;
    color: rgba(22, 24, 35, .5);
    margin-top: 8px;
    font-weight: 600;

}

.separator {
    margin: 16px 4px;
    width: 1px;
    height: 12px;
    background: rgba(22, 24, 35, .12);
}

.input-feild input {
    height: 44px;
    width: 73%;
    padding: 0;
    border: none;
    direction: ltr;
    color: #161823;
    font-size: 16px;
    caret-color: #161823;
    padding-left: 12px;
}

.showPass {
    display: none;
}

.digit-code-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.digit-code-input {
    border: 1px solid rgba(22, 24, 35, .12);
    width: 100%;
    border-radius: 2px;
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    height: 44px;
    line-height: 44px;
    box-sizing: content-box;
}

.digit-code-input input {
    height: 44px;
    width: 100%;
    padding: 0;
    border: none;
    direction: ltr;
    color: #161823;
    font-size: 16px;
    caret-color: #161823;
    padding-left: 12px;
    outline: none;
}

.send-code-btn {
    /* margin-top: 8px; */
    width: 190px;
}

.send-code-btn {
    width: 74%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #fe2c55;
    border-radius: 2px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 600;
    position: relative;
    /* margin-top: 9px; */
    border: none;
    padding: 0;
    /* margin-left: 8px; */
    cursor: pointer;
}

.send-code-btn {
    color:white;
    background-color:#dd3d2a;
}

.log-with-pass {
    color: rgba(22, 24, 35, .75);
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    cursor: pointer;
}

.login-btn-feild {
    color: rgba(22, 24, 35, .3);
    background-color: rgba(22, 24, 35, .06);
}

.back-img {
    position: absolute;
    left: 20px;
    top: -15px;
    cursor: pointer;
}

.username-input-field {
    border: 1px solid rgba(22, 24, 35, .12);
    border-radius: 2px;
    position: relative;
    margin-top: 8px;
}

.username-input-field input {
    height: 44px;
    width: 100%;
    padding: 0;
    border: none;
    direction: ltr;
    color: #161823;
    font-size: 16px;
    caret-color: #161823;
    padding-left: 12px;
}

.password-input-feild {
    border: 1px solid rgba(22, 24, 35, .12);
    border-radius: 2px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 2px;
}

.hide-password {
    width: 20px;
    height: 20px;
    margin: 12px 0;
    position: absolute;
    right: 12px;
    cursor: pointer;
}

.password-input-feild input {
    height: 44px;
    width: 100%;
    padding: 0;
    border: none;
    direction: ltr;
    font-size: 16px;
    padding-left: 12px;
}


.profileHover .dropbtn {
    color: white;
    padding: 4px;
    font-size: 16px;
    border: none;
}

.profileHover .dropdown {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: -7px;
}

.profileHover .dropdown img {
    width: 38px;
    height: 38px;
}

.profileHover .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 86px;
    box-shadow: 0px 2px 8px 0px rgb(64 64 64 / 20%);
    z-index: 1;
    border-radius: 10px;
    text-align: right;
    right: -5px;
    top: 43px;
    padding: 0px 16px;
}

button:focus {
    outline: none;
}

.profileHover .dropdown-content a {
    color: black;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    font-size: 17px;
    /* font-weight: 700; */
}

.profileHover .dropdown-content a:hover {
    color: black;
}

.profileHover .dropdown:hover .dropdown-content {
    display: block;
}

.playButton,
.pauseSvg,
.muteSvg {
    display: none;
}
.webVideo:hover .playButton {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0px;
    width: 100%;
    overflow: hidden;
}
.pButton {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.singlePauseBtn{
    position: absolute;
    top: 42%;
    left: 43%;
    display: none;
    cursor: pointer;
}
.muteButtom {
    width: 50%;
    float: left;
    padding-right: 10px;
    text-align: right;
}</pre></body></html>