/* *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:#1a1a1a;background:#ffffff;line-height:1.65;font-size:15px;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
img,svg{display:block;max-width:100%}
input,select,textarea{font-family:inherit;font-size:inherit} */

/* Typography */
/* h1{font-size:42px;font-weight:700;letter-spacing:-0.8px;line-height:1.15}
h2{font-size:30px;font-weight:700;letter-spacing:-0.4px;line-height:1.2}
h3{font-size:20px;font-weight:600;letter-spacing:-0.2px;line-height:1.3}
h4{font-size:16px;font-weight:600;line-height:1.35} */

/* Layout utilities */
/* .container{max-width:1320px;margin:0 auto;padding:0 32px}
.container-narrow{max-width:1080px;margin:0 auto;padding:0 32px} */

/* Section label */
/* .section-label{
  display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;
  letter-spacing:1px;color:#1a3a6b;margin-bottom:14px;
} */

/* Buttons */
/* .btn{
  display:inline-flex;align-items:center;gap:8px;padding:11px 22px;
  border-radius:8px;font-weight:600;font-size:14px;letter-spacing:-0.1px;
  transition:transform .15s ease,background .15s ease,box-shadow .15s ease;
  border:0.5px solid transparent;white-space:nowrap;
}
.btn-primary{background:#1a3a6b;color:#fff}
.btn-primary:hover{background:#142b54;transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,58,107,0.18)}
.btn-ghost{background:transparent;color:#1a3a6b;border-color:#1a3a6b}
.btn-ghost:hover{background:#1a3a6b;color:#fff}
.btn-white{background:#fff;color:#1a3a6b}
.btn-white:hover{background:#f3f1ea}
.btn-danger{background:#dc2626;color:#fff}
.btn-danger:hover{background:#b91c1c}
.btn-sm{padding:7px 14px;font-size:13px;border-radius:6px}
.btn-lg{padding:14px 28px;font-size:15px}
.btn-block{width:100%;justify-content:center} */

/* Pills / badges */
/* .pill{
  display:inline-flex;align-items:center;gap:6px;padding:5px 12px;
  border-radius:22px;font-size:11px;font-weight:600;
  letter-spacing:0.4px;line-height:1;
}
.pill-navy{background:#eef2f8;color:#1a3a6b}
.pill-success{background:#dcfce7;color:#166534}
.pill-warning{background:#fef3c7;color:#92400e}
.pill-danger{background:#fee2e2;color:#dc2626}
.pill-blue{background:#dbeafe;color:#1e40af}
.pill-grey{background:#f3f1ea;color:#4a4a4a}
.pill-urgent{background:#dc2626;color:#fff} */

/* Cards */
/* .card{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:11px;
  padding:18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.card:hover{border-color:#cfcec4;box-shadow:0 8px 24px rgba(26,26,26,0.05);transform:translateY(-2px)}
.card-flat{background:#fff;border:0.5px solid #e5e3dc;border-radius:11px;padding:18px}
.card-warm{background:#f3f1ea;border-radius:11px;padding:18px} */

/* Navigation */
/* .nav{
  position:fixed;top:0;left:0;right:0;height:66px;background:#fff;
  border-bottom:0.5px solid #e5e3dc;z-index:100;
  display:flex;align-items:center;
} */
/* .nav-inner{
  max-width:1320px;margin:0 auto;padding:0 32px;width:100%;
  display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.nav-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;color:#1a3a6b;letter-spacing:-0.3px}
.nav-logo-mark{
  width:30px;height:30px;background:#1a3a6b;border-radius:7px;
  display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;
  letter-spacing:-0.5px;
}
.nav-links{display:flex;align-items:center;gap:6px;list-style:none}
.nav-links a{
  padding:8px 14px;font-size:14px;font-weight:500;color:#1a1a1a;
  border-radius:6px;transition:background .15s ease,color .15s ease;
}
.nav-links a:hover{background:#f3f1ea;color:#1a3a6b}
.nav-links a.active{color:#1a3a6b}
.nav-right{display:flex;align-items:center;gap:10px}
.nav-lang{
  display:flex;align-items:center;gap:4px;padding:7px 10px;font-size:13px;
  color:#1a1a1a;border-radius:6px;cursor:pointer;transition:background .15s ease;
}
.nav-lang:hover{background:#f3f1ea}
.nav-signin{font-size:14px;font-weight:500;color:#1a1a1a;padding:8px 12px}
.nav-signin:hover{color:#1a3a6b}
body{padding-top:66px} */

/* Page hero (inner pages) */
.page-hero{
  background:#f3f1ea;padding:56px 0 40px;border-bottom:0.5px solid #e5e3dc;
}
.page-hero h1{font-size:40px;margin-bottom:10px}
.page-hero .sub{color:#6b6b6b;font-size:16px;max-width:640px;line-height:1.6}
.breadcrumb{
  font-size:12px;color:#6b6b6b;margin-bottom:18px;letter-spacing:0.2px;
}
.breadcrumb a{color:#1a3a6b}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb .sep{margin:0 8px;color:#aaaaaa}

/* Trust bar */
/* .trust-bar{
  padding:22px 0;border-top:0.5px solid #e5e3dc;border-bottom:0.5px solid #e5e3dc;
  background:#ffffff;
}
.trust-items{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;
  gap:10px 30px;font-size:12px;color:#6b6b6b;font-weight:500;letter-spacing:0.3px;
}
.trust-items .dot{width:3px;height:3px;border-radius:50%;background:#cfcec4} */

/* Footer */
/* .footer{background:#0d2240;color:#c4d4ea;padding:64px 0 24px;margin-top:80px}
.footer-grid{
  max-width:1320px;margin:0 auto;padding:0 32px;
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;
}
.footer-brand .brand-row{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#fff;font-weight:700;font-size:16px}
.footer-brand .brand-row .nav-logo-mark{background:#fff;color:#1a3a6b}
.footer-brand p{font-size:13px;line-height:1.7;color:#9bb0cf;margin-bottom:18px;max-width:300px}
.footer-eu-badge{
  display:inline-flex;align-items:center;gap:8px;padding:7px 12px;
  background:rgba(255,255,255,0.06);border:0.5px solid rgba(255,255,255,0.12);
  border-radius:22px;font-size:11px;color:#9bb0cf;font-weight:500;
}
.footer-col h5{color:#fff;font-size:13px;font-weight:600;margin-bottom:16px;letter-spacing:0.4px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-col a{font-size:13px;color:#9bb0cf;transition:color .15s ease}
.footer-col a:hover{color:#fff}
.footer-sub{
  max-width:1320px;margin:48px auto 0;padding:20px 32px 0;
  border-top:0.5px solid rgba(255,255,255,0.08);
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;
  font-size:12px;color:#6e82a3;
}
.footer-sub .links{display:flex;gap:18px;flex-wrap:wrap}
.footer-sub .links a{color:#9bb0cf}
.footer-sub .links a:hover{color:#fff} */

/* Cookie banner */
/* .cookie-banner{
  position:fixed;left:20px;right:20px;bottom:20px;z-index:110;
  background:#ffffff;border:0.5px solid #e5e3dc;border-radius:14px;
  box-shadow:0 16px 48px rgba(13,34,64,0.15);padding:18px 22px;
  display:flex;align-items:center;gap:20px;flex-wrap:wrap;
  max-width:900px;margin:0 auto;
}
.cookie-banner .cookie-text{flex:1;font-size:13px;color:#1a1a1a;line-height:1.55;min-width:260px}
.cookie-banner .cookie-text strong{color:#1a3a6b}
.cookie-banner .cookie-actions{display:flex;gap:10px;flex-wrap:wrap} */

/* Form elements */
/* .field{margin-bottom:16px}
.field label{display:block;font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:6px}
.field .hint{font-size:12px;color:#6b6b6b;margin-top:5px}
.input,.select,.textarea{
  width:100%;padding:10px 14px;border:0.5px solid #cfcec4;border-radius:8px;
  font-size:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;
  color:#1a1a1a;
}
.input:focus,.select:focus,.textarea:focus{
  outline:none;border-color:#1a3a6b;box-shadow:0 0 0 3px rgba(26,58,107,0.12);
}
.textarea{min-height:110px;resize:vertical;line-height:1.55}
.select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:38px}

.check-row{display:flex;align-items:flex-start;gap:10px;margin:14px 0;font-size:13px;color:#1a1a1a;line-height:1.5}
.check-row input[type=checkbox]{margin-top:2px;accent-color:#1a3a6b;width:16px;height:16px}
.check-row a{color:#1a3a6b;text-decoration:underline}

.two-col-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px} */

/* Utility */
/* .grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.muted{color:#6b6b6b}
.tiny{font-size:12px}
.nowrap{white-space:nowrap}
.mb-0{margin-bottom:0}
.mt-s{margin-top:12px}.mt-m{margin-top:24px}.mt-l{margin-top:48px}
.mb-s{margin-bottom:12px}.mb-m{margin-bottom:24px}.mb-l{margin-bottom:48px} */

/* Section spacing */
/* section{padding:64px 0}
section.tight{padding:40px 0} */

/* Responsive basics */
/* @media (max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr 1fr}
} */
@media (max-width:768px){
  body{padding-top:66px}
  h1{font-size:32px}
  h2{font-size:24px}
  .nav-links{display:none}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .two-col-fields{grid-template-columns:1fr}
  section{padding:40px 0}
}

.t-hero{
  background:linear-gradient(135deg,#0d2240 0%,#1a3a6b 100%);color:#fff;padding:48px 0;
}
.t-hero-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.t-hero h1{color:#fff;font-size:32px;margin-bottom:6px}
.t-hero .sub{color:#c4d4ea;font-size:14px}
.t-hero .live-dot{display:inline-block;width:8px;height:8px;background:#4ade80;border-radius:50%;margin-right:8px;animation:pulse 2s infinite}
.t-hero-stats{display:flex;gap:24px;text-align:right}
.t-hs{font-size:12px;color:#c4d4ea}
.t-hs .n{font-size:24px;font-weight:700;color:#fff;letter-spacing:-0.4px;display:block}

/* Top widgets: Countries / Categories / Products */
.top-widgets-wrap{background:#f3f1ea;padding:28px 0 20px;border-bottom:0.5px solid #e5e3dc}
.top-widgets{
  max-width:1520px;margin:0 auto;padding:0 32px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.tw-card{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:14px;padding:22px 26px;
  display:flex;flex-direction:column;
}
.tw-head{
  display:flex;align-items:center;gap:10px;padding-bottom:14px;margin-bottom:14px;
  border-bottom:0.5px solid #e5e3dc;
}
.tw-icon{
  width:34px;height:34px;border-radius:9px;color:#fff;flex:none;
  display:flex;align-items:center;justify-content:center;
}
.tw-icon svg{width:16px;height:16px}
.tw-icon.c-country{background:#1a3a6b}
.tw-icon.c-category{background:#166534}
.tw-icon.c-product{background:#7c3aed}
.tw-title{font-size:15px;font-weight:700;color:#1a1a1a;letter-spacing:-0.2px}
.tw-title .sub{display:block;font-size:11px;color:#6b6b6b;font-weight:500;letter-spacing:0;margin-top:2px;text-transform:none}

.tw-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px}
.tw-list li{display:block}
.tw-list li a{
  display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:6px;
  font-size:13px;color:#1a1a1a;line-height:1.4;transition:all .12s;
}
.tw-list li a:hover{background:#eef2f8;color:#1a3a6b}
.tw-list .flag{font-size:15px;flex:none;line-height:1}
.tw-list .tw-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tw-list .tw-count{font-size:11px;color:#6b6b6b;font-weight:600;flex:none;font-variant-numeric:tabular-nums}
.tw-list li a:hover .tw-count{color:#1a3a6b}
.tw-list .tw-code{font-family:'SF Mono',Monaco,monospace;font-size:10px;color:#1a3a6b;background:#eef2f8;padding:2px 6px;border-radius:4px;font-weight:700;flex:none}

.tw-footer{margin-top:14px;padding-top:12px;border-top:0.5px solid #e5e3dc}
.tw-view-all{
  display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;
  color:#1a3a6b;transition:gap .15s;
}
.tw-view-all:hover{gap:7px}
.tw-view-all svg{width:12px;height:12px;stroke-width:2.2}

@media (max-width:1100px){.top-widgets{grid-template-columns:1fr}}

.quick-filter-bar{
  background:#fff;padding:16px 0;border-bottom:0.5px solid #e5e3dc;position:sticky;top:66px;z-index:50;
}
.qfb-inner{display:flex;gap:8px;align-items:center;overflow-x:auto;padding:0 32px;max-width:1520px;margin:0 auto}
.quick-pill{
  padding:8px 16px;border:0.5px solid #cfcec4;border-radius:22px;font-size:13px;font-weight:500;
  background:#fff;color:#1a1a1a;cursor:pointer;white-space:nowrap;transition:all .15s;
}
.quick-pill:hover{border-color:#1a3a6b;color:#1a3a6b}
.quick-pill.active{background:#1a3a6b;color:#fff;border-color:#1a3a6b}
.quick-pill .cnt{font-size:11px;opacity:0.7;margin-left:4px}

.tl-layout{
  max-width:1520px;margin:0 auto;padding:24px 32px;
  display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start;
}
.tl-sidebar{background:#fff;border:0.5px solid #e5e3dc;border-radius:12px;padding:20px;position:sticky;top:160px;max-height:calc(100vh - 180px);overflow-y:auto}
.tl-sidebar .filter-h{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;color:#1a3a6b;margin-bottom:10px}
.tl-filter-grp{padding:12px 0;border-bottom:0.5px solid #e5e3dc}
.tl-filter-grp:first-child{padding-top:0}
.tl-filter-grp:last-child{border-bottom:0}
.tl-filter-grp label{display:flex;align-items:center;gap:8px;font-size:13px;padding:3px 0;cursor:pointer}
.tl-filter-grp label input{accent-color:#1a3a6b}
.tl-filter-grp label .num{margin-left:auto;font-size:11px;color:#6b6b6b}

.tl-sort{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.tl-sort .count{font-size:14px;color:#4a4a4a}
.tl-sort .count strong{font-weight:700;color:#1a1a1a}

.tl-card{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:14px;padding:24px 28px;margin-bottom:12px;
  transition:border-color .15s,box-shadow .15s;
}
.tl-card:hover{border-color:#1a3a6b;box-shadow:0 6px 24px rgba(26,58,107,0.08)}
.tl-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.tl-top-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tl-title{font-size:18px;font-weight:600;color:#1a1a1a;line-height:1.35;margin-bottom:8px}
.tl-title:hover{color:#1a3a6b}
.tl-auth{font-size:13px;color:#6b6b6b;margin-bottom:14px}
.tl-auth .flag{font-size:15px;margin-right:6px}
.tl-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px;padding:10px 0;border-top:0.5px solid #e5e3dc;border-bottom:0.5px solid #e5e3dc}
.tl-chip{display:flex;flex-direction:column;gap:2px;min-width:110px}
.tl-chip .l{font-size:10px;color:#aaaaaa;font-weight:600;text-transform:uppercase;letter-spacing:0.4px}
.tl-chip .v{font-size:14px;font-weight:600;color:#1a1a1a}
.tl-chip .v.urgent{color:#dc2626}
.tl-chip .v.green{color:#166534}
.tl-chip .v svg{width:13px;height:13px;vertical-align:-2px;margin-right:3px}
.tl-excerpt{color:#4a4a4a;font-size:14px;line-height:1.65;margin-bottom:14px}
.tl-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}
.tl-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.tl-bottom-actions{display:flex;gap:6px}
.tl-actions-btn{
  padding:7px 14px;border:0.5px solid #cfcec4;border-radius:8px;background:#fff;cursor:pointer;
  font-size:12px;font-weight:500;color:#1a1a1a;display:inline-flex;align-items:center;gap:5px;
}
.tl-actions-btn:hover{border-color:#1a3a6b;color:#1a3a6b}
.tl-actions-btn svg{width:13px;height:13px}

.load-more{text-align:center;margin-top:24px;padding:20px 0}
/* @media (max-width:900px){.tl-layout{grid-template-columns:1fr}.tl-sidebar{position:static;max-height:none}} */

/*  Country listing of left filter */
.country-list{
  transition:max-height .3s;
}

.country-list.scrollable{
    max-height:260px;
    overflow-y:auto;
    padding-right:5px;
}

.country-item{
  display:flex;
  align-items:center;
  margin-bottom:8px;
  width:100%;
}

.country-item .num{
    margin-left:auto !important;
}
.country-item .num{
  margin-left:auto;
}
.hidden-country{
    display:none;
}

.load-more-country{
    display:inline-block;
    margin-top:8px;
    font-size:12px;
    color:#1a3a6b;
    font-weight:600;
    cursor:pointer;
    text-decoration:none;
}

.country-loader{
    display:none;
    margin-top:8px;
    font-size:12px;
    color:#666;
}

/* CPV Css */
/* Search input + Select2 v3 multi (Sectors / Funding Agency) */
.filter-input,
.select2-container-multi .select2-choices {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    font-size: 14px;
    outline: none;
    background-color: #fff !important;
    background-image: none !important;
    min-height: 42px;
    box-sizing: border-box;
}
.filter-input:focus,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

/* Select2 container fills filter group like other inputs */
.tl-sidebar .select2-container {
    width: 100% !important;
    display: block;
}
.tl-sidebar .select2-container-multi .select2-choices .select2-search-field input {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #6b7280;
}
.tl-sidebar .select2-container-multi .select2-choices .select2-search-choice {
    border-radius: 4px;
    margin-top: 2px;
}

/* Dropdown panel */
.cpv-panel {
    position: fixed;      /* absolute ki jagah fixed */
    z-index: 9999;        /* sabse upar rahe */
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    width: 480px;
    max-width: 90vw;
    overflow: hidden;
}

.cpv-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* IMPORTANT: forces columns to respect widths instead of expanding */
}
.cpv-table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Header row - "SEARCHING CPV" / "SELECTED CPV" */
.cpv-table tr:first-child td {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.5px;
    padding: 12px 14px 8px;
    border-bottom: 1px solid #e5e7eb;
}

/* Divider between the two columns */
.cpv-table tr td:first-child {
    border-right: 1px solid #e5e7eb;
}

/* Result areas */
#div_result, #div_result1 {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;   /* removes the horizontal scrollbar */
    padding: 10px 14px;
    width: 100%;
    box-sizing: border-box;
}

/* Left Filter CSS */
#div_result label,
.checkedcpv-row {
    display: block;
    font-size: 13px;
    color: #374151;
    padding: 6px 0;
    cursor: pointer;
    white-space: normal;      /* allow text to wrap to next line */
    word-break: break-word;   /* break long words if needed */
    line-height: 1.4;
}

#div_result input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: top;
    flex-shrink: 0;
}

/* Selected item pill (matches your list() function output) */
#div_result1 span {
    display: inline-flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    margin-bottom: 6px;
}
.cpv-remove-btn {
    border: none;
    background: none;
    color: #ef4444;
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}

/* Bottom buttons row */
.cpv-table tr:last-child td {
    padding: 12px 14px;
    border-top: 1px solid #e5e7eb;
    text-align: left;
}
.cpv-table button[onclick="return winclose()"] {
    background: #1e3a8a;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}
#cancl {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    margin-left: 8px;
    cursor: pointer;
}

.filter-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    background: #fff;
}
.clear-filter-btn {
    float: right;
    border: none;
    background: none;
    color: #2563eb;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}