﻿.header_top {
  background-color: #021930;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-around;
}
.header_bottom {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  -webkit-box-shadow: 0px 8px 10px -8px #000000;
  box-shadow: 0px 8px 10px -8px #000000;
}
.wrap_otz {
  margin-bottom: 3%;
}

#commentForm {
  -webkit-text-size-adjust: 100%;
  --swiper-theme-color: $themeColor;
  font: 16px/1 sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.375;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  box-sizing: inherit;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  background-color: transparent;
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.form__item {
  -webkit-text-size-adjust: 100%;
  --swiper-theme-color: $themeColor;
  font: 16px/1 sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.375;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  box-sizing: inherit;
  margin-right: 10px;
  color: snow;
  border-radius: 50%;
}

.file {
  -webkit-text-size-adjust: 100%;
  --swiper-theme-color: $themeColor;
  font: 16px/1 sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.375;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: snow;
  box-sizing: inherit;
  width: 100%;
  max-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.file__item {
  -webkit-text-size-adjust: 100%;
  --swiper-theme-color: $themeColor;
  font: 16px/1 sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.375;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: snow;
  box-sizing: inherit;
  position: relative;
}

#commentForm .form__avatar {
  position: relative;
  display: flex;
  background-color: #fff;
  background: url(/FRDIET/CoreGLP/fr2026/fr2026_files/images/photo122.jpeg) no-repeat center center / cover;
  width: 70px;
  height: 70px;
  border-radius: 7px;
  overflow: hidden;
}

#commentForm label {
  color: #fff;
  cursor: pointer;
}

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

#commentForm input,
#commentForm textarea {
  width: 100%;
  max-width: 100% !important;
  padding: 12px 20px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
  resize: none;
}

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

#commentForm .formAvatarLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  color: #000;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #000;
  padding: 2px 4px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #eee);
}

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

#commentForm .input__wrapper {
  position: relative;
  margin-bottom: 10px;
}

#commentPush {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -50px;
  width: 50px;
  height: 40px;
  background-color: transparent;
  border: none;
  color: white;
  padding: 8px 5px;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}

#commentForm input,
#commentForm textarea {
  width: 100%;
  max-width: 100% !important;
  padding: 12px 20px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
  resize: none;
}

#commentForm input,
#commentForm textarea {
  width: 100%;
  max-width: 100% !important;
  padding: 12px 20px;
  text-indent: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
  resize: none;
}

#commentPushBlock {
  font-family: 'Encode Sans Semi Condensed', 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: black;
  text-decoration: none;
}

#commentPushBlock .commits__item {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}

.commits__head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.commits__face {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: gray;
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.commits__name {
  font-size: 17px;
  font-weight: bold;
  color: #05519d;
}

.commits__date {
  font-size: 15px;
}

.commits__description {
  color: #000;
  line-height: 22px;
  font-size: 15fpx;
}
