 @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }
  .fa-facebook:before {
    content: "\f09a";
  }
  .fa-thumbs-up:before {
    content: "\f164";
  }
  

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(0, 0, 160);
}

img {
    width: 100%;
}

.bold {
    font-weight: 500;
}

/* COMMENTS */

.fbcontainer {
    padding: 10px 10px;
    background-color: #eee;
    max-width: 888px;
    margin: 0 auto;
}
.fbcontainer a{
color: #0000a0;
}

.facebook {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    box-shadow: 0px 0px 10px #eee;
}

.fbhead {
    display: flex;
    justify-content: space-between;
}

.fbtitle {
    font-size: 20px;
    font-weight: 500;
}

.stars {
    color: #5890ff;
    cursor: pointer;
}

.stars i:hover {
    color: #95b5f4;
}

.stars_number {
    font-weight: bold;
    margin-right: 5px;
}

.avatar {
    margin-right: 10px;
    flex-shrink: 0;
}

.avatars {
    position: relative;
    height: 35px;
    margin-bottom: 5px;
}

.avatars img {
    width: 35px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.avatars img:nth-child(1) {
    position: absolute;
    z-index: 5;
}

.avatars img:nth-child(2) {
    position: absolute;
    left: 27px;
    z-index: 4;
}

.avatars img:nth-child(3) {
    position: absolute;
    left: 54px;
    z-index: 3;
}

.avatars img:nth-child(4) {
    position: absolute;
    left: 81px;
    z-index: 2;
}

.avatars img:nth-child(5) {
    position: absolute;
    left: 108px;
    z-index: 1;
}

.fbrecommends_numbers span {
    color: gray;
    font-size: 14px;
}

.fbrecommends_numbers i {
    color: #f36b7f;
    margin-right: 5px;
}

.fbrecommends {
    margin: 10px 0;
}

.lined {
    border-bottom: 1px solid gray;
}

.fbcomments {
    background-color: rgb(245, 245, 245);
    padding: 10px;
    box-shadow: 0px 10px 10px #eee;
    border-radius: 0 0 10px 10px;
}

.avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.onecomment {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    position: relative;
    margin-top: 10px;
}

.name,
.date {
    color: gray;
}

.name i {
    color: #f36b7f;
    margin: 0 5px;
    display: inline-block;
    font-size: 18px;
}

.name a {
    font-size: 18px;
    color: #0000a0;
    box-shadow:none
}

.text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fb-absolute {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #5890ff;
    text-align: center;
    color: #fff;
    line-height: 25px !important;
}

input[type='file'] {
    opacity: 0;
    width: 1px;
    height: 1px;
}


.form__inputs  {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#commentForm .form__avatar {
    overflow: hidden;
}

.form__avatar {
    display: flex;
    width: 50px;
    height: 50px;
    background: url(../images/userpic.png);
    background-size: cover;
    border-radius: 50px;
    cursor: pointer;
}

.form__inputs {
    width: 100%;
}

#commentPush {
    width: 95%;
    background-color: #5890ff;
    color: #fff;
    border: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    max-width: 300px;
    margin-top: 10px;
}

#inputCommentText {
    width: 100%;
    border: 2px solid #eee;
    padding: 5px;
    margin-top: 10px;
    max-width: 100%;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
}

#inputCommentName {
    width: 100%;
    border: 2px solid #eee;
    padding: 5px;
    max-width: 100%;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
}

#commentPush i {
    margin-left: 5px;
}

.live img {
    border-radius: 10px;
    margin-top: 10px;
    max-width: 500px;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    object-position: center;
}


.block {
    display: block;
}

@media screen and (max-width:480px) {
    .onecomment {
        padding:5px 0;
    }

    .text {
        font-size: 16px;
    }

    .fbcomments,
    .fbcontainer {
        padding: 3px;
    }
    #commentForm {
        margin-bottom: 0;
    }
}

@media screen and (max-width:442px) {
    .stars {
        width: 70%;
        text-align: right;
    }
}

@media screen and (max-width:352px) {
    .fbtitle {
        font-size: 14px;
    }
}