@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

@keyframes glowsapphire {
	to {
		text-shadow: 0 0 12px #0F52BA, 0 0 16px #0F52BA, 0 0 20px #0F52BA;
	}
}

.c1649 > * { /* Sapphire */
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
        text-shadow: 0 0 20px #0F52BA;
        color: #FFFFFF;
        animation: glowsapphire 5s infinite alternate !important;
font-size: 1.5em;
}

.c1649 a {
font-size: 1em;
}

body[data-clan]
{
	background-image: url(https://i.imgur.com/D0ufzUT.png) !important;
background-size: 100% 100%;
        background-position: top 51px left;
	color: #FFFFFF;
text-shadow: 0 0 2px #0F52BA;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
body[data-clan="1649"] ul.clan-records > li .record {
    border-color: #0F52BA;
    box-shadow: 0 0 10px #0F52BA;
    border-width: 2px;
}

body[data-clan="1649"] .dataTables_wrapper {
    border: 2px solid #0F52BA;
}