* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
 

header{
    background-color: #fff;
}

.responsive-create{
    display: none;
}

.responsive-header{
    display: none;
}

 nav {
        height: 58px;
        width: 100%;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        box-shadow: 0px 1px 3px #ccc;
        position: static;

}

nav .nav-left, nav .nav-right {
    display: flex;
    align-items: center;
}

nav .nav-left>a>img {
    width: 40px;
}

i.fas.fa-arrow-left{
    display: none;
}

.responsive-group-pannal{
    display: none;
}

h4.group-header-heading{
    display: none;
}

a.rit.responsive-rit-gear{
    display: none;
}

nav .nav-right>form>i.fas.fa-magnifying-glass {
    margin-left: -35px;
    color: #67696D;
  }

  i.fas.fa-magnifying-glass{
  color: #67696D;
}
  nav .nav-left>form>input{
    height: 40px;
    width: 40px;
    outline: none;
    border: none;
    padding: 20px;
    color: #e4e6eb;
      background-color: #eee;
    font-size: 15px;
    border-radius: 25px;
    margin-right: -34px;
  }
  nav .nav-left>form{
  display: inline;
  margin: 0 16px;
  }
   
nav .nav-middle {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 20px;
}

nav .nav-middle .mid:hover, nav .nav-right .rit:hover {
    background: #F2F2F2;
    background-size: cover;
}
nav .nav-middle .mid:hover{
border-radius: 10%;
transition: .2s ease-in;
}

nav .nav-middle a {
    text-decoration: none;
    color: #65676B;
    padding: 10px 34px 15px 34px;
    margin: 0px 10px 4px;
}


nav .nav-middle a.active {
    color: royalblue;
    position: relative;
}


nav .nav-middle a.active::after {
    content: "";
    width: 9vw;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: -14px;
    background: royalblue;
}


nav .nav-middle a>i {
    font-size: 20px;
}


nav .nav-right .profile, .container .left-pannel .profile {
    background: url(../img/Monis_profile.png);
    height: 45px;
    width: 45px;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
}

nav .nav-right>form{
display: none;
}

nav .nav-right a {
    text-decoration: none;
    color: #050505;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #eee;
    display: grid;
    place-items: center;
    margin: 0 5px;
}

nav .nav-right> .responsive-rit4 {
    display: none;
    
}

nav .nav-right a>i {
    font-size: 16px;
}

.container {
    display: flex;
    background: #F0F2F5;
    overflow: scroll;
    overflow-x: hidden;
    height: 91.2vh;
}

.responsive-pannel{
 display: none;
}

.container .left-pannel {
    display: flex;
    flex-direction: column;
    width: 340px;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    background-color: #fff;
}

.left-pannel::-webkit-scrollbar {
    width: 7px;
}

.left-pannel::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
    border: 3px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.left-pannel::-webkit-scrollbar-track {
    background: transparent;
}


.container .left-pannel .top-left-pannel>form>input {
    height: 40px;
    padding: 5px 34px;
    width: 22vw;
    border: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    outline: none;
    background-color: #eee;
    margin-left: -6px;
}

.heading-section1 {
    display: flex;
    justify-content: space-between;
align-items: baseline;
font-size: 25px;
    padding: 10px 9px 6px 10px;
}



.container .left-pannel i.fas.fa-gear {
    text-decoration: none;
    color: #242629;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #eee;
    display: grid;
    place-items: center;
    margin: 0 5px;
cursor: pointer;
}

.container .left-pannel i.fas.fa-gear:hover {
    background: #cdcdcd;
    background-size: cover;
}

.container .left-pannel .top-left-pannel>form{
     display: flex;
}

.container .left-pannel .top-left-pannel>form>i.fas.fa-magnifying-glass {
    
    position: relative;
    left: 20px;
    bottom: -13px;
}


.container .left-pannel ul {
    padding: 10px 0px;
}

.container .left-pannel ul li {
    list-style: none;
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px;
}



i.fas.fa-angle-right{
    position: relative;
    text-decoration: none;
    color: #242629;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #eee;
    display: grid;
    place-items: center; 
    left: 150px;
}



.container .left-pannel ul li>a.link {
    list-style: none;
    display: flex;
    padding: 0px;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px;
    text-decoration: none;
    color: black;
}

.active2{
    background: #F0F2F5 !important;
}


.container .left-pannel ul li:hover {
    background: #F0F2F5;
}


.container .left-pannel ul li>p {
    margin-left: 10px;
}

 

img.shop {
    width: 39px;
}

img.save {
    width: 36px;
}

i.fas.fa-angle-down {
    background: #E4E6EB;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

i.angle-down1{
    position: relative;
    left:130px;
}

i.angle-down2{
    position: relative;
    left:118px;
}


i.angle-down3{
    position: relative;
    left:124px;
}

i.angle-down4{
    position: relative;
    left:142px;
}

i.angle-down5{
    position: relative;
    left:177px;
}

i.angle-down6{
    position: relative;
    left:86px;
}

i.angle-down7{
    position: relative;
    left:54px;
}

i.angle-down8{
    position: relative;
    left:67px;
}

.border-line {
    color: #B0B3B8;
    background-color: rgba(128, 128, 128, 0.4);
    height: 0.1rem;
    width: 93%;
    border: 1px solid;
    margin: 10px 0px 39px 13px;
}

.heading-shortcut {
    font-size: 17px;
    font-weight: 600;
    color: #75777B;
    margin-top: 16px;
    margin-left: 13px;
}

.shortcut3{
display: flex;
justify-content: space-between;
}

.heading-shortcut3 {
    font-size: 17px;
    font-weight: 600;
    color: #75777B;
     margin-left: 13px;
     margin-top: 4px;
}

.see-all{
    color: #3B80DF;
    font-size: 14px;
    padding: 7px;
    cursor: pointer;
}

.see-all:hover{
    background: #cdcdcd;
    background-size: cover;
}

i.fas.fa-pager{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #1877F2;
    display: grid;
    place-items: center;
    margin: 0px -1px  0px 1px;
}


i.fas.fa-compass{
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #eee;
    display: grid;
    place-items: center;
    margin: 0px -1px  0px 1px;
}


.container .left-pannel ul li i.fas.fa-users{
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #eee;
    display: grid;
    place-items: center;
    margin: 0px -1px  0px 1px;
}

.container .left-pannel ul li .tech-work {
    border-radius: 50%;
    width: 13%;
}


.container .left-pannel ul li .smash-code {
    width: 13%;
    border-radius: 50%;
}



.container .left-pannel ul li .hisham-sarwar {
    width: 11%;
    border-radius: 36%;
}

.container .left-pannel ul li .Netflix {
    width: 11%;
    border-radius: 36%;
}

.container .left-pannel ul li .digiskill {
    width: 11%;
    border-radius: 36%;
}


.container .left-pannel ul li .connected-pakistan {
    width: 34px;
    height: 22px;
    border-radius: 17%;
}

.container .left-pannel .footer-links {
    padding: 12px;
}

.container .left-pannel .footer-links>a {
    text-decoration: none;
    color: #75777B;
}

.container .left-pannel .footer-links>a:hover {
    text-decoration: underline;

}

/* MIDDLE PANNEL*/

.container .middle-pannel {
    width: 1264px;
    height: 100%;

}


.container .middle-pannel .mid-pannel-container {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.middle-pannel .mid-pannel-container>h4 {
    position: relative;
    left: -208px;
    color: #65676B;
font-size: 14px;
}
 
.border-line-2 {
    color: #B0B3B8;
    background-color: rgba(128, 128, 128, 0.4);
    height: 0.1rem;
    border: 1px solid;

}
.button {
     padding-left: 12px;
    }
    button{
        display: flex;
        background-color: #E7F3FF;
        height: 36px;
        width :22vw;
        align-items: center;
        justify-content: center;
        color: #385898;
        cursor: pointer;
        border:solid 0px #E7F3FF;
        border-radius: 2px;
}
button:hover{
background-color: #DBE7F2;
}

button:visited{
    background-color: #acd0f5;
}
i.fas.fa-plus {
    width: 2vw;
}

   /* Postes */
.post {
    width: 550px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 16px;
}

.post .post-top {
    display: flex;
    align-items: center;
    padding: 10px;
}


.post .post-top .dp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.post .post-top .dp>img {
    width: 100%;
    cursor: pointer;
}

.post .post-top .post-info {
    margin-left: 10px;
    font-weight: bold;
}


.post .post-top .post-info .name {
    cursor: pointer;
    font-size: 16px;

}


.post .post-top .post-info .time {
    font-size: 12px;
    cursor: pointer;
color: #65676B;
}


.post .post-top i {
    margin-left: auto;
    cursor: pointer;
    color: #65676B;
}


.post .post-top>input {
    height: 40px;
    padding: 5px 10px;
    border-radius: 25px;
    outline: none;
    border: none;
    flex: 1;
    background: #eee;
    margin-left: 10px;
}

.post .post-content1{
    background-color: #FEF2AA;
    height: 42vh; 
    padding: 98px !important;
    font-size: 28px !important;

}

.post .post-content {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}


.post .post-content>img {
    width: 100%;
    margin: 5px 0px;
}

.post .post-React-container {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7E676B;
}

.post .post-React-container .post-react-thumb {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.post .post-React-container .post-react-likes {
    color: #b0b3b8;
    font-size: 15px;
    margin-left: -1px;
    display: flex;
    align-items: center;
}

.post .post-bottom {
    box-shadow: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 0px 5px;
}

.post .post-bottom .action {
    padding: 10px;
    border-radius: 10px;
    transition: .3s ease-in;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #737980;
}


.post .post-bottom .action:hover {
    background: #F2F2F2;
}

.border-line-3 {
    font-size: 20px;
    color: #B0B3B8;
    background-color: rgba(128, 128, 128, 0.4);
    height: 0.1rem;
    border: 1px solid;
}

.post .post-bottom .action>i.fa-video {
    color: red;
    font-size: 25px;
    padding-right: 8px;
}


.post .post-bottom .action>i.fa-image {
    color: green;
    font-size: 25px;
    padding-right: 8px;
}


.post .post-bottom .action>i.fa-smile {
    color: yellow;
    font-size: 25px;
    padding-right: 8px;
}

/* Right Pannel */

.container .right-pannel {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    width: 30vw;
    position: fixed; 
    background-color: #fff;
    top: 80px;
    border-radius: 6%;
    right: 30px;
}


.right-pannel::-webkit-scrollbar {
    width: 7px;
}

.right-pannel::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
    border: 3px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.right-pannel::-webkit-scrollbar-track {
    background: transparent;
}


.right-pannel .pages-section,
.right-pannel .friends-section {
    margin: 1rem 0px;
}

.right-pannel .pages-section h4,
.right-pannel .friends-section h4 {
    margin-bottom: 10px;
    color: #75777B;
}

.right-pannel .pages-section .page,
.right-pannel .friends-section .friend {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    border-radius: 5px;
    padding: 7px 10px;
    color: #333;
}

.right-pannel .pages-section .page:hover,
.right-pannel .friends-section .friend:hover {
    background: #F2F2F2;
}

.right-pannel .pages-section .page>.dp,
.right-pannel .friends-section .friend>.dp {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.right-pannel .pages-section .page>.dp>img,
.right-pannel .friends-section .friend>.dp>img {
    width: 100%;
}

.right-pannel .friends-section .friend>.dp>.freelancer {
    width: 5vw;
}


.right-pannel .pages-section .name, .right-pannel .friends-section .name {
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
    color: black;
}


.right-pannel .pages-section .name2, .right-pannel .pages-section .name3 {
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
}


.heading-section2 {
    display: flex;
    justify-content: space-between;
align-items: baseline;
}
 
.icons {
    display: flex;
    justify-content: space-between;
}  