body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #121317;
    min-height: 100vh;
    color: #e0e0e0;
    font-family: 'Open Sans', sans-serif !important;
}

nav {
    height: 56px;
    background-color: #121317;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-fb {
    background-image: url('../images/fb_white.png');
    height: 156px;
    width: 156px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateZ(0);
    margin-left: -10px;
}

.p_p {
    color: #e0e0e0;
    text-align:center
}

.logo-search {
    height: 40px;
    margin-left: 5px;
    width: 260px;
    border-radius: 70px;
    border: none;
    background-color: #5C5E62;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    color: #e0e0e0;
}

.logo-search::placeholder {
    color: #9ca2aa;
    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: 0 5px;
}

.single-center-menu-btn:hover {
    background-color: #2a2c30;
}

.single-center-menu-btn svg {
    fill: #65686C;
}

.single-center-menu-btn:first-child {
    border-bottom: 3px solid #4d90fe;
    height: calc(100% - 3px);
}

.single-center-menu-btn:first-child svg {
    fill: #4d90fe;
}

.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: #5C5E62;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 5px;
}

.single-right-menu-item svg {
    fill: #e0e0e0;
}

.single-right-menu-item:hover {
    background-color: #4a4c51;
}

.section {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content {
    width: 100%;
    max-width: 680px;
    background-color: #2a2c30;
    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: #e0e0e0;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.author-time {
    margin: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #9ca2aa;
}

.author-time svg {
    fill: #9ca2aa;
    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: #3a3c40;
}

.author-zone-right svg {
    fill: #e0e0e0;
}

.desc-zone {
    padding: 15px;
    padding-top: 0;
}

.desc-zone p {
    color: #e0e0e0;
    margin: 0;
    font-size: 15px;
    padding-right: 50px;
}

.desc-zone a {
    margin-top: 10px;
    color: #4d90fe;
    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: #000;
    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)
        ),
        url('../images/mov.jpg');
}

.invid-zone {
    border-radius: 8px;
    width: 70%;
    height: 50%;
    background-color: #2a2c30;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.login-btn {
    background-color: #4d90fe;
    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: #3b7ee8;
}

.play-btn {
    background: none;
    width: 50px;
    height: 50px;
    border: solid 5px #e0e0e0;
    border-radius: 100%;
    position: relative;
    text-indent: -9999px;
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
}

.play-btn span {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #e0e0e0;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 20%;
    left: 36%;
}

.play-btn:hover {
    background: #4a4c51;
    cursor: pointer;
    opacity: 0.8;
    border: none;
    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: #e0e0e0;
}

.alert-2 {
    text-align: center;
    font-size: 14px;
    color: #9ca2aa;
    width: 100%;
}

.alert-2 span {
    font-weight: 600;
}

.login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    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: #2a2c30;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.login-overlay2 form {
    width: 85%;
    max-width: 380px;
    padding: 15px;
    background-color: #2a2c30;
    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: none;
    background-color: #e0e0e0;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    height: 40px;
}

.login-overlay2 form input {
    margin-top: 15px;
    width: 92%;
    border-radius: 13px;
    border: none;
    background-color: #e0e0e0;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    height: 40px;
}

.login-overlay form input:focus {
    outline: none;
}

.login-overlay form .login-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 25px;
}

.login-overlay2 form input {
    margin-top: 15px;
    width: 92%;
    border-radius: 13px;
    border: none;
    background-color: #e0e0e0;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    height: 40px;
}

.login-overlay2 form input:focus {
    outline: none;
}

.login-overlay2 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: #4d90fe;
}

.exit:hover {
    background-color: #3a3c40;
}

.like-zone {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #3a3c40;
}

.like-img,
.like-img-2,
.like-img-3 {
    height: 18px;
    width: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.like-img {
    background-image: url('../fonts/like.svg');
}

.like-img-2 {
    background-image: url('../fonts/sad.svg');
    margin-left: 3px;
}

.like-img-3 {
    background-image: url('../fonts/wrr.svg');
    margin-left: 3px;
}

.like-zone-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.numer-likes {
    margin: 0;
    margin-left: 10px;
    font-size: 15px;
    color: #e0e0e0;
}

.like-zone-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.like-zone-right p {
    margin: 5px;
    color: #e0e0e0;
    cursor: pointer;
    font-size: 15px;
}

.like-zone-right p:hover {
    text-decoration: underline;
}

.post-menu {
    border-bottom: 1px solid #3a3c40;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
}

.single-post-menu-item {
    width: calc(33% - 5px);
    margin: 0 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-radius: 5px;
    color: #e0e0e0;
    font-weight: 500;
    cursor: pointer;
}

.single-post-menu-item:hover {
    background-color: #3a3c40;
}

.single-post-menu-item img {
    margin-right: 10px;
}

.all-comments {
    font-weight: 600;
    color: #e0e0e0;
    font-size: 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.all-comments i {
    color: #e0e0e0;
    margin-left: 5px;
}

.post-comment-zone {
    padding: 15px;
}

.all-comments:hover {
    text-decoration: underline;
}

.your-comment {
    height: 40px;
    background-color: #5C5E62;
    margin-top: 10px;
    border-radius: 36px;
    position: relative;
}

.your-comment-input {
    height: 36px;
    border: none;
    width: 100%;
    border-radius: 36px;
    padding-left: 10px;
    background-color: transparent;
    font-size: 15px;
    z-index: 10;
    color: #e0e0e0;
}

.your-comment-input:focus {
    outline: none;
}

.your-comment-input::placeholder {
    color: #9ca2aa;
    font-family: 'Open Sans', sans-serif !important;
}

.your-comment-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.your-comment-right img {
    margin: 0 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: 0;
}

.single-comment-right {
    margin-left: 10px;
    max-width: 60%;
}

.com-com {
    border-radius: 15px;
    padding: 7px;
}

.single-comment-right p {
    font-size: 14px;
    margin: 0;
    color: #e0e0e0;
}

.comment-title {
    font-weight: 600;
}

.comment-options {
    display: flex;
}

.single-comment-option {
    margin: 0 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 3px !important;
    color: #e0e0e0 !important;
    cursor: pointer;
}

.single-comment-option:hover {
    text-decoration: underline;
}

.single-comment-option-thin {
    font-weight: 400 !important;
}

footer {
    height: 50px;
    background-color: #121317;
}
