/* ******************************************** */
/* question partial, user id:
      views/answers/_agrees.html.erb

      NOTA: The following classes are already defined:
      .likes-style            -->  questions.css: ~41
      .likes-number           -->  questions.css: ~49
*/
.d-none {
  display: none
}

/* También utilizado en:
    javascript/controllers/answers_controller.js
*/


/* ******************************************** */
/* question partial, user id:
      views/answers/_answer.html.erb

      NOTA: The following classes are already defined:
      .fc-nowrap-top          -->  questions.css: ~175
      .sect1                  -->  questions.css: ~179
      .sect1-int              -->  questions.css: ~184
      .sect2                  -->  questions.css: ~188
      .fc-nowrap-v-center     -->  questions.css: ~47
      .user-avatar-show       -->  questions.css: ~52
      .dropdown-link          -->  questions.css: ~57
      .dropbtn-link           -->  questions.css: ~61
      .dropdown-content-link  -->  questions.css: ~66
      .btn-to-link            -->  questions.css: ~92
      .d-none                 -->  self.css: ~9
*/
/* ******************************************** */
/* question partial, user id:
      views/answers/_form.html.erb

  NOTA: VACÍO POR EL MOMENTO
*/





/* ******************************************** */
/* question partial, user id:
      views/answers/_form_edit.html.erb

  NOTA: VACÍO POR EL MOMENTO
*/

/* FORMATO NUEVO */
.arrows-container {
  background-color: var(--lightgrey);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
}
.arrows {
  border: 1px solid var(--whitemate);
  background-color: var(--lightgrey);
  text-decoration: none;
  padding: 6px;
  width: 100%;
  text-align: center;
}
.left-arrow { border-radius: 35px 0 0 35px; }
.right-arrow { border-radius: 0 35px 35px 0; }
.arrows:hover {
  background-color: var(--white);
}
.flexon {
  display: flex;
}