
.tip-popup__box {
    position: relative;
}

.tip-popup__wallet {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    cursor: pointer;
}

.tip-popup__wallet img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.tip-popup__wallet-dropdown {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

.tip-popup__wallet-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
    gap: 10px;
    font-size: 13px;
}

.tip-popup__wallet-item:hover {
    background: #f0f0f0;
}

.tip-popup__wallet-item img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.wallet-popup__placeholder.active.is-connected.is-connected--slush:before {
    background-image: url(https://www.0xmedia.co/wp-content/uploads/2025/07/Mask-group-2.png);
}
.wallet-popup__placeholder.is-connected.is-connected--phantom:before {
    background-image: url(https://www.0xmedia.co/wp-content/uploads/2025/07/Phantom_SVG_Icon.svg);
}
.tip-popup-sui h2 {
    margin: 0;
}

.tip-popup-sui .tip-popup__content .tip-popup__close--sui {
    top: 10px;
}

.tip-popup__close--sui:hover.
.tip-popup__close--sui:focus {
    background: transparent;
}

.qr-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    text-align: center;
}

.qr-section p {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
}

.qr-section img {
    border-radius: 10px;
}
.wallet-popup__tab-content.wallet-popup__tab-content--active {
    display: block;
}
.wallet-popup__tab-content{
    display: none;
}

.wallet-popup__box[data-index="1"]:before {
    background-image: url(https://www.0xmedia.co/wp-content/uploads/2025/07/bgr2.png);
}
.wallet-popup__wallet-block {
  border: 1px solid #393939;
  box-shadow: 0px 2px 2px 0px #11111133;
  border-radius: 15px;
  padding: 15px;
}
.wallet-popup__clear-btn,
.wallet-popup__confirm-btn {
  all: unset;
  display: none;
  background: none;
  border: none;
  color: #aaa;
  font-size: 14px;
  cursor: pointer;
}
.wallet-popup__confirm-btn{
  padding: 0 15px 0 10px;
}

.wallet-popup__clear-btn:hover,
.wallet-popup__confirm-btn:hover {
  color: #fff;
}
.wallet-popup__label {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  color: #A4A4A4;
  text-transform: capitalize;
}

.wallet-popup__input-group {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #202020;
  border-radius: 8px;
}

.wallet-popup__input-group .wallet-popup__input {
  flex: 1;
  padding: 15px 10px;
  border: none;
  background: transparent;
  font-size: 17px;
  outline: none;
  color: #3D3D3D;
}

.wallet-popup__input-block {
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wallet-popup__clear-btn {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
}

.wallet-popup__confirm-btn:hover,
.wallet-popup__confirm-btn:focus {
    background: transparent;
    color: #c36;
}

.no-notifications {
  padding: 40px 20px;
}
.notification-panel {
  width: 432px;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 50px;
  transition: 0.4s;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 2px 0px #B9B9B926;
}
.notification-panel.active{
  opacity: 1;
  visibility: visible;
}
.notification-item .subtext {
  margin: 0;
}

.notification-item .text {
  color: #151515;
  font-size: 15px;
}
.notification-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.notification-header span{
  font-size: 17px;
  color: #EA2121;
  font-weight: 600;
}
.notification-header .mark-read {
  font-weight: normal;
  font-size: 13px;
  color: #151515;
  text-decoration: none;
}

.notification-list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.notification-item {
  position: relative;
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: baseline;
}

.notification-item:last-child {
  border-bottom: none;
}

.notification-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  background: #ccc;
}
.notification-item.unread .dot {
  background: #f44336;
}

.notification-item .time {
  font-size: 12px;
  color: #AAAAAA;
  margin-left: auto;
}

.comment-preview {
  margin-top: 4px;
  font-size: 15px;
  color: #AAAAAA;
}

.tip-amount {
  color: #f44336;
  font-weight: bold;
}

.notification-panel .see-all {
  text-align: center;
  margin-top: 0;
  padding: 20px;
  border-top: 1px solid #E8E8E8;
}

.see-all a {
  color: #e53935;
  font-weight: bold;
  text-decoration: none;
}
.cluster-connect-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cluster-connect-modal.active {
  opacity: 1;
  pointer-events: auto;
  animation: fadeIn 0.3s ease forwards;
}

.cluster-connect-modal__content {
  background: url(https://www.0xmedia.co/wp-content/uploads/2025/07/bgr-login.png);
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  max-width: 663px;
  width: 95%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cluster-connect-modal .title {
  margin: 0;
  font-size: 30px;
  text-align: left;
  color: #FFFFFF;
  max-width: 430px;
  line-height: 1.5;
  margin-bottom: 118px;
}

.cluster-connect-modal .title span {
    color: #EA2121;
}

.cluster-connect-modal__content .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-wrap a.btn.btn-primary {
    font-weight: 700;
    background: #EA2121;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    text-transform: uppercase;
}

.btn-wrap button.btn.btn-secondary.try-later-btn {
    all: unset;
    font-size: 15px;
    color: #5B5B5B;
    text-decoration: underline;
    cursor: pointer;
}
/* Overlay */
.cluster-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cluster-modal.active {
  opacity: 1;
  pointer-events: auto;
  animation: clusterFadeIn 0.3s ease forwards;
}

@keyframes clusterFadeIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Popup Box */
.cluster-popup {
  max-width: 393px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 2px rgba(185, 185, 185, 0.15);
  border: 1px solid #dddddd;
  font-family: system-ui, sans-serif;
}

/* Header */
.cluster-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px;
}

.cluster-popup__title {
  margin: 0;
  font-size: 30px;
  color: #EA2121;
  font-weight: 600;
}

.cluster-popup__close {
  background: none;
  border: none;
  color: #EA2121;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cluster-popup__close:hover {
    background: transparent;
}

/* Body */
.cluster-popup__message {
  font-size: 15px;
  color: #151515;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* Footer */
.cluster-popup__footer {
  text-align: right;
}

.cluster-popup__login-btn {
  background-color: #EA2121;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 6px 16px;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}
span.meta-tips.noWallets {
  cursor: not-allowed;
}
.tip-popup,
.tip-popup-sui {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0px 2px 2px 0px #B9B9B926;
  border: 1px solid #DDDDDD;
}
.tip-popup__title .tip-popup__author {
    color: #EA2121;
}

.tip-popup__amount label {
    color: #000000;
    font-size: 17px;
}

.tip-popup__wallet span {
    color: #AAAAAA;
}

.tip-popup.active, .tip-popup-sui.active {
  opacity: 1;
  pointer-events: auto;
  animation: fadeIn 0.3s ease forwards;
}
.tip-popup__content {
  position: relative;
  max-width: 483px;
  width: 100%;
  background: #fff;
  padding: 20px;
  margin: 100px auto;
  border-radius: 15px;
  z-index: 1;
}
.tip-popup__content .tip-popup__close,
.tip-popup__close--sui {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: auto;
}
.tip-popup__title,
.tip-popup-sui h2 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 8px;
}
.tip-popup__desc {
  margin-bottom: 20px;
  color: #CCCCCC;
  font-size: 15px;
}
.tip-popup__amount {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #BEBEBE;
}
.tip-popup__amount input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  margin-top: 4px;
  box-sizing: border-box;
}
.tip-popup__balance {
  display: block;
  color: #AAAAAA;
  font-size: 15px;
  font-weight: 500;
}
.tip-popup__currency-selector {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-left: 85px;
}
.tip-popup__currency-selector button {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
  border-radius: 4px;
}
.tip-popup__currency-selector button.active {
  background: transparent;
  color: #EA2121;
  border-color: transparent;
}
.tip-popup__wallet {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-size: 14px;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 7px 8px;
}
.tip-popup__wallet img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.tip-popup__send {
  font-weight: 700;
  background: #EA2121;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 12px;
}
.tip-popup__input {
    display: flex;
    background-image: url(https://www.0xmedia.co/wp-content/uploads/2025/07/Vector.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    margin-bottom: 0;
}

.tip-popup__input input#tip-amount {
    margin: 0;
    background: transparent;
    border: 0;
    padding: 0;
    padding-left: 30px;
    height: 55px;
    outline: none;
    appearance: none;
}

.tip-popup__input img {
    padding: 10px;
}
/* Chrome, Safari, Edge, Opera */
.tip-popup__input input::-webkit-outer-spin-button,
.tip-popup__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.tip-popup__input input[type=number] {
  -moz-appearance: textfield;
}

.tip-popup__box-amount label {
    padding-left: 85px;
    display: flex;
    justify-content: space-between;
}

.tip-popup__wallet-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tip-popup__currency-selector button {
    all: unset;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}
.tip-popup__currency-selector button:hover {
  background: transparent;
  color: #EA2121;
}
#open-wallet{
  cursor: pointer;
}
.wallet-popup__placeholder.is-connected:before {
  background-image: url(https://www.0xmedia.co/wp-content/uploads/2025/07/Mask-group.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
span.disconnect-wallet svg {
  width: 20px;
  height: 20px;
}

span.disconnect-wallet {
  display: flex;
  margin-left: auto;
}
.wallet-connect-popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

.wallet-connect-popup.show {
  display: flex;
}

.wallet-connect-popup__box {
  background: linear-gradient(to bottom, #2c2c2c, #1e1e1e);
  padding: 30px 20px;
  border-radius: 20px;
  width: 417px;
  text-align: center;
  color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.wallet-connect-popup__title {
  font-weight: 450;
  margin: 0;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.wallet-connect-popup__subtitle {
  font-size: 15px;
  color: #A8A8A8;
  margin-bottom: 24px;
}

.wallet-connect-popup__wallet {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #343434 0%, #464646 100%);
  border-radius: 999px;
  padding: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  gap: 10px;
  font-size: 17px;
}

.wallet-connect-popup__wallet:hover {
  background: #444;
}

.wallet-connect-popup__wallet img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
  background: white;
}

.wallet-connect-popup__footer {
  font-size: 12px;
  color: #777;
  margin-top: 24px;
}
.wallet-popup.active {
  opacity: 1;
  pointer-events: auto;
  animation: fadeIn 0.3s ease forwards;
}

.wallet-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.wallet-popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 663px;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  overflow: hidden;
  background: url('https://www.0xmedia.co/wp-content/uploads/2025/07/bgr-wallet.png') no-repeat center / cover;
}

.wallet-popup__content {
  padding: 200px 30px 30px 90px;
  height: 100%;
}

.wallet-popup__tabs {
  display: flex;
  margin-bottom: 0;
}

.wallet-popup__tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  color: #999;
  cursor: pointer;
}

.wallet-popup__tab--active {
  color: #EA2121;
}

.wallet-popup__list {
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wallet-popup__placeholder.active {
  text-align: center;
  font-weight: 500;
  height: 73px;
  background: linear-gradient(180deg, #1D1D1D 0%, #212121 100%);
}

.wallet-popup__placeholder {
  transition: 0.2s;
  height: 73px;
  background-color: transparent;
  border: 1px solid #393939;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  gap: 20px;
  color: #A4A4A4;
}

.wallet-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  color: #EA2121;
  font-size: 20px;
  cursor: pointer;
}

.wallet-popup__box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-image: url(https://www.0xmedia.co/wp-content/uploads/2025/07/active-link.png);
    z-index: -1;
    background-size: cover;
    background-position: top center;
}

.wallet-popup__box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.wallet-popup__placeholder:before {
    content: "";
    display: block;
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #393939;
}

.wallet-popup__placeholder span {
    opacity: 0;
    transition: 0.2s;
}

.wallet-popup__placeholder.active span,
.wallet-popup__placeholder:hover span{
  opacity: 1;
}
.wallet-popup__placeholder.active:before,
.wallet-popup__placeholder:hover:before{
  background-color: #373636;
}
.share-post-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.share-post-box .share-list {
  position: absolute;
  bottom: 35px;
  width: 200px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  overflow: hidden;
}

.share-post-box:hover .share-list {
  height: 180px;
  opacity: 1;
  padding: 10px 0;
  visibility: visible;
  overflow: visible;
}

.share-list .share-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.share-list .share-item img {
  width: 20px;
  margin-right: 10px;
}

.share-list .wechat:hover .wechat-qr-tooltip {
  opacity: 1;
  visibility: visible;
}

.wechat-qr-tooltip {
  position: absolute;
  left: 40px;
  top: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  text-align: center;
  max-width: 100px;
}

.share-list .share-item .wechat-qr-tooltip img{
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
.share-post-box .title a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.share-post-box .title a:hover img,
.share-list .share-item:hover > img{
    filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(10000%) hue-rotate(-15deg);
}

.share-post-box .title a:hover,
.share-list .share-item:hover {
    color: red;
}

.share-post-box .title a img {
    filter: brightness(0) saturate(100%) invert(0%);
}

.share-post-box:before {
    height: 21px;
    width: 200px;
    position: absolute;
    top: -20px;
    left: 0;
    content: "";
}

.wechat-qr-tooltip b {
    font-size: 12px;
    margin: 0;
    color: #333;
}
.share-post-box:hover {
    overflow: visible;
}

.share-post-box .share-list .share-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.user-table .th-level, .user-table .th-score, .user-table .th-impression, .user-table .th-engagement,
.user-table .td-level, .user-table .td-score, .user-table .td-impression, .user-table .td-engagement {
    display: none;
}
body .insight-post-content a {
  color: initial;
}

body table.user-table th.th-name {
    width: auto;
}

.popup-content .xs_social_share_widget.xs_share_url.wslu-share-horizontal li {
  border: 0;
}

.popup-content .xs_social_share_widget.xs_share_url.wslu-share-horizontal {
  width: 100% !important;
  justify-content: center;
}
.popup-overlay-v2 .popup-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.popup-overlay.popup-overlay-v2 .popup {
  width: 685px;
}

.popup-overlay-v2 .popup-title .popup-close {
  position: relative;
  top: 0;
}

.popup-overlay .email-box {
  border: 1px solid #515151;
  border-radius: 12px;
  background-color: #363636;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  height: 57px;
  font-size: 17px;
  color: #FFFFFF;
}

.popup-overlay .email-box .btn-unlink {
  all: unset;
  color: #7F7F7F;
  cursor: pointer;
}
.popup-resend button#resend-code {
  all: unset;
  color: #FF2222;
  text-decoration: underline;
}
.popup-back {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 18px;
  color: #EA2121;
  cursor: pointer;
}
.popup .popup-submit[disabled] {
  cursor: not-allowed;
  opacity: 0.8;
}

.popup .popup-submit[disabled]:hover {
  opacity: 0.6;
}
.code-inputs {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0;
}

.code-inputs .code-box {
  width: 100%;
  height: 64px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  color: #EA2121;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-size: 30px;
}

.code-box:focus {
  border: 1px solid #EA2121;
  box-shadow: 0 0 4px #EA2121;
}

.popup-resend {
  font-size: 15px;
  text-align: left;
  color: #969696;
  font-weight: 450;
}

.popup .popup-resend a {
  color: #FF2222;
  text-decoration: underline !important;
  cursor: pointer;
}
.code-inputs input::-webkit-outer-spin-button,
.code-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code-inputs input[type="number"] {
  -moz-appearance: textfield;
}
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #0000004D;
  backdrop-filter: blur(2px);
  z-index: 999;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.popup-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

.popup {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}

.popup-overlay.active .popup {
  transform: scale(1);
  opacity: 1;
}

/* Optional: tạo hiệu ứng fade */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.popup {
  background: linear-gradient(to bottom, #1f1f1f, #111);
  border-radius: 20px;
  padding: 32px 24px;
  width: 380px;
  text-align: center;
  color: white;
  position: relative;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8);
  font-family: sans-serif;
}

.popup-icon .icon-circle {
  width: 86px;
  height: 86px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EA2121;
  border-radius: 50%;
  box-shadow: 0px 4px 26.1px 0px #EA212180;
}

.popup h2 {
  margin: 8px 0 25px;
  font-size: 22px;
  font-weight: bold;
}

.popup-desc {
  font-size: 15px;
  color: #969696;
  margin-bottom: 16px;
}

.popup-overlay .popup-input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  font-size: 17px;
  margin-bottom: 16px;
  height: 57px;
  border: 1px solid #DEDEDE;
}

.popup .popup-submit {
  width: 100%;
  padding: 10px;
  background: #EA2121;
  border: none;
  border-radius: 8px;
  color: white;
  transition: background 0.2s;
  height: 45px;
  font-size: 17px;
  font-weight: 600;
}

.popup-submit:hover {
  background: #c91b1b;
}

.popup-footer {
  margin-top: 12px;
  font-size: 15px;
  color: #626262;
  margin-bottom: 0;
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 18px;
  color: #EA2121;
  cursor: pointer;
}
.card-grid {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 12px;
  max-width: 100%;
  width: 100%;
  padding: 0 30px;
  margin-top: 50px;
}

.card {
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
  border: 1px solid transparent;
  background-image: linear-gradient(to bottom, rgba(234, 33, 33, 0) 0%, rgba(234, 33, 33, 0.15) 66%, rgba(234, 33, 33, 0.3) 100%),
    linear-gradient(to top, #2D2D2D, #2D2D2D);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}

.card-header svg {
  height: auto;
  flex-shrink: 0;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: bold;
  color: #ea2121;
  font-size: 18px;
}

.card-email {
  color: #7C4949;
  display: flex;
  align-items: end;
  gap: 10px;
  font-size: 17px;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
}

.card-tip {
  grid-column: span 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.card-amount {
  font-size: 30px;
  font-weight: 400;
}

.card-bottom .value {
    color: #EA2121;
    font-size: 30px;
    line-height: 1;
}

.card-email svg {
    width: 19px;
    min-width: 19px;
}

.card-tip .card-header {
    margin: 0;
}
.insight-images.is-slider::-webkit-scrollbar {
  display: none;
}

.insight-images.is-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.empty{
  margin: 0;
}
.reading-list-checkbox {
  position: relative;
  display: flex;
}

.reading-list-checkbox svg {
  position: absolute;
  top: 50%;
  transform: translate(-50% ,-50%);
  left: 50%;
  transition: 0.2s;
  opacity: 0;
}


.reading-list-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}

.is-active .reading-list-checkbox:before {
  background-color: #FF4747B2;
}

.is-active .reading-list-checkbox svg {
  opacity: 1;
}
.create-list-modal .modal-create {
  display: flex;
  gap: 20px;
}

body .create-list-modal .modal-content {
  width: 447px;
}

.create-list-modal .modal-create input {
  margin: 0;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  padding: 0 10px;
  height: 39px;
  font-size: 15px;
}

.create-list-modal .modal-create .save-btn {
  padding: 0 15px;
  background-color: #e60023;
  color: #fff;
}
.create-list-modal .modal-create .save-btn[disabled] {
  cursor: not-allowed;
  background-color: #E4E4E4;
  border-color: #E4E4E4;
  color: #fff;
}
.reading-list-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.reading-list-modal.hidden {
  display: none;
}

.reading-list-modal .modal-content {
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.reading-list-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background-color: #0000004D;
}

.reading-list-modal .modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 397px;
  padding: 30px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 2px 0px #11111126;
}

.reading-list-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.reading-list-modal .modal-header h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1E1E1E;
}

.reading-list-modal .modal-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

.reading-list-modal .modal-body {
  overflow-y: auto;
  max-height: 337px;
  border: 1px solid #DDDDDD;
  padding: 0 10px;
}

.reading-list-modal .reading-list-scroll {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reading-list-modal .reading-list-scroll li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  font-size: 15px;
  color: #191919;
  font-weight: 500;
}

.reading-list-modal .reading-list-scroll li img {
  width: 111px;
  height: 61px;
  object-fit: cover;
}

.reading-list-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.reading-list-modal .modal-footer .create-list {
  color: #EA2121;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.reading-list-modal .modal-footer .save-btn {
  padding: 8px 15px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}


.reading-list-modal .reading-list-scroll li:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}
.reading-list-modal .modal-footer .save-btn[disabled] {
  background-color: #e2e2e2;
  color: #fff;
  cursor: not-allowed;
}

.create-list-modal .modal-create .save-btn:hover {
  background: #fff;
  color: #e60023;
}
.box-popup .popup-content {
  position: absolute;
  left: -90px;
  top: 100%;
  margin-top: 20px;
  z-index: 1;
  display: none;
}

.box-popup {
  position: relative;
}
.popup-actions {
position: relative;
background: white;
border-radius: 12px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
padding: 0;
width: 200px;
font-family: sans-serif;
padding: 6px 12px;
}

.popup-arrow {
position: absolute;
top: -2px;
left: 50%;
width: 20px;
height: 20px;
background: white;
transform: rotate(45deg) translateX(-50%);
border-radius: 5px;
box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.05);
z-index: 0;
}

.popup-actions ul {
margin: 0;
padding: 0;
list-style: none;
position: relative;
z-index: 1;
}

.popup-actions li {
border-top: 1px solid #e0e0e0;
}

.popup-actions li:first-child {
border-top: none;
}

.popup-actions a {
display: block;
padding: 12px 16px;
font-size: 15px;
color: #939393;
text-decoration: none;
}

.popup-actions a:hover {
color: rgba(234, 33, 33, 1);
}
.user-slider .user-card {
padding: 0 5px;
position: relative;
}

.user-slider {
margin: 0 -5px;
}

.user-card img {
width: 100%;
}
.user-card a {
position: relative;
}
.user-card .user-block {
padding: 20px;
background: linear-gradient(180deg, #222222 53.37%, #3B3B3B 100%);
position: relative;
border-radius: 15px;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}
.user-card .user-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-card .user-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
}

.user-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  line-height: 30px;
  margin: 30px 0 40px;
  z-index: 2;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.user-description p {
margin: 0;
}

.user-card .user-meta .user-info-icon {
  display: flex;
  gap: 20px;
}

.user-time {
  font-size: 14px;
  color: rgba(170, 170, 170, 1);
}
.user-card .user-info {
display: flex;
align-items: center;
gap: 10px;
z-index: 2;
}

.user-card img {
border-radius: 10px;
}

.user-card .user-info h3 {
margin: 0;
color: rgba(255, 255, 255, 1);
font-size: 18px;
word-break: break-word;
}
.meta-bookmark .save-post-btn {
display: flex;
background: transparent;
padding: 0;
justify-content: center;
border: 0;
}

.meta-bookmark .save-post-btn svg {
display: flex;
justify-content: center;
}
.save-post-btn.saved svg path,.save-post-btn:hover svg path{
fill: #EA2121;
}

.user-card .user-info p {
color: rgba(170, 170, 170, 1);
font-size: 13px;
margin: 0;
}

.user-card .user-meta {
display: flex;
gap: 30px;
justify-content: space-between;
z-index: 2;
position: relative;
}

.user-card .user-meta span {
display: flex;
gap: 5px;
align-items: center;
color: rgba(43, 214, 124, 1);
}
.user-slider .slick-list {
padding: 0;
}
.user-slider button.slick-arrow {
top: 50%;
transform: translateY(-50%);
}

.user-slider button.slick-prev.custom-prev.slick-arrow {
left: -80px;
}

.user-slider button.slick-next.custom-next.slick-arrow {
right: -80px;
}
.newcomers-list {
background: #fff;
border-radius: 18px;
padding: 30px;
margin: 0 auto;
box-shadow: 0px 10px 30px 0px rgba(185, 185, 185, 0.3);
border: 1px solid rgba(221, 221, 221, 1);
}

.newcomers-list ul {
list-style: none;
margin: 0;
padding: 0;
}

.newcomers-list li {
display: flex;
align-items: center;
margin-bottom: 25px;
}

.newcomers-list li:last-child {
margin-bottom: 0;
}

.newcomers-list img.avatar {
width: 60px;
height: 60px;
border-radius: 50%;
margin-right: 18px;
object-fit: cover;
border: none;
}

.newcomers-list .user-info {
display: flex;
flex-direction: column;
}

.newcomers-list .display-name {
font-weight: 700;
font-size: 15px;
color: rgba(17, 17, 17, 1);
line-height: 1.1;
word-break: break-word;
}

.newcomers-list .user-login {
color: rgba(170, 170, 170, 1);
font-size: 14px;
word-break: break-word;
}

/* TiÃªu Ä‘á» */
.newcomers-list-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 18px;
color: rgba(0, 0, 0, 1);
}
.who-to-follow-widget {
background: #fff;
padding: 0;
margin: 0 auto;
}
.wtf-title {
font-size: 18px;
font-weight: 700;
color: rgba(234, 33, 33, 1);
margin-bottom: 25px;
padding-left: 0;
}
.wtf-row {
display: flex;
align-items: flex-start;
margin-bottom: 36px;
position: relative;
}
.wtf-row:last-child { margin-bottom: 0; }
.wtf-row img {
width: 56px;
height: 56px;
border-radius: 50%;
object-fit: cover;
margin-right: 18px;
flex-shrink: 0;
background: #f3f3f3;
}
.wtf-info {
flex: 1;
min-width: 0;
}
.who-to-follow-widget .cpb-follow-btn{
padding: 4px 17px;
border: 1px solid rgba(0, 0, 0, 1);
border-radius: 30px;
font-size: 15px;
color: rgba(17, 17, 17, 1);
}
button.cpb-follow-btn.is-followed {
background-color: #c36;
}
.wtf-name {
font-weight: 700;
font-size: 15px;
color: rgba(17, 17, 17, 1);
line-height: 1.1;
margin-bottom: 0;
word-break: break-word;
}
.wtf-meta {
color: rgba(170, 170, 170, 1);
font-size: 12px;
font-weight: 400;
}
.wtf-follow-btn {
appearance: none;
display: inline-block;
background: #fff;
color: #111;
border: 2px solid #111;
border-radius: 999px;
font-size: 20px;
font-weight: 400;
padding: 5px 28px 5px 28px;
text-decoration: none;
transition: background 0.15s, border 0.15s;
cursor: pointer;
margin-left: 18px;
margin-top: 6px;
height: 40px;
line-height: 30px;
box-sizing: border-box;
}
.wtf-follow-btn:hover {
background: #f5f5f5;
border-color: #e24333;
color: #e24333;
}
.read-later-card {
background: #fff;
margin: 0 auto 24px auto;
}
.rlc-readlater {
font-size: 18px;
font-weight: 700;
color: rgba(234, 33, 33, 1);
margin-bottom: 25px;
padding-left: 0;
}
.rlc-title a{
font-size: 18px;
color: rgba(0, 0, 0, 1);
line-height: 1.22;
margin-bottom: 14px;
font-weight: 600;
display: inline-block;
}
.rlc-meta-item {
margin-bottom: 20px;
}
.rlc-meta-row {
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
color: #888;
}
.read-later-card .rlc-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
margin-right: 0;
flex-shrink: 0;
background: #eee;
}
.rlc-meta {
color: #222;
font-size: 14px;
}
.rlc-publication {
font-weight: 700;
color: #222;
}
.rlc-author {
color: #222;
font-weight: 600;
text-decoration: none;
}
.rlc-author:hover {
text-decoration: underline;
}
.rlc-date {
margin-left: auto;
color: rgba(170, 170, 170, 1);
font-size: 14px;
white-space: nowrap;
}
.x-not-logged-in-card {
position: relative;
background: url(https://www.0xmedia.co/wp-content/uploads/2025/06/Group-84.png);
overflow: hidden;
display: flex;
align-items: stretch;
justify-content: center;
background-size: cover;
min-height: 425px;
}
.x-card-bg {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background: none;
}
.x-card-bg::before {
content: "";
position: absolute;
left: -30px; top: 0; right: -30px; bottom: 0;
background: url('data:image/svg+xml;utf8,<svg width="420" height="420" viewBox="0 0 420 420" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M340 50L120 370" stroke="white" stroke-opacity="0.13" stroke-width="18" stroke-linecap="round"/><path d="M80 50L300 370" stroke="white" stroke-opacity="0.13" stroke-width="18" stroke-linecap="round"/></svg>') no-repeat 50% 30%/360px auto;
opacity: 1;
}
.x-card-content {
position: relative;
z-index: 2;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
text-align: center;
justify-content: flex-end;
padding-bottom: 30px;
}
.x-card-title {
font-size: 35px;
font-weight: 700;
color: rgba(255, 255, 255, 1);
margin-bottom: 18px;
}
.x-card-desc {
font-size: 15px;
color: rgba(168, 168, 168, 1);
margin-bottom: 20px;
line-height: 1.5;
}
.x-connect-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
color: #000;
font-size: 1.18rem;
font-weight: 600;
border-radius: 999px;
padding: 14px 32px 14px 28px;
border: none;
cursor: pointer;
box-shadow: 0 2px 8px 0 rgba(16,30,54,.08);
margin-bottom: 30px;
text-decoration: none;
transition: background 0.15s, color 0.15s;
}
.x-connect-btn:hover {
background: #f6f6f6;
}
.x-btn-xlogo {
display: inline-flex;
align-items: center;
margin-left: 9px;
}
.x-card-signup {
color: rgba(98, 98, 98, 1);
font-size: 15px;
margin-top: 18px;
font-weight: 500;
}
.x-signup-link {
color: #e24333;
text-decoration: none;
font-weight: 500;
margin-left: 3px;
}
.x-signup-link:hover {
text-decoration: underline;
}
.section--lists-posts .e-n-tabs-content {
border-right: 1px solid rgba(206, 206, 206, 1);
padding-right: 40px;
}

.x-social-btn-wrap a {
background-color: rgba(255, 255, 255, 1);
width: 211px;: Æ°;
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
height: 43px;
font-size: 17px;
font-weight: 600;
color: rgba(0, 0, 0, 1);
gap: 10px;
}
li.cpb-following-item.cpb-following-hidden {
display: none;
}
.insight-post-main .wpulike.wpulike-heart {
display: none;
}
.modal-bg.modal-login-bg,
.modal-bg.modal-welcome-bg{
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(189, 184, 179, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
visibility: hidden;
}
.modal-bg.modal-login-bg.active,
.modal-bg.modal-welcome-bg.active{
opacity: 1;
pointer-events: auto;
visibility: visible;
}
.modal-bg.modal-welcome-bg .modal-welcome{
max-width: 963px;
position: relative;
}
.modal-welcome-bg {
  position: relative;
}

.modal-bg.modal-welcome-bg .modal-welcome button.close {
border: 0;
padding: 0;
display: flex;
position: absolute;
right: 24px;
top: 18px;
z-index: 99;
}
.modal-bg.modal-welcome-bg .modal-welcome button.close:hover {
background: transparent;
}
.modal-login {
border-radius: 20px;
padding: 20px;
max-width: 417px;
width: 100%;
position: relative;
z-index: 1;
text-align: center;
font-family: 'Inter', Arial, sans-serif;
box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
background: linear-gradient(180deg, #3C3C3C 0%, #141414 82.21%);
}
.modal-login .close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
cursor: pointer;
transition: color 0.15s;
padding: 0;
display: flex;
}
.modal-login .close svg path{
fill: rgba(168, 168, 168, 1);
}
.modal-login .close:hover {
color: #222;
}
.modal-login h2 {
font-size: 15px;
font-weight: 400;
color: rgba(168, 168, 168, 1);
line-height: 25px;
margin: 0;
margin-bottom: 20px;
}
.signup-btn {
padding: 0 20px;
height: 47px;
width: 240px;
margin: 0 auto;
font-size: 20px;
border-radius: 30px;
border: 1px solid;
background: #fff;
margin-bottom: 18px;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
cursor: pointer;
transition: background 0.1s, border 0.1s;
color: rgba(0, 0, 0, 1);
font-weight: 600;
}
.signup-btn:last-child {
margin-bottom: 28px;
}
.signup-btn:hover {
background: #f2f2f2;
border-color: #1a8917;
}
.signup-btn .icon {
font-size: 1.35em;
width: 28px;
display: flex;
align-items: center;
justify-content: center;
}
.signup-btn .icon img {
width: 24px;
height: 24px;
display: block;
}
.modal-login .signin-link {
margin: 0;
font-size: 15px;
color: rgba(168, 168, 168, 1);
}
.modal-login .signin-link a {
text-decoration: none;
font-weight: 500;
color: rgba(214, 44, 44, 1);
}
.modal-login .signin-link a:hover {
text-decoration: underline;
}
.modal-login .terms {
font-size: 13px;
color: rgba(98, 98, 98, 1);
margin-top: 0;
line-height: 25px;
}
.modal-login .terms a {
color: rgba(176, 176, 176, 1);
text-decoration: none;
}
.box-info {
  position: relative;
}

.box-info .profile-modal {
position: absolute;
width: 220px;
top: 100%;
right: 0;
opacity: 0;
visibility: hidden;
min-width: 220px;
margin-top: 15px;
z-index: 9;
}
.box-info .profile-modal.active{
opacity: 1;
  visibility: visible;
}
.profile-popup {
background-color: #fff;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
font-size: 14px;
color: #333;
overflow: hidden;
width: 100%;
}

.profile-popup ul {
list-style: none;
padding: 0;
margin: 0;
}

.profile-popup ul.profile_info li a,
.profile-popup ul.profile_menu li a,
.profile-popup ul.profile_logout li a {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
color: #333;
text-decoration: none;
transition: background 0.2s ease;
}

.profile-popup ul.profile_info li a:hover,
.profile-popup ul.profile_menu li a:hover,
.profile-popup ul.profile_logout li a:hover {
background-color: #f5f5f5;
}

.profile-popup ul.profile_menu {
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
}

.profile-popup .icon {
display: inline-flex;
}

.profile-popup ul.profile_logout li a {
color: #d05b41;
font-weight: 500;
}


.profile-popup.active {
  opacity: 1;
  visibility: visible;
}
.page-id-6251 .header-nav {
background: #fff;
}
body.dark-mode.page-id-6251 .header-nav{
background: #191919 !important;
}
.col-name .avatar {
width: 40px;
height: 40px !important;
border-radius: 50% !important;
vertical-align: middle;
margin-right: 8px;
}

body .user-table th {
padding: 24px 15px;
text-align: center;
}

body .user-table th.th-name {
width: 180px;
word-break: break-word;
box-sizing: content-box;
}

.user-table {
table-layout: fixed;
width: 100%;
}

body .user-table td {
word-break: break-word;
text-align: center;
}

body .user-table th.th-level {
width: 124px !important;
box-sizing: content-box;
}

body .user-table th svg {
position: relative;
top: 3px;
}

body .user-table th.th-engagement {
width: 170px;
}
body .user-table th:nth-child(3), 
body .user-table th:nth-child(5){
width: auto;
}

body .user-table td.td-rank {
text-align: left;
}

body .user-table td.td-name.col-name {
text-align: left;
}

th.sortable.th-rank {
text-align: left;
}

th.sortable.th-name {
text-align: left;
}
.image-user .avatar,
.image-user .elementor-widget-container img,
.image-user .profile-avatar {
border-radius: 50%;
width: 60px;
margin:0;
}

.image-user a {
display: flex;
}
body .cfe-featured-icon:has(img[src]:not([src=""])) {
width: 600px;
height: 100%;
}
body .cfe-featured-icon:has(img[src]:not([src=""])) img {
width: 100%;
}
body .cfe-featured-text {
font-size: 25px;
}

body .cfe-featured-dim {
font-size: 16px;
}
body .cfe-form .cfe-title::placeholder,
body .cfe-form .cfe-title{
  color: #242424
}
body .insight-post-content {
color: rgba(0,0,0,0.8);
}
body .cfe-content .ql-editor {
font-size: 25px;
}
.rlc-meta-row img.rlc-avatar,
.rlc-meta-row .avatar {
width: 56px;
height: 56px;
border-radius: 50%;
}
.insight-post-item .dropdown-item a {
color: inherit;
}
.insight-post-item .meta-more:hover svg circle,
.dropdown:has(.show) .meta-more svg circle{
  fill: #EA2121;
}

.insight-post-item .meta-more svg circle {
  transition: 0.3s;
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.modal-welcome .modal-image {
  display: flex;
  flex-direction: column;
}

.modal-bg.modal-welcome-bg .modal-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.modal-bg.modal-welcome-bg .modal-content .modal-header h2 {
  color: rgba(255, 54, 54, 1);
  font-size: 17px;
  font-family: "IBM Plex Mono", monospace;
  display: flex;
  align-items: center;
}

.modal-bg.modal-welcome-bg .modal-content .modal-header .prorfile {
  color: rgba(255, 255, 255, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
}

.modal-bg.modal-welcome-bg .modal-content .modal-header img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.friend-list button.cpb-follow-btn {
position: relative;
left: 0;
top: 0;
width: 100%;
max-width: 81px;
height: 30px;
font-size: 15px;
color: rgba(234, 33, 33, 1);
padding: 0;
}

.modal-bg.modal-welcome-bg .modal-content h1 {
max-width: 550px;
letter-spacing: -2px;
font-size: 80px;
color: rgba(249, 249, 249, 1);
margin-bottom: 0px;
font-weight: 300;
line-height: 100%;
font-family: 'IBM Plex Sans SC Light';

}
.modal-bg.modal-welcome-bg .modal-content h1 span {
  color: rgba(104, 104, 104, 1);
  font-size: 17px;
  display: flex;
  margin-top: 0px;
  letter-spacing: 0;
}

.modal-bg.modal-welcome-bg .modal-content .subtext {
  color: rgba(249, 249, 249, 1);
  font-size: 24px;
}

.friend-list .friend-item {
  display: flex;
  justify-content: space-between;
}

.friend-list {
max-width: 400px;
display: flex;
flex-direction: column;
gap: 10px;
}

.friend-list .friend-item .friend-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.friend-list .friend-item .friend-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.friend-list .friend-item .friend-info .username {
  display: flex;
  flex-direction: column;
}

.friend-list .friend-item .friend-info .username strong {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
}

.friend-list .friend-item .friend-info .username span {
  font-size: 14px;
  color: rgba(68, 68, 68, 1);
}

.modal-bg.modal-welcome-bg .modal-welcome .actions {
margin-top: auto;
text-align: right;
position: absolute;
right: 25px;
bottom: 30px;
}

.modal-bg.modal-welcome-bg .modal-welcome .actions button.copy-btn {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(56, 47, 47, 1);
}

.modal-bg.modal-welcome-bg .modal-welcome .actions button, .modal-bg.modal-welcome-bg .modal-welcome .actions a {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  height: 45px;
  min-height: fit-content;
  border-radius: 12px;
}

.modal-bg.modal-welcome-bg .modal-welcome .actions button.share-btn,
.modal-bg.modal-welcome-bg .modal-welcome .actions a.share-btn{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(234, 33, 33, 1);
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
}
.page-id-6616 .image-user .avatar {
width: 96px;
}
.insight-post-item .dropdown {
position: relative;
display: inline-block;
font-family: sans-serif;
}

.insight-post-item .meta-more {
cursor: pointer;
}

.insight-post-item .dropdown-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
width: 150px;
z-index: 1000;
}

.insight-post-item .dropdown-menu.show {
display: block;
}

.insight-post-item .dropdown-item {
padding: 12px 16px;
cursor: pointer;
color: #333;
font-size: 15px;
}

.insight-post-item .dropdown-item:hover {
background-color: #f5f5f5;
}

.insight-post-item .dropdown-item.delete {
color: #d93025;
}

.tabs {
display: flex;
border-bottom: 1px solid #ddd;
margin-bottom: 2rem;
}

.tab {
padding: 0.5rem 1rem;
font-size: 1.125rem;
font-weight: 500;
cursor: pointer;
}

.tab.active {
color: #e60023;
border-bottom: 2px solid #e60023;
}

.tab.disabled {
color: #ccc;
cursor: not-allowed;
}

.settings-item {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
flex-wrap: wrap;
}

.label {
font-weight: 600;
font-size: 1rem;
}

.value {
color: #555;
font-size: 1rem;
}

.edit-button {
color: #e60023;
background: none;
border: none;
font-weight: 600;
cursor: pointer;
margin-left: 1rem;
}

.description {
color: #999;
font-size: 0.875rem;
margin-top: 0.25rem;
}

.save-btn {
display: inline-block;
padding: 0.75rem 1.5rem;
background: white;
color: #e60023;
border: 1px solid #e60023;
border-radius: 9999px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s ease;
}

.save-btn:hover {
background: #ffe5e5;
}

.modal-backdrop {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: #0000004D;
z-index: 9998;
display: none;
}

.section-account .modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
z-index: 9999;
padding: 2rem;
max-width: 644px;
width: 90%;
border-radius: 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
display: none;
}

.modal-content h3 {
margin-top: 0;
font-size: 1.25rem;
font-weight: 600;
}

.modal-content input {
width: 100%;
padding: 0.75rem;
font-size: 1rem;
margin-top: 0.5rem;
border: 1px solid #ddd;
border-radius: 6px;
box-sizing: border-box;
}

.modal-footer {
display: flex;
justify-content: flex-end;
gap: 1rem;
margin-top: 1.5rem;
}

.modal-footer button {
padding: 0.5rem 1rem;
font-size: 0.95rem;
border-radius: 6px;
border: none;
cursor: pointer;
}

.modal-footer button:first-child {
background: #f3f3f3;
color: #333;
}

.modal-footer button:last-child {
background: #e60023;
color: white;
}

.settings-container .title {
font-size: 45px;
color: #000000;
margin: 0;
margin-bottom: 50px;
}


.settings-container .label {
color: #000000;
font-size: 18px;
}

.settings-container .input-group {
position: relative;
}

.settings-container .input-group .value {
color: #6D6D6D;
font-size: 18px;
}

.settings-container .input-group button {
all: unset;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
cursor: pointer;
}

.settings-container .tabs {
margin-bottom: 50px;
}

.settings-container .settings-item {
margin-bottom: 50px;
}

.settings-container .settings-item .right-side {
position: relative;
cursor: pointer;
}

.settings-container .settings-item .right-side input[type="file"] {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
cursor: pointer;
z-index: 2;
}

.settings-container .settings-item .right-side button {
all: unset;
display: flex;
align-items: center;
gap: 5px;
font-size: 15px;
color: #EA2121;
font-weight: 600;
}

.settings-container button.save-btn {
margin-left: auto;
margin-right: 0;
border: 1px solid #EA2121;
color: #EA2121;
border-radius: 30px;
font-size: 17px;
padding-left: 20px;
padding-right: 20px;
}
.settings-item.banner-design {
align-items: flex-start;
}

.buttons {
text-align: right;
}
.settings-container button.save-btn:hover {
color: #fff;
}

.section-account .modal button.close {
all: unset;
cursor: pointer;
right: 20px;
position: absolute;
top: 20px;
}

.section-account .modal h3 {
font-size: 20px;
color: #111111;
text-align: center;
margin-bottom: 30px;
}

.section-account .modal input {
height: 56px;
background-color: #F0F0F0;
border: 0px;
font-size: 17px;
color: #000000;
margin: 0;
margin-bottom: 10px;
}

.section-account .modal p {
color: #B2B2B2;
font-size: 14px;
}

.section-account .modal-footer button {
padding: 5px 12px;
font-size: 17px;
color: #C8C8C8;
border-radius: 20px;
}

.section-account .modal-footer button:last-child {
color: #FFFFFF;
}
.section-account .note {
display: flex;
justify-content: space-between;
}

.section-account .note p {
color: #B2B2B2;
}

.section-account .note p span#nickname_count {
color: #232323;
}

.section-account .modal label {
color: #111111;
font-size: 17px;
font-weight: 600;
margin-bottom: 10px;
}
.banner-design .description {
font-size: 14px;
color: #A5A5A5;
margin-bottom: 10px;
}

@media(max-width:1440px){
  .button-pinted {
      left: 0;
  }

  .section-main-blog {
      padding-left: 30px;
  }

  body .custom-profile-sidebar {
      width: 450px;
  }
  .user-slider button.slick-prev.custom-prev.slick-arrow{
    left: -20px;
    z-index: 2;
  }
  .user-slider button.slick-next.custom-next.slick-arrow{
    right: -20px;
    z-index: 2;
  }
}
@media(max-width:1366px){
  body .custom-profile-sidebar {
    width: auto;
}
}
@media(max-width:1024px){
  .cluster-connect-modal .title {
      margin-bottom: 100px;
  }
  .table-user .elementor-shortcode {
      overflow: scroll;
  }

  .user-table {
      min-width: 1300px;
  }
  .user-slider button.slick-prev.custom-prev.slick-arrow {
      left: 0;
  }

  .user-slider button.slick-arrow {
      z-index: 2;
  }

  .user-slider button.slick-next.custom-next.slick-arrow {
      right: 0;
  }

  .user-card .user-info h3 {
      font-size: 20px;
  }

  .user-card .user-info p {
      font-size: 12px;
  }
  .section--lists-posts .e-n-tabs-content{
    padding-right: 0;
    border: 0;
  }
}
@media(max-width:768px){
.page-id-6616 .image-user .avatar {
    width: 50px;
}
.modal-bg.modal-welcome-bg .modal-content {
    padding: 30px;
}

.modal-bg.modal-welcome-bg .modal-content .modal-header img {
    width: 30px;
    height: 30px;
}

.modal-bg.modal-welcome-bg .modal-content .modal-header h2 {
    font-size: 15px;
}

.modal-bg.modal-welcome-bg .modal-content h1 {
    font-size: 50px;
    max-width: 400px;
}

.modal-bg.modal-welcome-bg .modal-content .subtext {
    font-size: 20px;
}

.friend-list .friend-item .friend-info img {
    width: 40px;
    height: 40px;
}

.modal-welcome .modal-image {
    height: 700px;
    border-radius: 10px;
    overflow: hidden;
}

.modal-welcome .modal-image img {
    height: 100%;
    object-fit: cover;
}

.modal-bg.modal-welcome-bg .modal-welcome {
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
}
}

@media(max-width:767px){
  .insight-post-thumb img {
      height: 100%;
  }
  .section-main-blog{
    padding-left: 10px;
  }
  .popup-overlay .popup,
  .popup-overlay.popup-overlay-v2 .popup {
      width: 90%;
  }
}

@media(max-width: 600px) {
  .wallet-popup__container {
      width: 90%;
  }

  .wallet-popup__content {
      padding: 170px 30px 30px 80px;
  }
  .box-popup--share .popup-content {
      left: -90px;
  }

  .box-popup--share .popup-arrow {
      right: auto;
      left: 50%;
  }
  .box-popup .popup-content {
      right: 0;
      left: auto;
  }

  .popup-arrow {
      right: 6px;
      left: auto;
  }

  .reading-list-modal .modal-content {
      padding: 20px;
      max-width: 100%;
      width: 90%;
  }

  body .create-list-modal .modal-content {
      width: 95%;
  }
  .cluster-connect-modal .title {
      margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .wallet-popup__container {
      width: 95%;
  }

  .wallet-popup__content {
      padding: 135px 20px 20px 40px;
  }

  .wallet-popup__placeholder {
      height: 50px;
  }

  .wallet-popup__placeholder:before {
      width: 30px;
      height: 30px;
  }

  .wallet-popup__placeholder.active {
      height: 50px;
  }

  .wallet-popup__list {
      padding: 10px;
  }

  .wallet-popup__tab {
      padding: 5px;
      font-size: 14px;
  }
.settings-container .settings-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.settings-item.banner-design .left-side {
    order: 1;
}

.settings-item.banner-design .right-side {
    order: 3;
}

.settings-item.banner-design img#banner-preview {
    order: 2;
    margin-bottom: 20px;
}

.settings-container .settings-item.banner-design {
    margin-bottom: 50px;
}
.image-user .avatar,
.image-user .profile-avatar {
  width: 30px;
}

.user-slider button.slick-arrow svg {
    width: 13px;
}
.modal-welcome .modal-image{
  height: 780px;
}
.modal-bg.modal-welcome-bg .modal-content .modal-header h2 {
    flex-wrap: wrap;
    row-gap: 10px;
}
.modal-bg.modal-welcome-bg .modal-welcome .actions button{
  font-size: 13px;
  height: 30px;
  padding: 0 10px;
}
}
