.box-tt{
  box-shadow: 0 8px 30px rgba(0,0,0,.05);
  background-color: var(--bg-primary);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}
.tabs{
  display:flex;
}
.tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 0px;
  font-size: var(--heading-4);
  font-weight:600;
  transition: 0.2s ease;
  color: var(--color-2);
  margin-right: 50px;
  white-space: nowrap;
}
.tablinks:hover{
  color:var(--bg-second);
}
/* Tab active */
.tablinks.active {
  color:var(--color-second);
  position: relative;
}
.tablinks.active::after{
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bg-second);
}
/* tab content */
.tabcontent {
  display: none;
}
/* Text*/
.tabcontent p {
  color: #333;
}
/* tab content active */
.tabcontent.active {
  display: block;
}
.profileRb-header-box{
  padding: 20px 0px 0px 0px;
}
.profileRb__banner{
  padding: 0px 20px;
}
.profileRb__banner img{
  border-radius: 15px;
  width: 100%;
  height: 170px;
}
.profileRb-avatarinfo-top{
  padding: 0px 20px;
  margin-bottom: 40px;
}
.profileRb__avatar{
  margin-left: 10px;
}
.profileRb__avatar figure{
  height: 70px;
  width: 70px;
  padding: 4px;
  margin-top: -20px;
  background-color: var(--bg-primary);
}


.profileRb__email,
.profileRb__dot{
  width: 50px;
  height: 50px;
  background-color: var(--bg-10);
}
.profileRb__addfriend{
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1;
  background-color: var(--bg-9);
  font-size: var(--heading-6);
  color: var(--color-primary);
}
.bellRb__text{
  margin-left: 22px;
}
.profileRb__name a {
  margin-left: 8px;
  border-radius: 5px;
}
.profileRb__name a svg{
  height: auto;
  width: 21px;
  fill: var(--color-9);
}

.profileRb_tabs{
  padding: 0px 20px 0px 20px;
  border-top: 1px solid #e8e8e8;
}
.prf-listnews__img img{
  height: 200px;
}
.prf-listnews__img video{
  width: 100%;
  height: auto;
}
.prf-listnews__title{
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.prf-listnews__des{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.prf-listnews__btn{
  margin-top: 10px;
}
.prf-listnews__btn button{
  color: var(--color-primary);
  border-radius: 5px;
  font-size: var( --font-size-body);
}
.prf-listnews__btn button svg{
  margin-right: 5px;
}
.prf-listnews__btn button path{
  fill: var(--color-primary);
}
.prf-listnews__btn button:nth-child(2){
  background-color: var(--bg-5);
  margin-right: 10px;
}
.prf-listnews__btn button:nth-child(3){
  background-color: var(--bg-2);
}

@media (min-width: 768px){
  .profileRb__avatar figure{
    height: 100px;
    width: 100px;
  }
  .profileRb__banner img{
    height: 300px;
  }
}


/* PROFILE-PAYLINK */

.tableRb-listlink {
  margin: 20px auto;
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
}
.tableRb-listlink th {
  font-weight: 300;
  font-size: var(--heading-5);
  color: var(--color-primary);
  line-height: 1.2;
  padding: 18px 10px;
}
.tableRb-listlink thead tr {
  background: var(--bg-3);
  
}
.tableRb-listlink td {
  padding: 20px 5px;
  font-weight: 300;
  font-size: var(--font-size-body);
  line-height: 26px;
  text-transform: uppercase;
  color:var(--color-second)
}
.tableRb-listlink tbody tr:nth-child(odd) {
  background: white;
}
.tableRb-listlink tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.table__wrapper {
  padding-top: 40px;
}
.tableRb-listlink-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 115px;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  transition: 0.3s ease;
  text-decoration: none;
}
.tableRb-listlink-btn:hover {
  color: white;
}

.tableRb-listlink-btn__pledged {
  color: #f14044;
  border: 2px solid #f14044;
}
.tableRb-listlink-btn__pledged:hover {
  background: #f14044;
}
.tableRb-listlink-btn__active {
  color: #4ed99c;
  border: 2px solid #4ed99c;
}
.tableRb-listlink-btn__active:hover {
  background: #4ed99c;
}
.tableRb-link-turnRb thead tr {
  background: var( --bg-3);
}

.tableRb-link-turnRb tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
.tableRb-link-turnRb tbody tr:nth-child(even) {
  background: #fafafa;
}
.tableRb-link-turnRb th {
  color: var(--color-primary);
}
.tableRb-link-turnRb td {
  color: var(--color-second);
}
.tableRb-link-turnRb{
  margin: 0px auto;
  margin-top: 20px;
}
.close-link-turnRb{
  right: 0px;
  z-index: 2;
}
.close-link-turnRb svg{
  fill: var(--color-primary);
  height: 20px;
}
.click-btn-linkturnRb{
  cursor: pointer;
}
.close-link-turnRb--nobupup {
  top: 35px;
  right: 15px;
}
.link-turnRb-btn {
  background-color: var( --bg-3);
  margin-right: 10px;
}
.link-turnRb-btn  svg{
  fill: var(--color-primary);
  height: 15px;
  margin-right: 5px;
}
.bopup-tableRb-link-turnRb{
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  /* background-color: #0000005c; */
  display: none;
  /* justify-content: center;
  align-items: center;
  z-index: 10; */
}
.bopup-tableRb-link-turnRb .tableRb-link-turnRb{
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bopup-tableRb-link-turnRb.active{
  display: flex;
}
.bopup-tableRb-link-turnRb.active .tableRb-link-turnRb{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.accountRb-avatarinfo__change{
  position: absolute;
  right: 0;
  top: 68%;
  height: 25px;
  width: 25px;
  background-color:var(--bg-4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.accountRb-avatarinfo__change svg{
  height: 13px;
}
.accountRb__banner__change{
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: var(--color-primary);
  background-color: #000000b8;
  padding: 7px 10px;
  line-height: 1.0;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.accountRb__banner__change svg{
  fill: var(--color-primary);
  margin-top: -1px;
  margin-right: 5px;
  height: 14px;
}
@media (max-width: 768px) {
  .tableRb-listlink-tab td {
    display: block;
    text-align: right;
  }
  .tableRb-listlink-tab td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .tableRb-listlink-tab thead display none tr {
    margin-bottom: 30px;
    display: block;
  }
  .tableRb-listlink-tab thead{
    display: none;
  }
}