@font-face {
    font-family: 'Roboto';
    src: url('/css/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('/css/Roboto-Bold.ttf') format('truetype');
}

body {
    font-family: Roboto, "Open Sans", Helvetica, Arial, sans-serif;
    font-size:16px;
    color: #182875;
    background-color: #d9ecff;
    margin: 0;
    padding: 0;
}

.text-small {
    font-size: smaller;
}

.page-title {
    font-family: "Roboto Bold", "Open Sans", Helvetica, Arial, sans-serif;
}

.page-header {
    font-family: "Roboto Bold", "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    width: 800px;
}

.page-content {
    margin: 0 auto;
    width: 800px;
}

.page-footer {
    margin: 0 auto;
    width: 800px;
}

a:link {
    color: #52829E;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #52829E;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #03BFFD;
    text-decoration: underline;
    font-weight: bold;
}

a:active {
    color: #52829E;
    text-decoration: none;
    font-weight: bold;
}

input.error {
    background-color: #ffeefe;
    border: 1px solid #d41322;
    box-shadow: 0 0 16px #eda7b2;
}

select.error {
    background-color: #ffeefe;
    border: 1px solid #d41322;
    box-shadow: 0 0 16px #eda7b2;
}

textarea.error {
    background-color: #ffeefe;
    border: 1px solid #d41322;
    box-shadow: 0 0 16px #eda7b2;
}

.hidden {
    display: none;
    overflow: hidden;
}

.img-left {
    display: block;
    max-height: 200px;
    width: auto;
    height: auto;
    border: 0;
    float: left;
    margin: 8px 20px 8px 4px;
}

.img-right {
    display: block;
    max-height: 200px;
    width: auto;
    height: auto;
    border: 0;
    float: right;
    margin: 8px 20px 8px 4px;
}

.img-full-width {
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
}

.thumbnail-target-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thumbnail-target {
    display: inline-block;
    clear: both;
    padding: 0;
    text-align: center;
    user-select: none;
    /* border: 1px solid #8993cc;
    background-color: #0e1f5b;
    border-radius: 4px;
    box-shadow: inset 0 0 4px #3b4bc0; */
    cursor: copy;
    /* height: 60px; */
    max-height: 60px;
    width: 60px;
    max-width: 60px;
}

.thumbnail-target-over {
    background-color: #ff5f87;
    border-color: #ff0000;
}

.action-group {
    margin: 1em 0.25em;
    padding: 1em;
}

#loginForm a:link {
    color: #52829E;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
}

#loginForm a:visited {
    color: #52829E;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
}

#loginForm a:hover {
    color: #03BFFD;
    text-decoration: underline;
    font-weight: normal;
    font-size: 9pt;
}

#loginForm a:active {
    color: #52829E;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
}

#left-menu {
    float: left;
    width: 10%;
    min-width: 180px;
    background-color: #FFFFFF;
}

#center-content {
    float: left;
    width: 80%;
    margin: 10px 10px 10px;
}

#toolsmenu {
    line-height: 2;
}

.note {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #636363;
    line-height: 16px;
}

.styleStrong {
    font-weight: bold;
    color: #0099CC;
}

.game-item {
    clear: both;
    height: 60px;
    padding: 0.25rem;
    cursor: move;
    user-select: none;
    border: 1px solid #374b66;
    background-color: #D9ECFF;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 2px #243166;
}

.game-item-nodrag {
    clear: both;
    height: 50px;
    padding: 0.25rem;
    user-select: none;
    border: 1px solid #374b66;
    background-color: #D9ECFF;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 2px #243166;
}

.user-item {
    clear: both;
    height: 50px;
    padding: 0.25rem;
    cursor: pointer;
    user-select: none;
    border: 1px solid #374b66;
    background-color: #D9ECFF;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 2px #243166;
}

.dragTargetOver {
    margin-top: 10px;
    background-color: #FFFFFF;
}

.contentAreaBorder {
    padding: 6px 12px;
    border: 1px solid #8993cc;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 2px #3b4bc0;
}

.marginBuffer {
    margin: 12px;
}

.img-left {
    float: left;
    padding: 0.5rem;
    clear: both;
}

.markdownSample {
    margin: 0 2em;
}

.markdownOutput {
    padding: 0;
}

blockquote {
    border-left: 5px solid #cccccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    font-style: italic;
}

.file-target {
    clear: both;
    padding: 1em;
    text-align: center;
    user-select: none;
    border: 1px solid #8993cc;
    background-color: #D9ECFF;
    border-radius: 4px;
    box-shadow: inset 0 0 4px #3b4bc0;
    cursor: copy;
    height: 60px;
    max-height: 60px;
}

.file-target-over {
    background-color: #ff5f87;
    border-color: #ff0000;
}

#drop-zone h3 {
    margin: 0.25em;
}

.upload-file-button {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#file-upload-thumbnail {
    float: left;
}

.contain-thumbnail {
    display: block;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.icon-title {
    display: inline-block;
    height: 2em;
    width: auto;
}

.centered {
    text-align: center;
}

.leaderboardRank {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #182875;
    font-weight: bold;
    text-align: right;
    float: left;
    min-width: 34px;
    margin-right: 4px;
    padding-top: 20px;
}

.listTotal {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18pt;
    color: #182875;
    font-weight: bold;
}

.gameThumb {
    text-align: left;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 1rem;
    padding-left: 0.25rem;
}

.gameTitle {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16pt;
    color: #182875;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 52%;
    padding-top: 1em;
}

.item-container {
    border: 1px solid #666666;
    padding: 1em;
}

.promotion-list {
    list-style-type: none;
    padding: 8px;
    margin: 0;
}

.promotion-list-item-body {
    height: 5em;
}

.promotion-img-thumbnail {
    display: block;
    height: 100%;
    max-height: 100%;
    width: auto;
    float: left;
    margin: 0 1em;
}

#promotion-item-form {
    padding: 12px;
    margin-bottom: 12px;
}

.error_strings {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #CC0909;
}

.errormsg {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #CC0909;
}

.errorstyle {
    box-shadow: 0 0 3px #CC0909;
}

.padded-msg {
    padding: 0 12px;
}

.info-message {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #006922;
}

.panel-group {
    display: block;
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #374b66;
    border-radius: 0.25rem;
}

.stats-group {
    display: block;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #374b66;
    border-radius: 4px;
    width: 250px;
    float: left;
    margin-right: 12px;
}

.stats-group-wide {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border: 1px solid #374b66;
    border-radius: 4px;
    width: 50%;
}

.stats-group ul {
    line-height: 150%;
}

.info-table {
    width: 100%;
    border-spacing: 0;
}

.info-table td {
    padding: 0.5rem;
}

.info-table tr:nth-child(odd) {
    background-color: #cccccc;
}

.info-table tr:nth-child(even) {
    background-color: #f1e6e6;
}

.info-group {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #666666;
}

.info-group h4 {
    font-weight: bold;
    font-size: 14px;
    color: #374b66;
}

.info-group label {
    font-weight: bold;
    font-size: 12px;
    color: #374b66;
}

.gameList-edit-tasks {
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0.5em;
    padding-right: 0.5em;
}

td.menuitem {
    line-height: 25px;
    padding-left: 10px;
    background-color: #D9ECFF;
    background-position: center center;
    font-weight: bold;
}

td.menuitem:hover {
    background-color: #bed5ff;
}

td.menuitem_on {
    line-height: 25px;
    padding-left: 10px;
    background-color: #DECC3A;
    background-position: center center;
    font-weight: bold;
}

.form-table td {
    height: 32px;
}

.dataTable {
    width: 100%;
    padding: 24px;
    margin: 12px;
}

.site-table {
    width: 80%;
    padding: 24px;
    margin: 12px;
}

.site-table tr {
    height: 2rem;
}

.site-table tr:nth-child(even) {
    background-color: #bed5ff;
}

.site-table tr:hover {
    background-color: #dbe5ff;
}

#UserListTable {
    width: 80%;
    padding: 4px;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

#UserListTable tr:hover {
    background-color: #ffff99;
    cursor: pointer;
}

a.menuitem {
    display: inline-block;
    width: 100%;
    height: 100%;
}

a.menuitem:link {
    color: #182875;
    text-decoration: none;
    font-weight: bold;
}

a.menuitem:visited {
    color: #182875;
    text-decoration: none;
    font-weight: bold;
}

a.menuitem:hover {
    color: #1a9bfd;
    text-decoration: none;
    font-weight: bold;
}

a.menuitem:active {
    color: #1a9bfd;
    text-decoration: none;
    font-weight: bold;
}

td.dynitem {
    border: 1px;
    background-color: #81BEF7;
    padding: 2px 4px 4px 4px;
}

td.dyntitle {
    font-weight: bold;
}

.info-table {
    border: 1px solid #1a9bfd;
    background-color: #accbff;
}

#admin-header {
    width: 100%;
    height: 50px;
    min-height: 50px;
    background-color: #bed5ff;
}

.header-title {
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #182875;
    padding-top: 8px;
}

#admin-footer {
    clear: both;
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0.25rem 1rem;
    background-color: #bed5ff;
}

#GameConfigData {
    width: 300px;
    height: 80px;
    font-family: "Consolas", "Courier New", monospace;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

#messageArea {
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
}

.action-button {
    border: 1px solid #374b66;
    border-radius: 4px;
    padding: 8px;
    margin: 4px 8px;
    font-weight: bold;
}

.action-button:hover {
    background-color: #bed5ff;
}

.action-button-right {
    float: right;
    float: right;
}

.user-profile-chiclet {
    margin: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    max-height: 32px;
}

.user-avatar-medium {
    width: 48px;
    height: 48px;
    margin: 4px 4px 0 4px;
}

.user-avatar-large {
    padding: 2px;
    margin: 4px 4px 0 4px;
    width: 90px;
    height: 90px;
}

.user-name {
    font-weight: 100;
    font-size: 0.80rem;
}

.conf-thumbnail {
    margin: 0 20px;
    height: 32px;
    width: auto;
}

.conf-thumbnail-missing {
    display: inline-block;
    margin: 0 20px;
    height: 32px;
    width: 32px;
    background-color: #0e7700;
}

.conf-topic-container {
    border: 1px solid #e6e6e6;
}

.conf-topic-title {
    margin: 1rem 0 0 0;
    line-height: 2rem;
}

.conf-topic-subtitle {
    font-size: 0.75rem;
}

.conf-topic-card-wide {
    margin: 1rem 0.125rem;
    padding: 0.125rem;
    border-top: 2px solid #7f0b15;
    width: 100%;
    max-width: 100%;
}

.conf-topic-card-square {
    display: flex;
    flex-direction: column;
    margin: 1rem 0.125rem;
    padding: 1rem;
    border: 1px solid #ffedef;
    border-top: 2px solid #7f0b15;
}

.conf-topic-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.conf-topic-author {
    text-align: center;
    width: 10%;
    max-width: 10%;
}

.conf-topic-date {
    color: darkslategray;
}

.conf-topic-card-title {
    padding: 0.5rem 1rem;
    width: 90%;
    max-width: 90%;
}

.conf-topic-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.conf-topic-attributes {
    border-top: 1px solid #ffedef;
    font-size: 0.75rem;
}

.conf-topic-date {
    font-style: italic;
}

.conf-replies-count {
    font-weight: 500;
}

.conf-topic-body {
    margin-top: 1rem;
    margin-bottom: auto;
}

.conf-topic-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.conf-tags-section {
    flex: 1 1 50%
}

.conf-topic-nav {
    flex: 1 1 50%;
    text-align: right;
}

.conf-tag {
    border: 1px solid #b4b4b4;
    border-radius: 8px;
    background: #dadada;
    color: #575757;
    margin: 4px;
    padding: 4px 10px;
    font-weight: 300;
    font-size: 0.75rem;
    font-style: italic;
}
.conf-tag:hover {
    color: #ffffff;
    text-decoration: none;
}

.comment-reply-wide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 1em;
    padding: 1.5em;
    border-radius: 12px;
    border: 1px solid rgba(54, 126, 189, 0.3);
    background-color: #d9edf7;
}

.comment-reply-wide .reply-avatar {
    width: 10%;
    flex: 0 0 0;
}

.comment-reply-wide .reply-body {
    width: 90%;
}

.comment-reply-wide .reply-info {
    margin-bottom: 0;
    color: #5e5e5e;
}

.comment-reply-wide .reply-date {
    color: #5e5e5e;
    font-size: 0.72em;
}

.reply-header h2 {
    margin-top: 0;
    margin-bottom: 0.25em;
}

.reply-content {
    margin-bottom: 1em;
}

.comment-reply-wide .reply-footer {
    margin-bottom: 0;
    color: #000fb3;
    text-align: right;
    border-top: 1px solid rgba(54, 126, 189, 0.2);
}

.div-feedback {
    width: 80%;
    padding: 1em;
    background-color: #b1c4d7;
    border: 1px solid rgba(54, 126, 189, 0.2);
    border-radius: 8px;
}

#wait-feedback {
    float: right;
    margin: -2em 1em 0 0;
}

.cmsButton {
    padding: 0.5rem;
    font-weight: bold;
    border-radius: 8px;
}

.btnRight {
    float: right;
}

.selectGame {
    font-size: 16pt;
    color: #000fa3;
    padding: 0.25rem;
}

.loading-feedback {
    font-size: 5px;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #000fa3, 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.5), -1.8em -1.8em 0 0em rgba(0,15,163, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.7), 1.8em -1.8em 0 0em #000fa3, 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.5), 1.8em -1.8em 0 0em rgba(0,15,163, 0.7), 2.5em 0em 0 0em #000fa3, 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.5), 2.5em 0em 0 0em rgba(0,15,163, 0.7), 1.75em 1.75em 0 0em #000fa3, 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.5), 1.75em 1.75em 0 0em rgba(0,15,163, 0.7), 0em 2.5em 0 0em #000fa3, -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.5), 0em 2.5em 0 0em rgba(0,15,163, 0.7), -1.8em 1.8em 0 0em #000fa3, -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.5), -1.8em 1.8em 0 0em rgba(0,15,163, 0.7), -2.6em 0em 0 0em #000fa3, -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.5), -2.6em 0em 0 0em rgba(0,15,163, 0.7), -1.8em -1.8em 0 0em #000fa3;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #000fa3, 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.5), -1.8em -1.8em 0 0em rgba(0,15,163, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.7), 1.8em -1.8em 0 0em #000fa3, 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.5), 1.8em -1.8em 0 0em rgba(0,15,163, 0.7), 2.5em 0em 0 0em #000fa3, 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.5), 2.5em 0em 0 0em rgba(0,15,163, 0.7), 1.75em 1.75em 0 0em #000fa3, 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.5), 1.75em 1.75em 0 0em rgba(0,15,163, 0.7), 0em 2.5em 0 0em #000fa3, -1.8em 1.8em 0 0em rgba(0,15,163, 0.2), -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.5), 0em 2.5em 0 0em rgba(0,15,163, 0.7), -1.8em 1.8em 0 0em #000fa3, -2.6em 0em 0 0em rgba(0,15,163, 0.2), -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.5), -1.8em 1.8em 0 0em rgba(0,15,163, 0.7), -2.6em 0em 0 0em #000fa3, -1.8em -1.8em 0 0em rgba(0,15,163, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,163, 0.2), 1.8em -1.8em 0 0em rgba(0,15,163, 0.2), 2.5em 0em 0 0em rgba(0,15,163, 0.2), 1.75em 1.75em 0 0em rgba(0,15,163, 0.2), 0em 2.5em 0 0em rgba(0,15,163, 0.2), -1.8em 1.8em 0 0em rgba(0,15,163, 0.5), -2.6em 0em 0 0em rgba(0,15,163, 0.7), -1.8em -1.8em 0 0em #000fa3;
    }
}

.footer-copyright {
    text-align: center;
    color:#6370ff;
}
