@font-face {
  font-family: 'B5______.ttf'; /*a name to be used later*/
  src: url('fonts/B5______.ttf'); /*URL to font*/
}

html,
body {
  height: 100%;
  min-height: 100%;
  scrollbar-width: none;  /* Firefox */
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: #ffffff;
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 14px;
  padding: 0px 0px;
  background-color: #2f4d62;
  background: url("/images/rpbg.png") repeat #2f4d62;
  /*background-attachment: fixed !important;*/
  overflow: -webkit-scrollbar;
  scrollbar-width: none;
}

a {
  color: #68c08f;
  /*text-shadow: 1px 1px 0px #000000;*/
}
a:hover {
  color: #68c08f;
  /*text-decoration: none;*/
}

.table a,
a.white {
  color: #ffffff;
}

.table a:hover,
a.white:hover {
  color: #68c08f;
  /*text-decoration: none;*/
}

a.active,
p.active {
  font-weight: bold;
  text-shadow: 1px 1px 0px #000000;
}

/* General Classes */

.body .placeholder {
  margin: 8px 4px 8px 4px;
}

.body .row {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 8px;
}
.body .row:last-child {
  margin-bottom: 0px;
}

.body .placeholder .row {
  margin-left: -7px;
  margin-right: -7px;
}

div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.home {
  width: 334px;
  height: 174px;
  margin: 10px auto 15px auto;
  background: url("/images/frontpage/home_bg.png") no-repeat;
  position: relative;
}

.home .caretaker {
  width: 51px;
  height: 70px;
  background: url("/images/frontpage/caretaker.png") no-repeat;

  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));

  position: absolute;
  bottom: 38px;
  left: 105px;
  z-index: 10;
}

.box {
  padding: 2px 4px 2px 5px;

  border: 1px solid #444d54;
  background-color: #2f4d62;

  -moz-box-shadow: inset 1px 1px 0px #757c84;
  -webkit-box-shadow: inset 1px 1px 0px #757c84;
  box-shadow: inset 1px 1px 0px #757c84;
}

.center {
  text-align: center;
}

.hr-right {
  border-right: 1px dotted #444d54;
}

.hr-left {
  border-left: 1px dotted #444d54;
}

.button {
  margin-top: 0px !important;
  margin-right: 1px;
  height: 20px !important;
  padding: 2px 6px 0 5px;
  margin: 0 1px 0 0;
  display: inline-block;
  border-radius: 2px;

  color: #667d62;
  background-color: #a5cda2;
  border: 1px solid #667d62;

  -moz-box-shadow: inset 1px 1px 0px #c4e8b5;
  -webkit-box-shadow: inset 1px 1px 0px #c4e8b5;
  box-shadow: inset 1px 1px 0px #c4e8b5;
  cursor: pointer;
  outline: none;
}

a.button {
  text-align: center;
}
a.button:hover {
  text-decoration: none;
}

.button.red {
  color: #a33e3e;
  background-color: #f87777;
  border: 1px solid #a33e3e;

  -moz-box-shadow: inset 1px 1px 0px #fda1a1;
  -webkit-box-shadow: inset 1px 1px 0px #fda1a1;
  box-shadow: inset 1px 1px 0px #fda1a1;
}

.button.darkblue {
  color: #3e4b5b;
  background-color: #91a0b2;
  border: 1px solid #7c8ea5;

  -moz-box-shadow: inset 1px 1px 0px #c2cbd6;
  -webkit-box-shadow: inset 1px 1px 0px #c2cbd6;
  box-shadow: inset 1px 1px 0px #c2cbd6;
}

.button.green {
  color: #667d62;
  background-color: #a5cda2;
  border: 1px solid #667d62;

  -moz-box-shadow: inset 1px 1px 0px #c4e8b5;
  -webkit-box-shadow: inset 1px 1px 0px #c4e8b5;
  box-shadow: inset 1px 1px 0px #c4e8b5;
}

.button.pink,
.button.purple {
  color: #966f8c;
  background-color: #dfa5d1;
  border: 1px solid #966f8c;

  -moz-box-shadow: inset 1px 1px 0px #e9c0df;
  -webkit-box-shadow: inset 1px 1px 0px #e9c0df;
  box-shadow: inset 1px 1px 0px #e9c0df;
}

.button.gold,
.button.yellow {
  color: #a1582e;
  background-color: #ffcc66;
  border: 1px solid #d98f64;

  -moz-box-shadow: inset 1px 1px 0px #fff674;
  -webkit-box-shadow: inset 1px 1px 0px #fff674;
  box-shadow: inset 1px 1px 0px #fff674;
}

.right {
  float: right;
}

img.right {
  margin: 0 0 0 5px;
}

.left {
  float: left;
}

img.left {
  margin: 0 5px 0 0;
}

.vertical-nav .icon {
  margin-bottom: 65px;
  text-align: center;
}

.vertical-nav .icon:first-child {
  margin-top: 14px !important;
}

.vertical-nav .icon:last-child {
  margin-bottom: 14px !important;
}

.vertical-nav .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 4px;
}

.vertical-nav .icon .nsButton {
  width: 80px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer !important;
}

table.table,
table.table tr,
table.table tr td,
table.table tr th {
  border-color: #444d54 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #35607e !important;
}

.body div.bullet {
  margin: 0 0 3px 0;
  padding: 0 0 0 14px;
}
.body div.bullet.pink {
  background: url("/images/glass/bulletPink_1.gif") no-repeat left center;
}
.body div.bullet.yellow {
  background: url("/images/glass/bulletYellow_1.gif") no-repeat left center;
}
.body div.bullet.special {
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}
.body div.bullet.green {
  background: url("/images/questimages/dot_green.gif") no-repeat left center;
}
.body div.bullet.red {
  background: url("/images/questimages/dot_red.gif") no-repeat left center;
}

/* Audio Controls */

audio {
  width: 100%;
  height: 30px;
  color: #FFFFFF;
  margin: 5px 0px;
}

audio::-webkit-media-controls-panel {
  padding: 0px;
}

audio::-webkit-media-controls-play-button {
  margin: 0px;
  color: #FFFFFF;
}

/* Input */

input.textbox,
textarea.textbox {
  width: 115px;
  margin-right: 1px;
  height: 20px;
  padding: 0px 4px 0 4px;
  display: inline-block;
  border-radius: 2px;

  color: #35607e;
  background-color: #d7d7d7;
  border: 1px solid #aba9ab;
}
textarea.textbox {
  padding-top: 4px;
}

.infobox {
  color: #cccccc;
  height: 20px !important;
  background-color: #35607e;
  border: 1px solid #35607e;
  padding: 2px 4px 0px 4px;
  border-radius: 2px;

  overflow-x: hidden;
}

select,
select.select {
  color: #444d54;
  height: 20px !important;
  border-radius: 2px;
  background-color: #d7d7d7;
  border: 1px solid #aba9ab;
  overflow: hidden;
}

input.button {
  padding-top: 0px;
}

/* No Selection */

.header,
.footer,
.copyright {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Container */

.container {
  width: auto !important;
  margin: 0px;
  padding: 10px 10px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute !important;
  left: 0px !important;
  right: 0px !important;
  /*opacity: 0.6;*/
}

/* Header */

.header h1 {
  display: inline-block;
  font-family: 'B5______.ttf';
  font-size: 16pt;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  margin: 4px 0 0 4px;
}


.header,
.header.dark {
  height: 32px;
  padding: 2px 4px 2px 5px;

  border: 0 none;
  border-top: 0px solid #444d54;
  border-left: 0px solid #444d54;
  border-right: 0px solid #444d54;
  background-color: #2f4d62;
  box-shadow: none;
}
.header.green {
  border-color: none;
  background-color: #a5cda2;
  border: 1px solid #444d54;
  border-bottom: 0px none;
  box-shadow: inset 1px 1px 0px 0px #667d62;
}
.header.red,
.header.love {
  border-color: none;
  background-color: #ce4142;
  box-shadow: none;
}
.header.pink {
  border-color: none;
  background-color: #dfa5d1;
  box-shadow: none;
}
.header.yellow {
  border-color: none;
  background-color: #ffcf63;
  box-shadow: none;
}
.header.teal {
  border-color: none;
  background-color: #00c3a9;
  box-shadow: none;
}
.header.black {
  border-color: none;
  background-color: #2e2e2e;
  box-shadow: none;
}
.header.darkblue {
  border-color: none;
  background-color: #91a0b2;
  border: 1px solid #444d54;
  border-bottom: 0px none;
  box-shadow: inset 1px 1px 0px 0px #616b77;
}
.header.purple {
  border-color: none;
  background-color: #ccb4e6;
  box-shadow: none;
}
.header.teal {
  border-color: none;
  background-color: #00c3a9;
  box-shadow: none;
}

.header .title {
  float: left;
  margin: 4px 0 0 0;
}

.header .back {
  float: right;
  margin: -2px -3px 0 0;
}

/* Body */
.body,
.rpContent {
  padding: 2px 4px 2px 5px;

  border: 0 none;
  border-left: 1px solid #444d54;
  border-right: 1px solid #444d54;
  background-color: #2f4d62;

  -moz-box-shadow: inset 1px 0px 0px #757c84;
  -webkit-box-shadow: inset 1px 0px 0px #757c84;
  box-shadow: inset 1px 0px 0px #757c84;
}

.body.clean,
.rpContent.clean {
  border: 0 none;
  background-color: transparent;
  box-shadow: none;
  margin-top: 0px;
  padding: 0px;
  /*padding-top: 10px;*/
}

.body.clean .row:first-child {
  margin-left: -5px;
  margin-right: -5px;
}

.body .title,
.body .title.dark {
  font-weight: bold;
  text-shadow: 1px 1px 1px #505050;
  margin: -2px -4px -2px -5px;
  padding: 4px 8px 4px 7px;

  border: 0 none;
  border-left: 1px solid #444d54;
  border-right: 1px solid #444d54;
  background-color: #5f666e;
  box-shadow: inset 1px 0px 0px #757c84;
}

.body .title.green,
.rpContent .title.green {
  border-color: #667d62;
  background-color: #a5cda2;
  box-shadow: inset 1px 0px 0px #c4e8b5;
}
.body .title.red,
.body .title.love,
.rpContent .title.red,
.rpContent .title.love {
  border-color: #641e1e;
  background-color: #ce4142;
  box-shadow: inset 1px 0px 0px #f0655f;
}
.body .title.pink,
.rpContent .title.pink {
  border-color: #ca5cb0;
  background-color: #dfa5d1;
  box-shadow: inset 1px 0px 0px #eccae4;
}
.body .title.yellow,
.rpContent .title.yellow {
  border-color: #de8e63;
  background-color: #ffcf63;
  box-shadow: inset 1px 0px 0px #fff773;
}
.body .title.teal,
.rpContent .title.teal {
  border-color: #008876;
  background-color: #00c3a9;
  box-shadow: inset 1px 0px 0px #4dd5c3;
}
.body .title.black,
.rpContent .title.black {
  border-color: #1e1e1e;
  background-color: #2e2e2e;
  box-shadow: inset 1px 0px 0px #333333;
}
.body .title.darkblue,
.rpContent .title.darkblue {
  border-color: #616b77;
  background-color: #91a0b2;
  box-shadow: inset 1px 0px 0px #b2bdc9;
}
.body .title.purple,
.rpContent .title.purle {
  border-color: #ab8ccc;
  background-color: #ccb4e6;
  box-shadow: inset 1px 0px 0px #e5d6f5;
}
.body .title.teal,
.rpContent .title.teal {
  border-color: #008876;
  background-color: #00c3a9;
  box-shadow: inset 1px 0px 0px #4dd5c3;
}

.body .title.spacer {
  min-height: 8px;
}

.body .title .selector {
  width: 330px;
  color: #000000;
  font-weight: normal;
  margin: 0 -4px 0 -3px;
  outline: none;
}

.body .navigation,
.body .title .navigation {
  padding: 6px 6px 3px 0;
  margin: 1px 0px 4px -1px;
}

.body .navigation li,
.body .title .navigation li {
  display: inline;
  list-style: none;
  margin: 0 0px 0 4px;
}

.body .navigation li:first-child,
.body .title .navigation li:first-child {
  display: inline;
  list-style: none;
  margin: 0px !important;
}

.body .header .title {
  margin: -2px -5px -2px -6px !important;
  padding: 4px 8px 4px 7px !important;
  background-color: transparent;
  border: none;
}

.body.news {
  font-size: 11px;
  padding: 6px 4px 2px 5px;
}

.body .placeholder p:first-child {
  margin: 0 0 0 !important;
}

.body .placeholder p {
  margin: 10px 0 0;
}

.body ul,
.body ol {
  list-style-position: inside;
  padding: 2px 0 2px 3px;
}

/* Content : Fansites / Papers */

.body .papers {
  text-align: center;
}

.body .papers .entry {
  text-align: center;
  display: inline-block;
  margin: 0 0 0 10px;
}
.body .papers .entry:first-child {
  margin: 0px;
}

.body .papers .entry .name,
.body .papers .entry .owner {
  display: block;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000000;
}

.body .papers .entry .name {
  padding: 0 0 3px 0;
}
.body .papers .entry .owner {
  padding: 3px 0 0 0;
}

/* Footer */

.footer,
.footer.green {
  display: none;
  height: 10px;

  border: 0 none;
  border-left: 1px solid #444d54;
  border-right: 1px solid #444d54;
  border-bottom: 1px solid #444d54;
  background-color: #2f4d62;
  box-shadow: inset 1px 0px 0px #757c84;
}

.footer.green {
  border-color: #667d62;
  background-color: #a5cda2;
  box-shadow: inset 1px 0px 0px #c4e8b5;
}
.footer.red {
  border-color: #641e1e;
  background-color: #ce4142;
  box-shadow: inset 1px 0px 0px #f0655f;
}
.footer.pink {
  border-color: #ca5cb0;
  background-color: #dfa5d1;
  box-shadow: inset 1px 0px 0px #eccae4;
}
.footer.yellow {
  border-color: #de8e63;
  background-color: #ffcf63;
  box-shadow: inset 1px 0px 0px #fff773;
}
.footer.teal {
  border-color: #008876;
  background-color: #00c3a9;
  box-shadow: inset 1px 0px 0px #4dd5c3;
}
.footer.black {
  border-color: #1e1e1e;
  background-color: #2e2e2e;
  box-shadow: inset 1px 0px 0px #333333;
}
.footer.darkblue {
  border-color: #616b77;
  background-color: #91a0b2;
  box-shadow: inset 1px 0px 0px #b2bdc9;
}
.footer.purple {
  border-color: #ab8ccc;
  background-color: #ccb4e6;
  box-shadow: inset 1px 0px 0px #e5d6f5;
}
.footer.teal {
  border-color: #008876;
  background-color: #00c3a9;
  box-shadow: inset 1px 0px 0px #4dd5c3;
}

/* Copyright */

.copyright {
  opacity: 0.6;
  font-size: 10px;
  text-align: center;
  margin: 10px 0 0 0;

  padding: 5px 4px 6px 5px;

  border: 1px solid #444d54;
  background-color: #5f666e;

  -moz-box-shadow: inset 1px 1px 0px #757c84;
  -webkit-box-shadow: inset 1px 1px 0px #757c84;
  box-shadow: inset 1px 1px 0px #757c84;
}

.copyright a {
  color: #ffffff;
}

.copyright span {
  display: block;
}

/*
 *	The Userprofile & Garderobe Styles
 */

.username {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-shadow: 2px 1px 0px #000000;
}

div.userPreviewBox {
  width: 120px;
  height: 120px;
  background: url("/images/wardrobe/preview_box.png") no-repeat;
}

.rpContent #userComment.placeholder p:last-child {
  padding: 0px 0px 0 0px;
}

div.wardrobeWrapper {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-right: -2px !important;
}

div.userPreviewBox ul.clearfix {
  clear: none !important;
}

div.wardrobeWrapper .btn {
  cursor: pointer;
  margin: 15px 0 0 0;
}

div.wardrobeWrapper .frame {
  height: 100%;
  line-height: 100%;
  overflow: hidden;
}

div.wardrobeWrapper .frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  /*font-size: 50px;*/
}

div.wardrobeWrapper .frame ul li {
  float: left;
  width: 90px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  color: #ddd;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  background-image: url("/images/wardrobe/item-background.png");
}

div.wardrobeWrapper .frame ul li.active,
.niceBg {
  background-image: url("/images/wardrobe/item-background.png");
}

div.wardrobeWrapper .effects {
  height: 140px;
  /*line-height: 140px;*/
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  overflow-y: show;
}

div.wardrobeWrapper .effects ul {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

div.wardrobeWrapper .effects ul li {
  position: relative;
  margin: 0 -9px;
  -webkit-transform: rotateY(60deg) scale(0.9);
  -ms-transform: rotateY(60deg) scale(0.9);
  transform: rotateY(60deg) scale(0.9);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
}

div.wardrobeWrapper .effects ul li.active {
  z-index: 10;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

div.wardrobeWrapper .effects ul li.active ~ li {
  -webkit-transform: rotateY(-60deg) scale(0.9);
  -ms-transform: rotateY(-60deg) scale(0.9);
  transform: rotateY(-60deg) scale(0.9);
}

div.wardrobeWrapper .scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}
div.wardrobeWrapper .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}
div.wardrobeWrapper .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.page {
  background-color: #2f4d62;
}
.page .fa {
  color: #ffcc66;
}
.page .divider {
  background-color: #213644;
  padding: 5px 5px;
}
.page ul {
  margin-left: 10px;
  padding-left: 10px;
}
.page ul li {
  margin-bottom: 5px;
}

.page header {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  align-items: center;
  text-shadow: 2px 2px 4px #00000063;
  background: #466880;
}
.page header h3 {
  /* margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px; */
  display: inline-block;
  font-family: 'B5______.ttf';
  font-size: 16pt;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  margin: 0px 0 0 4px;
}
.page header a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.page header a .fa {
  color: #fc6;
  vertical-align: middle;
  margin-top: -2px;
}

.page .placeholder {
  padding: 8px 8px 8px;
 
}
.page .placeholder > *:last-child {
  margin-bottom: 0;
}

.page .message {
  display: block;
  background-color: #1b2d4f;
  color: #fff;
  padding: 10px;
  /* font-weight: bold; */
  text-align: center;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.page a.message:hover {
  color: inherit;
  opacity: 0.9;
  text-decoration: none;
}
.page .message.message-info {
  background-color: #6699ff;
  /* background-color: #2d67b9; */
}
.page .message.message-warning {
  background-color: #cfa853;
  /* background-color: #2d67b9; */
}
.page .message.message-error {
  background-color: #581f1f;
}
.page .message.message-success {
  background-color: #246d40;
}

.page table.basket {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 10px;
}

.page table.basket th,
.page table.basket td {
  padding: 5px 10px;
}
.page table.basket thead th {
  background-color: rgba(0, 0, 0, 0.3);
}
.page table.basket tfoot th {
  padding-top: 15px;
  padding-bottom: 10px;
}
.page table.basket tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
.page .actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page .shop .category {
  padding: 15px;
}
.page .shop .category h4 {
  margin: 0 0 5px;
}
.page .shop .product {
  display: flex;
  flex-direction: row;
  padding: 15px;
}
.page .shop .product .text-red {
  color: #f87171;
}
.page .shop .product-grid {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.page .shop .product-grid .product {
  padding: 0;
  flex: 1 0 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transform: scale(0.9);
}
.page .shop .product-grid .product .image {
  margin: 0 0 5px;
}
.page .shop .product-grid .product p {
  margin-bottom: 3px;
}

.page .shop .luckybox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 20px;
}
.page .shop .toggle-luckybox {
  padding-top: 10px;
}

.page .shop:nth-child(odd) .product,
.page .shop:nth-child(odd) .category {
  background-color: rgba(0, 0, 0, 0.2);
}
.page .shop:nth-child(odd) .product-grid .product,
.page .shop:nth-child(odd) .product-grid .category {
  background-color: transparent;
}

.page .shop .product .image {
  flex: 0 0 40%;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page .shop .product .image .item {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url(/images/wardrobe/item-background.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.page .shop .product .image .avatar {
  position: relative;
  width: 120px;
  height: 120px;
  background-image: url(/images/wardrobe/preview_box.png);
  background-repeat: no-repeat;
  background-position: center;
}
.page .shop .product .image .avatar .images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  overflow: hidden;
}
.page .shop .product .image .avatar .images img {
  position: absolute;
  bottom: 0;
  margin-left: 0;
  transform: translateX(-50%);
  left: 50%;
}

.page .shop .product .image .discount {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #b383a6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 1000;
  border: 2px rgb(233 192 223 / 22%) solid;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 37%);
}

.page .shop .product .content ul.requirements,
.page .shop .product .content ul.requirements li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page .shop .product .content {
  flex: 1;
}
.page .shop .product .content h4 {
  margin: 0 0 5px;
}

.page .shop .product .currency {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page .shop .product .price {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 8px;
  display: inline-block;
  border-radius: 3px;
}

.page .shop .product .icon {
  margin-right: 5px;
  padding: 1px 2px 2px;
  border-radius: 2px;
  background-color: #ffcc66;
  border: 1px solid #d98f64;
  box-shadow: inset 1px 1px 0px #fff674;
}
.page .shop .product .icon.money {
  padding: 1px 3px 3px 3px;
}
.page .shop .product .icon svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: #ffffff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
.page .shop .product .icon.money svg {
  width: 11px;
  height: 11px;
}

.page nav.tabs {
  display: flex;
  background-color: #263e4e;
  white-space: nowrap;
}
.page nav.tabs a {
  flex: auto;
  display: block;
  padding: 8px;
  color: #fff;
  transition: all 300ms;
  text-align: center;
}
.page nav.tabs a:hover {
  color: inherit;
  background-color: #35566d;
  text-decoration: none;
}
.page nav.tabs a.selected {
  background-color: #2f4d62;
}
.page nav.tabs a.disabled,
.page nav.tabs a.disabled:hover {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #35566d;
}
.page nav.tabs .fa {
  color: #ffcc66;
  font-size: 90%;
}

.page table.list {
  width: 100%;
  border-collapse: collapse;
}

.page table.list th,
.page table.list td {
  padding: 5px 6px;
}

.page table.list th:last-child,
.page table.list td:last-child {
  text-align: right;
}
.page table.list th {
  background-color: rgba(0, 0, 0, 0.2);
}
.page table.list tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.page table.form {
  width: 100%;
  border-collapse: collapse;
}

.page table.form tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.page table.form tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}

.page table.form td {
  text-align: right;
}
.page table.form th,
.page table.form td {
  padding: 10px;
  vertical-align: top;
}
.page table.form th small {
  display: block;
  font-weight: normal;
  margin-right: 10px;
}

.page table.form select,
.page table.form button {
  min-width: 100px;
}

.market .fee-box {
  background:#38404a;
  border:1px solid #353c44;
  padding:5px 8px;
}

.market .indicator {
  background: #4b5562;
  border-left: 1px solid #4b5d72;
  border-bottom: 1px solid #4b5d72;
  padding: 0 5px;
  color: #cbd5e1;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 9999;
  cursor: default;
}

.market .fee-box hr {
  border-top: 1px solid #434d58;
  margin: 8px 0;
}

.tippy-content {
  font-size: 12px;
  text-align: center;
}

.page .vip.information {
  display: flex;
  margin-top: 10px;
}

.page .vip.information div img {
  padding-left: 20px;
}

.page .vip.market,
.toastmaster-flex {
  display: flex;
  justify-content: space-between;
  margin: 10px -5px 0 -5px;
}

.page .vip.market .box-container,
.toastmaster-flex .box-container {
  width: 100%;
  background: #213644;
  border: 1px solid #3f6581;
  padding: 8px;
  margin: 0 5px;
}

.page .vip.market .box-container img,
.toastmaster-flex .box-container img {
  display: block;
  margin: 0 auto;
  padding: 15px
}

.page .vip.market .box-container .button.yellow {
  display: block;
}

.box-container .box-title {
  font-weight: bold;
  text-align: center;
}