
.top-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
.top-wrapper:before {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#100601), color-stop(27%, #110a01f2), color-stop(48%, #110a01f2), color-stop(78%, #110a01e3), to(#100601));
	background: linear-gradient(180deg, #100601 0%, #110a01f2 27%, #110a01f2 48%, #110a01e3 78%, #100601 100%);
}

.topcontainer { max-width: 1200px; height: 100%; width: 100%; margin: 0 auto; padding: 0px 25px; position: relative; }
.color-yellow { color: #cb9f52; }
.color-blue { color: #0671be; font-weight: 500;}
.color-red { color: #c14718; font-weight: 500;}
.castle_name { color: #eed289; font-weight: 400;}
.white {color: white;}
.mid-gray {color: #8c8c8c;}
.clan-crest {border-radius: 0px !important;width: 16px !important;height: 12px !important;}
.ally-crest {border-radius: 0px !important;padding-right: 0px;width: 8px !important;height: 12px !important;margin: 0px !important;}
.topBlock {text-align: center; padding-top: 30px;}
.title {  display: block; margin-bottom: 20px; color: #ffffff; font-size: 20px; font-family: "Philosopher", sans-serif;  }
.topTable-epic .topTable_td:first-child { width: 100%; }
.topTable-epic .topTable_td:last-child { width: 100%; }
.topTable { padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.1); -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 1.5rem; position: relative; }
.topTable-title { padding: 0px 15px; height: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 12px; font-weight: 400; color: #8f8f8f; text-transform: uppercase; position: relative; z-index: 1; }
.topTable-tr { padding: 0px 10px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
.topTable-tr:nth-child(odd) { background: ; }
.topTable-tr:nth-child(even) { background: ; }
.topTable-tr img{height: 12px; position: relative; z-index: 3;}
.topTable-tr a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 120px; position: relative; z-index: 3; }
.topTable-tr:after { content: ""; position: absolute; left: -3px; top: -3px; border: 2px solid #dfa33c; height: calc(100% + 6px); width: calc(100% + 6px); z-index: 2; -webkit-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0px 0px 20px 0px rgba(223, 163, 60, 0.2), inset 0px 0px 20px 0px rgba(223, 163, 60, 0.2); box-shadow: 0px 0px 20px 0px rgba(223, 163, 60, 0.2), inset 0px 0px 20px 0px rgba(223, 163, 60, 0.2); opacity: 0; }
.topTable_td { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.topTable_td span { position: relative; z-index: 3; }
.topTable_td:first-child { width: 80%; }
.topTable_td:last-child { width: 30%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.topTable_td:last-child span { font-size: 12px; }
.number { width: 30px; display: block; }
.top { padding-bottom: 30px; width: 100%; font-size: 12px; color: #524d49; }

