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

/**
 * Kelare
 * ---------------------------------------------------------------------------
 * Copyright, Akretio SPRL.  All Rights Reserved.
 *
 * This file is part of the Kelare project and can not be distributed or
 * used in any application without prior consent of Akretio SPRL.
 * Contact us for any information or authorisation.
 */

/**************************************************************
 * Data Combo
 **************************************************************/

.XDataCombo img
{
  cursor: pointer;
  margin-left: 5px;
}

.datacomboframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  font-size: 10px;
  text-align: center;
}

.datacombo
{
  border: 1px solid #555555;
  background-color: white;
  visibility: hidden;
  position: absolute;
  width: 350px;
  height: 200px;
  font-size: 12px;
  top: 0;
  left: 0;
}

.datacombolarge
{
  width: 450px;
  height: 400px;
}

/**************************************************************
 * Users
 **************************************************************/

.XUsersCombo img
{
  cursor: pointer;
}

.userscomboframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F0F0F0;
  font-size: 10px;
  text-align: center;
}

.userscombo
{
  border: 1px solid black;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  width: 300px;
  height: 200px;
  font-size: 12px;
  top: 0;
  left: 0;
}

/**************************************************************
 * SlideShow
 **************************************************************/

.BBSlideShow
{
  border: 1px solid #C0C0C0;
  text-align: center;
}

.BBSlideShowTitle
{
  border-bottom: 1px solid #C0C0C0;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 2px;
  margin-left: 2px;
}

.BBSlideShow img
{
  cursor: pointer;
}

.BBSlideControl
{
}

.BBSlideShow table
{
  width: 100%;
}

.BBSlideShow td
{
  width: 33%;
}

/**************************************************************
 * Images
 **************************************************************/

.bbimgreduced
{
  max-width: 95%;
  cursor: pointer;
}

.bbimgfull
{
  max-width: 20000px;
  cursor: pointer;
}

.bbimgdiv
{
  display: block;
  overflow: auto;
  width: 100%;
  overflow-y: hidden;
}

/**************************************************************
 * Spoiler related codes
 **************************************************************/

div.bbspoiler
{
  border: 1px solid #C0C0C0;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
  background-color: #E0E0E0;
  display: normal;
}

div.bbspoiler *
{
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler span
{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler img
{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler img
{
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity: 1.0;
  display: normal;
}

div.bbspoiler div
{
  filter:alpha(opacity=100) ! important;
  -moz-opacity:1.0 ! important;
  opacity: 1.0 ! important;
  display: normal ! important;
}


div.bbspoilerhidden
{
  height: 25px;
  overflow: hidden;
  border-left: 5px solid red;
  opacity: 1.0;
}

.bbspoilerhidden object
{
  display: none;
}

.bbspoilerhidden embed
{
  display: none;
}

div.bbspoilertitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 20px;
}

/**************************************************************
 * Whisped related codes
 **************************************************************/

.bbwhisper
{
  border: 1px solid #C0C0C0;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
  background-color: #E0E0E0;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}

.bbwhispertitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}

.bbwhispertext
{
  padding: 5px 5px 5px 5px;
}

/**************************************************************
 * Code related codes
 **************************************************************/

.bbcode
{
  font-family: Terminal, Courier New, Courier;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  white-space: pre;
  border: 1px solid #C0C0C0;
  background-color: #F0F0F0;
  overflow: auto;
}

/**************************************************************
 * Quote related codes
 **************************************************************/

div.bbquote
{
  border: 1px solid #C0C0C0;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
  background-color: #E0E0E0;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}

div.bbquotehidden
{
  height: 30px;
  overflow: hidden;
  border-left: 5px solid red;
}

div.bbquotetitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}


/**************************************************************
 * Highlight related codes
 **************************************************************/

.bbcodecode
{
  font-family: courier;
  border: 1px solid #C0C0C0;
  background-color: #E0E0E0;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 5px 5px 5px;
  border-left: 5px solid black;
  margin-right: 10px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
  overflow: auto;
  width: 95%;
  white-space: pre;
}

.bbcodecodehidden
{
  height: 30px;
  overflow: hidden;
  border-left: 5px solid red;
}

div.bbcodetitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}

.bbcodestring, .bbpascalstring, .bbphpstring, .bbcssstring, .bbcppstring,
 .bbjavastring, .bbjavascriptstring, .bbperlstring, .bbvbstring, .bbpythonstring,
 .bbsqlstring, .bbcobolstring, .bbadastring, .bbfortranstring
{
  color: #00C000;
}


.bbcodreserved, .bbpascalreserved, .bbphpreserved, .bbcssreserved, .bbxmltag,
 .bbcppreserved, .bbhtmltag, .bbasmreserved, .bbasminstruction, .bbjavareserved,
 .bbjavascriptreserved, .bbperlreserved, .bbvbreserved, .bbpythonreserved,
 .bbsqlreserved, .bbcobolreserved, .bbadareserved, .bbfortranreserved
{
  color: black;
  font-weight: bold;
}

.bbcodenumber, .bbpascalnumber, .bbphpnumber, .bbcppnumber, .bbasmnumber,
  .bbjavanumber, .bbjavascriptnumber, .bbperlnumber, .bbvbnumber,
  .bbpythonnumber, .bbsqlnumber, .bbcobolnumber, .bbadanumber, .bbfortrannumber
{
  color: #263FBA;
}

.bbcodecomment, .bbpascalcomment, .bbphpcomment, .bbcsscomment, .bbxmlcomment,
 .bbcppcomment, .bbhtmlcomment, .bbasmcomment, .bbjavacomment, .bbjavascriptcomment,
 .bbperlcomment, .bbvbcomment, .bbpythoncomment, .bbsqlcomment, .bbcobolcomment,
 .bbadacomment, .bbfortrancomment
{
  color: #929088;
}

.bbcodeidentifier, .bbphpidentifier
{
  color: #4040FF;
}

/**************************************************************
 * Pascal
 **************************************************************/


/**************************************************************
 * PHP
 **************************************************************/

.bbphpvariable
{
  color: red;
}

/**************************************************************
 * XML
 **************************************************************/

.bbxmlproperty
{
  color: #F35B8A;
}

.bbxmlpropname
{
  color: navy;
}

.bbxmldata
{
  color: #929088;
}

.bbxmltext
{
  color: black;
}

/**************************************************************
 * CPP
 **************************************************************/

.bbcpppragma
{
  color: green;
}

/**************************************************************
 * HTML
 **************************************************************/

.bbhtmlproperty
{
  color: #F35B8A;
}

.bbhtmlpropname
{
  color: navy;
}

.bbhtmldata
{
  color: #929088;
}

.bbhtmltext
{
  color: black;
}

/**************************************************************
 * ASM
 **************************************************************/

.bbasmregister
{
  color: red;
}

.bbasmdirective
{
  color: navy;
}

.bbasmlabel
{
  color: blue;
}

/**************************************************************
 * JavaScript
 **************************************************************/

.bbjavascriptspecial
{
  color: magenta;
}


/**************************************************************
 * PHP
 **************************************************************/

.bbperlvariable
{
  color: red;
}

/**************************************************************
 * VB
 **************************************************************/

/**************************************************************
 * Python
 **************************************************************/

/**************************************************************
 * Cobol
 **************************************************************/

/**************************************************************
 * Fortran
 **************************************************************/


/**************************************************************
 * Editor
 **************************************************************/


.bbeditor
{
}

.bbeditor img
{
  border: 0px;
  cursor: pointer;
  margin-right: 2px;
  width: 16px;
  height: 16px;
}

.bbeditorhighlight
{
  position: absolute;
  visibility: hidden;
  width: 170px;
  top: 0;
  left: 0;
  z-index: 999 ! important;
}

.bbeditortextbutton
{
  color: #505050;
  margin-right: 2px;
  width: 80px;
  float: left;
  text-align: center;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
  background-color: #F0F0F0;
}

.bbeditortextbutton:hover
{
  background-color: #D0D0D0;
  border: 1px solid #F0F0F0;
}

.bbeditorsmiley
{
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
}

.bbeditorsmiley img
{
  margin: 2px 2px 2px 2px;
}

.bbeditorsmileys
{
  border: 1px solid #D0D0D0;
  background-color: #F5F5F5;
  visibility: hidden;
  position: absolute;
  width: 320px;
  height: 220px;
  font-size: 12px;
  top: -320px;
  left: -220px;
}

.bbeditorcolorbutton
{
  width: 14px;
  height: 14px;
  font-size: 1px;
  float: left;
  cursor: pointer;
  font-size: 2px;
}

.bbeditorcolors
{
  border: 1px solid #D0D0D0;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 145px;
  top: 0;
  left: 0;
  font-size: 2px;
  z-index: 999 ! important;
}

.bbcodesmiley
{
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 10px;
}

.bbcodesmiley img
{
  cursor: pointer;
}


.bbcodesmileypages
{
  float: left;
  position: absolute;
  text-align: right;
  width: 280px;
  top: 500px;
  left: 280px;
}

.bbcodesmileyframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F5F5F5;
  font-size: 10px;
  text-align: center;
}

.bbeditorpreview
{
  border: 2px solid #D0D0D0;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 0;
}

.bbcodepreviewframe
{
  width: 100%;
  height: 100%;
}

.SpellerError
{
  color: red;
  font-weight: bold;
}

.bbeditorbuttonscontainer
{
  width: 500px;
  background-color: #ede9e3;
  overflow: hidden;
  padding-bottom: 2px;
  padding-top: 2px;  
}

.bbeditorbuttons
{
  margin-right: 10px;
  padding: 5px 2px 2px 2px;
  white-space: nowrap;
  border: 1px solid #cac3ac;
  border-left: 3px solid #b7ae91;
  background-color: #e9e4db;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

.bbeditorbuttonssimple
{
  white-space: nowrap;
  display: inline;
  padding: 2px 2px 2px 2px;
}

.bbeditorfontsize
{
  position: absolute;
  visibility: hidden;
  width: 90px;
  top: 0;
  left: 0;
  z-index: 999 ! important;
}


.bbeditorrepository
{
  border: 1px solid black;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  width: 350px;
  height: 200px;
  font-size: 12px;
  top: -320px;
  left: -220px;
}

.bbcoderepositoryframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F0F0F0;
  font-size: 10px;
  text-align: center;
}


.bbeditorwiki
{
  border: 1px solid black;
  background-color: #F0F0F0;
  visibility: hidden;
  position: absolute;
  width: 350px;
  height: 200px;
  font-size: 12px;
  top: -320px;
  left: -220px;
}

.bbcodewikiframe
{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F0F0F0;
  font-size: 10px;
  text-align: center;
}

/**************************************************************
 * Fixed
 **************************************************************/

.bbcodefixed
{
  font-family: Courier;
}

/**************************************************************
 * Anon
 **************************************************************/

.bbcodeanonurl
{
  border-bottom: 1px dotted black ! important;
  cursor: help;
}

/**************************************************************
 * Google Map
 **************************************************************/

.bbgooglemap
{
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: 500px;
  border: 1px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 1000;
}

.bbpreview
{
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: 500px;
  border: 1px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 1000;
}

.bbiframefull
{
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: 560px;
  border-left: 5px solid white;
  border-top: 5px solid white;
  border-right: 5px solid #C0C0C0;
  border-bottom: 5px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 1000;
}


.bbdocumentoverlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #C0C0C0;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  z-index: 999;
}

/**************************************************************
 * Users
 **************************************************************/

.usersprofile
{
  border: 1px solid #E0E0E0;
  background-color: #F0F0F0;
  text-align: center;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 50px;
  min-height: 100px;
}

.usersprofile a
{
  display: block;
  width: 50px;
  height: 60px;
  float: left;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.usersprofile img
{
  display: block;
}

/**************************************************************
 * IFrame
 **************************************************************/

.bbiframe
{
  height: 100%;
  width: 100%;
}

.bbiframecontainer
{
  position: absolute;
  margin-left: -400px;
  left: 50%;
  width: 800px;
  height: 600px;
  border: 1px solid #C0C0C0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 99999;

}

/**************************************************************
 * Captcha
 **************************************************************/

.XCaptcha
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.XCaptcha img
{
  vertical-align: top;
  margin-right: 10px;
}/**
 * Kelare - XForms Styles
 * Modern 2026 Redesign
 */

/**************************************************************
 * ScrollPanel
 **************************************************************/

div.xscrollpaneltitle {
  border: 1px solid var(--color-primary, #213181);
  background-color: var(--color-primary, #213181);
  color: var(--color-white, #fff);
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--radius-sm, 6px) var(--radius-sm, 6px) 0 0;
}

div.xscrollpaneltitlehidden {
  border: 1px solid var(--color-danger, #ef4444);
  background-color: var(--color-danger, #ef4444);
  color: var(--color-white, #fff);
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--radius-sm, 6px) var(--radius-sm, 6px) 0 0;
}

img.xscrollbutton {
  float: right;
  cursor: pointer;
}

div.xscrollpaneldata {
  border: 1px solid var(--color-border, #e2e6ee);
  border-top: none;
  background-color: var(--color-white, #fff);
  padding: 12px;
  border-radius: 0 0 var(--radius-sm, 6px) var(--radius-sm, 6px);
}

div.xscrollpaneldatahidden {
  display: none;
}

/**************************************************************
 * Month / Calendar
 **************************************************************/

.xmonth td {
  width: 100px;
  height: 50px;
  border: 1px solid var(--color-border, #e2e6ee);
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  padding: 4px;
}

.xmonth th {
  font-size: 14px;
  text-align: center;
  background-color: var(--color-primary-light, #4692BF);
  color: var(--color-white, #fff);
  border: 1px solid var(--color-primary-light, #4692BF);
  padding: 6px;
}

td.xmonthday6 {
  background-color: var(--color-bg, #f4f6f9);
}

td.xmonthday7 {
  background-color: var(--color-bg, #f4f6f9);
}

td.xmonthtoday {
  border: 2px solid var(--color-primary, #213181);
  background-color: rgba(33,49,129,0.05);
}

td.xmonthtitle {
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  width: auto;
  background-color: var(--color-bg, #f4f6f9);
  padding: 8px;
  color: var(--color-primary, #213181);
}

td.xmonthdayempty {
  background-color: var(--color-bg, #f4f6f9);
  opacity: 0.5;
}

td.xmonthprev {
  border: 0;
  height: 30px;
  width: 50%;
  padding: 8px;
}

td.xmonthnext {
  border: 0;
  text-align: right;
  height: 30px;
  width: 50%;
  padding: 8px;
}

/**************************************************************
 * Pages
 **************************************************************/

div.XPages {
  text-align: right;
}

/**************************************************************
 * Tables
 **************************************************************/

.xtableover {
  background-color: var(--color-bg, #f4f6f9);
}

.xtableout {
}

.xtabledown {
  background-color: var(--color-white, #fff);
}

/**************************************************************
 * SpinEdit
 **************************************************************/

.xspinedit input {
  border: 0;
}

.xspinedit {
  border: 1px solid var(--color-border, #e2e6ee);
  border-collapse: collapse !important;
  margin-left: 1px;
  border-radius: var(--radius-sm, 6px);
}

.xspinedit td {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0;
  font-size: 1px;
}

.xspinedit tr {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0;
}

.xspinedit table {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0;
}

.xspinedit img {
  border: 0;
  cursor: pointer;
}

/**************************************************************
 * DateTime
 **************************************************************/

.xdatetime {
  background-color: var(--color-white, #fff);
  vertical-align: middle;
  border: 1px solid var(--color-border, #e2e6ee);
  border-radius: var(--radius-sm, 6px);
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
}

.xdatetime th {
  padding: 4px 6px;
  margin: 0;
  border-collapse: collapse !important;
  border-spacing: 0;
  font-size: 12px;
  background-color: var(--color-primary, #213181);
  color: var(--color-white, #fff);
  font-weight: 600;
}

.xdatetime td {
  padding: 3px 4px;
  margin: 0;
  border-collapse: collapse !important;
  border-spacing: 0;
  font-size: 12px;
}

.xdatetime table {
  padding: 1px;
  border-collapse: collapse !important;
  border-spacing: 0;
  margin: 2px;
}

.xdatetime a {
  text-decoration: none;
  color: var(--color-text, #1a1a2e);
  padding: 2px 4px;
  border-radius: 3px;
  transition: background 0.15s;
}

.xdatetime a:hover {
  background: var(--color-bg, #f4f6f9);
}

.xdatetime th a {
  color: var(--color-white, #fff);
  padding: 0;
}

.xdatetime select {
  font-size: 12px;
  background-color: var(--color-primary, #213181);
  color: var(--color-white, #fff);
  border: none;
  border-radius: 3px;
}

.xdatetimenow {
  background-color: var(--color-primary-light, #4692BF);
  text-align: center;
  color: var(--color-white, #fff);
  font-weight: 600;
  border-radius: 3px;
}

.xdatetimeday7 a,
.xdatetimeday6 a {
  color: var(--color-primary-light, #4692BF);
  font-weight: 600;
}

.xdatetimecurrent {
  color: var(--color-text-muted, #8a8a9a) !important;
  border: 1px dotted var(--color-border, #e2e6ee);
  border-radius: 3px;
}

.xdatetimetoday {
  color: var(--color-danger, #ef4444) !important;
  border: 1px solid var(--color-danger, #ef4444);
  border-radius: 3px;
}

/**************************************************************
 * Formular
 **************************************************************/

.XFormularTable {
  width: 100%;
}

.XFormularTable td {
  padding: 6px 4px;
  vertical-align: top;
}
/* Kelcommerce by Akretio */
/* Main CSS - Base Layout & Components */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background: var(--color-bg, #f4f6f9);
  font-family: var(--font-sans, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.6;
  color: var(--color-text, #1a1a2e);
}

div, td {
  text-align: left;
  font-size: 14px;
}

input, textarea, select {
  border: 1px solid var(--color-border, #e2e6ee);
  padding: 8px 12px;
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 14px;
  border-radius: var(--radius-sm, 6px);
  background: var(--color-white, #fff);
  color: var(--color-text, #1a1a2e);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--color-primary-light, #4692BF);
  box-shadow: 0 0 0 3px rgba(70,146,191,0.15);
}

input[type="submit"], input[type="reset"] {
  background: var(--color-primary, #213181);
  color: var(--color-white, #fff);
  border: none;
  padding: 10px 24px;
  font-weight: 600;
  cursor: pointer;
  border-radius: var(--radius-md, 10px);
  transition: all 0.2s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
  background: var(--color-primary-dark, #1a2766);
  border: none;
  padding: 10px 24px;
  box-shadow: 0 4px 12px rgba(33,49,129,0.2);
  transform: translateY(-1px);
}

table {
  font-size: 14px;
}

img {
  border: 0;
  max-width: 100%;
}

abbr {
  border-bottom: 0;
}

.abbr {
  color: var(--color-text-muted, #8a8a9a);
}

a {
  text-decoration: none;
  color: var(--color-primary, #213181);
  transition: color 0.2s;
}

a:hover {
  color: var(--color-primary-light, #4692BF);
}

.inputreadonly {
  background-color: var(--color-bg, #f4f6f9);
  border: 1px solid var(--color-border, #e2e6ee);
  color: var(--color-text-secondary, #5a5a6e);
}

.main {
  margin: 0 auto;
  font-size: 14px;
  width: 100%;
  max-width: 700px;
}

.leftpanel {
  padding: 20px 24px;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  border: 1px solid var(--color-border, #e2e6ee);
  background-color: var(--color-white, #fff);
  border-radius: var(--radius-md, 10px);
}

.leftpaneltitleimg {
  float: right;
  margin-left: 8px;
}

.searchtopform {
  text-align: center !important;
}

.searchtopform form {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.XFormularDiv {
  text-align: center !important;
  margin-bottom: 8px;
}

.searchtable {
  width: 100%;
  text-align: center;
}

.searchtable td {
  text-align: center;
}

.bodymain {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-bottom: 8px;
  overflow: hidden;
}

#topbanner {
  height: auto;
  display: none;
}

#topbannerimg {
  display: none;
}

.toplink {
  width: 300px;
  height: 78px;
  display: block;
}

#menu {
  width: auto;
  float: none;
  background-color: transparent;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  gap: 4px;
}

#menu a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 14px;
  color: var(--color-text-secondary, #5a5a6e);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-radius: var(--radius-sm, 6px);
  transition: all 0.2s;
}

#menu a:hover {
  color: var(--color-primary, #213181);
  background-color: var(--color-bg, #f4f6f9);
}

#menu img {
  margin-left: 0;
}

.xmenuboxlev0 {
  margin-top: 0;
  padding-top: 0;
}

form {
  margin-bottom: 0;
  margin-top: 0;
}

#outro {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 16px;
}

#outro a {
  color: var(--color-text-muted, #8a8a9a);
}

#outro a:hover {
  color: var(--color-primary-light, #4692BF);
}

.leftpaneltitle {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid var(--color-border, #e2e6ee);
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-align: left;
  color: var(--color-primary, #213181);
}

.XRowPages {
  text-align: right !important;
}

.xtableover {
  background-color: var(--color-bg, #f4f6f9);
}

.xtabledown {
  background-color: var(--color-white, #fff);
}

.theme {
  width: 100%;
  padding: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  text-align: justify;
  border: 1px solid var(--color-border, #e2e6ee);
  border-radius: var(--radius-md, 10px);
  transition: all 0.2s;
}

.theme:hover {
  border-color: var(--color-primary-light, #4692BF);
  box-shadow: 0 4px 16px rgba(33,49,129,0.08);
}

.theme img {
  float: left;
  margin-right: 12px;
  border-radius: var(--radius-sm, 6px);
}

.client {
  width: 250px;
  height: auto;
  min-height: 180px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  float: left;
  border: 1px solid var(--color-border, #e2e6ee);
  background-color: var(--color-white, #fff);
  border-radius: var(--radius-md, 10px);
  transition: all 0.2s;
}

.client:hover {
  border-color: var(--color-primary-light, #4692BF);
  box-shadow: 0 4px 16px rgba(33,49,129,0.08);
  transform: translateY(-2px);
}

.client img {
  margin-right: 0;
  border-radius: var(--radius-sm, 6px);
}

.clientname {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
  color: var(--color-primary, #213181);
}

.partnerspanel {
  text-align: center;
}

.partnerspanel img {
  border: 1px solid var(--color-border, #e2e6ee);
  vertical-align: middle;
  margin: 4px;
  border-radius: var(--radius-sm, 6px);
  padding: 4px;
}

.news .leftpanel {
  border: 0 !important;
}

#languages {
  float: right;
  text-align: center;
  clear: both;
  width: 140px;
  margin-top: 10px;
  display: none;
}

#languages a {
  display: inline;
}
/**
 * Kelare - Forum Styles
 * Modern 2026 Redesign
 */

.forumsmiley {
  width: 80px;
  height: 80px;
  text-align: center;
  float: left;
  padding: 8px;
}

.smileypanel {
  overflow: auto;
}

.forumsection {
  margin-top: 8px;
  margin-left: 0;
  width: 100%;
  float: left;
}

.forumsection a {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-white, #fff);
}

.forumsection a:hover {
  color: rgba(255,255,255,0.8);
}

.forumcategoryheader {
  margin-left: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid var(--color-border, #e2e6ee);
  float: left;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-text-muted, #8a8a9a);
}

.forumcategory {
  margin-left: 0;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-top: 0;
}

.forumcategoryname {
  width: 60%;
  float: left;
}

.forumcategoryname img {
  vertical-align: bottom;
}

.forumcategorynameheader {
  width: 60%;
  float: left;
}

.forumcategorytopics {
  float: left;
  width: 10%;
  text-align: center;
  color: var(--color-text-muted, #8a8a9a);
  font-size: 13px;
}

.forumcategorymessages {
  width: 10%;
  float: left;
  text-align: center;
  color: var(--color-text-muted, #8a8a9a);
  font-size: 13px;
}

.forumcategorymoderators {
  width: 19%;
  float: left;
  text-align: center;
  font-size: 12px;
}

.forumcategorymoderatorselem {
  font-size: 11px;
  color: var(--color-text-muted, #8a8a9a);
}

.forumcategorydesc {
  font-size: 13px;
  margin-left: 0;
  width: 100%;
  float: left;
}

.forumcategorylastmsg {
  font-size: 12px;
}

.forumtopicheader {
  margin-left: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid var(--color-border, #e2e6ee);
  width: 100%;
}

.forumtopic {
  margin-left: 0;
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.forumfirstmessage .forummessage {
  border: 1px solid var(--color-border, #e2e6ee);
  border-radius: var(--radius-md, 10px);
}

.forumtopicintro {
  font-weight: 600;
  margin-top: 20px;
  color: var(--color-primary, #213181);
}

.forumtopichover {
  margin-left: 0;
  width: 100%;
  float: left;
  background-color: var(--color-bg, #f4f6f9);
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-radius: var(--radius-sm, 6px);
}

.forumtopichover a {
  color: var(--color-primary, #213181);
}

.forumtopichover a:hover {
  color: var(--color-primary-light, #4692BF);
}

.forumtopicname {
  width: 42%;
  float: left;
  font-weight: 600;
}

.forumtopicuser {
  width: 18%;
  float: left;
  text-align: center;
  color: var(--color-text-secondary, #5a5a6e);
  font-size: 13px;
}

.forumtopicmessages {
  width: 9%;
  float: left;
  text-align: center;
  max-width: 75px;
  color: var(--color-text-muted, #8a8a9a);
  font-size: 13px;
}

.forumtopicviews {
  width: 9%;
  float: left;
  text-align: center;
  max-width: 75px;
  color: var(--color-text-muted, #8a8a9a);
  font-size: 13px;
}

.forumtopiclastmsgdate {
  width: 20%;
  float: left;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  color: var(--color-text-muted, #8a8a9a);
}

.forumtopicfooter {
  margin-left: 0;
  border-top: 1px solid var(--color-border, #e2e6ee);
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  float: left;
  padding: 8px 0;
}

.forumtopicname img {
  margin-right: 6px;
  vertical-align: middle;
}

.forumcategorypages {
  width: auto;
  text-align: right;
  float: right;
  white-space: nowrap;
}

.forumcategorylinks {
}

.forummessage {
}

.forummessageinfo {
  float: left;
  width: 18%;
  font-weight: 600;
  padding-right: 8px;
  min-width: 120px;
  font-size: 13px;
}

.forummessagetext {
  float: left;
  border-left: 1px solid var(--color-border, #e2e6ee);
  height: 100%;
  right: 0;
  width: 80%;
  padding-left: 16px;
}

.forummessagetext img {
  margin: 2px;
  border-radius: var(--radius-sm, 6px);
}

.forummessagetextbody {
  margin-left: 0;
  min-height: 90px;
}

.forummessagesubject {
  font-size: 14px;
  border-bottom: 1px solid var(--color-border, #e2e6ee);
  font-weight: 600;
  height: auto;
  margin-bottom: 12px;
  margin-left: 0;
  padding: 8px 0;
}

.forummessageutils {
  margin-top: 12px;
  font-size: 13px;
  border-top: 1px solid var(--color-border-light, #eef1f6);
  font-weight: 500;
  margin-left: 0;
  padding-top: 8px;
}

.forummessageutils img {
  vertical-align: middle;
}

.forummessagefooter {
  font-size: 13px;
  font-weight: 600;
}

.forummessagepages {
  width: auto;
  text-align: right;
  float: right;
  white-space: nowrap;
}

.forummessagecategories {
  width: auto;
  white-space: nowrap;
}

.messageheaderimages {
  width: auto;
  float: right;
  text-align: right;
}

.forummessageedited {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-muted, #8a8a9a);
  font-style: italic;
}

.forummsgs {
  margin-left: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid var(--color-border, #e2e6ee);
  width: 100%;
}

.forummsgsrow {
  margin-left: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-light, #eef1f6);
}

.forummsgsuser {
  width: 45%;
  float: left;
}

.forummsgsmessages {
  width: 45%;
  float: left;
}

div.forummessagesignature {
  padding-top: 16px;
  clear: both;
}

span.forummessagesignature {
  border-top: 1px solid var(--color-border, #e2e6ee);
  font-size: 12px;
  overflow: auto;
  color: var(--color-text-muted, #8a8a9a);
}

.forummessagesignature img {
  vertical-align: top;
  padding-top: 2px;
}

.forummessageinfopin {
  float: right;
}

.forummessageutilsright {
  float: right;
}

.forumavatar {
  margin-top: 10px;
  text-align: center;
}

.forumtopictools {
  float: right;
}

.forumquickreply {
  text-align: center;
}

.forumquickreply .bbeditorbuttonscontainer {
  margin-left: auto;
  margin-right: auto;
}

#quickreplyform {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.forumtopicpages {
  display: inline;
  font-size: 12px;
  font-weight: 600;
}

.forumlockedsubject {
  font-weight: 600;
  color: var(--color-danger, #ef4444);
}

.forumlockedsubject img {
  vertical-align: top;
}

.forummessageinfoip {
  font-size: 11px;
  color: var(--color-text-muted, #8a8a9a);
}

.forumrank {
  font-size: 11px;
  color: var(--color-text-muted, #8a8a9a);
}

.forumtopsmileys {
  width: 135px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  font-size: 10px !important;
  padding-bottom: 5px;
}

.forumtopsmiley {
  float: right;
  margin: 2px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.XForumPoll {
  width: 90%;
  margin-left: 5%;
  border: 1px solid var(--color-border, #e2e6ee);
  margin-bottom: 16px;
  background-color: var(--color-white, #fff);
  border-radius: var(--radius-md, 10px);
  padding: 16px;
}

.XForumPoll th {
  border-bottom: 1px solid var(--color-border, #e2e6ee);
  font-weight: 600;
  text-align: left;
  padding: 8px;
}

.XForumPoll td {
  width: 50%;
  font-size: 13px;
  padding: 6px 8px;
}

.XForumPollQuestion {
  width: 50%;
  white-space: nowrap;
}

.XForumPollBar {
  background-color: var(--color-primary-light, #4692BF);
  border: none;
  height: 8px;
  font-size: 1px;
  border-radius: 4px;
}

.forumloginpanel {
  font-size: 14px;
}

.forumloginpanel input {
  font-size: 13px;
}

.forumattach {
  background-color: var(--color-bg, #f4f6f9);
  border: 1px solid var(--color-border, #e2e6ee);
  width: 90%;
  margin: 8px 0 8px 12px;
  padding: 12px;
  overflow: hidden;
  border-radius: var(--radius-sm, 6px);
}

.forumattachpreview {
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid var(--color-border, #e2e6ee);
  margin-top: 8px;
}

.forumattachpreview img {
  max-width: 600px;
  border-radius: var(--radius-sm, 6px);
}

.forumfiledelete {
  float: right;
}

.forumrightpanel img {
  vertical-align: top;
}

.forumunreadprivates {
  color: var(--color-danger, #ef4444) !important;
  font-weight: 700 !important;
}

.onlymoderator {
  border: 1px solid #fde68a;
}

.forumtopicsdelete {
  text-align: right;
  padding-top: 10px;
  margin-bottom: 10px;
}

.forumhomedate {
  float: left;
  margin-right: 8px;
}

.forumhometopic {
  margin-bottom: 6px;
}
/**
 * Kelare - Articles Styles
 * Modern 2026 Redesign
 */

.articlesummary {
  width: 100%;
  border-right: 0;
  margin-bottom: 8px;
  overflow: hidden;
  height: auto;
  min-height: 82px;
  padding: 12px;
  border-radius: var(--radius-sm, 6px);
  transition: background 0.2s;
}

.articlesummary:hover {
  background-color: var(--color-bg, #f4f6f9);
}

.articlesummaryfooter {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-muted, #8a8a9a);
  margin-bottom: 4px;
}

.articleimage {
  float: left;
  margin-right: 12px;
  border: 1px solid var(--color-border, #e2e6ee);
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: var(--radius-sm, 6px);
}

.articleimage img {
  margin-top: 8px;
  max-width: 60px;
  max-height: 60px;
}

.articleimage a {
  background-color: var(--color-bg, #f4f6f9);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.articleimage a:hover {
  background-color: var(--color-border, #e2e6ee);
}

.articlesummarytext {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-text-secondary, #5a5a6e);
  line-height: 1.5;
}

.articlepagetitle {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--color-primary, #213181);
}

.articlesummarytitle {
  font-weight: 600;
  padding: 2px 0;
  font-size: 14px;
}

.articlespages {
  float: right;
  width: auto;
  padding: 12px 16px;
  border: 1px solid var(--color-border, #e2e6ee);
  background-color: var(--color-white, #fff);
  margin-left: 8px;
  border-radius: var(--radius-md, 10px);
}

.articlespagesbottom {
  float: right;
}

.articletext {
  text-align: justify;
  line-height: 1.7;
}

.articletext .leftpaneltitle {
  font-size: 16px;
}

.articlescategory {
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: opacity 0.2s;
}

.articlescategory:hover {
  opacity: 0.8;
}

.articlelink {
  color: var(--color-text-muted, #8a8a9a);
  margin-left: 24px;
  display: list-item;
  list-style-type: disc;
  margin-right: 10px;
  font-size: 13px;
}

.articlescommentspages {
  float: right;
}

.articlescommentfooter {
  margin-top: 8px;
  border-top: 1px solid var(--color-border-light, #eef1f6);
  font-size: 12px;
  font-weight: 500;
  clear: both;
  padding-top: 8px;
  color: var(--color-text-muted, #8a8a9a);
}

.articlewarning {
  color: var(--color-white, #fff);
  font-weight: 600;
  border: none !important;
  padding: 8px 12px !important;
  background-color: var(--color-danger, #ef4444) !important;
  border-radius: var(--radius-sm, 6px);
}

.articlehomedate {
  float: left;
  margin-right: 8px;
}

.articlessimilar {
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.articlestitlecategory {
  float: left;
  width: auto;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 3px;
}
/* Kelcommerce by Akretio */
/* Theme CSS - Modern 2026 Redesign */

/* ============================================
   CSS Variables
   ============================================ */
:root {
  --color-primary: #213181;
  --color-primary-light: #4692BF;
  --color-primary-dark: #1a2766;
  --color-accent: #e9922b;
  --color-accent-hover: #d17e1f;
  --color-text: #1a1a2e;
  --color-text-secondary: #5a5a6e;
  --color-text-muted: #8a8a9a;
  --color-bg: #f4f6f9;
  --color-white: #ffffff;
  --color-border: #e2e6ee;
  --color-border-light: #eef1f6;
  --color-success: #22c55e;
  --color-danger: #ef4444;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --shadow-sm: 0 1px 3px rgba(33,49,129,0.06);
  --shadow-md: 0 4px 16px rgba(33,49,129,0.08);
  --shadow-lg: 0 8px 32px rgba(33,49,129,0.12);
  --shadow-xl: 0 16px 48px rgba(33,49,129,0.16);
  --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --max-width: 1200px;
}

body {
  margin: 0;
  padding: 0;
  background: var(--color-bg);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { border: none; }

a, a:visited, a:active {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--color-primary-light);
}

/* ============================================
   Container
   ============================================ */
#container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  background: var(--color-white);
  padding: 0;
  box-shadow: var(--shadow-lg);
  min-height: 100vh;
}

/* ============================================
   Header
   ============================================ */
#header {
  height: auto;
  min-height: 72px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px;
  border-bottom: 1px solid var(--color-border-light);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.95);
}

#header.core_home {
  background: rgba(255,255,255,0.95);
  height: auto;
  width: auto;
  border-bottom: 1px solid var(--color-border-light);
}

#header div.logo {
  background: transparent;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  float: none;
  display: flex;
  align-items: center;
}

#header div.logo img {
  height: 36px;
  width: auto;
}

#header div.menu {
  margin-top: 0;
  background: transparent;
  float: none;
  display: flex;
  align-items: center;
}

div.menu a,
div.menu a:hover,
div.menu a:active,
div.menu a:visited {
  font-family: var(--font-sans);
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  transition: color var(--transition);
}

div.menu a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

div.menu ul {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

div.menu ul li {
  list-style: none;
  display: inline-flex !important;
  align-items: center;
  padding: 8px 18px;
  background: none;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
}

div.menu ul li:hover {
  background: var(--color-bg);
}

div.menu ul li.home {
  background: none;
}

div.menu ul li.home:hover {
  background: var(--color-bg);
}

#header div.lang {
  margin-top: 0;
  padding-left: 16px;
  background: transparent;
  float: none;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
  border-left: 1px solid var(--color-border-light);
}

div.lang a,
div.lang a:hover,
div.lang a:active,
div.lang a:visited {
  font-family: var(--font-sans);
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}

div.lang a:hover {
  color: var(--color-primary);
  background: var(--color-bg);
}

div.lang ul {
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 0;
}

div.lang ul li {
  list-style: none;
  display: inline-flex;
}

div.lang a.langactive {
  padding: 4px 8px;
  font-family: var(--font-sans);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  background: var(--color-primary);
  border-radius: var(--radius-sm);
}

/* ============================================
   Splash / Hero
   ============================================ */
#splash {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 420px;
  background: linear-gradient(145deg, #0f1b4d 0%, var(--color-primary) 40%, var(--color-primary-light) 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

#splash::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(70,146,191,0.25) 0%, transparent 60%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

#splash::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(233,146,43,0.12) 0%, transparent 60%);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

#splash div.splashtext {
  width: 100%;
  max-width: 750px;
  padding: 72px 64px;
  position: relative;
  z-index: 1;
}

div.splashh1 {
  padding: 0 0 24px 0;
  margin: 0;
  font: bold 48px/1.15 var(--font-sans) !important;
  color: var(--color-white);
  letter-spacing: -1px;
}

div.splashh3 {
  padding: 0;
  margin: 0;
  font: normal 18px/1.7 var(--font-sans);
  color: rgba(255,255,255,0.8);
  max-width: 560px;
}

/* ============================================
   Body Blocks (Features)
   ============================================ */
#body {
  position: relative;
  background: var(--color-bg);
  padding: 72px 48px 48px;
  min-height: 1px;
}

#body div.body-blocs {
  height: auto;
  padding-left: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

#body div.body-block {
  width: auto;
  flex: 1;
  max-width: 340px;
  height: auto;
  float: none;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
}

#body div.body-block:hover {
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

div.body-image {
  width: 48px;
  min-width: 48px;
  height: auto;
  float: none;
}

div.body-image img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

div.body-text {
  width: auto;
  height: auto;
  float: none;
  font: normal 14px/1.6 var(--font-sans);
  color: var(--color-text-secondary);
  padding-right: 0;
}

div.body-text b {
  font: bold 16px/1.4 var(--font-sans);
  color: var(--color-primary);
  letter-spacing: -0.2px;
  display: block;
  margin-bottom: 6px;
}

div.body-text-full {
  width: 100%;
  height: auto;
  font: normal 15px/1.6 var(--font-sans);
  color: var(--color-text);
  padding-right: 0;
}

div.body-text-full b {
  font: bold 18px/1.4 var(--font-sans);
  color: var(--color-primary);
  letter-spacing: -0.2px;
}

div.body-text-full ol {
  margin-left: 24px;
}

div.compare table {
  width: 100%;
  max-width: 800px;
}

div.compare td {
  text-align: center !important;
}

div.compare ol {
  margin-top: 2px;
  margin-bottom: 2px;
}

div.compare li {
  font-size: 16px;
  text-align: left !important;
}

/* ============================================
   Page Content
   ============================================ */
#pagex {
  position: relative;
  background: var(--color-white);
  padding: 40px 48px 48px;
  min-height: 1px;
}

#pagex ul li {
  display: list;
  list-style: disc;
}

#pagex .leftpaneltitle {
  font: bold 28px/1.3 var(--font-sans);
  color: var(--color-primary);
  letter-spacing: -0.5px;
  margin-left: 0;
  padding-left: 0;
  width: auto;
}

#pagex h2 {
  font: normal 20px/1.4 var(--font-sans);
  color: var(--color-text-secondary);
  letter-spacing: -0.2px;
}

#pagex .leftpanel {
  font: normal 15px/1.7 var(--font-sans);
  color: var(--color-text);
  text-align: justify;
  width: 100%;
}

.page_core_home {
  padding: 0 !important;
}

#pagex .leftpaneltitle {
  width: auto;
  margin-left: 0;
  padding-left: 0;
}

/* ============================================
   Pricing
   ============================================ */
#prices {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 64px 32px 72px;
  display: block;
  clear: both;
}

#prices div.top {
  text-align: center;
  margin-bottom: 48px;
  color: var(--color-text);
  line-height: 1.5;
}

#prices div.content {
  min-height: auto;
  background: none;
  width: 100%;
  padding: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
}

#prices div.bottom {
  display: none;
}

#prices div.column {
  width: auto;
  flex: 1;
  max-width: 300px;
  min-height: 1px;
  float: none;
  padding: 36px 32px;
  background: var(--color-white);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-xl);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
}

#prices div.column:nth-child(2) {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-lg);
  transform: scale(1.04);
  z-index: 1;
}

#prices div.column:nth-child(2)::before {
  content: 'Most popular';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: var(--color-white);
  font: 600 12px/1 var(--font-sans);
  padding: 6px 20px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#prices div.column:hover {
  border-color: var(--color-primary-light);
  box-shadow: var(--shadow-xl);
  transform: translateY(-6px);
}

#prices div.column:nth-child(2):hover {
  transform: scale(1.04) translateY(-6px);
}

#prices div.column img {
  display: none;
}

#prices div.column ol {
  text-align: left;
  padding-left: 20px;
  margin: 16px 0;
}

#prices div.column ol li {
  list-style: none;
  list-style-image: none;
  display: list;
  font: normal 14px/1.8 var(--font-sans);
  color: var(--color-text-secondary);
  position: relative;
  padding-left: 24px;
}

#prices div.column ol li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-success);
  font-weight: 700;
}

#prices a.order,
#order a.order {
  position: relative;
  color: var(--color-white);
  text-decoration: none;
  font: 600 14px/1 var(--font-sans);
  letter-spacing: 0.3px;
  left: 0;
  top: 0;
  background: var(--color-primary);
  display: inline-block;
  float: none;
  padding: 14px 32px;
  width: auto;
  height: auto;
  text-align: center;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 16px;
  box-shadow: 0 2px 8px rgba(33,49,129,0.2);
}

#prices div.column:nth-child(2) a.order {
  background: var(--color-accent);
  box-shadow: 0 2px 8px rgba(233,146,43,0.3);
}

#prices a.order:hover,
#order a.order:hover {
  background: var(--color-primary-dark);
  box-shadow: 0 4px 16px rgba(33,49,129,0.3);
  transform: translateY(-2px);
}

#prices div.column:nth-child(2) a.order:hover {
  background: var(--color-accent-hover);
  box-shadow: 0 4px 16px rgba(233,146,43,0.4);
}

#order {
  overflow: hidden;
  text-align: center;
  height: auto;
  margin-left: 0;
  padding: 24px 0;
}

/* ============================================
   Partners
   ============================================ */
#partners {
  text-align: center;
  margin: 0 auto 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  width: 90%;
  max-width: 800px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

#partners img {
  margin: 4px 8px;
  height: 32px;
  width: auto;
  object-fit: contain;
  filter: grayscale(80%);
  opacity: 0.6;
  transition: all var(--transition);
}

#partners img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ============================================
   Footer
   ============================================ */
#footer {
  position: relative;
  height: auto;
  width: auto;
  padding: 40px 48px;
  background: linear-gradient(145deg, #0f1b4d 0%, var(--color-primary-dark) 100%);
  font: normal 13px/1.6 var(--font-sans);
  color: rgba(255,255,255,0.6);
  text-align: center;
}

#footer a,
#footer a:active,
#footer a:visited,
#footer a:hover {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  text-decoration: none;
  transition: color var(--transition);
}

#footer a:hover {
  color: var(--color-white);
}

#footer div {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  height: auto;
  overflow: visible;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
}

#footer div img {
  display: none;
}

#footer div a,
#footer div a:active,
#footer div a:visited,
#footer div a:hover {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  text-decoration: none;
}

#footer div a:hover {
  color: var(--color-white);
  text-decoration: none;
}

/* ============================================
   Panels / Cards
   ============================================ */
.leftpanel {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 16px;
}

.leftpanel textarea {
  padding: 0 !important;
}

.leftpaneltitle {
  border: 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 18px;
}

/* ============================================
   Forum overrides
   ============================================ */
.forummessagefooter {
  font-weight: 600;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.forumfirstmessage .forummessage {
  border: 0;
}

.bbquote {
  border: 1px solid var(--color-border);
  padding: 20px !important;
  background: var(--color-bg);
  border-radius: var(--radius-md);
  font-size: 14px;
  border-left: 3px solid var(--color-primary-light);
}

.bbquotetitle {
  border: 0 !important;
  clear: left;
  background: none;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 12px;
  font-weight: 600;
  color: var(--color-text-muted);
  font-size: 13px;
}

.bbspoiler {
  background-color: var(--color-bg) !important;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-sm);
  padding: 12px;
}

.bbwhisper {
  background-color: #fef7ec !important;
  border-left: 3px solid var(--color-accent) !important;
  border: 1px solid #f5e0c0;
  border-radius: var(--radius-sm);
  padding: 12px;
}

.bbcodecode {
  background-color: var(--color-bg) !important;
  border-left: 3px solid var(--color-primary-light) !important;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 12px;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

.forumattach {
  background-color: var(--color-bg) !important;
  border-left: 3px solid var(--color-primary-light) !important;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 12px;
}

.forummessagetext {
  border-left: none;
}

.forummessageutils {
  border: 0;
  background: none;
  width: 130px;
  margin-left: 20px;
  text-align: center;
  height: auto;
}

.forummessageutils img {
  margin-right: 4px;
  margin-bottom: 4px;
}

.forummessagesubject {
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-bg);
  font-weight: 600;
  font-size: 13px;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  padding: 8px 12px;
}

.XForumPoll {
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  width: 100%;
  max-width: 800px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.XForumPoll th {
  border-bottom: 1px solid var(--color-border);
  padding: 10px 12px;
  background: var(--color-bg);
}

.XForumPoll td {
  font-size: 13px;
  padding: 8px 12px;
}

.XForumPollBar {
  background-color: var(--color-primary-light);
  border: none;
  border-radius: 3px;
  height: 8px;
}

.forumtopic {
  background-image: none;
  background: var(--color-white);
  margin: 0;
  padding: 10px 16px;
  height: auto;
  border: none;
  border-bottom: 1px solid var(--color-border-light);
  width: 100%;
  padding-left: 16px;
  margin-left: 0;
  font-weight: 600;
  transition: background var(--transition);
  box-sizing: border-box;
}

.forumtopic a {
  font-weight: normal;
}

.forumtopicimgread img,
.forumtopicimgunread img {
  display: none;
}

.forumtopic:hover {
  background-image: none;
  background: var(--color-bg);
  margin: 0;
  padding: 10px 16px;
  height: auto;
  border: none;
  border-bottom: 1px solid var(--color-border-light);
  width: 100%;
  padding-left: 16px;
  margin-left: 0;
  font-weight: 600;
}

.forumtopicunread {
  background-image: none;
  border-left: 3px solid var(--color-primary-light);
}

.forumtopicunread:hover {
  background-image: none;
  background: var(--color-bg);
}

.forumtopicblocked {
  background-image: none;
  opacity: 0.6;
}

.forumtopicblocked:hover {
  background-image: none;
}

.forumtopichover a {
  font-weight: normal;
  color: var(--color-primary);
}

.forumtopichover a:hover {
  color: var(--color-accent);
}

.forumquickreply {
  background-color: #fef9f2 !important;
  border: 1px solid #f5e0c0;
  padding: 16px;
  border-radius: var(--radius-md);
  text-align: center !important;
}

.forumquickreply div {
  text-align: center !important;
}

.forumhomedateread {
  background: var(--color-primary-light) !important;
  display: inline-block;
  float: left;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  height: auto;
  width: auto;
  color: var(--color-white);
  border-radius: 3px;
  margin-right: 8px;
}

.forumhomedateunread {
  background: var(--color-accent) !important;
  display: inline-block;
  float: left;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  height: auto;
  width: auto;
  color: var(--color-white);
  border-radius: 3px;
  margin-right: 8px;
}

.forumsection {
  background: var(--color-primary) !important;
  height: auto;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0;
  margin-top: 0;
  color: var(--color-white);
  border-radius: var(--radius-sm);
  margin-bottom: 2px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}

.forumtopicheader {
  background: var(--color-bg) !important;
  height: auto;
  width: 100%;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 16px;
  border: none;
  margin-left: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.forumcategoryheader {
  background: var(--color-bg) !important;
  height: auto;
  width: 100%;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  margin-left: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.forumsection a {
  color: var(--color-white) !important;
}

.forumcategory {
  background: var(--color-white) !important;
  height: auto;
  padding: 12px 16px;
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid var(--color-border-light);
  transition: background var(--transition);
  box-sizing: border-box;
}

.forumcategory:hover {
  background: var(--color-bg) !important;
}

.forumcatunread {
  background: var(--color-white) !important;
  border-left: 3px solid var(--color-primary-light);
}

.forumcatunread:hover {
  background: var(--color-bg) !important;
}

.forumcategorydesc {
  padding-left: 0;
  margin-top: 4px;
  margin-left: 0;
  font-style: italic;
  color: var(--color-text-muted);
  font-size: 13px;
}

.forumcategoryname {
  width: auto;
}

.forumcategoryname a {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
}

.forumcategorynameheader {
  width: auto;
}

.forumcategorylastmsg {
  color: var(--color-text-muted);
  width: auto;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}

.forumstats {
  background: none;
  background-color: #fefce8;
  border: 1px solid #fde68a;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  padding: 16px;
  color: var(--color-text-secondary);
  margin-top: 16px;
  width: 100%;
  box-sizing: border-box;
}

.forumloginpanel {
  background: none;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  padding: 16px;
  color: var(--color-text-secondary);
  margin-top: 16px;
}

.forumcatunreadimg,
.forumcatreadimg {
  display: none;
}

.forumtopictools {
  float: right;
  z-index: 99999 !important;
}

.forumtopictools a {
  color: var(--color-text-muted);
}

.forumtopictoolsdata a:hover {
  color: var(--color-primary-light);
  z-index: 9999 !important;
}

.forumtopictoolstitle {
  position: absolute;
  width: 200px;
  left: 50%;
  top: 13px;
  margin-left: 200px;
  color: var(--color-text-muted);
  text-align: right;
  z-index: 300 !important;
  font-weight: 600;
}

.forumtopictoolstitle a {
  color: var(--color-text);
}

.forumtopictoolsdata {
  position: absolute;
  left: 50%;
  width: 200px;
  top: 28px;
  margin-left: 260px;
  color: var(--color-text);
  padding: 0;
  z-index: 9999 !important;
  visibility: hidden;
}

.forumtopictoolsdata img {
  vertical-align: top;
  margin-right: 5px;
}

.forumtopictoolsfooter {
  background: none;
  padding: 0;
  height: 0;
}

.forumtopictoolsdatabody {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  z-index: 9999 !important;
}

.forumleftpanelex {
}

.forumtopictoolsdatabody input {
  font-size: 13px;
}

.forumtopictoolsdatabody td {
  font-size: 12px;
}

.forumtopictoolsdatabody div {
  font-size: 13px;
}

.forumleftpaneltitle {
  margin-bottom: 0;
}

.forumleftpaneltitleex {
  background: var(--color-primary) !important;
  height: auto;
  font-size: 15px !important;
  color: var(--color-white) !important;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
}

.forumleftpaneltitleex a {
  color: var(--color-white) !important;
}

.forumtopicpages {
  float: right;
  margin-top: -8px;
}

.forumtopiclastmsgdate {
  text-align: left;
}

.forumtopiclastmsgdate img {
  vertical-align: top;
}

.forumtopicsecondline {
  color: var(--color-text-muted) !important;
  font-size: 12px;
}

.forumtopicname {
  width: auto;
  flex: 1;
}

.forumcategorypages {
  margin-right: 16px;
}

.forumcategorylinks img {
  vertical-align: top;
  margin-right: 6px;
}

.forummessage {
  background: var(--color-bg) !important;
  margin-bottom: 12px;
  padding: 16px;
  width: 100% !important;
  padding-bottom: 12px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  box-sizing: border-box;
}

.forummessageinfo {
  float: right;
  text-align: center;
}

.forummessagetext {
  border: 0;
  min-height: 120px;
}

.forummessagetextbody {
  border: 0;
  margin-top: 16px;
  line-height: 1.6;
  text-align: justify;
}

.forummessagesubject {
  font-size: 15px;
  border: 0;
  background: none;
  color: var(--color-primary);
  padding: 0;
  border-radius: 0;
}

.forummessagesubjectsecondline {
  background: none;
  padding-left: 0;
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}

.forummessagesubjectsecondline a {
  color: var(--color-text-secondary);
  font-weight: 600 !important;
}

.forummessageutilsright {
  display: none;
}

.forummessagetextfooter {
  background: none !important;
  height: auto;
  clear: left;
  margin-top: 8px;
  margin-left: 0;
  border-top: 1px solid var(--color-border-light);
  padding-top: 8px;
}

.forummessageinfoip {
  display: inline;
}

span.forummessagesignature {
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  display: block;
  margin-top: 12px;
  padding-top: 8px;
  font-size: 13px;
}

.forumavatar img {
  text-align: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-border);
  margin-bottom: 5px;
  padding: 3px;
  border-radius: var(--radius-sm);
}

.onlymoderator {
  background: #fffaf2 !important;
  border: 1px solid #fde68a;
}

.onlymoderator .forummessagetextfooter {
  background: none !important;
}

.forummessageshort .forummessageinfo {
  float: left;
  margin-left: 0;
  padding-left: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 16px;
}

.forummessageshort .forummessagetext {
  min-height: 0;
  padding-bottom: 10px;
}

.leftpaneltitlegreyex {
  background: var(--color-bg) !important;
  padding: 8px 16px;
  margin-top: 0;
  height: auto;
  color: var(--color-text-secondary) !important;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
}

.leftpaneltitlegreyex .XPages a {
  color: var(--color-text-secondary) !important;
}

.leftpaneltitlegreyex .XPages {
  margin-top: 4px;
}

.forummessagepages {
  margin-right: 16px;
}

.forumunreadprivates {
  background: var(--color-accent);
  color: var(--color-white) !important;
  margin-left: 8px;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.messageheaderimages {
  width: 200px;
}

#pagex .leftpanelreply {
  background: var(--color-bg) !important;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px;
}

#pagex .leftpanelreply form div {
  text-align: center;
}

#pagex .leftpanelreply .leftpaneltitle {
  background: none;
}

/* ============================================
   Articles
   ============================================ */
.articlescategory:hover {
  opacity: 0.8;
}

.articlessimilar {
  margin-left: 0;
}

.articlesimilar {
  display: block;
  width: 100%;
  float: left;
}

.articlessimilartitle {
  padding-left: 0;
  background: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
  color: var(--color-primary);
  letter-spacing: 0.5px;
}

.articlessimilarcontent {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  padding: 16px;
  color: var(--color-text-secondary);
  margin-top: 10px;
  overflow: auto;
}

.articlesummary {
  background-color: var(--color-bg);
  border-radius: var(--radius-sm);
  padding: 12px;
}

.articlestitlecategory {
  background: none !important;
  color: var(--color-text-muted);
  font-size: 11px;
  padding: 2px 8px;
  background-color: var(--color-bg) !important;
  border-radius: 3px;
  display: inline-block;
}

.articlestitlecategory a {
  color: var(--color-text-muted);
}

.articlesdateother {
  background: var(--color-primary-light) !important;
  display: inline-block;
  float: left;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  height: auto;
  width: auto;
  color: var(--color-white);
  border-radius: 3px;
  margin-right: 8px;
}

.articlescommentstitle {
  font-weight: 700;
  font-size: 13px;
  padding-left: 0;
  background: none;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--color-primary);
  letter-spacing: 0.5px;
}

.articlescomment {
  background: none;
  background-color: var(--color-bg);
  width: 100%;
  padding: 16px;
  margin-left: 0;
  margin-bottom: 12px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  box-sizing: border-box;
}

.articlescommentfooter {
  width: 100%;
  border: 0;
  background: none;
  padding-top: 12px;
  margin-left: 0;
  padding-left: 0;
  color: var(--color-text-muted);
  font-size: 12px;
  font-style: italic;
  border-top: 1px solid var(--color-border-light);
}

.articlescomment .leftpaneltitle {
  background: none;
  color: var(--color-text-secondary);
  width: auto !important;
}

.articlescommentheader {
  font-size: 12px;
}

.leftpanelreply {
  padding: 20px;
  margin-bottom: 16px;
  padding-top: 16px;
  background: var(--color-bg) !important;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.leftpanelreply .leftpaneltitle {
  color: var(--color-text);
  padding-bottom: 12px;
  background: none;
  font-size: 16px;
  margin-left: 0;
  width: auto;
}

.leftpanelreply textarea {
  width: 100%;
}

.leftpanelreplytitle {
  background: none;
  width: auto;
  height: auto;
  float: none;
}

.articlespages {
  border: 1px solid var(--color-border);
  background-color: var(--color-bg);
  color: var(--color-text-secondary);
  font-weight: 600;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}

.articleimage {
  border: 0;
}

.articleimage a {
  background-color: transparent;
}

.articlehomedate {
  background: var(--color-primary-light) !important;
  display: inline-block;
  float: left;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  height: auto;
  width: auto;
  color: var(--color-white);
  border-radius: 3px;
  margin-right: 8px;
}

.articleshomeitem {
  margin-bottom: 6px;
}

.articleslinkstitle {
  padding-left: 0;
  background: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
  color: var(--color-primary);
  letter-spacing: 0.5px;
}

.articleslinkscontent {
  background-color: #fefce8;
  border: 1px solid #fde68a;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  padding: 16px;
  color: var(--color-text-secondary);
  margin-top: 10px;
}

.articlelink {
  font-size: 12px;
  font-style: italic;
}

.articlelink a {
  font-size: 14px;
  font-style: normal;
}

.articleslinks {
  margin-left: 0;
}

.articletext {
  line-height: 1.7;
  padding-right: 0;
  width: 100%;
}

.articletext .leftpaneltitle img {
  border: 0;
}

.articletext .leftpaneltitle {
  background: none !important;
}

.articlesutils {
  background: none;
  height: auto;
  padding: 12px 0;
  width: 100%;
  border-top: 1px solid var(--color-border-light);
  margin-top: 12px;
}

.articlesutils a {
  color: var(--color-text-secondary);
  font-weight: 600;
  font-size: 13px;
}

.articlesutils img {
  vertical-align: middle;
  margin-right: 4px;
}

.articlewarning {
  color: var(--color-white);
  font-weight: 600;
  background: none;
  background-color: var(--color-danger) !important;
  border: none !important;
  padding: 8px 12px !important;
  border-radius: var(--radius-sm);
  font-size: 13px;
}

.XCaptcha img {
  margin-right: 8px;
  vertical-align: bottom;
}

.commentheaderimages {
  float: right;
}

/* ============================================
   Pagination
   ============================================ */
.XPages {
  font-weight: 600;
}

.XRowPages a,
.XPages a {
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  padding: 4px 8px;
  font-size: 12px;
  color: var(--color-text-secondary) !important;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  text-decoration: none;
}

.XRowPages a:hover,
.XPages a:hover {
  border: 1px solid var(--color-primary-light);
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}

.XPagesNext {
  background: none !important;
  border: 1px solid var(--color-border) !important;
  padding: 4px 12px !important;
  border-radius: var(--radius-sm) !important;
}

.XPagesNext::after {
  content: ' →';
}

.XPagesNext:hover {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.XPagesPrev {
  background: none !important;
  border: 1px solid var(--color-border) !important;
  padding: 4px 12px !important;
  border-radius: var(--radius-sm) !important;
}

.XPagesPrev::before {
  content: '← ';
}

.XPagesPrev:hover {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.XFormularTable td div {
  text-align: left !important;
}

/* ============================================
   Tips / Callouts
   ============================================ */
.tips {
  border: 1px solid #fde68a;
  background-color: #fefce8;
  color: var(--color-text);
  padding: 16px 20px;
  background-image: none;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  min-height: auto;
  width: auto;
  border-radius: var(--radius-md);
  line-height: 1.6;
}

.tips a {
  color: var(--color-primary);
  text-decoration: underline;
}

.tips a:hover {
  color: var(--color-primary-light);
}

