/* cookies notice */
body .cookie-banner {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#222;
	color:#fff;
	padding:15px;
	z-index:9999;
	font-family:sans-serif;
	font-size:14px;
}

div .cookie-message {
	max-width:960px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	gap:10px;
}

div .btn-cookie-accept {
	align-self:flex-start;
	background-color:#4fc3f7;
	color:#000;
	padding:8px 16px;
	border:none;
	border-radius:4px;
	cursor:pointer;
}

/* logo */
.site-logo-container {
  width: 100%;
  padding: 35px 15px;
  margin: 0 auto;
  text-align: center;
}

.site-logo {
  display: inline-block;
  position: relative;
  animation: logoPulseFloat 8s ease-in-out infinite;
}

/* animacja – puls + lekki podskok */
@keyframes logoPulseFloat {
  0%, 85%, 100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
  }
  90% {
    transform: scale(1.05) translateY(-6px);
    filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.9));
  }
  95% {
    transform: scale(0.98) translateY(2px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  }
}

@keyframes logoShadowSlide {
  0% {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6))
            drop-shadow(10px 0 20px rgba(0, 0, 0, 0.8));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.75))
            drop-shadow(-10px 0 22px rgba(0, 0, 0, 0.9));
  }
  100% {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6))
            drop-shadow(10px 0 20px rgba(0, 0, 0, 0.8));
  }
}


/* page content */
.box-shallow {
	padding: 5px;
	background: #e7edef;
	box-sizing: border-box;
	border: 1px solid #fff;
	box-shadow: -1px 0 0 0 #bac6ca,1px 1px 0 0 #bac6ca,-1px 1px 0 0 #bac6ca,1px 0 0 0 #bac6ca;
	margin: 0 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* login panel */
.box-elevated {
	padding: 5px 20px 20px 20px;
	background: #e7edef;
	box-sizing: border-box;
	border: 1px solid #fff;
	box-shadow: -1px 0 0 0 #bac6ca,1px 1px 0 0 #bac6ca,-1px 1px 0 0 #bac6ca,1px 0 0 0 #bac6ca;
	margin: 0 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.loginpanel-container {
	display: flex;
	padding-bottom: 5px;
}
.loginpanel-icon {
	width: 3%;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 15px;
}
.loginpanel-input {
	width: 100%;
	float: right;
}
.loginpanel-input .flex-btn {
	flex: 1 1 0;
	min-width: 12rem;
	max-width: 12rem;
	text-align: center;
}
.loginpanel-input > div {
	display: flex;
	gap: 20px;
}

/* boosted creature */
.boosted-creature-name {
	color: green;
	font-weight: bold;
	text-transform: capitalize;
}

/* override stupid bootstrap selectors */
body .content .container .main-content .box .page-panel-title {
	padding-left: 12px;
	background: #5aaad7;
	height: 40px;
	border-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	line-height: 40px;
	text-align: left;
	color: #fff;
	font-family: Bebas Neue Bold,sans-serif;
	font-size: 24px;
}

/* registration form password hint */
div .password-security-hint {
	padding-left: 3px;
	padding-top: 2px;
	text-align: left;
	font-family: Helvetica;
	font-size: 11px;
}
div .password-hint {
	padding-left: 3px;
	padding-top: 10px;
	text-align: left;
	font-family: Helvetica;
	font-size: 13px;
}

/* registration form invite code */
.invitecode {
	padding-left: 3px;
	padding-top: 2px;
	text-align: left;
	font-family: Helvetica;
	font-size: 13px;
	color: #fe4800;
	vertical-align: top;
	border-bottom: 1px dashed;
	line-height: 18px;
	width: fit-content;
}
.invitecode:focus {
	color: #AAA;
}
.invitecode:hover {
	color: #CCC;
}
.invitecode-false {
	color: #888;
}
.invitecode-holder {
	width: 75%;
	position: relative;
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}

/* password strength meter */
div .password-meter {
	padding-left: 3px;
}

/* registration form */
.suggest-name-box {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 11px;
	color: #5A2800;
	padding-top: 3px;
	padding-bottom: 10px;
}
.suggest-name-link {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	color: #004294;
	text-decoration: none;
	cursor: pointer;
}

/* register/login tooltip */
.tooltip-caps {
	background: orange;
	border: 1px solid;
	padding: 5px;
	font-weight: bold;
}

/* Arrow styles */
th.sortable {
    position: relative;
    padding-right: 20px; /* Room for the arrow */
}

/* sortable - general */
th.sortable::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.3s;
}

/* sortable - black arrow down */
th.sortable.asc::after {
    border-bottom-color: #333;
    border-top: none;
}

/* sortable - black arrow up */
th.sortable.desc::after {
    border-top-color: #333;
    border-bottom: none;
}

/* sortable - gray arrow up */
th.sortable:not(.asc):not(.desc)::after {
    border-bottom-color: #bbb;
    border-top: none;
}

/* character list */
div .charlistborder {
	border:1px solid #ccc;
  overflow-x: auto;
  max-width: 100%;
}

/* search character (top panel) */
body .navbar .searchForm {
    margin-right:0px;
}

/* form loading animation */
.formLoadingContainer {
	justify-content: center;
	padding: 10px;
}

div .formLoadingContainerInner {
	width: 40%;
	height: 90px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	font-family: sans-serif;
	background-color:white;
}

.formLoadingContainerInner .formLoadingImageHolder {
	flex: 0 0 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.formLoadingImageHolder .formLoadingImage {
	max-height: 60%;
	max-width: 80%;
	margin-left: 30px;
}

div .formLoadingTextHolder {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

div .formLoadingText {
	margin-right: 10%;
}

.formSpacedButtons {
	display: flex;
	justify-content: center;
	gap: 20px;
  flex-wrap: wrap;
}

.recoveryKeyBox {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	background: #f5f5f5;
	padding: 16px 32px;
	border-radius: 8px;
	display: inline-block;
}

.recoveryKeyNotice {
	text-align: center; color: #b00; font-weight: bold;
}

.recoveryKeyContainer {
	margin: 24px 0;
	text-align: center;
}

.spacedDivBox {
	margin-top: 12px;
}

div .sortable-table {
	margin-bottom: 0px;
}

.box-boostedCreature {
	padding: 20px 0 5px 0;
}

/* boosted creature */
.boosted-creature-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	text-align: center;
}
.boosted-creature-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.boosted-creature-img {
	margin-bottom: 10px;
	padding-right:16px;
}

.footer-noveria {
	width: 1130px;
	border: 0;
	margin: 0 auto;
	position: relative;
	display: block;
	justify-content: center;
	text-align: center;
	gap: .5rem;
	padding: 15px;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 15px;
	color: rgb(121, 121, 121);
	background: #030303;
	border-radius: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}

.footer-noveria p {
	margin: 0 0 2px 0;
}

.footer-noveria a {
	color: rgb(121, 121, 121);
	text-decoration: underline;
}

.layout-page-holder {
	min-height: 512px;
  display: flow-root;
}

.createchar-voc-option {
	display: inline-block;
	margin: 10px;
}

.createchar-voc-option-grid {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	gap: 4px;
	align-items: center;
}

.createchar-voc-image {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

.createchar-voc-radio {
	grid-column: 1;
	grid-row: 2;
	justify-self: center;
}

.createchar-voc-label-text {
	grid-column: 2;
	grid-row: 2;
	padding-left:3px;
	text-align: center;
}

.createchar-right-column {
	margin-bottom: 15px;
}

.createchar-box-large {
	margin-top: 15px;
	margin-bottom: 15px;
}

.createchar-box-terms {
	margin-top: 20px;
	margin-bottom: 10px;
}

div .suggest-name-hint {
	padding-left: 5px;
	padding-top: 3px;
	text-align: left;
	font-family: Helvetica;
	font-size: 13px;
}

.createchar-label {
	text-align: left;
	padding-top: 7px;
    margin-bottom: 0;
}

.createchar-world-label {
	margin-bottom: 0;
}

/* helper div */
.HelperDivIndicator {
  position: relative;
  cursor: help;
}
/* payment process payment options */
.OptionsContainer .HelperDivIndicator {
  display: block;
}
#HelperDivContainer {
  display: none;
  position: absolute;
  width: 225px;
  z-index: 1000;
  color: #5A2800;
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-size: 9pt;
  text-align: left;
  padding: 10px;
  border: 1px double #5A2800;
  margin-left: 8px;
  margin-top: 5px;
  box-sizing: content-box;
}
#HelperDivContainer .HelperDivArrow {
  position: absolute;
  top: -1px;
  left: -8px;
  width: 8px;
  height: 13px;
}
#HelperDivContainer #HelperDivHeadline {
  font-size: 12pt;
  font-weight: bold;
}
#HelperDivContainer #HelperDivHeadline {
  position: relative;
  white-space: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}
#HelperDivContainer .Ornament {
  width: 220px;
}
#HelperDivContainer #HelperDivText {
  text-align: justify;
}
#HelperDivContainer #HelperDivText ul {
  padding-left: 20px;
}
#HelperDivContainer #HelperDivText .ItemOverLabel {
  margin-top: 7px;
  float: left;
}
#HelperDivContainer #HelperDivText .ItemOverImage {
  float: left;
  margin-right: 20px;
  clear: both;
  margin-bottom: 10px;
}

/* payment methods */
.OptionsContainer .HelperDivIndicator {
  display: block;
}
.ServiceID_Icon_Container {
  position: relative;
  width: 156px;
  height: 156px;
  float: left;
  margin: 3px;
}
.ServiceID_Icon_Container_Background {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 3px;
  left: 3px;
}
.ServiceID_Icon_Container label {
  font-size: 8pt;
}
.ServiceID_Icon {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
}
.ServiceID_Icon_New {
  position: absolute;
  left: 10px;
  top: 48px;
  height: 64px;
  width: 128px;
}
.ServiceID_Icon .ServiceID_Deactivated {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 99;
}
.ServiceID_Icon .ServiceID_Icon_Selected {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 98;
}
.ServiceID_Icon .ServiceIDLabelContainer {
  position: absolute;
  left: 0px;
  display: table;
  top: 6px;
  height: 35px;
  width: 130px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 99;
}
.ServiceID_Icon .ServiceIDLabel {
  display: table-cell;
  vertical-align: middle;
}
.ServiceID_Icon .ServiceIDPriceContainer {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 140px;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 99;
}
.ServiceID_Icon .ServiceIDSpecialOffer {
  position: absolute;
  left: 0px;
  top: -5px;
  z-index: 100;
}
.ServiceID_Icon .ServiceID_Icon_Over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 97;
}
.ServiceID_Icon .ServiceID_HelperDiv {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  z-index: 399;
}
.ServiceID_Icon .RibbonNewProduct {
  position: absolute;
  top: -4px;
  left: -4px;
  height: 58px;
  width: 58px;
  z-index: 199;
}
.ServiceID_Icon .RibbonLastChance {
  position: absolute;
  top: -4px;
  left: 96px;
  height: 58px;
  width: 58px;
  z-index: 199;
}
.PMCID_Icon_Container {
  position: relative;
  width: 156px;
  height: 156px;
  float: left;
  margin: 3px;
}
.PMCID_Icon_Container label {
  font-size: 8pt;
}
.PMCID_Icon {
  position: relative;
  float: left;
  top: 3px;
  left: 3px;
  width: 150px;
  height: 147px;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
}
.PMCID_Icon .PMCID_CP_Icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.PMCID_Icon .PMCID_CP_Label {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 18px;
  z-index: 98;
}
.PMCID_Icon .PMCID_Icon_Selected {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 147px;
  z-index: 97;
}
.PMCID_Icon .PMCID_Deactivated {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 147px;
  z-index: 99;
}
.PMCID_Icon .PMCID_Icon_Over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 147px;
}
.ServiceID_Icon_Container, .PMCID_Icon_Container {
  margin-left: auto;
  margin-right: auto;
}
.PermanentDeactivated {
  position: absolute;
  left: 0px;
  z-index: 400;
}
.PermanentDeactivated .PMCID_Deactivated {
  position: relative;
  left: 0px;
  width: 150px;
}
.PermanentDeactivated .ServiceID_Deactivated {
  position: relative;
  left: 0px;
  width: 150px;
}
.PMCID_QuicknessIndicator {
  position: absolute;
  width: 150px;
  height: 55px;
  bottom: 1px;
  font-size: 8pt;
  z-index: 98;
}
.PMCID_QuicknessIndicatorLabelContainer {
  display: table;
  height: 40px;
  width: 150px;
  margin-top: 6px;
  color: #cccc;
}
.PMCID_QuicknessIndicatorLabel {
  display: table-cell;
  vertical-align: middle;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  BUTTONS
 *  -------------------------------
 */

 .BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  /* prevent text selection on long touch */
  user-select: none;
  -webkit-user-select: none;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
}
.BigButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  color: #ffd18c;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: normal;
  z-index: 20;
  text-shadow:
  -1px -1px 0 #000,
   0   -1px 0 #000,
   1px -1px 0 #000,
   1px  0   0 #000,
   1px  1px 0 #000,
   0    1px 0 #000,
  -1px  1px 0 #000,
  -1px  0   0 #000;
}
span.BigButtonText,
a.BigButtonText {
  margin-top: 5px;
}
.BigButtonText:hover {
  top: 1px;
  left: 1px;
}
a.BigButtonText,
a.BigButtonText:link,
a.BigButtonText:visited,
a.BigButtonText:focus,
a.BigButtonText:active,
a.BigButtonText:hover {
   font-weight: normal;
   color: #ffd18c;
   text-decoration: none;
}

.SmallButton {
  position: relative;
  width: 60px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  /* prevent text selection on long touch */
  user-select: none;
  -webkit-user-select: none;
}
.SmallButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.SmallButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  color: #ffd18c;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: normal;
  z-index: 20;
  text-shadow:
  -1px -1px 0 #000,
   0   -1px 0 #000,
   1px -1px 0 #000,
   1px  0   0 #000,
   1px  1px 0 #000,
   0    1px 0 #000,
  -1px  1px 0 #000,
  -1px  0   0 #000;
}
.SmallButtonText:hover {
  top: 1px;
  left: 1px;
}

/* button row */
.SubmitButtonRow {
  position: relative;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.SubmitButtonRow .LeftButton,
.SubmitButtonRow .CenterButton,
.SubmitButtonRow .RightButton {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  text-align: center;
}

/* TABLE CONTENT */
.TableContentContainer {
  border: 1px solid #5F4D41;
  position: relative;
  margin-right: 7px;
  margin-bottom: 10px;
  height: 100%;
  background-color: #ddd;
  padding: 0px;
}
.TableContent {
  width: 100%;
  border-collapse: collapse;
}
.TableContent td {
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}
.InnerTableContainer .TableContentContainer {
  box-shadow: 3px 3px 2px #aaa;
}
/* INNERLYOUT 1 */
.TableContainer .Table1 {
  width: 100%;
  background-color: #d4c0a1;
  border: 2px solid #55636c;
}
.TableContainer .Table1 .InnerTableContainer {
  padding: 5px;
}
/* INNERLYOUT 2 */
.TableContainer .Table2 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.TableContainer .Table2 td {
  padding: 0px;
  margin: 0px;
}
.TableContainer .Table2 .InnerTableContainer {
  margin-top: 1px;
}
.TableContainer .Table2 .InnerTableContainer table {
  border-collapse: collapse;
}
.TableContainer .Table2 .InnerTableContainer td {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 3 */
.TableContainer .Table3 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table3 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table3 .TableContent td {
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 4 */
.TableContainer .Table4 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
  padding-left: 3px;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .InnerTableContainer .TableContentContainer {
  margin-right: 4px;
}
.TableContainer .RowInnerTableDataBorders td {
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 5 */
.TableContainer .Table5 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table5 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}

/* Captionless Table */
.TableContainer.Captionless {
  border: none;
}
.TableContainer.Captionless table {
  border: none;
  background-color: unset;
}
.TableContainer.Captionless .InnerTableContainer {
  margin: 0 !important;;
}
.TableContainer.Captionless .TableContentContainer {
  margin: 0 !important;;
}

.nav-btn-icon {
  margin-right: 5px;
}

.multi-window {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.acc-info-table {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.acc-info-table table {
  margin: 0;
}

.acc-info-table th {
  border: 1px solid;
  border-color: #fff;
  width: 25%;
}

.acc-info-table td {
  border: 1px solid;
  border-color: #fff;
}

.acc-info-table table tbody tr th, .acc-info-table table tbody tr td {
  padding: 2px 5px;
}

.acc-panel-coin-info {
  display: flex;
  flex: 1 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: right;
  float: right;
}

.acc-panel-header {
  display: flex;
  font-size: 24px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.acc-panel-title {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.acc-coins-url {
  color:#000;
  text-decoration: none;
}
.acc-coins-url:hover {
  text-decoration: none;
}

.acc-coins-area {
  display: flex;
}

.acc-coins-balance {
  margin-top: 5px;
  font-size: 22px;
}

.charlist-outfit {
  margin-bottom: 10px;
}

#MaskedEMail, #ReadableEMail {
  display: none;
}

.acc-panel-email {
  display: flex;
  gap: 3px;
}

.get-coins-checkbox {
  display:flex;
  gap: 5px;
  align-items:flex-start;
}

.terms-box {
  font-family: Consolas, Verdana;
  font-size: 13px;
  border: medium;
  background: transparent;
  margin-bottom: 15px;
  text-align: left;
  width: 564px;
  height: 157px;
  padding-top: 15px;
}

.form-btn-pad {
  padding-top: 15px;
}

.coins-footnote-star {
  float: left;
  margin-right: 5px;
}
.coins-footnote-text {
  float: left;
}
.coins-panel-choice {
  text-align: center;
}
.pp-i-err {
  color: red;
  font-weight: bold;
}

.createchar-world-outer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.createchar-world-desc {
  word-wrap: break-word;
  text-align: center;
}
.suggest-name-outer {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.createchar-choice-inner {
  display: flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
}

.form-flex-outer {
  display: flex;
  flex-direction: column;
  gap: 15px;  
}

.form-flex-inner {
  display: flex;
  flex-wrap: wrap; 
  gap: 5px;
  width: 100%;
}

.form-flex-inputgroup {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-flex-label {
  padding-top: 7px;
}

.flex-form-col-left {
  flex: 0 1 150px;
}

.flex-form-input-error {
  padding-left: 3px;
  padding-top: 2px;
  text-align: left;
  font-family: Helvetica;
  font-size: 13px;
}

.flex-form-radio {
  margin-left: 30px;
}

.flex-form-hint {
  position: absolute;
  top: -5px;
}

.flex-form-choice-box {
  margin-left: 30px;
}

.flex-form-bullet-list {
  margin-left: 20px;
}

.flex-form-centered {
  justify-content: center;
}

.flex-form-dropdown {
  width: auto;
}

.email-warning-btn-holder {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: right;
}

/* online bar */
.onlinebar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
}

.bar-container {
  width: 200px;
  height: 24px; /* slim */
  border: 2px solid black; /* cieńszy outline */
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #222;
}

.bar-fill {
  height: 100%;
  width: 0%;
  background: red;
  position: relative;
  overflow: hidden;
}

.bar-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.25) 0%, transparent 80%);
  animation: shine 2s infinite;
  pointer-events: none;
}

@keyframes shine {
  0% { left: -40%; }
  100% { left: 100%; }
}

@keyframes colorShift {
  0% { background: red; }
  33% { background: orange; }
  66% { background: yellow; }
  100% { background: green; }
}

.bar-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 13px; /* dopasowana do wysokości */
  color: #fff;
  text-shadow: 0 0 4px rgba(0,0,0,0.7);
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.table-shallow {
  margin-bottom: 0px;
}

/* partners widget */
@keyframes partner-pulse {
  0%, 90%, 100% {
    transform: scale(1);
  }
  93% {
    transform: scale(1.1);
  }
  96% {
    transform: scale(0.95);
  }
  98% {
    transform: scale(1.05);
  }
}

.partner-img img {
  display: inline-block;
  animation: partner-pulse 3s ease-in-out infinite;
  /* animacja trwa 10s, z czego tylko 1s to ruch, reszta to pauza */
  transition: transform 0.3s ease;
}

.partner-title {
  padding-top: 2px;
  font-size: 24px;
}

.partner-box a, .partner-box div {
  text-decoration: none;
  color: black;
}

.countdown-box {
/*
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  background-color: #e7edef;
  border-radius: 5px;
  */
  margin-bottom: 20px;
}

.countdown-clock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.countdown-part {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 20px;
  border-radius: 15px;
  min-width: 90px;
  background-color: #fff;
}

.countdown-part span {
  font-size: 2rem;
  font-family: Helvetica;
  display: block;
}

.countdown-exact-date {
  font-size: 1.6rem;
  font-family: Helvetica;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.sb-srv-status {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.box-servicestatus {
  padding: 10px;
}

.wrld-stat-inner {
  display: flex;
}

.wlrd-stat-label {
  margin-top: 1px;
  margin-right: 3px;
}

.box-rules {
  margin: 0 20px;
}

/* get coins link */
body .navbar-collapse .nav li .get-coins-link {
  color: #9bff61; /* jasnozielony z nutą złota */
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 220, 100, 0.4);
  animation: coinsGlow 4s ease-in-out infinite;
  transition: color 0.4s ease, text-shadow 0.4s ease, transform 0.3s ease;
}

/* animacja złoto–zielonego blasku */
@keyframes coinsGlow {
  0%, 100% {
    text-shadow: 0 0 6px rgba(180, 255, 120, 0.4);
  }
  50% {
    text-shadow: 0 0 14px rgba(255, 215, 80, 0.8);
  }
}

/* pozostale przyciski */
body .menu .navbar-collapse .nav > li > a.get-coins-link:hover,
body .menu .navbar-collapse .nav > li > a.get-coins-link:focus {
  color: #ffe96e;
  text-shadow: 0 0 16px rgba(255, 230, 120, 0.9);
  transform: scale(1.08);
}

body .navbar-header .nav li .navbar-brand:hover,
body .navbar-header .nav li .navbar-brand:focus,
body .menu .navbar-collapse .nav > li > a:hover,
body .menu .navbar-collapse .nav > li > a:focus {
  text-shadow: 0 0 16px #fff;
  color: #fff;
}

/* pozostale przyciski - animacja - desktop mode */
@media (min-width: 768px) {
  body .navbar-header .nav li .navbar-brand:hover,
  body .navbar-header .nav li .navbar-brand:focus,
  body .menu .navbar-collapse .nav > li > a:hover,
  body .menu .navbar-collapse .nav > li > a:focus {
    transform: scale(1.08);
  }

  body .navbar-header .nav li .navbar-brand,
  body .menu .navbar-collapse .nav > li > a {
    animation: coinsGlow 4s ease-in-out infinite;
    transition: color 0.4s ease, text-shadow 0.4s ease, transform 0.3s ease;
  }

  @keyframes navbarGlow {
    0%, 100% {
      text-shadow: 0 0 6px #fff;
    }
    50% {
      text-shadow: 0 0 14px #fff;
    }
  }
}

body .navbar-header .nav li .navbar-brand:focus,
body .navbar-collapse .nav .dropdown > a:focus,
body .navbar-collapse .nav li .get-coins-link:focus,
body .site-logo-container > a:focus {
  outline: 1px dotted #ccc;
}


.legacy-table-holder {
  border: 1px solid #ccc;
}

.legacy-table {
  height: 54px;
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;

}

.legacy-th {
  background: #5aaad7;
  color: white;
  text-align: center;
}

.legacy-table-key {
  border: 1px solid;
  border-color: #fff;
  width: 25%;
}

.legacy-td {
  border: 1px solid;
  border-color: #fff;
  text-align: center;
}

/* highscores widget */
.box-widget-hs {
  background: #e7edef;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: -1px 0 0 0 #bac6ca,1px 1px 0 0 #bac6ca,-1px 1px 0 0 #bac6ca,1px 0 0 0 #bac6ca;
  margin: 0 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hs-tabs {
  display: flex;
}
.hs-tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background: #cfd7da;
  font-weight: bold;
  transition: background 0.3s;
}
.hs-tab:hover {
  background: #d7dddf;
}
.hs-tab.hs-active {
  border: none;
  background: #e7edef;
}
.hs-content {
  padding: 15px;
  min-height: 150px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.hs-player {
  margin: 5px 0;
}
.hs-progress-container {
  height: 5px;
  background: #ddd;
}
.hs-progress-bar {
  height: 100%;
  width: 0%;
  background: #2196F3;
  transition: width 0.1s linear;
}
.hs-table .legacy-td {
  text-align: left;
}
.hs-table .legacy-table-key {
  width: 15%;
  text-align: center;
}
.hs-table .hs-table-value {
  width: 15%;
}

.hs-page-choices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.hs-page-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hs-page-label {
  margin-top: 5px;
}
.hs-page-outfit {
  margin-top: -16px;
  margin-left: -16px;
  margin-right: 10px;
}
.hs-page-col1 {
  width: 5%;
}
.hs-page-col3 {
  width: 5%;
}
.hs-row-rank {
  text-align: center;
}

.right-panel {
  margin-bottom: 15px;
}

.form-dropdown-wide {
  width: 100%;
}
