<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#comments_component {
    margin: 11px 18px;
    font-family: "Inter", sans-serif!important; 
    padding-bottom: 15px;
    /*opacity: 0;*/
    display: none;
    margin: 0 auto;
    width: 80%;
}
#comments_component .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 0 20px 0;
}
#comments_component .component_ava {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 10px 0 0;
}
#comments_component .component_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 5px 0;
}
#comments_component .component_info_inner {
    background-color: #ebedf0;
    border-radius: 18px;
    display: inline-block;
    line-height: 16px;
    margin-top: 0;
    min-width: 0;
    overflow: hidden;
    padding: 6px 12px 7px 12px;
}
#comments_component .component_name {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 3px 3px;

    text-decoration: none;
}
#comments_component .component_licked {
    position: relative;
    bottom: 0;
    left: -67px;
    display: flex;
}

.component_body {
    width: 100%;
}

.component_voir {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin: 7px 0 0 12px;
}
.component_reposy {
    color: #929292;
    font-weight: 600;
    font-size: 12px;
    margin: 6px 0 0 -6px;
    /*word-spacing: 8px;*/
    display: flex;
    flex-wrap: wrap;
}

.component_reposy b {
    word-spacing: 0!important;
    color: #d0d0d0;
}
.component_img {
    /*display: flex;*/
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    margin: 7px 0 6px 0;
    height: auto;
}
.component_img img  {
    border-radius: 20px;
    max-width: 100%;
    width: 300px;
    display: flex;
    height: auto;
}
.component_licked {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 #dadde1;
    color: #909192;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-left: -10px;
    padding-right: 4px;
    transform: translateY(-6px);
    z-index: 5;
}
/* #comments_component a {
    font-weight: 600;
    text-decoration: none;
    color: #232323;
} */
.icons {
    white-space: nowrap;
    display: flex;
    margin: 0;
}
.icons .fb_licked {
    background-image: url('../images/icon-set.png');
        background-size: 103px 329px;
    background-repeat: no-repeat;
    display: inline-block;
        height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.l {
    background-position: -51px -266px;
    z-index: 4;
}
.u {
    background-position: 0 -283px;
    margin-left: -6px;
    z-index: 3;
}
.s {
    background-position: -68px -266px;
    margin-left: -6px;
}
/*.component_name,
.component_reposy {
    cursor: pointer;
}*/

/*.component_name:hover,.component_text a:hover,.component_reposy nav:hover{text-decoration: underline!important;}*/
.component_reposy nav {
    display: inline;margin: 0 0 0 16px;
}
.component_reposy nav a {
    color: #909192;
}

.user_request .component_ava_small {margin-left: 46px!important;}

/*#comments_component .item:nth-child(3) .component_img img {
    min-width: 132%;
}*/

/*Request*/
#comments_component .component_ava_small {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

.component_reposy_small {
    word-spacing: 0;
    display: flex;
    font-size: 12px;
    line-height: 27px;
    cursor: pointer;
}

.component_reposy_small &gt; .name {
    font-weight: 600;
    margin-right: 9px;
}

.component_reposy_small &gt; .repond {
    font-weight: 100;
    margin-right: 5px;
}

.component_reposy_small b.count {
    font-weight: 100;
    color: #b9b9b9;
}

u {
    cursor: pointer;
}

.footer__href {
    text-align: center;
    width: 250px;
    display: inline-block;
    padding: 15px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
}

#comments_component .component_info_inner {
  margin-right: auto;
  width: 85%;
}

#state_close {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    color: gray;
}

#doctor_liked_heart {
    display: flex;
    align-items: center;
    background: white;
    padding-left: 16px;
    border-bottom: 1px solid #e4e4e4;
    height: 38px;
    margin-bottom: 35px;
}

#doctor_liked_heart div {
    width: 20px;
    margin-left: -8px;
}

#doctor_liked_heart img {
    width: 100%;
}

#doctor_liked_heart div {
    width: 20px;
    margin-left: -8px;
}
.doctor_liked_numbers {
    font-size: 10px;
    font-weight: 600;
}

.doctor_liked_numbers h1 {
    position: relative;
    left: 11px;
}

.popular {
    font-size: 17px;
    position: relative;
    top: -2px;
}

#commentForm {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: start;
    margin-bottom: 20px;
    /* max-width: 600px; */
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
  }

  #commentForm .form__avatar {
      position: relative;
      display: flex;
      background-color: #fff;
      background: url(../images/userpic.png) no-repeat center center / cover;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
  }

  #commentForm .form__avatar img {
    width: 100%;  
    max-width: 100%;
  }

  
  #commentForm .form__avatar::before {
      position: absolute;
      content: 'Fotografija';
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, .3);
      font-size: 9px;
      text-align: center;
  }

  #commentForm .form__avatar--loaded::before {
      display: none;
  }
  
  #commentForm label {
    color: #fff;
  }
  
  #inputCommentName {
    display: inline;
    margin-bottom: 10px;
  }
  
  #commentForm input,
  #commentForm textarea {
    width: 100%;
    padding: 12px 20px;
    font-family: "Inter", sans-serif!important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #f8f8f8;
    resize: none;
  }

    
  #commentForm input:focus,
  #commentForm textarea:focus {
      outline: none;
  }

  #commentForm .form__inputs {
    position: relative;
    width: 100%;
    margin-right: 15px;
}

  
  #commentPush {    
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 8px 5px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
  }

  #commentPush img {
      width: 30px;
  }



  .form__item {
    /* width: 100%; */
    margin-right: 10px;
    color: snow;
    border-radius: 50%;
  }

  .form__label {
      font-size: 12px;
  }

  .file {
    width: 100%;
    max-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .file__item {
    position: relative;
  }

  .file__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
  }

  .file__button {
    display: inline-flex;
    min-height: 40px;

    justify-content: center;
    align-items: center;
    background-color: #bf0909;
    color: whitesmoke;
    border-radius: 5px;
    padding: 0px 20px;
  }

  .file__preview {
    display: inline-block;
    max-width: 100px;
    padding: 10px 0px 0px 0px;
  }

  .file__preview img {
    max-width: 100%;
  }

@media screen and (max-width: 400px) {
  #comments_component {
    margin: 10px 0;
  }
}

@media screen and (max-width: 370px) {
  .component_reposy nav {
      display: inline;
      margin: 0 0 0 13px;
  }
}

@media screen and (max-width: 370px) {
  .component_reposy_small {
    flex-direction: column
  }
  .component_reposy_small {
    display: none;
  }
  #comments_component .component_info {
    flex-direction: column;
  }
  .user_request {
    display: none;
  }
}
@media (max-width: 480px) {
  #comments_component {
    width: 100%!important;
  }
    #comments_component .component_licked {
        left: -30px;
    }
    #comments_component .component_info_inner {
      width: 100%;
    }
    .component_reposy__ch {
      margin-top: 17px;
    }
    #comments_component .component_licked {
      left: 0;
    }
    .component_reposy {
      font-size: 11px;
    }
    #commentForm {
      margin-left: -3%!important;
      width: 97%;
    }
}</pre></body></html>