/*
 * OceraOT - Server Save bajo Highscores V1.
 * Todas las reglas están limitadas al nuevo bloque.
 */

#OceraServerSaveBox.Themebox {
  position: relative;
  top: -4px;
  width: 180px;
  height: 134px;
  margin: -6px 0 10px;
  padding: 0;
  overflow: visible;
  background: transparent !important;
  box-sizing: border-box;
}

/* OCERAOT_SERVER_SAVE_TOP_BORDER_V2_START */
#Themeboxes #OceraServerSaveBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  display: block;
  width: 180px;
  height: 12px;
  background-image: url("images/global/general/box-top-ocera-deep.gif");
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
}
/* OCERAOT_SERVER_SAVE_TOP_BORDER_V2_END */

#Themeboxes #OceraServerSaveBox .ocera-server-save-body {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 166px;
  height: 110px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url("images/themeboxes/bg_top-ocera-highscores-blue-only-v3.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 166px 166px;
  color: #f2d49a;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
  box-sizing: border-box;
}

#Themeboxes #OceraServerSaveBox .ocera-server-save-title {
  margin: 0;
  padding: 8px 4px 0;
  color: #f4d9a5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.1px;
  text-shadow: 1px 1px 1px #020b13;
}

#Themeboxes #OceraServerSaveBox .ocera-server-save-subtitle {
  margin: 0;
  padding: 0;
  color: #c5d9e5;
  font-size: 9px;
  font-weight: 600;
  line-height: 13px;
  text-shadow: 1px 1px 1px #020b13;
}

#Themeboxes #OceraServerSaveBox .ocera-server-save-countdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 148px;
  height: 50px;
  margin: 7px auto 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(197, 169, 116, 0.82);
  border-radius: 3px;
  background: rgba(2, 17, 31, 0.58);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.65),
    inset 0 0 7px rgba(70, 149, 198, 0.13);
  box-sizing: border-box;
}

#Themeboxes #OceraServerSaveBox .ocera-server-save-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 2px 1px 1px;
  border-right: 1px solid rgba(197, 169, 116, 0.72);
  background: rgba(4, 25, 43, 0.36);
  box-sizing: border-box;
}

#Themeboxes #OceraServerSaveBox .ocera-server-save-cell:last-child {
  border-right: 0;
}

#Themeboxes #OceraServerSaveBox .ocera-server-save-label {
  display: block;
  color: #c8d9e3;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  text-shadow: 1px 1px 1px #020b13;
}

#Themeboxes #OceraServerSaveBox .ocera-server-save-value {
  display: block;
  color: #f2cf8c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #020b13;
}

#Themeboxes #OceraServerSaveBox .Bottom.ocera-server-save-bottom {
  position: absolute;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 180px !important;
  height: 12px !important;
}
