
<style>
 

.nav3 {
  width: 100vw;
}
.nav3{
  width:100%;
  background:
    radial-gradient(1200px 700px at 30% -15%, rgba(79,163,255,.12), transparent 60%),
    radial-gradient(900px 600px at 100% 0%, rgba(120,120,255,.10), transparent 55%),
    #06080f;
  border-bottom:1px solid rgba(79,163,255,.35);
}

.nav3,
.nav3 *{
  font-family:"Times New Roman",Times,serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  transition:none;
  animation:none;
  box-shadow:none;
}

.nav3-inner{
  max-width:1500px;
  margin:0 auto;
  padding:8px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

@media (min-width:901px){
  .nav3-inner{
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:15px !important; 
  }
}


@media (min-width:901px){
  .nav3-inner{
    padding-left:0 !important;
  }

  .nav3-logo{
    margin-left:0 !important;
  }
}

.nav3-logo a{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  text-decoration:none;
  line-height:1.05;
}


.n3-main{
  font-size:21px;
  font-weight:800;
  letter-spacing:.4px;
  color:#e6f1ff;
  text-shadow:none;
}

.n3-sub-small{
  font-size:13px;
  font-weight:600;
  letter-spacing:.25px;
  color:rgba(230,241,255,.75);
  margin-left:3px;
}

@media (min-width:901px){
  .n3-sub-small{
    margin-left:0 !important;
  }
}

@media (min-width:901px){
  .n3-sub-small{
    margin-left:0 !important;
  }

  .n3-main{
    line-height:1 !important;
  }

  .n3-sub-small{
    line-height:1.05 !important;
  }
}

.nav3-links{
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}

.n3-btn{
  padding:4px 10px;
  font-size:14.5px;
  font-weight:600;
  letter-spacing:.25px;
  border:1px solid rgba(79,163,255,.35);
  border-radius:6px;
  color:#e6f1ff;
  background:rgba(10,14,28,.85);
  cursor:pointer;
  text-decoration:none;
  display:block;
}

.n3-btn:hover{
  background:rgba(79,163,255,.15);
  color:#fff;
}

.n3-btn.active{
  background:linear-gradient(135deg,#6ecbff,#7a88ff);
  color:#081018;
  border:none;
}

.n3-balance{
  padding:4px 10px;
  font-size:12.5px;
  border:1px solid rgba(79,163,255,.35);
  color:#e6f1ff;
  border-radius:6px;
  white-space:nowrap;
}

.logout{
  border-color:rgba(255,70,70,.35);
  color:#ff8b8b;
}

.logout:hover{
  background:rgba(255,60,60,.4);
  color:#fff;
}

.n3-drop{
  position:relative;
}

.n3-drop-box{
  display:none;
  position:absolute;
  top:115%;
  left:0;
  min-width:165px;
  background:rgba(7,10,20,.98);
  border:1px solid rgba(79,163,255,.35);
  border-radius:6px;
  z-index:9999;
}

 
.n3-drop-box a{
  display:block;
  padding:8px 12px;
  font-size:12px;
  font-weight:600;
  color:#e6f1ff;
  text-decoration:none;
}

.n3-drop-box a:hover{
  background:rgba(79,163,255,.18);
  color:#fff;
}

.nav3-burger{
  display:none;
  flex-direction:column;
  gap:3px;
  cursor:pointer;
}

.nav3-burger div{
  width:29px;
  height:3px;
  background:#e6f1ff;
  border-radius:3px;
}
.nav3-burger{gap:6px;}

@media (max-width:900px){
  .nav3{height:65px}

  .nav3-inner{
    justify-content:center;
    padding-top:6px;
    height:65px;
  }

  .nav3-logo{
    position:absolute;
    left:50%;
    display:flex;
    transform:translateX(-50%);
  }

  .n3-main{font-size:22px}
  .n3-sub-small{font-size:14px}

  .nav3-burger{
    display:flex;
    position:absolute;
    right:28px;
  }

  .nav3-links{
    display:none;
    position:absolute;
    top:58px;
    left:50%;
    transform:translateX(-50%);
    width:92%;
    flex-direction:column;
    gap:14px;
    padding:18px 0;
    background:rgba(7,10,20,.97);
    border:1px solid rgba(79,163,255,.35);
    border-radius:12px;
    z-index:999;
  }

  .nav3-links.active{
    display:flex;
  }

  .nav3-links > .n3-item,
  .nav3-links > .n3-btn{
    width:100%;
  }

  .n3-btn,
  .n3-drop-box a,
  .n3-balance{
    width:88%;
    margin:0 auto;
    padding:14px 0;
    font-size:16px;
    border-radius:10px;
    text-align:center;
    line-height:1.2;
    box-sizing:border-box;
  }

  .n3-btn{
    width:88% !important;
    margin:0 auto !important;
    padding:14px 0 !important;
    font-size:16px !important;
    border-radius:10px !important;
    text-align:center !important;
    line-height:1.2 !important;
    box-sizing:border-box !important;
  }

  .n3-drop{
    width:100%;
  }

  .n3-drop > .n3-btn{
    width:88% !important;
    margin:0 auto !important;
  }

  .n3-drop-box{
    position:relative !important;
    width:84% !important;
    margin:8px auto 0 !important;
    padding:10px 0 !important;
    border-radius:10px !important;
    display:none;
  }

  .n3-drop.open .n3-drop-box{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
  }

  .n3-drop-box a{
    width:100% !important;
    padding:10px 0 !important;
    font-size:14px !important;
    border-radius:8px !important;
    background:rgba(10,14,28,.9) !important;
  }
}
@media (min-width:901px){

  .n3-drop::after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    height:14px; 
    background:transparent;
  }

  .n3-drop:hover > .n3-drop-box,
  .n3-drop-box:hover{
    display:block;
  }
  nav3{
    padding-top:10px !important;
  }
}
.nav3{
  background:#0E192D !important;
  background-image:none !important;
}
@media (max-width:900px){

  .nav3-inner{
    align-items: flex-start !important;
    padding-top: calc(12px + env(safe-area-inset-top)) !important;
    height: auto !important;
  }

  .nav3-logo{
    margin-top: 0 !important;
  }

  .nav3-burger{
    top: calc(12px + env(safe-area-inset-top)) !important;
  }
}
@media (max-width:900px){
  .lang-select[data-lang="<?= $lang ?>"]{
    display:none !important;
  }
}
@media (max-width:900px){
  .lang-menu-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
  }
  .lang-menu-btn .lang-title{
    display:inline;
  }
}
.lang-select,
.lang-menu-btn {
  touch-action: manipulation;
}
@media (max-width:900px){
  .nav3-logo a{
    align-items:center !important;
    text-align:center !important;
  }

  .n3-main,
  .n3-sub-small{
    text-align:center !important;
  }
}


body.light .nav3{
  background:#f4f7fb !important;
  border-bottom:1px solid rgba(0,0,0,.12) !important;
}

body.light .n3-main{
  color:#0c1220 !important;
}

body.light .n3-sub-small{
  color:rgba(12,18,32,.65) !important;
}

body.light .n3-btn{
  background:#ffffff !important;
  color:#0c1220 !important;
  border:1px solid rgba(0,0,0,.12) !important;
}

body.light .n3-btn:hover{
  background:rgba(0,0,0,.05) !important;
}

body.light .n3-btn.active{
  background:linear-gradient(135deg,#4fa3ff,#7a88ff) !important;
  color:#ffffff !important;
}

body.light .logout{
  border-color:rgba(220,60,60,.35) !important;
  color:#c62828 !important;
}

body.light .nav3-burger div{
  background:#0c1220 !important;
}

body.light .n3-drop-box{
  background:#ffffff !important;
  border:1px solid rgba(0,0,0,.12) !important;
}

body.light .n3-drop-box a{
  color:#0c1220 !important;
}

body.light .n3-drop-box a:hover{
  background:rgba(0,0,0,.05) !important;
}

@media (max-width:900px){
  body.light .nav3-links{
    background:#e3e6eb !important;
    border:1px solid rgba(0,0,0,.18) !important;
  }

  body.light .n3-drop-box{
    background:#e3e6eb !important;
    border:1px solid rgba(0,0,0,.18) !important;
  }

  body.light .nav3-burger div{
    background:#0c1220 !important;
  }
}
body.light .n3-btn:hover{
  background:#d5dae2 !important;
  color:#0c1220 !important;
  border-color:rgba(0,0,0,.25) !important;
}

body.light .n3-btn.active:hover{
  background:linear-gradient(135deg,#6ecbff,#7a88ff) !important;
  color:#081018 !important;
}

body.light .nav3{
  background:var(--bg-main,#eef2f6) !important;
  border-bottom:1px solid rgba(0,0,0,.10);
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}
body.light .nav3-logo a{
  padding:2px 8px;
  border-radius:10px;
}
body.light .n3-main{
  color:#0b1220;
  letter-spacing:1px;
  font-weight:900;
}
body.light .n3-sub-small{
  color:rgba(11,18,32,.55);
  font-weight:700;
  letter-spacing:.35px;
}
body.light .nav3-burger div{
  background:#0b1220;
}
body.light .n3-btn{
  background:#ffffff;
  color:#0b1220;
  border:1px solid rgba(0,0,0,.12);
}
body.light .n3-btn:hover{
  background:rgba(11,18,32,.06);
  color:#0b1220;
}
@media (max-width:900px){
  body.light .nav3-links{
    background:#eef2f6;
    border:1px solid rgba(0,0,0,.12);
  }
}

body.light .n3-main{
  color:#0c1220;
  letter-spacing:.6px;
}

body.light .n3-sub-small{
  color:#4b5563;
}
body.light .n3-btn{
  background:#ffffff;
  color:#0c1220;
  border:1px solid rgba(0,0,0,.12);
}

body.light .n3-btn:hover{
  background:#f1f5f9;
  color:#0c1220;
}
@media (max-width:900px){
  body.light .nav3-links{
    background:#f4f6f9;
    border:1px solid rgba(0,0,0,.1);
  }
}


body.light .nav3-logo a{
  position: relative;
  padding-bottom: 6px;
}

body.light .n3-main{
  color:#0b1220;
  font-weight:900;
  letter-spacing:1.2px;
}


body.light .nav3-logo a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  border-radius:2px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(11,18,32,.35),
    transparent
  );
}


body.light .n3-main{
  text-shadow:
    0 1px 0 rgba(255,255,255,.9),
    0 6px 14px rgba(0,0,0,.08);
}


body.light .n3-sub-small{
  color:rgba(11,18,32,.55);
  font-weight:700;
}


body:not(.light) .nav3-logo a{
  position: relative;
  padding-bottom: 6px;
}


body:not(.light) .n3-main{
  color:#e6f1ff;
  font-weight:800;
  letter-spacing:1.1px;
  text-shadow:
    0 1px 0 rgba(255,255,255,.04),
    0 10px 26px rgba(0,0,0,.55);
}


body:not(.light) .nav3-logo a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  border-radius:2px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(120,160,255,.45),
    transparent
  );
  opacity:.7;
}


body:not(.light) .n3-sub-small{
  color:rgba(200,215,255,.65);
  font-weight:600;
  letter-spacing:.3px;
}
@media (max-width:900px){
  body.light .n3-drop-box a{
    background:#ffffff !important;
    color:#0c1220 !important;
    border:1px solid rgba(0,0,0,.12);
  }

  body.light .n3-drop-box a:hover{
    background:#f1f5f9 !important;
  }
}


.header-theme-switch{
  display:flex;
  align-items:center;
  margin-left:6px;
}


.theme-icon-switch{
  position:relative;
  width:52px;
  height:28px;
  flex-shrink:0;
}

.theme-icon-switch input{
  display:none;
}

.theme-icon-switch .theme-slider{
  position:absolute;
  inset:0;
  background:#bfc6d1;
  border-radius:30px;
  transition:.3s;
}

.theme-icon-switch .theme-slider::before{
  content:"🌙";
  position:absolute;
  width:22px;
  height:22px;
  left:3px;
  top:3px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  line-height:1;
  transition:.3s;
}

.theme-icon-switch input:checked + .theme-slider{
  background:#1a5fff;
}

.theme-icon-switch input:checked + .theme-slider::before{
  transform:translateX(24px);
  content:"☀️";
}


@media (max-width:900px){
  .header-theme-switch{
    margin:6px auto 0;
    justify-content:center;
  }
}

@media (min-width:901px){
  .n3-main{
    font-size:24px !important;
    font-weight:900;
    letter-spacing:1.4px;
    line-height:1.05;
  }

  .n3-sub-small{
    font-size:13.5px;
    font-weight:600;
    letter-spacing:.35px;
    margin-top:2px;
    opacity:.85;
  }
}

@media (min-width:901px){
  body:not(.light) .nav3-inner,
  body.light .nav3-inner{
    padding-left:15px !important;
  }
}

@media (min-width:901px){

  .nav3-links .n3-btn{
    font-size:15.5px !important;      
    padding:6px 14px !important;      
    line-height:1.25 !important;
    border-radius:8px !important;     
    letter-spacing:.35px;
  }

  
  .nav3-links .n3-drop-box a{
    font-size:13.5px !important;
    padding:9px 14px !important;
    line-height:1.3 !important;
    border-radius:8px !important;
  }

  
  .nav3-links .logout{
    padding:6px 15px !important;
    font-weight:700;
  }

}



/* ===== GLOBAL HOLD FULL-WIDTH BANNER ===== */
.global-hold-banner{
  width:100%;
  background:#0d0f0d;
  border-bottom:2px solid #ff3b3b;
  box-shadow:0 14px 38px rgba(255,0,0,.25);
}

.global-hold-inner{
  max-width:1100px;
  margin:0 auto;
  padding:22px 18px;
  text-align:center;
}

.global-hold-title{
  font-size:20px;
  font-weight:800;
  color:#ff4d4d;
  margin-bottom:10px;
  letter-spacing:.6px;
}

.global-hold-text{
  font-size:15.5px;
  line-height:1.6;
  color:#ffd6d6;
  font-weight:600;
}

/* LIGHT THEME */
body.light .global-hold-banner{
  background:#fff5f5;
  border-bottom:2px solid #d32f2f;
  box-shadow:0 12px 30px rgba(211,47,47,.18);
}

body.light .global-hold-title{
  color:#c62828;
}

body.light .global-hold-text{
  color:#7a1f1f;
}

/* MOBILE */
@media (max-width:900px){
  .global-hold-title{
    font-size:18px;
  }
  .global-hold-text{
    font-size:14.5px;
  }
}
/* ================================
   GLOBAL HOLD — THEME AWARE STYLES
   ================================ */

/* BASE */
.global-hold-banner{
  width:100%;
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.global-hold-inner{
  max-width:1100px;
  margin:0 auto;
  padding:22px 20px;
  text-align:center;
}

.global-hold-title{
  font-size:20px;
  font-weight:800;
  letter-spacing:.6px;
  margin-bottom:10px;
}

.global-hold-text{
  font-size:15.5px;
  line-height:1.65;
  font-weight:600;
}

/* =====================
   DARK THEME
   ===================== */
body:not(.light) .global-hold-banner{
  background:
    linear-gradient(
      180deg,
      rgba(30,0,0,.55),
      rgba(12,0,0,.75)
    );
  border-bottom:2px solid #ff3b3b;
  box-shadow:
    0 14px 38px rgba(255,0,0,.25),
    inset 0 -1px 0 rgba(255,80,80,.35);
}

body:not(.light) .global-hold-title{
  color:#ff4d4d;
  text-shadow:
    0 1px 0 rgba(0,0,0,.6),
    0 8px 18px rgba(255,0,0,.25);
}

body:not(.light) .global-hold-text{
  color:#ffd6d6;
}

/* =====================
   LIGHT THEME
   ===================== */
body.light .global-hold-banner{
  background:
    linear-gradient(
      180deg,
      #fff5f5,
      #ffecec
    );
  border-bottom:2px solid #d32f2f;
  box-shadow:
    0 12px 30px rgba(211,47,47,.18),
    inset 0 -1px 0 rgba(211,47,47,.25);
}

body.light .global-hold-title{
  color:#c62828;
  text-shadow:
    0 1px 0 rgba(255,255,255,.9);
}

body.light .global-hold-text{
  color:#7a1f1f;
}

/* =====================
   MOBILE
   ===================== */
@media (max-width:900px){
  .global-hold-inner{
    padding:18px 16px;
  }
  .global-hold-title{
    font-size:18px;
  }
  .global-hold-text{
    font-size:14.5px;
  }
}
.risk-badge{position:relative;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}
.rb-dot{width:16px;height:16px;border-radius:50%}
.risk-gray .rb-dot{background:#9aa0a6}
.risk-green .rb-dot{background:#2ee88f;box-shadow:0 0 18px rgba(46,232,143,.8)}
.risk-risk .rb-dot{background:#ffb020;box-shadow:0 0 18px rgba(255,176,32,.8)}
.risk-hold .rb-dot{background:#ff3b3b;box-shadow:0 0 22px rgba(255,59,59,.9)}

.risk-badge::after{
content:attr(data-text);
position:absolute;
top:calc(100% + 10px);
left:50%;
transform:translateX(-50%);
min-width:220px;
max-width:340px;
padding:10px 14px;
font-size:14px;
line-height:1.45;
font-weight:600;
border-radius:14px;
opacity:0;
pointer-events:none;
white-space:normal;
word-break:normal;
text-align:left;
z-index:9999;
background:linear-gradient(135deg,#6ecbff,#7a88ff);
color:#081018;
box-shadow:0 12px 30px rgba(0,0,0,.45),0 0 0 1px rgba(120,160,255,.45)
}

.risk-badge::before{
content:attr(data-extra);
position:absolute;
top:calc(100% + 56px);
left:50%;
transform:translateX(-50%);
font-size:12.5px;
font-weight:600;
color:#dff3ff;
opacity:0;
z-index:9999
}

 

body.light .risk-badge::after{
background:linear-gradient(135deg,#4fa3ff,#7a88ff);
color:#fff;
box-shadow:0 10px 24px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.15)
}
body.light .risk-badge::before{color:#eef6ff}

.risk-menu-item{display:flex;align-items:center}
@media(min-width:901px){.risk-mobile-holder{display:none}}
@media(max-width:900px){
.risk-menu-item{display:none}
.risk-mobile-holder{position:absolute;left:28px;top:calc(12px + env(safe-area-inset-top));z-index:1001;display:flex;align-items:center}
.risk-badge::after{max-width:calc(100vw - 32px)}
}
/* ===== RISK BADGE MOBILE HARD FIX ===== */
@media (max-width:900px){

  .risk-mobile-holder{
    left:12px !important;
    right:auto !important;
    max-width:calc(100vw - 24px);
  }

  .risk-badge::after{
    left:0 !important;
    transform:none !important;
    margin-left:0 !important;
    max-width:calc(100vw - 24px) !important;
    box-sizing:border-box;
  }

  .risk-badge::before{
    left:12px !important;
    transform:none !important;
    max-width:calc(100vw - 48px) !important;
  }

}
/* ===== RISK BADGE CLICK TOGGLE + BIGGER TEXT ===== */

/* SIZE x2 (ALL DEVICES) */
.risk-badge::after{
  font-size:18px !important;
  line-height:1.55 !important;
  padding:18px 22px !important;
}
.risk-badge::before{
  font-size:18px !important;
}

/* CLICK TOGGLE SUPPORT */
.risk-badge.show::after,
.risk-badge.show::before{
  opacity:1 !important;
}

/* MOBILE SAFE */
@media (max-width:900px){
  .risk-badge::after{
    max-width:calc(100vw - 24px) !important;
  }
}


.risk-badge{
  position:relative!important;
  width:33px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10000000!important;
  isolation:isolate
}

.risk-icon{
  display:block!important;
  width:30px;
  height:30px;
  object-fit:contain;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
  visibility:visible!important
}

@media(max-width:900px){
  .risk-mobile-holder{
    position:absolute!important;
    left:12px!important;
    top:calc(12px + env(safe-area-inset-top))!important;
    z-index:10000000!important
  }
  .risk-badge{
    width:30px!important;
    height:30px!important
  }
  .risk-icon{
    width:28px!important;
    height:28px!important
  }
}

.nav3,
.nav3 *{
  background-image:none!important
}

.nav3,
.nav3-inner,
.risk-mobile-holder,
.risk-badge{
  overflow:visible!important
}

@media(min-width:901px){
  .risk-badge::after,
  .risk-badge::before{
    opacity:0;
    pointer-events:none;
  }
  .risk-badge:hover::after,
  .risk-badge:hover::before{
    opacity:1;
  }
}
.n3-btn.active,
body.light .n3-btn.active{
  background:linear-gradient(135deg,#6ecbff,#7a88ff) !important;
  color:#081018 !important;
  border:none !important;
}

body.light .n3-btn.active{
  color:#ffffff !important;
}
.risk-badge,
.risk-badge * {
  pointer-events: auto;
}

.nav3,
.nav3-inner {
  pointer-events: auto;
}
/* BLOCK TOUCH PASS-THROUGH UNDER RISK TOOLTIP (MOBILE) */
@media (max-width:900px){
  .risk-badge.show{
    pointer-events:auto !important;
  }

  .risk-badge.show::after,
  .risk-badge.show::before{
    pointer-events:auto !important;
  }
}
/* MOBILE: SHOW ONLY MAIN TEXT, NO EXTRA LINE */
@media (max-width:900px){
  .risk-badge::before{
    display:none !important;   /* ← ВБИВАЄ "ризику / баланс" */
    content:none !important;
  }
}


.risk-badge::after{
  white-space: pre-line;
}
/* ===== LOGO + TITLE ALIGNMENT ===== */

/* ===== LOGO + TITLE — ALWAYS INLINE (LEFT OF TEXT) ===== */

.logo-wrap{
  display:flex !important;
  flex-direction:row !important;   /* ← ЗАВЖДИ ЛІВОРУЧ */
  align-items:center !important;
  gap:10px;
  text-decoration:none;
}

/* LOGO IMAGE — HARD FIX 40x40 */
.site-logo{
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  min-height:40px !important;
  max-width:40px !important;
  max-height:40px !important;

  object-fit:contain;
  display:block;
  flex-shrink:0;
}

/* TEXT BLOCK */
.logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

/* ===== MOBILE FIX (NO COLUMN EVER) ===== */
@media (max-width:900px){
  .logo-wrap{
    flex-direction:row !important;   /* ← ЩЕ РАЗ, ДЛЯ НАДІЙНОСТІ */
    align-items:center !important;
    text-align:left !important;
  }

  .logo-text{
    align-items:flex-start !important;
    text-align:left !important;
  }
}
/* ===== MOBILE BRAND CLEAN MODE ===== */
@media (max-width:900px){

  /* прибираємо підзаголовок */
  .n3-sub-small{
    display:none !important;
  }

  /* центруємо бренд */
  .logo-wrap{
    justify-content:center !important;
  }

  /* лого + назва в один рядок */
  .logo-text{
    flex-direction:row !important;
    align-items:center !important;
    gap:8px;
  }

  /* головна назва — більша і читабельна */
  .n3-main{
    font-size:22px !important;
    letter-spacing:1px;
    white-space:nowrap;
  }

}


</style>