﻿body {
}

:root {
 
}


/* mouse over link */
a:hover {
    color: #0b77ed;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: blue;
}


/*

.font-size-12px {
    font-size: 12px;
}
/* import font */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    *:focus {
        outline: none;
    }

body {
    width: 100%;
    background: #fafafa;
    position: relative;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    padding: 10px 8px;
    justify-content: space-around
}

.search-box-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-end;
}

.logo-search-image {
    width: 56px;
    height: 56px;
    margin-left: 10px;
    padding-top: 15px
}

.nav-wrapper {
    width: 70%;
    max-width: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-img {
    height: 100%;
    margin-top: 5px;
}

.search-box {
    width: 250px;
    background-color: rgba(239, 239, 239, 1);
    padding: 3px 16px;
    align-items: center;
    border-radius: 8px;
}

    .search-box input {
        height: 30px;
        border: none;
        outline: none;
        background-color: rgba(239, 239, 239, 1);
        padding: 10px;
        font-size: 14px;
        color: #8e8e8e;
    }

.nav-items {
    height: 22px;
    position: relative;
}

.icon {
    height: 100%;
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 22px;
}

.user-profile {
    width: 22px;
    border-radius: 50px;
    background-image: url(img//men2.jpg);
    background-size: cover;
}

.main {
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.wrapper {
    width: 70%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 60% 48%;
    grid-gap: 30px;
}

.left-col {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
}

.status-wrapper {
    width: 100%;
    height: 90px;
    /*  background-color: #fff;
    border: 1px solid #dfdfdf;*/

    padding: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    border-radius: 5px
}

    .status-wrapper::-webkit-scrollbar {
        display: none;
    }

.new-post-wrapper {
    width: 100%;
    padding-top: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    border-radius: 5px;
    justify-content: space-around
}

.status-new-post {
    width: 80%;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
}

.status-card {
    flex: 0 0 auto;
    width: 80px;
    max-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.profile-pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
    background: linear-gradient(45dga, rgba(255, 230, 0, 0), rgba(255, 0, 128), 88%);
}

    .profile-pic:hover {
        width: 71px;
        height: 71px;
        border-radius: 50%;
        overflow: hidden;
        padding: 1px;
        background: linear-gradient(45dga, rgba(255, 230, 0, 0), rgba(255, 0, 128), 88%);
    }

    .profile-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 2px solid #fff;
        border-radius: 50%;
    }

.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
    color: rgb(0, 0, 0)
}

.username {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.5);
}

.post {
    position: relative;
    width: 98%;
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-top: 20px;
    border-radius: 5px;
    margin-right: 6px;
}
    .post .btn-zoom {
        position: absolute;
        top: 12%;
        left:90%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: black;
        color: #fafafa;
        font-size:11px !important;
        padding: 5px 5px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        opacity:0.75;
        width:60px
        /*;object-fit:contain*/
    }

        .post .btn-zoom:hover {
            background-color: rgba(255, 0, 128)
        }
.comment {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    border-radius: 5px;
    align-content: center
}

.sub-comment {
    width: 100%;
    height: auto;
    align-items: center;
    background: #fff;
    border: solid 1px #dfdfdf;
    margin-top: 5px;
    border-radius: 5px;
    margin-right: 0px;
}

.comment-like {
    width: 100%;
    height: auto;
    background: #fff;
    /*border: 1px solid #dfdfdf;*/

    border-radius: 2px;
}

.reaction-list {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 10px;
}

.comment-title {
    width: 100%;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    padding-top: 15px;
}
.psot-save {
    width: 100%;
    padding-right:10px;
}
.info {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

    .info .username {
        width: auto;
        font-weight: bold;
        color: #000;
        font-size: 14px;
        margin-left: 10px;
    }

    .info .options {
        height: 10px;
        cursor: pointer;
    }

    .info .user {
        display: flex;
        align-items: center;
    }

    .info .profile-pic {
        height: 40px;
        width: 40px;
        padding: 0;
        background: none;
    }


        .info .profile-pic img {
            border: none;
        }

.post-image {
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.post-image-attach {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-content {
    width: 100%;
    padding: 10px;
}

.likes {
    font-weight: bold;
}

.description {
    direction: rtl;
    margin: 10px 0;
    font-size: 13px;
    line-height: 25px;
}

    .description p {
        display: flex;
        align-items: center;
        color: black
    }

        .description p > span {
            padding-right: 5px;
        }


.post-reations {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
}

.post-time {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.comment-wrapper {
    width: 100%;
    height: 60px;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px
}

.comment-image-wrapper {
    width: 100%;
    height: 32px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px
}

    .comment-image-wrapper .icon {
        height: 32px;
    }

.comment-box {
    width: 80%;
    height: auto;
    border: none;
    outline: none;
    font-size: 14px;
}

.action-btn {
    width: 100px;
    height: 90%;
    background: none;
    border: 1px solid #cfcccc;
    border-radius: 30px;
    font-size: 10px;
    color: rgb(0, 0, 0);
    opacity: 0.5;
}

    .action-btn:hover {
        Background: #f5f5f5;
        opacity: 1;
        font-size: 11px
    }

.comment-btn {
    width: 70px;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    color: rgb(235, 2, 119);
    font-weight: 900;
    opacity: 0.75;
    transform: skewY(180deg);
}

.reaction-wrapper {
    width: 100%;
    height: 50px;
    display: flex;
    margin-top: -20px;
    align-items: center;
}


.direct-wrapper {
    width: 100%;
}

.direct-ltr {
    direction: ltr
}



.reaction-wrapper .icon {
    height: 25px;
    margin: 0;
    margin-right: 20px;
}

    .reaction-wrapper .icon.save {
        margin-left: auto;
    }

.right-col-left-side {
    padding: 20px;
    border: 1px solid #dfdfdf;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 5px
}

.right-col-left-side-background {
    /*background: url("../img/Profile-Background.JPG");*/
    background-color: white;
}

.right-col-right-side {
    padding: 20px;
    border: 1px solid #dfdfdf;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 5px
}

.right-col-right-side-background {
    /*background: url("../img/Profile-Background.JPG");*/
    background-color: white;
}

.profile-card {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 15px
}

.profile-card-felx-column {
    display: flex;
    flex-direction: column;
    width: auto;
}



.profile-card .profile-pic {
    flex: 0 0 auto;
    padding: 0;
    background: none;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.profile-card .profile-pic-big-image {
    flex: 0 0 auto;
    padding: 0;
    background: none;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.profile-card :first-child .profile-pic {
    width: 70px;
    height: 70px;
}

.profile-card .profile-pic img {
    border: none;
}

.profile-card .username {
    font-weight: bold;
    font-size: 11px;
    color: #000;
}

.sub-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    font-weight: bold;
    margin-top: 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.text-overflow {
    font-size: 10px;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.space-element {
    padding: 5px
}

.span-count {
    color: #2a7ad3;
}

.action-btn {
    opacity: 1;
    font-weight: bold;
    font-size: 10px;
}

.suggestion-tex {
    font-size: 14px;
    font-weight: bold;
    color: rgba(80, 77, 77, 0.5);
    margin: 20px 0;
}

@media(max-width:1200px) {
    #menuToggle {
        right: 2px;
        font-size: 12px;
    }
}

@media(max-width:768px) {

    /* .right-col {
        display: none;
        font-size: 12px;
    }
*/
    .nav-wrapper,
    .wrapper {
        width: 80%;
    }

    #menuToggle {
        right: 2px;
    }

    .wrapper,
    .right-col-left-side {
        display: none;
    }
}

@media(max-width:670px) {
    .nav-items .icon {
        margin: 0 5px;
        font-size: 10px;
    }

    .search-box {
        display: none
    }

    #menuToggle {
        right: 2px;
    }

    .post-image {
        height: 250px;
    }
}

element.style {
}




.nav-menu-container {
    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    /*padding-bottom: 5px*/
}

.login-header {
    text-align: center;
    color: black;
    background-color: #9B9B9B;
    height: 30px;
    padding: 5px;
}

.sticky {
    position: sticky;
    top: 0;
}

.img-wrap {
    position: relative;
    display: inline-block;
    border: 1px #dfdfdf solid;
    font-size: 0;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #dfdfdf;
        padding: 5px 2px 2px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        opacity: .2;
        text-align: center;
        font-size: 22px;
        line-height: 10px;
        border-radius: 50%;
    }

.profile-pic-explore {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.status-card-explore {
    max-width: 100px;
    max-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.direct-customized-scrollbar::-webkit-scrollbar-thumb {
    background: #FFFFFF;
}

    .direct-customized-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #FFFFFF;
    }

.post-customized-scrollbar::-webkit-scrollbar-thumb {
    background: #FAFAFA;
}

    .post-customized-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #FAFAFA;
    }

.pagenation {
    display: flex;
    /* position: sticky; */
    /* align-items: flex-end; */
    justify-content: space-around;
}

.arrowup-btn {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid pink !important;
    border-radius: 50% !important;
    padding: 5px !important;
    color: white
}

