@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@600;700;800&display=swap');

:root{
  --gp-bg:#040b18;
  --gp-bg2:#071326;
  --gp-card:#0a1930;
  --gp-card2:#0d203a;
  --gp-line:rgba(75,163,255,.28);
  --gp-line-soft:rgba(255,255,255,.08);
  --gp-text:#f4f7ff;
  --gp-muted:#91a6c8;
  --gp-blue:#20b8ff;
  --gp-cyan:#24e2ff;
  --gp-purple:#7858ff;
  --gp-pink:#ee2cad;
  --gp-green:#20df88;
  --gp-orange:#ff9a3d;
  --gp-danger:#ff4c79;
  --gp-radius:24px;
  --gp-shadow:0 24px 70px rgba(0,0,0,.32);
}

html,
body.trroom-getprofile{
  width:100%!important;
  height:auto!important;
  min-height:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}
body.trroom-getprofile{
  margin:0!important;
  padding:0!important;
  color:var(--gp-text)!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-weight:400!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(120,88,255,.25),transparent 30%),
    radial-gradient(circle at 90% 7%,rgba(32,184,255,.15),transparent 30%),
    radial-gradient(circle at 60% 100%,rgba(238,44,173,.10),transparent 34%),
    linear-gradient(180deg,#050a17 0%,#040c1a 50%,#061326 100%)!important;
}
body.trroom-getprofile::before{
  content:'';
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle,rgba(36,226,255,.16) 1px,transparent 1.5px);
  background-size:42px 42px,42px 42px,22px 22px;
  mask-image:linear-gradient(180deg,#000,transparent 82%);
  -webkit-mask-image:linear-gradient(180deg,#000,transparent 82%);
}
body.trroom-getprofile::after{
  content:'';
  position:fixed;
  right:-180px;
  top:-220px;
  width:620px;
  height:620px;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
  background:conic-gradient(from 150deg,rgba(32,184,255,.18),rgba(120,88,255,.20),rgba(238,44,173,.17),rgba(36,226,255,.16),rgba(32,184,255,.18));
  filter:blur(48px);
  opacity:.8;
}

body.trroom-getprofile *{box-sizing:border-box}
body.trroom-getprofile a{text-decoration:none}

/* ANA KABUK */
body.trroom-getprofile > .kapsayici{
  width:min(1180px,calc(100% - 28px))!important;
  min-height:calc(100vh - 28px)!important;
  margin:14px auto!important;
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:226px minmax(0,1fr)!important;
  gap:14px!important;
}
body.trroom-getprofile > .kapsayici > .sol_blok{
  width:auto!important;
  height:calc(100vh - 28px)!important;
  min-height:688px!important;
  position:sticky!important;
  top:14px!important;
  left:auto!important;
  float:none!important;
  overflow:hidden!important;
  border-radius:28px!important;
  border:1px solid var(--gp-line)!important;
  background:
    radial-gradient(circle at 20% 0%,rgba(120,88,255,.22),transparent 35%),
    linear-gradient(180deg,rgba(11,29,56,.97),rgba(5,15,31,.98))!important;
  box-shadow:var(--gp-shadow),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
body.trroom-getprofile > .kapsayici > .sol_blok::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,var(--gp-blue),var(--gp-purple),var(--gp-pink),var(--gp-cyan)) top/100% 2px no-repeat,
    radial-gradient(circle,rgba(255,255,255,.07) 1px,transparent 1.5px);
  background-size:100% 2px,22px 22px;
  opacity:.7;
}
body.trroom-getprofile > .kapsayici > .orta_blok{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  position:relative!important;
  float:none!important;
  right:auto!important;
  padding:0!important;
  background:transparent!important;
}

/* LOGO / MARKA */
body.trroom-getprofile .logo{
  position:relative!important;
  inset:auto!important;
  margin:18px 18px 5px!important;
  width:190px!important;
  height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:21px!important;
  border:1px solid rgba(80,177,255,.28)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025))!important;
  box-shadow:0 18px 36px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.07)!important;
  overflow:hidden!important;
}
body.trroom-getprofile .logo::after{
  content:'';
  position:absolute;
  left:12px;right:12px;bottom:0;
  height:2px;
  background:linear-gradient(90deg,var(--gp-cyan),var(--gp-purple),var(--gp-pink));
  box-shadow:0 0 18px rgba(36,226,255,.45);
}
body.trroom-getprofile .logo img{
  width:164px!important;
  height:72px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.25));
}
.gp-brand-copy{
  position:relative;
  z-index:2;
  margin:4px 18px 14px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:15px;
  background:rgba(255,255,255,.035);
}
.gp-brand-copy strong{
  display:block;
  font:800 13px 'Space Grotesk',sans-serif;
  letter-spacing:.7px;
  color:#fff;
}
.gp-brand-copy span{
  display:block;
  margin-top:3px;
  color:var(--gp-muted);
  font-size:9px;
  letter-spacing:.5px;
  text-transform:uppercase;
}

/* SOL MENÜ */
body.trroom-getprofile .sol_blok ul{
  position:relative!important;
  inset:auto!important;
  margin:4px 12px 88px!important;
  padding:0!important;
  z-index:3!important;
}
body.trroom-getprofile .sol_blok ul li{
  list-style:none!important;
  float:none!important;
  width:auto!important;
  margin:4px 0!important;
}
body.trroom-getprofile .sol_blok ul li a,
body.trroom-getprofile .sol_blok ul li .list-group-item{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:42px!important;
  padding:8px 11px 8px 46px!important;
  border:1px solid transparent!important;
  border-radius:14px!important;
  color:#aebfda!important;
  background:none!important;
  font:700 11px/1.2 'Inter',sans-serif!important;
  transition:.22s ease!important;
  overflow:hidden!important;
}
body.trroom-getprofile .sol_blok ul li a::before{
  position:absolute;
  left:9px;top:50%;
  transform:translateY(-50%);
  width:28px;height:28px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#dff7ff;
  font-family:'Font Awesome 6 Free';
  font-size:12px;
  font-weight:900;
  background:linear-gradient(135deg,rgba(32,184,255,.22),rgba(120,88,255,.22));
  border:1px solid rgba(76,164,255,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
body.trroom-getprofile .sol_blok ul li a::after{
  content:'';
  position:absolute;
  right:10px;
  width:5px;height:5px;
  border-radius:50%;
  background:var(--gp-cyan);
  opacity:0;
  box-shadow:0 0 12px var(--gp-cyan);
}
body.trroom-getprofile .sol_blok ul li:hover a,
body.trroom-getprofile .sol_blok ul li.aktif a{
  color:#fff!important;
  border-color:rgba(77,164,255,.32)!important;
  background:linear-gradient(90deg,rgba(32,184,255,.12),rgba(120,88,255,.16),rgba(238,44,173,.08))!important;
  transform:translateX(2px);
  box-shadow:0 10px 22px rgba(0,0,0,.13)!important;
}
body.trroom-getprofile .sol_blok ul li:hover a::after,
body.trroom-getprofile .sol_blok ul li.aktif a::after{opacity:1}
body.trroom-getprofile .sol_blok ul li:hover a::before,
body.trroom-getprofile .sol_blok ul li.aktif a::before{
  color:#fff;
  background:linear-gradient(135deg,var(--gp-blue),var(--gp-purple));
  box-shadow:0 0 18px rgba(120,88,255,.25);
}
#default>a::before{content:'\f015'}
#register>a::before{content:'\f234'}
#video>a::before{content:'\f03d'}
#anket>a::before{content:'\f080'}
#duyuru>a::before{content:'\f0a1'}
#destek>a::before{content:'\f590'}
#iletisim>a::before{content:'\f0e0'}
#glog>a::before{content:'\f2f6'}
#profil>a::before{content:'\f007'}
#heyiyeler>a::before{content:'\f06b'}
#flashlar>a::before{content:'\f0e7'}
#mesajlar>a::before{content:'\f075'}
#banlar>a::before{content:'\f05e'}
#online>a::before{content:'\f0c0'}
#sistem>a::before{content:'\f013'}
#close>a::before{content:'\f52b'}

.gp-side-footer{
  position:absolute;
  left:12px;right:12px;bottom:12px;
  z-index:4;
  padding:10px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(1,9,23,.72);
  display:flex;
  align-items:center;
  gap:9px;
}
.gp-side-avatar{
  width:36px;height:36px;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(36,226,255,.45);
  background:linear-gradient(135deg,var(--gp-blue),var(--gp-purple));
  flex:0 0 36px;
}
.gp-side-avatar img{width:100%;height:100%;object-fit:cover}
.gp-side-user{min-width:0;flex:1}
.gp-side-user b{display:block;color:#fff;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gp-side-user span{display:flex;align-items:center;gap:5px;color:var(--gp-muted);font-size:8px;margin-top:2px}
.gp-online-dot{width:6px;height:6px;border-radius:50%;background:var(--gp-green);box-shadow:0 0 10px var(--gp-green)}

/* ÜST BAR */
.gp-topbar{
  min-height:78px;
  margin:0 0 14px;
  padding:15px 18px;
  border-radius:24px;
  border:1px solid var(--gp-line);
  background:
    radial-gradient(circle at 10% 0%,rgba(120,88,255,.20),transparent 36%),
    linear-gradient(90deg,rgba(11,29,57,.96),rgba(8,25,49,.96));
  box-shadow:0 18px 45px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  overflow:hidden;
  position:relative;
}
.gp-topbar::before{
  content:'';
  position:absolute;
  left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg,var(--gp-blue),var(--gp-purple),var(--gp-pink),var(--gp-cyan));
}
.gp-topbar-title small{
  display:block;
  color:var(--gp-cyan);
  font:800 8px 'Inter',sans-serif;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.gp-topbar-title strong{
  display:block;
  margin-top:4px;
  color:#fff;
  font:800 18px 'Space Grotesk',sans-serif;
}
.gp-topbar-title span{display:block;margin-top:2px;color:var(--gp-muted);font-size:9px}
.gp-topbar-chip{
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px 11px;
  border-radius:16px;
  border:1px solid rgba(75,163,255,.24);
  background:rgba(255,255,255,.04);
}
.gp-topbar-chip .gp-chip-icon{
  width:34px;height:34px;border-radius:11px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,var(--gp-purple),var(--gp-pink));
  box-shadow:0 0 22px rgba(238,44,173,.20);
}
.gp-topbar-chip b{display:block;color:#fff;font-size:10px}
.gp-topbar-chip span{display:block;color:var(--gp-muted);font-size:8px;margin-top:2px}

/* DEFAULT.PHP'NİN İÇ İSKELETİNİ DÜZELT */
body.trroom-getprofile > .kapsayici > .orta_blok .kapsayici{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  display:block!important;
  float:none!important;
  background:transparent!important;
}
body.trroom-getprofile > .kapsayici > .orta_blok .kapsayici > .orta_blok,
body.trroom-getprofile > .kapsayici > .orta_blok .orta_blok{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  float:none!important;
  right:auto!important;
  background:transparent!important;
}
body.trroom-getprofile .orta_blog{width:100%!important;margin:0!important;padding:0!important}

/* SAYFA BAŞLIĞI */
body.trroom-getprofile .orta_blok h1{
  width:100%!important;
  height:auto!important;
  min-height:74px!important;
  margin:0 0 14px!important;
  padding:17px 20px 17px 72px!important;
  display:flex!important;
  align-items:center!important;
  line-height:1.25!important;
  position:relative!important;
  border-radius:22px!important;
  border:1px solid rgba(84,165,255,.30)!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(120,88,255,.28),transparent 34%),
    linear-gradient(90deg,rgba(16,33,69,.97),rgba(8,29,54,.96))!important;
  box-shadow:0 18px 45px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.06)!important;
  font:800 16px 'Space Grotesk',sans-serif!important;
  letter-spacing:-.2px!important;
}
body.trroom-getprofile .orta_blok h1::before{
  content:'\f013';
  font-family:'Font Awesome 6 Free';
  font-weight:900;
  position:absolute;
  left:18px;top:50%;transform:translateY(-50%);
  width:40px;height:40px;
  border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,var(--gp-purple),var(--gp-blue));
  box-shadow:0 0 24px rgba(120,88,255,.26);
}
body.trroom-getprofile .orta_blok h1 span{font-weight:800!important;color:#fff!important}

/* ORTA KART */
body.trroom-getprofile .orta_tasarim{
  width:100%!important;
  height:auto!important;
  min-height:440px!important;
  margin:0!important;
  padding:18px!important;
  display:block!important;
  overflow:visible!important;
  border-radius:24px!important;
  border:1px solid rgba(72,154,239,.28)!important;
  background:
    radial-gradient(circle at 80% 0%,rgba(32,184,255,.09),transparent 30%),
    linear-gradient(180deg,rgba(9,24,48,.96),rgba(5,16,33,.97))!important;
  box-shadow:var(--gp-shadow),inset 0 1px 0 rgba(255,255,255,.055)!important;
  color:var(--gp-text)!important;
}

/* PROFİL FORMU */
body.trroom-getprofile .profil-formu{margin:0!important}
body.trroom-getprofile .profil-duzeni{
  display:grid!important;
  grid-template-columns:178px minmax(300px,1fr) 178px!important;
  gap:16px!important;
  align-items:start!important;
  width:100%!important;
  min-height:0!important;
}
body.trroom-getprofile .profil-avatar-kutusu{
  width:178px!important;
  padding:13px!important;
  border-radius:20px!important;
  border:1px solid rgba(75,163,255,.25)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  text-align:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
body.trroom-getprofile .profil-avatar-kutusu .userpimage{
  width:150px!important;
  height:150px!important;
  border-radius:22px!important;
  object-fit:cover!important;
  border:3px solid rgba(36,226,255,.62)!important;
  box-shadow:0 0 0 5px rgba(120,88,255,.10),0 20px 38px rgba(0,0,0,.26),0 0 28px rgba(36,226,255,.10)!important;
}
body.trroom-getprofile .profil-onay-notu{
  border-radius:12px!important;
  color:#ffe7ad!important;
  background:rgba(255,154,61,.12)!important;
  border:1px solid rgba(255,154,61,.35)!important;
}
body.trroom-getprofile #fileuploader{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  margin:12px 0 0!important;
  overflow:visible!important;
  text-align:center!important;
}
body.trroom-getprofile #fileuploader .ajax-upload-dragdrop{
  display:block!important;
  float:none!important;
  width:100%!important;
  min-height:42px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.trroom-getprofile #fileuploader .ajax-file-upload{
  width:100%!important;
  min-height:40px!important;
  margin:0!important;
  padding:11px 12px!important;
  border:0!important;
  border-radius:13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  font:800 10px 'Inter',sans-serif!important;
  text-shadow:none!important;
  background:linear-gradient(135deg,var(--gp-blue),var(--gp-purple))!important;
  box-shadow:0 12px 22px rgba(32,184,255,.15)!important;
}
body.trroom-getprofile .ajax-file-upload-container{max-width:100%!important;color:var(--gp-muted)!important}
body.trroom-getprofile .ajax-file-upload-statusbar{width:100%!important;border-color:var(--gp-line)!important;background:rgba(255,255,255,.04)!important;color:#fff!important}
body.trroom-getprofile .ajax-file-upload-progress{background:#061327!important;border-color:rgba(255,255,255,.10)!important}
body.trroom-getprofile .ajax-file-upload-bar{background:linear-gradient(90deg,var(--gp-cyan),var(--gp-purple),var(--gp-pink))!important}

body.trroom-getprofile .profil-alanlari{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body.trroom-getprofile .profil-alanlari li{
  min-height:54px!important;
  margin:0 0 8px!important;
  padding:9px 11px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.032)!important;
  display:flex!important;
  align-items:center!important;
}
body.trroom-getprofile .profil-alanlari li:last-child{margin-bottom:0!important}
body.trroom-getprofile .profil-etiket{
  flex:0 0 126px!important;
  color:#aabbd5!important;
  font:700 10px 'Inter',sans-serif!important;
}
body.trroom-getprofile .profil-etiket i{width:19px;color:var(--gp-cyan)!important}
body.trroom-getprofile .profil-deger{color:#fff!important;font:700 10px 'Inter',sans-serif!important}
body.trroom-getprofile input[type=text],
body.trroom-getprofile input[type=password],
body.trroom-getprofile input[type=email],
body.trroom-getprofile input[type=number],
body.trroom-getprofile input[type=date],
body.trroom-getprofile select,
body.trroom-getprofile textarea,
body.trroom-getprofile .form-control,
body.trroom-getprofile .inpt,
body.trroom-getprofile .input1{
  width:100%!important;
  max-width:none!important;
  min-height:38px!important;
  height:auto!important;
  margin:0!important;
  padding:9px 12px!important;
  color:#edf5ff!important;
  font:600 11px 'Inter',sans-serif!important;
  border-radius:11px!important;
  border:1px solid rgba(78,166,255,.26)!important;
  outline:none!important;
  background:#061529!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
  transition:.2s ease!important;
}
body.trroom-getprofile textarea{min-height:120px!important;resize:vertical!important}
body.trroom-getprofile input:focus,
body.trroom-getprofile select:focus,
body.trroom-getprofile textarea:focus{
  border-color:rgba(36,226,255,.62)!important;
  box-shadow:0 0 0 3px rgba(36,226,255,.08),0 0 22px rgba(36,226,255,.08)!important;
}
body.trroom-getprofile select option{background:#07172d;color:#fff}

body.trroom-getprofile .profil-islemleri{
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  padding:0!important;
}
body.trroom-getprofile .profil-islemleri .btn{
  width:100%!important;
  min-height:46px!important;
  margin:0!important;
  padding:12px 10px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:14px!important;
  color:#fff!important;
  font:800 10px 'Inter',sans-serif!important;
  text-shadow:none!important;
  box-shadow:0 12px 24px rgba(0,0,0,.15)!important;
  transition:.2s ease!important;
}
body.trroom-getprofile .profil-islemleri .btn:hover{transform:translateY(-2px)!important;filter:brightness(1.08)}
body.trroom-getprofile .profil-islemleri .btn-success{background:linear-gradient(135deg,#13c977,#20df88)!important}
body.trroom-getprofile .profil-islemleri .btn-succes,
body.trroom-getprofile .profil-islemleri .btn-info{background:linear-gradient(135deg,var(--gp-blue),var(--gp-purple))!important}
body.trroom-getprofile .profil-islemleri .btn-danger{background:linear-gradient(135deg,#ff466f,var(--gp-pink))!important}
body.trroom-getprofile .profil-islemleri .btn-warning{background:linear-gradient(135deg,var(--gp-orange),#ffbd3d)!important;color:#08111f!important}

/* GENEL BUTONLAR */
body.trroom-getprofile .btn,
body.trroom-getprofile button,
body.trroom-getprofile input[type=submit]{
  border-radius:11px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-family:'Inter',sans-serif!important;
  font-weight:800!important;
  text-shadow:none!important;
  box-shadow:none!important;
}
body.trroom-getprofile .btn-success{background:linear-gradient(135deg,#12c873,#1fdd87)!important}
body.trroom-getprofile .btn-info{background:linear-gradient(135deg,var(--gp-blue),var(--gp-purple))!important}
body.trroom-getprofile .btn-danger{background:linear-gradient(135deg,#ff486f,var(--gp-pink))!important}
body.trroom-getprofile .btn-warning{background:linear-gradient(135deg,#ff9b3d,#ffc14b)!important;color:#071327!important}
body.trroom-getprofile .btn-inverse{background:#0d1c34!important}

/* ANA MENÜ KARTLARI */
body.trroom-getprofile .butonlar{
  position:relative!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
body.trroom-getprofile .butonlar > div{
  width:auto!important;
  height:94px!important;
  margin:0!important;
  display:block!important;
}
body.trroom-getprofile .butonlar > div a{
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:13px!important;
  display:flex!important;
  align-items:flex-end!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:17px!important;
  border:1px solid rgba(75,163,255,.26)!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 85% 10%,rgba(36,226,255,.16),transparent 35%),
    linear-gradient(135deg,rgba(15,39,73,.98),rgba(8,23,47,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
  transition:.22s ease!important;
}
body.trroom-getprofile .butonlar > div:nth-child(2n) a{background:radial-gradient(circle at 85% 10%,rgba(238,44,173,.15),transparent 35%),linear-gradient(135deg,rgba(19,35,73,.98),rgba(10,21,45,.98))!important}
body.trroom-getprofile .butonlar > div a:hover{transform:translateY(-3px);border-color:rgba(36,226,255,.52)!important;box-shadow:0 16px 28px rgba(0,0,0,.18)!important}
body.trroom-getprofile .butonlar > div a span{
  position:relative!important;
  inset:auto!important;
  padding:0!important;
  color:#a8b9d3!important;
  font:700 9px/1.25 'Inter',sans-serif!important;
  text-transform:uppercase!important;
  letter-spacing:.5px!important;
}
body.trroom-getprofile .butonlar > div a span b{
  display:inline-block!important;
  margin-top:3px!important;
  color:#fff!important;
  font:900 20px 'Space Grotesk',sans-serif!important;
}
body.trroom-getprofile .butonlar > div a::before{
  position:absolute;right:12px;top:11px;
  width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  font-family:'Font Awesome 6 Free';font-weight:900;font-size:15px;
  background:linear-gradient(135deg,var(--gp-purple),var(--gp-blue));
  box-shadow:0 0 20px rgba(120,88,255,.20);
}
body.trroom-getprofile .butonlar > div:nth-child(1) a::before{content:'\f0c0'}
body.trroom-getprofile .butonlar > div:nth-child(2) a::before{content:'\f182'}
body.trroom-getprofile .butonlar > div:nth-child(3) a::before{content:'\f183'}
body.trroom-getprofile .butonlar > div:nth-child(4) a::before{content:'\f2bd'}
body.trroom-getprofile .butonlar > div:nth-child(n+5) a{align-items:center!important;justify-content:center!important;text-align:center!important;padding-top:40px!important}
body.trroom-getprofile .butonlar > div:nth-child(n+5) a::before{right:50%;top:12px;transform:translateX(50%)}
body.trroom-getprofile .butonlar > div:nth-child(5) a::before{content:'\f130'}
body.trroom-getprofile .butonlar > div:nth-child(5) a::after{content:'Mikrofon Testi'}
body.trroom-getprofile .butonlar > div:nth-child(6) a::before{content:'\f030'}
body.trroom-getprofile .butonlar > div:nth-child(6) a::after{content:'Kamera Testi'}
body.trroom-getprofile .butonlar > div:nth-child(7) a::before{content:'\f11b'}
body.trroom-getprofile .butonlar > div:nth-child(7) a::after{content:'Poker'}
body.trroom-getprofile .butonlar > div:nth-child(8) a::before{content:'\f1e3'}
body.trroom-getprofile .butonlar > div:nth-child(8) a::after{content:'Bilardo'}
body.trroom-getprofile .butonlar > div:nth-child(9) a::before{content:'\f11b'}
body.trroom-getprofile .butonlar > div:nth-child(9) a::after{content:'Bowling'}
body.trroom-getprofile .butonlar > div:nth-child(10) a::before{content:'\f564'}
body.trroom-getprofile .butonlar > div:nth-child(10) a::after{content:'Candy Crush'}
body.trroom-getprofile .butonlar > div:nth-child(11) a::before{content:'\f12e'}
body.trroom-getprofile .butonlar > div:nth-child(11) a::after{content:'Fark Bul'}
body.trroom-getprofile .butonlar > div:nth-child(12) a::before{content:'\f1e3'}
body.trroom-getprofile .butonlar > div:nth-child(12) a::after{content:'Penaltı'}
body.trroom-getprofile .butonlar > div:nth-child(n+5) a::after{color:#d8e7ff;font:800 9px 'Inter',sans-serif;letter-spacing:.4px}
body.trroom-getprofile .orta_info{
  width:100%!important;
  margin:12px 0 0!important;
  padding:13px 15px!important;
  border-radius:16px!important;
  border:1px solid rgba(75,163,255,.18)!important;
  color:#9fb2cf!important;
  background:linear-gradient(90deg,rgba(120,88,255,.08),rgba(32,184,255,.06))!important;
  font:500 10px/1.55 'Inter',sans-serif!important;
}

/* TABLOLAR / RAPOR SAYFALARI */
body.trroom-getprofile .dataTables_wrapper,
body.trroom-getprofile #dataTable_wrapper{width:100%!important;color:var(--gp-text)!important}
body.trroom-getprofile .table,
body.trroom-getprofile table.table.dataTable{
  width:100%!important;
  margin:0!important;
  border-collapse:separate!important;
  border-spacing:0 6px!important;
  color:#dce9fb!important;
  background:transparent!important;
  font:600 9px 'Inter',sans-serif!important;
}
body.trroom-getprofile .table thead th{
  padding:9px 8px!important;
  color:#85a6ce!important;
  border:0!important;
  background:rgba(255,255,255,.035)!important;
  text-transform:uppercase!important;
  letter-spacing:.6px!important;
  font-size:8px!important;
}
body.trroom-getprofile .table tbody td{
  padding:9px 8px!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  background:rgba(255,255,255,.03)!important;
  color:#dbe8fa!important;
}
body.trroom-getprofile .table tbody tr:hover td{background:rgba(32,184,255,.065)!important}
body.trroom-getprofile .form-actions{
  width:100%!important;
  margin:0 0 12px!important;
  padding:10px!important;
  border:1px solid rgba(75,163,255,.18)!important;
  border-radius:16px!important;
  color:#fff!important;
  background:rgba(255,255,255,.035)!important;
}
body.trroom-getprofile .hrapordiv{margin:4px!important;float:none!important;display:inline-block!important}

/* İLETİŞİM / KAYIT / DİĞER ESKİ FORMLAR */
body.trroom-getprofile .ContentTabloMenu,
body.trroom-getprofile .radius{
  border-radius:18px!important;
  border:1px solid rgba(75,163,255,.20)!important;
  background:rgba(255,255,255,.025)!important;
  color:#fff!important;
}
body.trroom-getprofile h3[style]{
  width:100%!important;
  margin:0 0 12px!important;
  padding:12px!important;
  border-radius:14px!important;
  border:1px solid rgba(120,88,255,.24)!important;
  color:#fff!important;
  background:linear-gradient(90deg,rgba(120,88,255,.18),rgba(32,184,255,.12))!important;
}
body.trroom-getprofile label{color:#aabbd4!important;font-family:'Inter',sans-serif!important}
body.trroom-getprofile td{color:#cbd9ec}

/* FOOTER */
body.trroom-getprofile .footer{display:none!important}

/* SCROLLBAR */
body.trroom-getprofile::-webkit-scrollbar{width:9px}
body.trroom-getprofile::-webkit-scrollbar-track{background:#030a16}
body.trroom-getprofile::-webkit-scrollbar-thumb{background:linear-gradient(var(--gp-purple),var(--gp-blue));border-radius:20px;border:2px solid #030a16}

@media(max-width:980px){
  body.trroom-getprofile > .kapsayici{width:calc(100% - 18px)!important;margin:9px auto!important;grid-template-columns:205px minmax(0,1fr)!important;gap:10px!important}
  body.trroom-getprofile > .kapsayici > .sol_blok{top:9px!important;height:calc(100vh - 18px)!important;min-height:670px!important}
  body.trroom-getprofile .logo{width:169px!important;margin-left:17px!important;margin-right:17px!important}
  body.trroom-getprofile .profil-duzeni{grid-template-columns:156px minmax(260px,1fr)!important}
  body.trroom-getprofile .profil-avatar-kutusu{width:156px!important}
  body.trroom-getprofile .profil-avatar-kutusu .userpimage{width:130px!important;height:130px!important}
  body.trroom-getprofile .profil-islemleri{grid-column:1/-1!important;flex-direction:row!important;flex-wrap:wrap!important}
  body.trroom-getprofile .profil-islemleri .btn{flex:1 1 150px!important}
  body.trroom-getprofile .butonlar{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  body.trroom-getprofile > .kapsayici{display:block!important;width:calc(100% - 14px)!important;margin:7px auto!important}
  body.trroom-getprofile > .kapsayici > .sol_blok{position:relative!important;top:auto!important;width:100%!important;height:auto!important;min-height:0!important;margin:0 0 10px!important;padding-bottom:8px!important}
  body.trroom-getprofile .logo{margin:12px!important;width:170px!important;height:64px!important}
  body.trroom-getprofile .logo img{height:56px!important}
  .gp-brand-copy{position:absolute;left:190px;top:12px;right:12px;margin:0!important}
  body.trroom-getprofile .sol_blok ul{margin:8px 10px 8px!important;display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:3px!important}
  body.trroom-getprofile .sol_blok ul li{flex:0 0 auto!important;margin:0!important}
  body.trroom-getprofile .sol_blok ul li a{min-height:38px!important;padding:7px 11px 7px 39px!important;white-space:nowrap!important}
  body.trroom-getprofile .sol_blok ul li a::before{width:25px;height:25px;left:7px}
  .gp-side-footer{display:none!important}
  .gp-topbar{min-height:68px;margin-bottom:10px}
  body.trroom-getprofile .profil-duzeni{grid-template-columns:1fr!important}
  body.trroom-getprofile .profil-avatar-kutusu{width:100%!important;display:flex!important;align-items:center!important;gap:12px!important;text-align:left!important}
  body.trroom-getprofile .profil-avatar-kutusu .userpimage{width:96px!important;height:96px!important;flex:0 0 96px!important}
  body.trroom-getprofile #fileuploader{margin:0!important;flex:1!important}
  body.trroom-getprofile .profil-islemleri{grid-column:auto!important}
  body.trroom-getprofile .butonlar{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.trroom-getprofile .orta_tasarim{padding:12px!important}
}
@media(max-width:480px){
  .gp-brand-copy{display:none}
  .gp-topbar-chip{display:none}
  body.trroom-getprofile .orta_blok h1{min-height:64px!important;padding-left:62px!important;font-size:14px!important}
  body.trroom-getprofile .orta_blok h1::before{left:14px;width:36px;height:36px}
  body.trroom-getprofile .profil-alanlari li{display:block!important}
  body.trroom-getprofile .profil-etiket{display:block!important;margin-bottom:7px!important}
  body.trroom-getprofile .butonlar{grid-template-columns:1fr!important}
}

/* 2026-08-09: Sol menü alt kullanıcı kartı çakışma düzeltmesi */
@media(min-width:761px){
  body.trroom-getprofile > .kapsayici > .sol_blok{
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  body.trroom-getprofile .logo,
  body.trroom-getprofile .gp-brand-copy,
  body.trroom-getprofile .gp-side-footer{
    flex:0 0 auto!important;
  }
  body.trroom-getprofile .sol_blok ul{
    flex:1 1 auto!important;
    min-height:0!important;
    margin:4px 12px 6px!important;
    padding:0 3px 4px 0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:thin;
    scrollbar-color:rgba(36,226,255,.55) transparent;
  }
  body.trroom-getprofile .sol_blok ul::-webkit-scrollbar{width:5px}
  body.trroom-getprofile .sol_blok ul::-webkit-scrollbar-track{background:transparent}
  body.trroom-getprofile .sol_blok ul::-webkit-scrollbar-thumb{
    background:linear-gradient(var(--gp-cyan),var(--gp-purple));
    border-radius:999px;
  }
  body.trroom-getprofile .gp-side-footer{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    margin:6px 12px 12px!important;
    width:auto!important;
    min-height:56px!important;
  }
}

/* =========================================================
   ONLINE KULLANICILAR - işlem butonları / tablo düzeltmesi
   ========================================================= */
body.trroom-getprofile .trroom-online-table-wrap{
  width:100%!important;
  overflow-x:hidden!important;
  border-radius:16px!important;
}
body.trroom-getprofile .trroom-online-table{
  table-layout:fixed!important;
  width:100%!important;
  min-width:0!important;
}
body.trroom-getprofile .trroom-online-table th:nth-child(1),
body.trroom-getprofile .trroom-online-table td:nth-child(1){width:4%!important;text-align:center!important}
body.trroom-getprofile .trroom-online-table th:nth-child(2),
body.trroom-getprofile .trroom-online-table td:nth-child(2){width:13%!important}
body.trroom-getprofile .trroom-online-table th:nth-child(3),
body.trroom-getprofile .trroom-online-table td:nth-child(3){width:13%!important}
body.trroom-getprofile .trroom-online-table th:nth-child(4),
body.trroom-getprofile .trroom-online-table td:nth-child(4){width:16%!important}
body.trroom-getprofile .trroom-online-table .trroom-actions-head,
body.trroom-getprofile .trroom-online-table .trroom-online-actions-cell{width:54%!important}
body.trroom-getprofile .trroom-online-table tbody td{
  vertical-align:middle!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body.trroom-getprofile .trroom-online-actions-cell{
  padding:7px 8px!important;
}
body.trroom-getprofile .trroom-online-actions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  width:100%!important;
  align-items:stretch!important;
}
body.trroom-getprofile .trroom-online-actions .trroom-action-btn{
  width:100%!important;
  min-width:0!important;
  min-height:34px!important;
  margin:0!important;
  padding:7px 6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  border-radius:10px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font:800 8.5px/1.1 'Inter',sans-serif!important;
  letter-spacing:-.15px!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 7px 14px rgba(0,0,0,.12)!important;
}
body.trroom-getprofile .trroom-online-actions .trroom-action-btn i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  margin:0!important;
  font-style:normal!important;
  font-size:8.5px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
body.trroom-getprofile .trroom-online-actions .trroom-action-btn:hover{
  transform:translateY(-1px)!important;
  filter:brightness(1.08)!important;
}
body.trroom-getprofile .trroom-online-actions .btn-inserve{
  background:linear-gradient(135deg,#596579,#7b8496)!important;
  color:#fff!important;
}
body.trroom-getprofile .trroom-online-table td:nth-child(2),
body.trroom-getprofile .trroom-online-table td:nth-child(3),
body.trroom-getprofile .trroom-online-table td:nth-child(4){
  font-size:9px!important;
  line-height:1.35!important;
}
@media(max-width:1050px){
  body.trroom-getprofile .trroom-online-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.trroom-getprofile .trroom-online-table th:nth-child(2),
  body.trroom-getprofile .trroom-online-table td:nth-child(2){width:14%!important}
  body.trroom-getprofile .trroom-online-table th:nth-child(3),
  body.trroom-getprofile .trroom-online-table td:nth-child(3){width:13%!important}
  body.trroom-getprofile .trroom-online-table th:nth-child(4),
  body.trroom-getprofile .trroom-online-table td:nth-child(4){width:17%!important}
  body.trroom-getprofile .trroom-online-table .trroom-actions-head,
  body.trroom-getprofile .trroom-online-table .trroom-online-actions-cell{width:52%!important}
}
@media(max-width:760px){
  body.trroom-getprofile .trroom-online-table-wrap{overflow-x:auto!important;padding-bottom:5px!important}
  body.trroom-getprofile .trroom-online-table{min-width:720px!important}
  body.trroom-getprofile .trroom-online-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* =========================================================
   MESAJLAR - işlem butonları / tablo düzeltmesi
   ========================================================= */
body.trroom-getprofile .trroom-message-table-wrap{
  width:100%!important;
  overflow-x:hidden!important;
  border-radius:16px!important;
}
body.trroom-getprofile .trroom-message-table{
  table-layout:fixed!important;
  width:100%!important;
  min-width:0!important;
}
body.trroom-getprofile .trroom-message-table th:nth-child(1),
body.trroom-getprofile .trroom-message-table td:nth-child(1){
  width:5%!important;
  text-align:center!important;
}
body.trroom-getprofile .trroom-message-table th:nth-child(2),
body.trroom-getprofile .trroom-message-table td:nth-child(2){width:15%!important}
body.trroom-getprofile .trroom-message-table th:nth-child(3),
body.trroom-getprofile .trroom-message-table td:nth-child(3){width:27%!important}
body.trroom-getprofile .trroom-message-table th:nth-child(4),
body.trroom-getprofile .trroom-message-table td:nth-child(4){width:19%!important}
body.trroom-getprofile .trroom-message-table .trroom-message-actions-head,
body.trroom-getprofile .trroom-message-table .trroom-message-actions-cell{width:34%!important}

body.trroom-getprofile .trroom-message-table tbody td{
  vertical-align:middle!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body.trroom-getprofile .trroom-message-actions-cell{
  padding:7px 8px!important;
}
body.trroom-getprofile .trroom-message-actions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  width:100%!important;
  align-items:stretch!important;
}
body.trroom-getprofile .trroom-message-actions .trroom-message-action-btn{
  width:100%!important;
  min-width:0!important;
  min-height:34px!important;
  margin:0!important;
  padding:7px 6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  border-radius:10px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-sizing:border-box!important;
  font:800 8.5px/1.1 'Inter',sans-serif!important;
  letter-spacing:-.15px!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 7px 14px rgba(0,0,0,.12)!important;
}
body.trroom-getprofile .trroom-message-actions .trroom-message-action-btn i{
  margin:0!important;
  flex:0 0 auto!important;
}
body.trroom-getprofile .trroom-message-actions .trroom-message-action-btn span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.trroom-getprofile .trroom-message-actions .trroom-message-action-btn:hover{
  transform:translateY(-1px)!important;
  filter:brightness(1.08)!important;
}
body.trroom-getprofile .trroom-message-actions .btn-mini:not(.btn-success):not(.btn-danger){
  color:#fff!important;
  background:linear-gradient(135deg,#64748b,#475569)!important;
  border-color:rgba(255,255,255,.12)!important;
}
body.trroom-getprofile .trroom-message-table td:nth-child(2),
body.trroom-getprofile .trroom-message-table td:nth-child(3),
body.trroom-getprofile .trroom-message-table td:nth-child(4){
  font-size:9px!important;
  line-height:1.35!important;
}

@media(max-width:1050px){
  body.trroom-getprofile .trroom-message-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.trroom-getprofile .trroom-message-table th:nth-child(3),
  body.trroom-getprofile .trroom-message-table td:nth-child(3){width:25%!important}
  body.trroom-getprofile .trroom-message-table .trroom-message-actions-head,
  body.trroom-getprofile .trroom-message-table .trroom-message-actions-cell{width:36%!important}
}
@media(max-width:760px){
  body.trroom-getprofile .trroom-message-table-wrap{
    overflow-x:auto!important;
    padding-bottom:5px!important;
  }
  body.trroom-getprofile .trroom-message-table{
    min-width:760px!important;
  }
  body.trroom-getprofile .trroom-message-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}


/* =========================================================
   FLASH NICK STUDIO
   ========================================================= */
body.trroom-getprofile .gp-flash-shell{
  width:auto!important;
  height:auto!important;
  min-height:560px!important;
  margin:0!important;
  padding:18px!important;
  overflow:visible!important;
}
body.trroom-getprofile .gp-flash-page{
  display:flex!important;
  flex-direction:column!important;
  gap:16px!important;
  width:100%!important;
  min-width:0!important;
}
body.trroom-getprofile .gp-flash-alert{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:13px 15px!important;
  border-radius:14px!important;
  font:800 10px/1.35 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-alert.success{
  color:#a5ffd0!important;
  background:rgba(26,211,117,.10)!important;
  border:1px solid rgba(26,211,117,.30)!important;
}
body.trroom-getprofile .gp-flash-alert.error{
  color:#ffc0d2!important;
  background:rgba(255,53,122,.10)!important;
  border:1px solid rgba(255,53,122,.30)!important;
}
body.trroom-getprofile .gp-flash-hero,
body.trroom-getprofile .gp-flash-upload-card,
body.trroom-getprofile .gp-flash-library{
  position:relative!important;
  overflow:hidden!important;
  border-radius:22px!important;
  border:1px solid rgba(82,188,255,.22)!important;
  background:
    radial-gradient(circle at 10% 0%,rgba(124,74,255,.16),transparent 34%),
    linear-gradient(145deg,rgba(15,37,72,.96),rgba(5,21,43,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 44px rgba(0,0,0,.18)!important;
}
body.trroom-getprofile .gp-flash-hero::after,
body.trroom-getprofile .gp-flash-upload-card::after,
body.trroom-getprofile .gp-flash-library::after{
  content:''!important;
  position:absolute!important;
  left:0!important;right:0!important;top:0!important;
  height:2px!important;
  background:linear-gradient(90deg,#17d4ff,#7657ff,#ff3d9a)!important;
  opacity:.95!important;
}
body.trroom-getprofile .gp-flash-hero{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  padding:20px!important;
}
body.trroom-getprofile .gp-flash-hero-icon{
  width:64px!important;height:64px!important;
  border-radius:19px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  font-size:25px!important;color:#fff!important;
  background:linear-gradient(135deg,#7657ff,#16bfff)!important;
  box-shadow:0 0 28px rgba(22,191,255,.20)!important;
}
body.trroom-getprofile .gp-flash-hero-copy{min-width:0!important}
body.trroom-getprofile .gp-flash-hero-copy>span,
body.trroom-getprofile .gp-flash-upload-title small,
body.trroom-getprofile .gp-flash-section-head small{
  display:block!important;
  color:#20ddff!important;
  font:900 8px/1 'Inter',sans-serif!important;
  letter-spacing:2px!important;
  margin-bottom:7px!important;
}
body.trroom-getprofile .gp-flash-hero-copy h2,
body.trroom-getprofile .gp-flash-upload-title h3,
body.trroom-getprofile .gp-flash-section-head h3{
  margin:0!important;
  color:#f6f8ff!important;
  font:900 19px/1.15 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-hero-copy p,
body.trroom-getprofile .gp-flash-upload-title p{
  margin:7px 0 0!important;
  color:#8fa6ca!important;
  font:600 9px/1.55 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-stats{
  display:grid!important;
  grid-template-columns:repeat(3,74px)!important;
  gap:8px!important;
}
body.trroom-getprofile .gp-flash-stats>div{
  min-height:66px!important;
  display:flex!important;flex-direction:column!important;
  align-items:center!important;justify-content:center!important;
  border-radius:16px!important;
  background:rgba(4,16,35,.64)!important;
  border:1px solid rgba(95,152,255,.20)!important;
}
body.trroom-getprofile .gp-flash-stats b{
  color:#fff!important;font:900 18px/1 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-stats span{
  margin-top:5px!important;color:#8196b8!important;font:800 7px/1 'Inter',sans-serif!important;text-transform:uppercase!important;letter-spacing:.8px!important;
}
body.trroom-getprofile .gp-flash-upload-card,
body.trroom-getprofile .gp-flash-library{
  padding:20px!important;
}
body.trroom-getprofile .gp-flash-upload-title,
body.trroom-getprofile .gp-flash-section-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:15px!important;
  margin-bottom:16px!important;
}
body.trroom-getprofile .gp-flash-limit,
body.trroom-getprofile .gp-flash-section-head>span{
  display:inline-flex!important;align-items:center!important;gap:7px!important;
  flex:0 0 auto!important;
  padding:9px 12px!important;
  border-radius:999px!important;
  color:#b7c8e4!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(92,151,255,.19)!important;
  font:800 8px/1 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 160px!important;
  gap:12px!important;
  align-items:stretch!important;
}
body.trroom-getprofile .gp-flash-drop{
  position:relative!important;
  min-height:104px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  padding:15px!important;
  margin:0!important;
  cursor:pointer!important;
  border-radius:18px!important;
  border:1px dashed rgba(37,220,255,.38)!important;
  background:rgba(2,13,31,.48)!important;
  transition:.22s ease!important;
}
body.trroom-getprofile .gp-flash-drop:hover,
body.trroom-getprofile .gp-flash-drop.is-drag{
  border-color:#22dcff!important;
  background:rgba(18,73,115,.24)!important;
  box-shadow:inset 0 0 30px rgba(22,190,255,.07)!important;
}
body.trroom-getprofile .gp-flash-drop input[type=file]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;height:100%!important;
  opacity:0!important;
  cursor:pointer!important;
  z-index:2!important;
}
body.trroom-getprofile .gp-flash-drop-icon{
  width:52px!important;height:52px!important;border-radius:16px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  font-size:20px!important;color:#fff!important;
  background:linear-gradient(135deg,#6b5cff,#20cfff)!important;
}
body.trroom-getprofile .gp-flash-drop-copy{display:flex!important;flex-direction:column!important;gap:5px!important;min-width:0!important}
body.trroom-getprofile .gp-flash-drop-copy b{
  color:#f5f8ff!important;font:900 11px/1.2 'Inter',sans-serif!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}
body.trroom-getprofile .gp-flash-drop-copy small{
  color:#8199bd!important;font:700 8px/1.2 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-select{
  padding:10px 13px!important;border-radius:11px!important;
  color:#d9e9ff!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10)!important;
  font:900 8px/1 'Inter',sans-serif!important;white-space:nowrap!important;
}
body.trroom-getprofile .gp-flash-submit{
  min-height:104px!important;
  border:0!important;
  border-radius:18px!important;
  display:flex!important;flex-direction:column!important;
  align-items:center!important;justify-content:center!important;gap:8px!important;
  cursor:pointer!important;
  color:#fff!important;
  background:linear-gradient(135deg,#704bff,#1ca8ff 52%,#ef2aa8)!important;
  box-shadow:0 16px 32px rgba(102,74,255,.22)!important;
  font:900 11px/1.1 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-submit i{font-size:20px!important}
body.trroom-getprofile .gp-flash-submit:hover{transform:translateY(-2px)!important;filter:brightness(1.08)!important}
body.trroom-getprofile .gp-flash-submit:disabled{cursor:not-allowed!important;filter:grayscale(.5)!important;opacity:.55!important;transform:none!important}
body.trroom-getprofile .gp-flash-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
body.trroom-getprofile .gp-flash-item{
  overflow:hidden!important;
  border-radius:18px!important;
  border:1px solid rgba(100,153,255,.18)!important;
  background:linear-gradient(180deg,rgba(14,33,63,.94),rgba(5,18,38,.96))!important;
}
body.trroom-getprofile .gp-flash-preview{
  position:relative!important;
  height:148px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 50% 40%,rgba(124,74,255,.16),transparent 45%),
    rgba(2,12,27,.72)!important;
}
body.trroom-getprofile .gp-flash-preview img{
  width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important;
}
body.trroom-getprofile .gp-flash-number{
  position:absolute!important;top:10px!important;left:10px!important;
  padding:6px 8px!important;border-radius:8px!important;
  color:#fff!important;background:rgba(4,15,34,.82)!important;border:1px solid rgba(255,255,255,.10)!important;
  font:900 8px/1 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-item-body{padding:12px!important}
body.trroom-getprofile .gp-flash-item-meta{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:10px!important;
}
body.trroom-getprofile .gp-flash-item-meta b{color:#f4f7ff!important;font:900 10px/1.2 'Inter',sans-serif!important}
body.trroom-getprofile .gp-flash-item-meta span{color:#788dab!important;font:700 7px/1.2 'Inter',sans-serif!important;white-space:nowrap!important}
body.trroom-getprofile .gp-flash-linkbox{
  display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;
  gap:6px!important;margin-bottom:8px!important;
}
body.trroom-getprofile .gp-flash-linkbox input{
  width:100%!important;min-width:0!important;height:34px!important;
  padding:0 9px!important;border-radius:9px!important;
  color:#92a8c8!important;background:#06152b!important;border:1px solid rgba(79,151,255,.20)!important;
  font:600 7.5px/1 'Inter',sans-serif!important;
}
body.trroom-getprofile .gp-flash-linkbox button,
body.trroom-getprofile .gp-flash-delete{
  min-height:34px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;
  padding:0 10px!important;border-radius:9px!important;text-decoration:none!important;
  font:900 8px/1 'Inter',sans-serif!important;cursor:pointer!important;
}
body.trroom-getprofile .gp-flash-linkbox button{
  color:#fff!important;border:1px solid rgba(25,213,255,.28)!important;background:linear-gradient(135deg,#116b9f,#4d56db)!important;
}
body.trroom-getprofile .gp-flash-delete{
  width:100%!important;color:#ffb3ca!important;border:1px solid rgba(255,61,142,.24)!important;background:rgba(255,43,116,.08)!important;
}
body.trroom-getprofile .gp-flash-delete:hover{background:rgba(255,43,116,.15)!important;color:#fff!important}
body.trroom-getprofile .gp-flash-empty{
  min-height:220px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  text-align:center!important;padding:25px!important;
  border-radius:18px!important;border:1px dashed rgba(105,152,255,.20)!important;background:rgba(4,16,35,.30)!important;
}
body.trroom-getprofile .gp-flash-empty>span{
  width:58px!important;height:58px!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  color:#fff!important;font-size:20px!important;background:linear-gradient(135deg,#7657ff,#20cfff)!important;margin-bottom:12px!important;
}
body.trroom-getprofile .gp-flash-empty h4{margin:0!important;color:#f4f7ff!important;font:900 13px/1.2 'Inter',sans-serif!important}
body.trroom-getprofile .gp-flash-empty p{margin:8px 0 0!important;color:#8297b9!important;font:600 9px/1.45 'Inter',sans-serif!important}

@media(max-width:1050px){
  body.trroom-getprofile .gp-flash-hero{grid-template-columns:auto minmax(0,1fr)!important}
  body.trroom-getprofile .gp-flash-stats{grid-column:1/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important}
  body.trroom-getprofile .gp-flash-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  body.trroom-getprofile .gp-flash-hero{grid-template-columns:1fr!important}
  body.trroom-getprofile .gp-flash-hero-icon{width:54px!important;height:54px!important}
  body.trroom-getprofile .gp-flash-form{grid-template-columns:1fr!important}
  body.trroom-getprofile .gp-flash-submit{min-height:58px!important;flex-direction:row!important}
  body.trroom-getprofile .gp-flash-grid{grid-template-columns:1fr!important}
  body.trroom-getprofile .gp-flash-upload-title,
  body.trroom-getprofile .gp-flash-section-head{align-items:flex-start!important;flex-direction:column!important}
}


/* =========================================================
   HEDİYELERİM / HEDİYE GÖNDER
   ========================================================= */
body.trroom-getprofile .gp-gifts-shell{width:auto!important;height:auto!important;min-height:560px!important;margin:0!important;padding:18px!important;overflow:visible!important}
body.trroom-getprofile .gp-gifts-page{display:flex!important;flex-direction:column!important;gap:16px!important;width:100%!important;min-width:0!important}
body.trroom-getprofile .gp-gifts-hero,body.trroom-getprofile .gp-gifts-library{position:relative!important;overflow:hidden!important;border-radius:22px!important;border:1px solid rgba(82,188,255,.22)!important;background:radial-gradient(circle at 9% 0%,rgba(124,74,255,.16),transparent 35%),linear-gradient(145deg,rgba(15,37,72,.96),rgba(5,21,43,.98))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 44px rgba(0,0,0,.18)!important}
body.trroom-getprofile .gp-gifts-hero::after,body.trroom-getprofile .gp-gifts-library::after{content:''!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:2px!important;background:linear-gradient(90deg,#17d4ff,#7657ff,#ff3d9a)!important}
body.trroom-getprofile .gp-gifts-hero{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;padding:20px!important}
body.trroom-getprofile .gp-gifts-hero.compact{grid-template-columns:auto minmax(0,1fr) auto!important}
body.trroom-getprofile .gp-gifts-hero-icon{width:64px!important;height:64px!important;border-radius:19px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;color:#fff!important;background:linear-gradient(135deg,#ff4d9c,#7b56ff 58%,#19cfff)!important;box-shadow:0 0 28px rgba(255,61,154,.18)!important}
body.trroom-getprofile .gp-gifts-hero-copy>span,body.trroom-getprofile .gp-gifts-section-head small{display:block!important;color:#20ddff!important;font:900 8px/1 'Inter',sans-serif!important;letter-spacing:2px!important;margin-bottom:7px!important}
body.trroom-getprofile .gp-gifts-hero-copy h2,body.trroom-getprofile .gp-gifts-section-head h3{margin:0!important;color:#f6f8ff!important;font:900 19px/1.15 'Inter',sans-serif!important}
body.trroom-getprofile .gp-gifts-hero-copy p{margin:7px 0 0!important;color:#8fa6ca!important;font:600 9px/1.55 'Inter',sans-serif!important}
body.trroom-getprofile .gp-gifts-stats{display:grid!important;grid-template-columns:repeat(2,100px)!important;gap:8px!important}
body.trroom-getprofile .gp-gifts-stats>div{min-height:66px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border-radius:16px!important;background:rgba(4,16,35,.64)!important;border:1px solid rgba(95,152,255,.20)!important}
body.trroom-getprofile .gp-gifts-stats b{color:#fff!important;font:900 18px/1 'Inter',sans-serif!important}body.trroom-getprofile .gp-gifts-stats span{margin-top:5px!important;color:#8196b8!important;font:800 7px/1 'Inter',sans-serif!important;text-align:center!important;text-transform:uppercase!important;letter-spacing:.7px!important}
body.trroom-getprofile .gp-gifts-library{padding:20px!important}
body.trroom-getprofile .gp-gifts-section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;margin-bottom:16px!important}
body.trroom-getprofile .gp-gifts-section-head>span,body.trroom-getprofile .gp-gifts-back{display:inline-flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important;padding:9px 12px!important;border-radius:999px!important;color:#b7c8e4!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(92,151,255,.19)!important;font:800 8px/1 'Inter',sans-serif!important;text-decoration:none!important}
body.trroom-getprofile .gp-gifts-back:hover{color:#fff!important;border-color:rgba(24,208,255,.42)!important}
body.trroom-getprofile .gp-gifts-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
body.trroom-getprofile .gp-gift-card{overflow:hidden!important;border-radius:18px!important;border:1px solid rgba(100,153,255,.18)!important;background:linear-gradient(180deg,rgba(14,33,63,.94),rgba(5,18,38,.96))!important;transition:.22s ease!important}
body.trroom-getprofile .gp-gift-card:hover{transform:translateY(-3px)!important;border-color:rgba(255,80,175,.42)!important;box-shadow:0 14px 34px rgba(0,0,0,.22)!important}
body.trroom-getprofile .gp-gift-visual{height:160px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:radial-gradient(circle at 50% 50%,rgba(255,61,154,.14),transparent 43%),rgba(2,12,27,.72)!important}
body.trroom-getprofile .gp-gift-visual img{position:relative!important;z-index:2!important;width:105px!important;height:105px!important;object-fit:contain!important;filter:drop-shadow(0 12px 22px rgba(0,0,0,.30))!important}
body.trroom-getprofile .gp-gift-glow{position:absolute!important;width:130px!important;height:130px!important;border-radius:50%!important;background:conic-gradient(from 90deg,rgba(25,220,255,.15),rgba(123,86,255,.22),rgba(255,61,154,.20),rgba(25,220,255,.15))!important;filter:blur(10px)!important}
body.trroom-getprofile .gp-gift-badge{position:absolute!important;left:10px!important;top:10px!important;z-index:3!important;padding:6px 9px!important;border-radius:999px!important;color:#ffc1df!important;background:rgba(255,61,154,.10)!important;border:1px solid rgba(255,61,154,.25)!important;font:900 7px/1 'Inter',sans-serif!important}
body.trroom-getprofile .gp-gift-body{padding:12px!important}.gp-gift-sender{display:flex!important;align-items:center!important;gap:9px!important}.gp-gift-avatar{width:36px!important;height:36px!important;border-radius:11px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:linear-gradient(135deg,#7657ff,#16bfff)!important}.gp-gift-sender small{display:block!important;color:#7188ad!important;font:800 6.5px/1 'Inter',sans-serif!important;letter-spacing:1px!important;margin-bottom:4px!important}.gp-gift-sender b{display:block!important;color:#f5f8ff!important;font:900 10px/1.1 'Inter',sans-serif!important}.gp-gift-date{margin:10px 0!important;padding:8px 9px!important;border-radius:9px!important;color:#8198ba!important;background:rgba(255,255,255,.035)!important;font:700 7.5px/1 'Inter',sans-serif!important}.gp-gift-reply{width:100%!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;border-radius:10px!important;color:#fff!important;text-decoration:none!important;background:linear-gradient(135deg,#704bff,#1ca8ff 55%,#ef2aa8)!important;font:900 8.5px/1 'Inter',sans-serif!important}
body.trroom-getprofile .gp-gift-pages{display:flex!important;justify-content:center!important;gap:6px!important;margin-top:18px!important;flex-wrap:wrap!important}.gp-gift-pages a{width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;color:#8da5c8!important;text-decoration:none!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(92,151,255,.18)!important;font:900 8px/1 'Inter',sans-serif!important}.gp-gift-pages a.active{color:#fff!important;background:linear-gradient(135deg,#7657ff,#ff3d9a)!important}
body.trroom-getprofile .gp-gifts-empty{min-height:220px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:25px!important;border-radius:18px!important;border:1px dashed rgba(105,152,255,.20)!important;background:rgba(4,16,35,.30)!important}.gp-gifts-empty>span{width:58px!important;height:58px!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:20px!important;background:linear-gradient(135deg,#ff4d9c,#7657ff)!important;margin-bottom:12px!important}.gp-gifts-empty h4{margin:0!important;color:#f4f7ff!important;font:900 13px/1.2 'Inter',sans-serif!important}.gp-gifts-empty p{margin:8px 0 0!important;color:#8297b9!important;font:600 9px/1.45 'Inter',sans-serif!important}
body.trroom-getprofile .gp-gift-alert{display:flex!important;align-items:center!important;gap:10px!important;padding:13px 15px!important;border-radius:14px!important;font:800 10px/1.35 'Inter',sans-serif!important}.gp-gift-alert.success{color:#a5ffd0!important;background:rgba(26,211,117,.10)!important;border:1px solid rgba(26,211,117,.30)!important}.gp-gift-alert.error{color:#ffc0d2!important;background:rgba(255,53,122,.10)!important;border:1px solid rgba(255,53,122,.30)!important}
body.trroom-getprofile .gp-gift-picker{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:10px!important}.gp-gift-choice{position:relative!important;margin:0!important;cursor:pointer!important}.gp-gift-choice input{position:absolute!important;opacity:0!important;pointer-events:none!important}.gp-gift-choice-box{height:96px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:16px!important;background:rgba(2,13,31,.55)!important;border:1px solid rgba(93,151,255,.18)!important;transition:.2s ease!important}.gp-gift-choice-box img{width:68px!important;height:68px!important;object-fit:contain!important}.gp-gift-choice-box i{position:absolute!important;right:7px!important;top:7px!important;width:20px!important;height:20px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:#20d27a!important;opacity:0!important;transform:scale(.7)!important;transition:.18s!important;font-size:8px!important}.gp-gift-choice input:checked+.gp-gift-choice-box{border-color:#ff4dac!important;box-shadow:0 0 0 2px rgba(255,61,154,.12),0 0 22px rgba(123,86,255,.18)!important;background:rgba(72,32,105,.18)!important}.gp-gift-choice input:checked+.gp-gift-choice-box i{opacity:1!important;transform:scale(1)!important}
body.trroom-getprofile .gp-gift-sendbar{margin-top:16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:12px!important;border-radius:15px!important;background:rgba(4,16,35,.58)!important;border:1px solid rgba(93,151,255,.18)!important}.gp-gift-sendbar>div{display:flex!important;flex-direction:column!important;gap:4px!important}.gp-gift-sendbar b{color:#fff!important;font:900 10px/1 'Inter',sans-serif!important}.gp-gift-sendbar span{color:#8298b9!important;font:700 7px/1 'Inter',sans-serif!important}.gp-gift-sendbar button{min-height:42px!important;padding:0 18px!important;border:0!important;border-radius:12px!important;color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#704bff,#1ca8ff 52%,#ef2aa8)!important;font:900 9px/1 'Inter',sans-serif!important;box-shadow:0 10px 24px rgba(104,77,255,.18)!important}
@media(max-width:1080px){body.trroom-getprofile .gp-gifts-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.trroom-getprofile .gp-gift-picker{grid-template-columns:repeat(5,minmax(0,1fr))!important}.gp-gifts-hero{grid-template-columns:auto minmax(0,1fr)!important}.gp-gifts-stats{grid-column:1/-1!important;width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){body.trroom-getprofile .gp-gifts-hero,body.trroom-getprofile .gp-gifts-hero.compact{grid-template-columns:1fr!important}.gp-gifts-hero-icon{width:54px!important;height:54px!important}.gp-gifts-grid{grid-template-columns:1fr!important}.gp-gift-picker{grid-template-columns:repeat(3,minmax(0,1fr))!important}.gp-gifts-section-head{align-items:flex-start!important;flex-direction:column!important}.gp-gift-sendbar{align-items:stretch!important;flex-direction:column!important}.gp-gift-sendbar button{width:100%!important}.gp-gifts-back{width:max-content!important}}


/* =========================================================
   ÜST KULLANICI KARTI - gerçek profil resmi
   ========================================================= */
body.trroom-getprofile .gp-topbar-chip{
  min-width:166px!important;
  padding:8px 12px 8px 8px!important;
}
body.trroom-getprofile .gp-topbar-chip .gp-chip-avatar{
  position:relative!important;
  width:46px!important;
  height:46px!important;
  flex:0 0 46px!important;
  display:block!important;
  margin:0!important;
  border-radius:15px!important;
  padding:2px!important;
  background:linear-gradient(135deg,var(--gp-cyan),var(--gp-purple),var(--gp-pink))!important;
  box-shadow:0 0 22px rgba(100,79,255,.24)!important;
  overflow:visible!important;
}
body.trroom-getprofile .gp-topbar-chip .gp-chip-avatar img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:13px!important;
  background:#08172e!important;
  border:2px solid #08172e!important;
}
body.trroom-getprofile .gp-topbar-chip .gp-chip-online{
  position:absolute!important;
  right:-2px!important;
  bottom:-2px!important;
  width:11px!important;
  height:11px!important;
  border-radius:50%!important;
  background:#20df88!important;
  border:2px solid #07152b!important;
  box-shadow:0 0 10px rgba(32,223,136,.75)!important;
  z-index:3!important;
}
body.trroom-getprofile .gp-topbar-chip .gp-chip-user{
  min-width:0!important;
  display:block!important;
  margin:0!important;
}
body.trroom-getprofile .gp-topbar-chip .gp-chip-user b{
  display:block!important;
  max-width:120px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  color:#fff!important;
  font-size:10px!important;
}
body.trroom-getprofile .gp-topbar-chip .gp-chip-user>span{
  display:block!important;
  margin-top:4px!important;
  color:var(--gp-muted)!important;
  font-size:8px!important;
}
@media(max-width:720px){
  body.trroom-getprofile .gp-topbar-chip{min-width:0!important}
  body.trroom-getprofile .gp-topbar-chip .gp-chip-avatar{width:40px!important;height:40px!important;flex-basis:40px!important}
  body.trroom-getprofile .gp-topbar-chip .gp-chip-user>span{display:none!important}
}
