.boximage_guild{
  background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
  padding: 2px;
  margin: 5px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4d4;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  width: 68px;
  height: 68px;
}

.boximage_guild::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.boximage_guild:hover::before {
  opacity: 0.2;
}

.boximage_guild span {
  position: absolute;
}

.boximage_guild span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}
.tooltip-box h2 {
  text-align: left;
}
.tooltip-box h2 a {
  color: yellow;
  font-size: 14px;
  text-align: left;
  line-height: 1.3em;
}

.tooltip-box  .item_content_guild {
  text-align: left;
  font-size: 12px;
}

.tooltip-box > span {
  color: yellow;
  text-align: left;
}

.tooltip-box ul {
  margin: 0 !important;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.boximage_guild span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.boximage_guild span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.boximage_guild span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.table-single {
    border-collapse: collapse !important;
}

.table-single thead tr th {
    background-color: #7a83bb;
    padding: 5px;
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
    text-align: center;
}

.table-single tbody tr td {
    background-color: #272626;
    padding: 5px;
    border: 1px solid #ccc;
}

.table-single tbody tr td h1 {
    font-size: 14px;
}

.table-single tbody tr td:nth-child(1) img {
    margin: auto;
    width: 68px;
    height: 68px;
}

.table-single tbody tr td:nth-child(1) {
    text-align: center;
}

.table-single tbody tr td:nth-child(2) {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

ul.list_do_guild {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 0;
}

.fullbox1 {
    width: 100%;
    float: left;
    background: #102531;
    padding: 15px;
}

.layout1_01 {
    width: 100%;
}

h3.mt20.mb30 {
    width: 100%;
    font-size: 19px;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 30px;
}

.layout1_02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tooltip1 {
    width: 25%;
    margin-bottom: 15px;
}

.tooltip1 span.text-center {
    color: #918888;
    font-size: 14px;
    text-align: center;
}

img.lmht_item_hl {
    padding: 0;
    border-radius: 1px;
    margin-right: 8px;
    border: 1px solid #ad8694;
}