﻿body {
}

:root {
    --mud-palette-secondary: #fdfdfd;
}

a{
    font-size:11px;
    color:blue
}
/* mouse over link */
a:hover {
    color: #0b77ed;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: blue;
}

.mud-grid-header {
    background-color: #e8ede8;
    border-radius: 5px;
}


.mud-status-wrapper {
    width: 100%;
    height: 300px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    border-radius: 5px
}

.mud-border-gray {
    border: solid 1px #dfdfdf;
}
/*.mud-card {*/
/* width: 70px;
    height: 70px !important;*/
/*border-radius: 50%;
    overflow: hidden;
    padding: 3px;
}*/
.mud-card-media-direct {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border: 2px solid #fff !important;
}

.mud-card-media-parent-direct {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
    border: 2px solid #fff !important;
}

.mud-card-media {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border: 2px solid #fff;
    border-radius: 50% !important;
}

    .mud-card-media .border-radious {
        border-radius: 0% !important;
    }

.mud-card-content {
    display: flex;
    flex-direction: column;
    /*align-items:center*/
}

.mud-primary-text .search {
    color: rgba(255, 0, 128) !important;
    border: 1px solid black;
    font-size: 11px;
    padding: 9px 5px;
    border-radius: 5px;
    text-decoration: none
}

.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 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition-duration: 251ms;
    transition-delay: 0ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-end;
}

.logo-search-image {
    width: 38px;
    height: 38px;
    margin-left: 15px  ;
    margin-top: 10px;
}

.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;
}

.explorer-pic {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(45dga, rgba(255, 230, 0, 0), rgba(255, 0, 128), 88%);
}

    .explorer-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid #fff;
        border-radius: 5%;
    }

    .explorer-pic:hover {
        width: 101px;
        height: 101px;
        overflow: hidden;
        padding: 1px;
        background: linear-gradient(45dga, rgba(255, 230, 0, 0), rgba(255, 0, 128), 88%);
    }

.profile-pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    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%;
    }

.top-post-card {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-post-pic {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: linear-gradient(45dga, rgba(255, 230, 0, 0), rgba(255, 0, 128), 88%);
    border-radius: 2px;
}

    .top-post-pic:hover {
        width: 71px;
        height: 71px;
        border-radius: 2px;
        overflow: hidden;
        padding: 1px;
        background: linear-gradient(45dga, rgba(255, 230, 0, 0), rgba(255, 0, 128), 88%);
    }

    .top-post-pic img {
        width: 80%;
        height: 80%;
        object-fit: cover;
        border: 2px solid #fff;
        border-radius: 5px;
    }
    .top-post-pic video {
        width: 80%;
        height: 80%;
        object-fit: cover;
        border: 2px solid #fff;
        border-radius: 5px;
    }
.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 {
    /* padding: 5px; */
    /* width: 96%; */
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-top: 5px;
    border-radius: 5px;
    margin-left: 9px;
    margin-right: 9px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sub-comment {
    width: 86%;
    height: auto;
    align-items: center;
    background: #fff;
    border: solid 1px #dfdfdf;
    margin-top: 5px;
    border-radius: 5px;
    margin-left: 9px;
    margin-right: 9px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.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: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

    .info .username {
        width: auto;
        font-weight: bold;
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        padding-right: 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;
}

.title-post {
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
    color: midnightblue;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px;
}

.description {
    direction: rtl;
    margin: 2px 0;
    font-size: 13px;
    line-height: 25px;
    white-space: pre-line
}

    .description p {
        display: flex;
        align-items: center;
        color: black;
        font-size:11px
    }

        .description p > span {
            padding-right: 5px;
            font-size: 11px
        }


.post-reations {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
}

.float-left {
    float: left;
}

.post-time {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.comment-wrapper {
    width: 100%;
    height: 40px;
    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
}

.mud-direct-wrapper {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 10px;
    border-radius: 5px
}

.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: 5px 20px 5px 20px;
    border: 1px solid #dfdfdf;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 5px;
    background-color: whitesmoke;
}

.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;
    text-align: center;
}

.space-element {
    padding: 5px
}

.span-count {
    color: #2a7ad3;
}

.action-btn {
    opacity: 1;
    font-weight: bold;
    font-size: 10px;
}


.suggestion-tex {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: rgba(80, 77, 77, 0.5);
    margin: 0px 0;
    align-items: center;
    margin: 10px 0px 0px 2px;
}

@media(max-width:1200px) {
    #menuToggle {
        right: 2px;
        font-size: 12px;
    }

    .logo-start-page {
        height: 60%;
        width: 60%;
        opacity: 0.8;
    }
}

@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: 220px;
    }
}

element.style {
}

.mud-appbar.mud-appbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.mud-appbar {
    width: 100%;
    display: flex;
    z-index: var(--mud-zindex-appbar);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
    color: var(--mud-palette-appbar-text);
    background-color: var(--mud-palette-appbar-background);
    transition: margin 225ms cubic-bezier(0,0,.2,1) 0ms,width 225ms cubic-bezier(0,0,.2,1) 0ms;
}


.mud-elevation-1 {
    box-shadow: var(--mud-elevation-1);
}

.mud-theme-secondary {
    background-color: var(--mud-palette-secondary) !important;
}

.mud-input-control-input-container {
    margin-left: 10px;
    margin-right: 10px
}
.mud-input-control {
    /* border: 0; */
    margin: 5px !important;
    padding: 0px;
    display: flex;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    flex-direction: column;
    vertical-align: top;
    margin-top: -9px !important;
    /* height: 20px; */
}

.nav-menu-container {
    border: 1px solid #e4e4e4;
    background-color: #ebc914;
    /*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: black;
        padding: 2px 2px 2px;
        color: #fff !important;
        font-weight: bold;
        cursor: pointer;
        opacity: .9;
        text-align: center;
        font-size: 22px;
        line-height: 10px;
        border-radius: 50%;
    }

        .img-wrap .close:hover {
            background-color: crimson;
            color: black !important;
        }

.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;
}

.mud-tab-slider {
    background-color: #F5F5F5;
}

.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    padding: 14px 5px 5px 1px;
    height: 1.1em;
    outline: none
}

.mud-tabs-toolbar-conten {
    background-color: rgba(255, 0, 128);
}

.mud-tab {
    width: 20px !important;
    min-width: 75px !important;
}

.mud-grid-border {
    /*border: 1px solid #dfdfdf !important;*/
    margin: 1px;
    padding: 1px;
    box-sizing: border-box;
    border-radius: 5px;
}

.mud-grid-item-border {
    border: 1px solid #dfdfdf !important;
    padding: 1px;
    margin: 1px 1px 1px 1px;
    border-radius: 0px;
}

    .mud-grid-item-border:hover {
        border: 1px solid #efc3c3 !important;
        background-color: #f1f1f1;
        color: yellow !important;
        border-radius: 0px;
    }

.mud-avatar.mud-avatar-medium {
    width: 32px !important;
    height: 32px !important;
}

.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
}

.mud-grid {
    padding-left: 0px !important;
    margin: -1px !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.mud-grid-spacing-xs-3 > .mud-grid-item {
    padding: 2px !important;
}

.mud-grid-spacing-xs-1 > .mud-grid-item {
    padding: 0px !important;
}

.mud-nav-link {
    padding: 2px !important;
}

.mud-dialog-width-full {
    width: 100% !important;
}
.loading {
    margin-top: 50px;
    display: flex;
    font-size: 10px;
    color: #b3b0b0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.me-auto {
    padding: 0px;
    font-size: 8px;
    margin-inline-end: auto !important;
}
.profile-statistics {
    font-size: 12px
}




/*snackbar pwa*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
.notification-button {
    /*min-width: 100%;*/
    margin-left: 0px;
    background-color: #d30b0b;
    color: #fff;
    text-align: center;
    border-radius: 2px;
  /* padding: 19px;
   position: fixed;*/
    /*top: 50%;*/
    z-index: 1;
    font-size: 17px;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
.setting-notification {
    padding: 5px 20px 5px 20px;
    border: 1px solid #dfdfdf;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 5px;
    background-color: whitesmoke;
}
.text-on-image-container {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
    height: 100%;
   
}



/* Top left text */
.text-on-image-top-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.75
}
.text-on-image-top-left:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-size:15px
}