html,
body {
  margin: 0;
  padding: 0;
  color: black;
  box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
  /* overflow-x: clip; */
  overflow-x: hidden;
}
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 5s;
}
.img_perfil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 5s;
}
.img_perfil:hover {
  transition: 5s;
  width: 350px;
  height: 200px;
}
.active_nav {
  background-color: #062c33;
}
#sidebar {
  min-width: 300px;
  max-width: 300px;
  border-radius: 0 10px;
  background: #32373d;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.5s;
  position: relative;
}
#sidebar .h6 {
  color: #fff;
}
#sidebar.active {
  margin-left: -300px;
}
#sidebar.active .custom-menu {
  margin-right: -50px;
}
#sidebar.active .btn.btn-primary:before {
  content: '\f053';
  font-family: 'FontAwesome';
  right: 2px !important;
}
#sidebar.active .btn.btn-primary:after {
  display: none;
}
#sidebar h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
#sidebar h1 .logo {
  color: #fff;
  display: block;
  padding: 10px 30px;
  background: #2f89fc;
}
#sidebar ul.components {
  padding: 0;
}
#sidebar ul li {
  font-size: 16px;
}
#sidebar ul li > ul {
  margin-left: 10px;
}
#sidebar ul li > ul li {
  font-size: 14px;
}
#sidebar ul li a {
  padding: 15px 30px;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#sidebar ul li a span.notif {
  position: relative;
}
#sidebar ul li a span.notif small {
  position: absolute;
  top: -3px;
  bottom: 0;
  right: -3px;
  width: 12px;
  height: 12px;
  content: '';
  background: red;
  border-radius: 50%;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 8px;
}
#sidebar ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #2f89fc;
  border-bottom: 1px solid #2f89fc;
}
#sidebar ul li.active > a {
  background: transparent;
  color: #fff;
}
#sidebar ul li.active > a:hover {
  background: #2f89fc;
  text-decoration: none;
  border-bottom: 1px solid #2f89fc;
}
@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -300px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebar .custom-menu {
    margin-right: -60px !important;
    top: 10px !important;
  }
}
#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  #sidebar .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#sidebar .custom-menu .btn.btn-primary {
  background: #062c33;
  border-color: transparent;
  color: #000;
  position: relative;
  top: -20px;
  left: 25px;
  height: 30px;
  width: 50px;
  z-index: 99;
}
.menu {
  /* margin: 0 15px 0 0; */
  /* justify-content: start; */
  color: #fff;
  display: flex;
  margin: -4px 0px 0px 0px;
}
#sidebar .custom-menu .btn.btn-primary {
  background: #062c33;
  border-color: transparent;
  position: relative;
  color: #000;
  width: 85px;
  height: 30px;
  top: -18px;
  left: 58px;
  z-index: 99;
}

/* Sem a palavra Menu
#sidebar .custom-menu .btn.btn-primary {
    background: #062c33;
    border-color: transparent;
    position: relative;
    color: #000;
    width: 50px;
    height: 30px;
    z-index: 99;
    top: -20px;
    left: 25px;
}
#sidebar .custom-menu .btn.btn-primary:after,
#sidebar .custom-menu .btn.btn-primary:before {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "FontAwesome";
    color: #fff;
}
*/

#sidebar .custom-menu .btn.btn-primary:after,
#sidebar .custom-menu .btn.btn-primary:before {
  position: absolute;
  top: 2px;
  left: 50px;
  right: -50px;
  bottom: 0;
  font-family: 'FontAwesome';
  color: #fff;
}
#sidebar .custom-menu .btn.btn-primary:after {
  content: '\f054';
  left: 2px;
}
.bg-wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}
.bg-wrap:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: 0.3;
}
.bg-wrap .user-logo .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.bg-wrap .user-logo .img_perfil {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 5s;
}
.bg-wrap .user-logo .img_perfil:hover {
  transition: 5s;
  width: 170px;
  height: 170px;
  border-radius: 5%;
}
.bg-wrap .user-logo h3 {
  color: #fff;
  font-size: 18px;
}
a[data-toggle='collapse'] {
  position: relative;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  #sidebarCollapse span {
    display: none;
  }
}
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-primary-menu {
  background: #062c33;
  border-color: #062c33;
}
.btn.btn-primary-menu:hover,
.btn.btn-primary-menu:focus {
  background: #062c33 !important;
  border-color: #062c33 !important;
}

/* Configuração */
.config_img {
  border-radius: 50%;
  transition: 5s;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  /* height: 100px; */
  border-radius: 50%;
}
.img_config {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 5s;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 100px;
  border-radius: 50%;
}
.img_banner_config {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 5s;
  width: 200px;
  margin: 0 -45px;
  margin-bottom: 10px;
  height: 150px;
  border-radius: 5%;
}
.miniatura {
  height: 100px;
  margin: 10px 50px;
  border-radius: 10%;
  max-width: 300px;
}
.config_div_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn_custom {
  background-color: #1d3038;
  color: #3faf8f;
}
.btn_custom:hover {
  background-color: #1d3038;
  color: #fff;
}
.btn_custom2 {
  background-color: #3faf8f;
  color: #1d3038;
}
.btn_custom2:hover {
  background-color: #3faf8f;
  color: #fff;
}
.form_config {
  display: flex;
  justify-content: space-around;
}

/* Comentarios */
.comentario {
  color: rgba(20, 80, 141, 0.863);
  text-align: center;
  margin-bottom: 25px;
}
.comentario_center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ico_fontawesome {
  color: rgba(20, 80, 141, 0.863);
  font-size: 23px;
}
.comentarios_feitos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box_comentario {
  display: flex;
  border-radius: 1rem;
  border: 2px solid rgba(15, 85, 155, 0.589);
  color: rgba(20, 80, 141, 0.863);
  padding: 5px;
  width: 700px;
  margin: 5px;
}
.box_img_perfil {
  width: 100px;
}
.box_header_comentario {
  display: flex;
  justify-content: space-between;
  width: 600px;
  align-items: baseline;
}
.box_info_comentario {
  display: flex;
  align-items: baseline;
}
.limitador_caracteres {
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_txt_comentario {
  display: flex;
  flex-direction: column;
}
.data_comentario {
  padding: 0 5px;
  font-size: 12px;
  color: #5d5d60;
}
.box_conteudo_comentario {
  font-size: 18px;
  color: black;
  padding: 0 5px;
}
.box_img_perfil {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.img_perfil {
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5rem;
}
.link:hover {
  /* color: black; */
  text-decoration: none;
}

@media screen and (orientation: portrait), (max-width: 1000px) {

  #sidebar {
      margin-left: 0;
      width: 100vw;
      height: 100%;
      min-width: 100vw;
      max-width: 100vh;
  }
  #sidebar.active {
      margin-left: 0;
      display: block;
  }

  #sidebar.custom-menu {
      display: none;
  }
  .mobile {
      display: none;
  }
  .form_editor,
  .box_comentario{
    width: 95vw;
    align-items: center;
  }
  .box_info_comentario{
    width: 70vw;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .box_header_comentario{
    flex-direction: column-reverse;
    align-items: center;
    /* background-color: #5d5d60; */
    width: 70vw;
  }
  .box_comentario_resposta{
    width: 90vw;
    margin: 5px 0 0 20px;
    align-items: center;
  }
  .form_editor_mensagem{
    width: 65vw;
  }
  .form_editor_resposta{
    width: 70vw;
  }
  .content-admin{
    display: block;
  }
}

