/*  Imports */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
/*
** Fonts
*/
/*
** media query widths
*/
#user_profile_messages .table-tabs ul {
  border: none; }
  #user_profile_messages .table-tabs ul li {
    background: #9F9FAD;
    border-radius: 16px 16px 0 0;
    border: 1px solid #9F9FAD; }
    #user_profile_messages .table-tabs ul li.active {
      background: #F7F7F8;
      border: 1px solid #F7F7F8; }
    #user_profile_messages .table-tabs ul li:hover:not(.active) {
      border: 1px solid #525260; }
    #user_profile_messages .table-tabs ul li a {
      border: none;
      color: #525260; }
#user_profile_messages .table-user thead {
  border-radius: 0; }
  #user_profile_messages .table-user thead th {
    border-radius: 0; }
    #user_profile_messages .table-user thead th:last-child {
      border-top-right-radius: 32px; }
#user_profile_messages .table-user tbody tr.unread td a {
  font-weight: 700; }
#user_profile_messages .table-user tbody td a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 400; }
#user_profile_messages .table-user tbody .total {
  color: #525260;
  font-weight: 600; }
  #user_profile_messages .table-user tbody .total .value .btn {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid;
    margin-right: 20px; }
  #user_profile_messages .table-user tbody .total .profit a {
    color: #FF344C; }
#user_profile_messages #table-movil {
  margin: 30px 0;
  text-align: center; }
  #user_profile_messages #table-movil .title {
    background: #F7F7F8;
    color: #525260;
    text-align: right;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #F1F1F3; }
    #user_profile_messages #table-movil .title a {
      padding-left: 10px; }
  #user_profile_messages #table-movil .tr {
    display: none; }
    #user_profile_messages #table-movil .tr .item {
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      border: 1px solid #F1F1F3; }
      #user_profile_messages #table-movil .tr .item:first-child {
        border-top: none; }
      #user_profile_messages #table-movil .tr .item:last-child {
        border-bottom: none; }
  #user_profile_messages #table-movil #estimated_amount .title {
    border-radius: 32px 32px 0px 0px; }
  #user_profile_messages #table-movil #total_amount .title {
    border-radius: 0px 0px 32px 32px; }
  #user_profile_messages #table-movil .btn-white {
    margin-top: 20px; }

/*# sourceMappingURL=messages.css.map */
