* {
  margin: 0;
  padding: 0;
  font-family: Roboto;
}

.display, .user_information_followers, .content_rating, .rating_date, .content_resume, .content_label, .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #9347DD;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f3ff;
}

.main {
  padding-top: 40px;
  background: #f9f3ff;
}

.content_user_information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.user_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease .15s;
  transition: ease .15s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  width: 180px;
  padding: 10px 0;
  border-radius: 5px;
  background: #DDC4F4;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 0 #c58bfc;
          box-shadow: 0px 0px 0 #c58bfc;
  overflow-x: auto;
}

.user_information::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #9347DD;
}

.user_information::-webkit-scrollbar {
  width: 2px;
  background-color: #DDC4F4;
}

.user_information:hover {
  top: -4px;
  left: -4px;
  -webkit-box-shadow: 4px 4px 0 #c58bfc;
          box-shadow: 4px 4px 0 #c58bfc;
}

.user_information_text {
  margin: 2px 0;
  text-shadow: 2px 2px 1px #c58bfc;
  font-size: .9em;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .4px;
  color: white;
}

.user_information_username {
  text-align: center;
}

.content_line_user_information_profile {
  margin: 4px 0;
}

.line_user_information_profile {
  border: 0;
  height: 2px;
  background-color: #9347DD;
  width: 50px;
}

.user_information_img {
  width: 90px;
}

.user_information_followers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.img_book {
  border-radius: 2px;
  width: 250px;
  -webkit-box-shadow: 4px 4px 3px #7837ba85;
          box-shadow: 4px 4px 3px #7837ba85;
}

.content_table_charpers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  padding: 15px 0;
  max-height: 340px;
  width: 250px;
  background-color: #eedaff;
}

.button_table_charper {
  -webkit-transition: ease .2s;
  transition: ease .2s;
  cursor: pointer;
  border: 0;
  color: white;
  font-size: .9em;
  height: 35px;
  width: 90%;
  background: #9347DD;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px #7837ba, 0px 0px #7837ba;
          box-shadow: 0px 0px #7837ba, 0px 0px #7837ba;
}

.button_table_charper:hover {
  top: -4px;
  left: -4px;
  -webkit-box-shadow: 4px 4px #7837ba, 4px 4px #7837ba;
          box-shadow: 4px 4px #7837ba, 4px 4px #7837ba;
}

.table_charper {
  width: 100%;
}

.table_charper_title {
  color: white;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: .2px;
  color: #7837ba;
  text-align: center;
}

.table_charper_list {
  border-top: 2px solid #9347DD;
  width: 100%;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.table_charper_list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #9347DD;
}

.table_charper_list::-webkit-scrollbar {
  border-radius: 5px;
  width: 7px;
  background-color: #DDC4F4;
}

.charper_list {
  width: 100%;
  cursor: pointer;
  list-style: none;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.charper_list:hover {
  background-color: #7837ba;
}

.charper_list:hover .charper_list_link {
  color: white;
  margin-left: 20px;
}

.charper_list_link {
  -webkit-transition: ease .2s;
  transition: ease .2s;
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #7837ba;
  font-weight: 500;
  font-size: .9em;
  margin-left: 10px;
  background-color: transparent;
}

#title_book {
  margin: 15px 0;
  font-size: 2em;
  text-align: center;
  color: #7837ba;
  text-shadow: 1px 1px #c58bfc;
}

.rating_date {
  border-radius: 15px 5px 15px 5px;
  margin: 0 5px;
  min-width: 90px;
  height: 35px;
  background-color: #9347DD;
}

.img_rating_date {
  margin: 0 5px;
  width: 25px;
}

.text_rating_date {
  color: white;
  font-weight: 400;
  font-size: .8em;
}

.content_resume {
  width: 100%;
  margin: 20px 0;
}

.resume {
  width: 80%;
}

.resume_text {
  color: #4D4D4D;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: .1px;
  font-weight: 300;
  text-shadow: 0 0 0.5px #4D4D4D;
}

.content_label {
  padding: 20px 0;
  width: 100%;
}

.label {
  text-decoration: none;
  border-radius: 10px;
  height: 30px;
  min-width: 100px;
  margin: 5px;
  color: #9347DD;
  background-color: #eedaff;
  font-size: .9em;
}

@media screen and (max-width: 600px) {
  .content_user_information {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content_table_charpers {
    width: 90%;
  }
  .card_user_information {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=style.css.map */