body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    background-color: #f0f2f5;
    min-height: 100vh;
    color: white;
    font-family: 'Open Sans', sans-serif !important;
}

nav {
    height: 56px;
    background-color: white;
    box-shadow: 0px 3px 10px rgb(190, 190, 190);
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-fb {
    background-image: url('../images/fb.png');
    height:156px;
    width: 156px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateZ(0);
    margin-left:-20px
}

.p_p {
    color: #000;
    text-align:center
}

.logo-search {
    height: 40px;
    margin-left: 5px;
    width: 260px;
    border-radius: 70px;
    border: 0px;
    background-color: #eeeff7;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}

.logo-search::placeholder {
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', sans-serif !important;
}

.logo-search:focus {
    outline: none;
}

.logo-left {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
}

.single-center-menu-btn {
    width: 130px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 5px;
}

.single-center-menu-btn:hover {
    background-color: rgb(240, 240, 240);
}

.single-center-menu-btn svg {
    fill: #727479;
}

.single-center-menu-btn:first-child {
    border-bottom: 3px solid #2374e1;
    height: calc(100% - 3px);
}

.single-center-menu-btn:first-child svg {
    fill: #2374e1;
}

.center-pc-menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 400px;
}

.single-right-menu-item {
    height: 40px;
    width: 40px;
    background-color: rgb(221, 221, 221);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 5px;
}

.single-right-menu-item svg {
    fill: rgb(36, 36, 36);
}

.single-right-menu-item:hover {
    background-color: rgb(214, 214, 214);
}

.section {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content {
    width: 100%;
    max-width: 680px;
    background-color: white;
    min-height: 100px;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.author-zone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.author-zone-logo {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.author-name {
    color: #262827;
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
}

.author-time {
    margin: 0px;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #262827;
}

.author-time svg {
    fill: #262827;
    margin-left: 5px;
}

.author-zone-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.name-post-time {
    margin-left: 10px;
}

.author-zone-right {
    height: 40px;
    width: 40px;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.author-zone-right:hover {
    background-color: rgb(238, 238, 238);
}

.author-zone-right svg {
    fill: #262827;
}

.desc-zone {
    padding: 15px;
    padding-top: 0px;
}

.desc-zone p { 
    color: #262827;
    margin: 0px;
    font-size: 15px;
    padding-right: 50px;
}

.desc-zone a {
    margin-top: 10px;
    color: #2374e1;
    text-decoration: none;
    font-size: 15px;
}

.desc-zone a:hover {
    text-decoration: underline;
}

.hashtags {
    margin-top: 10px;
}

.vid-zone {
    width: 100%;
    height: 400px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background:
        linear-gradient(
          rgba(0, 0, 0, 0.8), 
          rgba(0, 0, 0, 0.8)
        ),
        url('../images/mov.jpg');
}

.invid-zone {
    border-radius: 8px;
    width: 70%;
    height: 50%;
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.login-btn {
    background-color: #2374e1;
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    text-decoration: none;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 0;
}

.login-btn:hover {
    background-color: #0d66db;
}

.play-btn {
  background: none;
  width: 50px;
  height: 50px;
  border: solid 5px #fff;
  border-radius: 100%;
  position: relative; 
  text-indent:-9999px;
  box-shadow: 1px 1px 3px #999999;
}

.play-btn span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  position:absolute;
  top:20%;
  left:36%;    
}

.play-btn:hover{
  background:#ababab;
  cursor:pointer;
  opacity:0.8;
  border:none;
  position:absolute;  
  width: 60px;
  height: 60px; 
  box-shadow:none;
}

.play-btn:hover span{
  top:25%;
  left:38%;
}

.alert-1 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #262827;
}

.alert-2 {
    text-align: center;
    font-size: 14px;
    color: #262827;
    width: 100%;
}

.alert-2 span {
    font-weight: 600;
}

.login-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.login-overlay form {
    width: 85%;
    max-width: 380px;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.form-logo {
    height: 40px;
    width: 100%;
    max-width: 400px;
    background-image: url('../images/fbfb.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.login-overlay form input {
    margin-top: 15px;
    width: 92%;
    border-radius: 13px;
    border: 0px;
    background-color: #eeeff7;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    height: 40px;
    color: rgb(221, 221, 221);
}

.login-overlay form input:focus {
    outline: none;
}

.login-overlay form .login-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 25px;
}

.exit {
    position: absolute;
    top: 15px;
    right: 26px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    border-radius: 40px;
}

.exit i {
    color: #2374e1;
}

.exit:hover {
    background-color: rgb(235, 235, 235);
}

.like-zone {
    padding: 10px 15px 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(61, 61, 61);
}

.like-img {
    height: 18px;
    width: 18px;
    background-image: url('../fonts/like.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.like-img-2 {
    height: 18px;
    width: 18px;
    background-image: url('../fonts/sad.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3px;
}

.like-img-3 {
    height: 18px;
    width: 18px;
    background-image: url('../fonts/wrr.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3px;
}

.like-zone-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.numer-likes {
    margin: 0px;
    margin-left: 10px;
    font-size: 15px;
    color: #262827;
}

.like-zone-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.like-zone-right p {
    margin: 5px;
    color: #262827;
    cursor: pointer;
    font-size: 15px;
}

.like-zone-right p:hover {
    text-decoration: underline;
}

.post-menu {
    border-bottom: 1px solid rgb(61, 61, 61);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
}

.single-post-menu-item {
    width: calc(33% - 5px);
    margin: 0px 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    border-radius: 5px;
    color: #262827;
    font-weight: 500;
    cursor: pointer;
}

.single-post-menu-item:hover {
    background-color: rgb(235, 235, 235);
}

.single-post-menu-item img {
    margin-right: 10px;
}

.all-comments {
    font-weight: 600;
    color: #262827;
    font-size: 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.all-comments i {
    color: #262827;
    margin-left: 5px;
}

.post-comment-zone {
    padding: 15px;
}

.all-comments:hover {
    text-decoration: underline;
}

.your-comment {
    height: 40px;
    background-color: #eeeff7;
    margin-top: 10px;
    border-radius: 36px;
    position: relative;
}

.your-comment-input {
    height: 36px;
    border: 0px;
    width: 100%;
    border-radius: 36px;
    padding-left: 10px;
    background-color: transparent;
    font-size: 15px;
    z-index: 10;
    color: #262827;
}

.your-comment-input:focus {
    outline: none;
}


.your-comment-input::placeholder {
    color: #262827;
    font-family: 'Open Sans', sans-serif !important;
}

.your-comment-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.your-comment-right img {
    margin: 0px 7px;
}

.single-comment {
    display: flex;
    align-items: stretch;
    margin-top: 20px;
}

.comment-avatar {
    height: 32px;
    width: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 32px;
}

.comments-section {
    padding: 15px;
    padding-top: 0px;
}

footer {
    height: 50px;
}

.single-comment-right {
    margin-left: 10px;
    max-width: 60%;
}

.com-com {
    border-radius: 15px;
    padding: 7px;
}

.single-comment-right p {
    font-size: 14px;
    margin: 0px;
    color: #262827;
}

.comment-title {
    font-weight: 600;
}

.comment-options {
    display: flex;
}

.single-comment-option {
    margin: 0px 8px !important;
    font-size: 13px !important;
    font-weight: 600;
    margin-top: 3px !important;
    color: #262827 !important;
    cursor: pointer;
}

.single-comment-option:hover {
    text-decoration: underline;
}

.single-comment-option-thin {
    font-weight: 400 !important;
}