@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.12.0/webfonts/fa-solid-900.woff2);
}

.social.icons i {
    font-size: 2rem;
    font-weight: normal !important;
}

.profile-text.row.social.icons i {
    margin-right: 0.5rem;
}

.profile-text.row.social.icons input {
    width: calc(100% - 2rem);
    display: inline-flex;
}

@media (max-width: 485px) {
    .profile-preview .profile ul li * {
        width: 100% !important;
        display: block;
        text-align: left;
    }

    .profile-preview .profile ul li {
        flex-direction: column;
    }
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #0081ff77;
}

.utc {
    opacity: 0.7;
    font-size: 0.8rem;
    margin-left: 0.25em;
    color: #0081ff;
    font-weight: 500;
}

table#inviteKeysTable tbody tr td:nth-child(2) {
    font-family: monospace;
    letter-spacing: 1em;
    font-size: 1.2rem;
}

table#inviteKeysTable tr td:nth-child(2),
table#inviteKeysTable tr td:nth-child(3),
table#inviteKeysTable tr td:nth-child(4),
table#inviteKeysTable tr th:nth-child(2),
table#inviteKeysTable tr th:nth-child(3),
table#inviteKeysTable tr th:nth-child(4) {
    text-align: center;
}

table#inviteKeysTable tr td:nth-child(5),
table#inviteKeysTable tr th:nth-child(5) {
    text-align: right;
}

body {
    counter-reset: inviteKeys;
}
table#inviteKeysTable tbody tr td:nth-child(1) span::before {
    counter-increment: inviteKeys;
    content: counter(inviteKeys) ".";
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.fadeOut td,
.fadeOut td * {
    transition: all 1s ease-in-out;
    opacity: 0;
    transform: scale(0);
}
.fadeOut {
    transition: all 1s ease-in-out;
    transform: scale(0);
}

.game-list.row > div > div {
    background-color: #000000aa;
}

.game-list.row > div > div:hover {
    background-color: #0081ff33;
}

.game-list p {
    line-height: 1.1em;
    font-size: 1.25em;
}

.autocomplete {
    max-height: 400px;
    color: #fff;
    background-color: #000;
    border: var(--blue-border);
    overflow-y: auto;
    opacity: 0;
    font-size: 0.9em;
}

.autocomplete.on {
    opacity: 1;
}

.autocomplete ul li {
    padding: 0.5em;
    cursor: pointer;
}

.autocomplete ul li:hover {
    background-color: #0081ff33;
}

form.addGame {
    display: flex;
    flex-direction: column;
}

form.addGame input {
    width: 100%;
    padding: 0.5em !important;
}

@media screen and (max-width: 767px) {
    form.addGame input {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    form.addGame button {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    form.addGame {
        flex-direction: row;
    }

    form.addGame input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    form.addGame button {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        width: 180px;
    }
}

@media screen and (max-width: 520px) {
    .game-list.row > div > div > div {
        flex-direction: column;
    }

    .game-list p {
        padding-bottom: 1em !important;
    }
}

/* group toggler */

.group-toggler {
    transition: border-radius 0.5s ease-in-out;
}

.group-toggler.off {
    border-top-right-radius: 1em !important;
    border-bottom-right-radius: 1em !important;
}

@media screen and (max-width: 767px) {
    .group-toggler {
        width: 50px;
    }

    .group-toggler.off {
        width: 100%;
    }
}

/* game tools */

.game-tools .expanding {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.game-tools .expanding.on {
    width: 118px;
    opacity: 1;
}

.game-tools .expanding.off {
    width: 0px;
    padding: 0px;
    border-width: 0px;
    opacity: 0;
}

.alphabet {
    margin: -0.5em auto 0 auto;
    max-width: 100%;
    overflow-x: scroll;
    position: sticky;
    top: calc(88px - 0.5em);
    z-index: 5;
}

.letter-anchor {
    position: relative;
    display: block;
    top: -210px;
}

main {
    display: flex;
    flex-direction: column;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gamelink-schedule .toolkit > button,
.gamelink-schedule .toolkit > a.btn {
    width: 50%;
}

.panel-event-type-1 {
    background: linear-gradient(180deg, #0061ff28, transparent), transparent;
}

.panel-event-type-2 {
    background: linear-gradient(180deg, #ffcc0028, transparent), transparent;
}

.panel-event-type-3 {
    background: linear-gradient(180deg, #7700ff28, transparent), transparent;
}

[class*="panel-event-type-"] {
    transition: background-color 0.25s ease-in-out;
}

.panel-event-type-1:hover {
    /*background: linear-gradient(180deg, #0061ff28, #0061ff0d);*/
    background: linear-gradient(180deg, #0061ff28, transparent), #0061ff0d;
}
.panel-event-type-2:hover {
    background: linear-gradient(180deg, #ffcc0028, transparent), #ffcc000d;
}
.panel-event-type-3:hover {
    background: linear-gradient(180deg, #7700ff28, transparent), #7700ff0d;
}

.bg-event-type-1 {
    background-color: #0061ff99;
}
.bg-event-type-2 {
    background-color: #ffcc0099;
}
.bg-event-type-3 {
    background-color: #7700ff99;
}

.gamelink-schedule-list {
    overflow-x: hidden;
}

.gamelink-whole .gamelink span[data-template="attendees"] {
    font-size: inherit;
}

main {
    overflow-x: clip;
    width: 100%;
}

[data-events-date-today],
[data-events-date-next],
[data-events-date-prev],
.gamelink-whole a[data-event-id] {
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.gamelink-whole .gamelink .description strong {
    font-size: 1.2em;
}

.gamelink-whole .gamelink {
    transition: height 0.25s ease-in-out;
    overflow-y: clip;
}

.footer-clean {
    color: #fffc;
}

.date-switcher > * {
    transition: opacity 0.3s ease-in-out !important;
}
.date-switcher .off {
    opacity: 0;
}

.news-content h3,
.modal h3 {
    border-bottom: none;
}

/* buttons inline with h3 (expand) */
h3 > button {
    background-color: transparent;
    border: none;
    color: inherit;
}
h3 > button > i.la {
    transition: transform 0.35s ease-in-out;
}

figure > img {
    border-radius: 0.5em;
    border: 2px solid #0081ff;
    box-shadow: var(--blue-border-shadows);
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.img-icon {
    height: 24px;
    width: 24px;
    margin-right: 0.5em;
    margin-left: 1px;
    margin-top: -3px;
    opacity: 0.8;
}

input.border-danger:focus,
select.border-danger:focus,
textarea.border-danger:focus {
    box-shadow: 0 0 25px 5px #dc354580, 0 0 10px #dc3545 !important;
}

.nav-icon {
    font-size: 24px;
}

.rotate-center {
    -webkit-animation: rotate-center 25s linear infinite both;
    animation: rotate-center 25s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-6-15 22:10:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

h2.no-after::after {
    display: none;
}

section.product-about header .product {
    margin: auto;
    height: 500px;
    width: 500px;
    border-radius: 6em;
    transform: rotate(45deg);
    background: linear-gradient(135deg, transparent, #0081ff);
    padding: 0;
    margin: auto;
    mix-blend-mode: hard-light;
    opacity: 0.75;
}

section.product-about header .product-spinner-col img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    opacity: 0.5;
    filter: drop-shadow(0 0 25px white) drop-shadow(0 0 25px white)
        drop-shadow(0 0 15px #0081ff) drop-shadow(0 0 15px #0081ff);
}

section.product-about header .product-tag-1,
section.product-about header .product-tag-2 {
    font-family: "Yantramanav";
    color: white;
    display: block;
}

section.product-about header .product-tag-2 {
    padding-top: 0.35em;
    max-width: 80vw;
}

section.product-about header .product-tag-1 {
    border-bottom: 2px solid #0081ff;
    width: fit-content;
    overflow-x: visible;
    white-space: nowrap;
}

section.product-about {
    background: linear-gradient(0deg, black 10%, transparent 60%);
    background-position-x: 0px;
    min-height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    section.product-about header .product {
        width: 100vw;
        height: 100vw;
        min-width: 100vw;
        min-height: 100vw;
    }

    section.product-about header .product-spinner-col {
        padding: 0 !important;
    }

    section.product-about header .col-12 {
        max-height: calc(50vh - 40px);
    }

    section.product-about header .product-tag-1,
    section.product-about header .product-tag-2 {
        margin-left: auto;
        margin-right: auto;
    }
}
