.about-us .panel {
  background-color: #0009;
}

.about-us .row .row .col-12[style*="left: 50%"] {
  border-left: 1px solid #0081ff55;
}

.about-us .row .row .col-12[style*="top: 0"] {
  border-top: unset;
}

@media (max-width: 991px) {
  .row.panel {
    padding-left: 1em;
    padding-right: 1em;
    /*text-align: justify;*/
  }
}

@media (max-width: 991px) {
  .about-us .row .row .col-12 {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .about-us .row .row .col-12 {
    border-top: 1px solid #0081ff55;
    padding-left: 3em;
    padding-right: 3em;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .about-us .row[data-masonry] > div:not(:last-child) p {
    border-bottom: 1px solid #0081ff55;
  }
}

@media (max-width: 991px) {
  .about-us h4 > i {
    display: block;
    font-size: 5em;
    bottom: 0;
    margin: 0;
    margin-bottom: 1rem;
  }
}

.about-us h4 {
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) and (max-width:991px) {
  .about-us h4 {
    float: left;
    width: 12em;
    padding-right: 1em;
    margin-top: 0.5em;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .about-us div[class*="col"] p {
    padding-top: 0 !important;
  }
}

.about-us div[class*="col"] p {
  padding-top: 2em;
}

@media (min-width: 992px) {
  .about-us h4 {
    text-align: left;
  }
}

/* buttons */

.btn, .btn:focus {
  display: flex;
  background-color: #0005;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-blend-mode: soft-light;
  box-shadow: 0 0 0 #0000;
  border-color: #0081ff;
  border-radius: 15px;
}

.btn-primary, .btn-primary:focus, .btn-warning:focus, .btn-danger:focus, .btn-success:focus {
  border-color: #0081ff;
}

.btn-primary:hover {
  border-color: #0081ff;
  background-color: #0081ff;
  background-image: url(/assets/img/mainPanel_bg2.png);
  box-shadow: 0 0 45px 5px #0081ff;
  text-shadow: 0px 0px 5px rgba(0,0,0,.15);
}

.btn i[class^=la] {
  font-size: 1.5em;
  color: #0081ff;
  padding-right: .25rem;
}

.btn-primary:hover i[class^=la] {
  color: #a8d4ff;
}

/* button - success */

.btn.success {
  display: flex;
  background-color: #0005;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-blend-mode: soft-light;
  box-shadow: 0 0 0 #0000;
}

.btn-success:hover, .btn.success:hover {
  background-color: #00ff0a !important;
  background-image: url(/assets/img/mainPanel_bg2.png);
  box-shadow: 0 0 45px 5px #00ff0a !important;
  text-shadow: 0px 0px 5px rgba(0,0,0,.15);
}

.btn-success:hover i[class^=la], .btn.success:hover i[class^=la] {
  color: #009c06 !important;
}

.btn-success:hover, .btn.success:hover {
  color: #007404 !important;
}

/* button - danger */

.btn-danger:hover, .btn.danger:hover {
  background-color: #ff0a0a !important;
  border-color: #ff0a0a;
  background-image: url(/assets/img/mainPanel_bg2.pn);
  box-shadow: 0 0 45px 5px #ff0a0a !important;
  text-shadow: 0px 0px 5px rgba(0,0,0,.15);
}

.btn-danger > *, .btn-primary > *, .btn-success > *, .btn-warning > * {
    transition: all .2s ease-in-out;
}

/*.btn-danger:focus i[class^=la], .btn.danger:focus i[class^=la] {
  color: #9c0900 !important;
}*/

.btn-danger:hover i[class^=la], .btn.danger:hover i[class^=la] {
  color: #9c0900 !important;
}

.btn-danger:hover, .btn.danger:hover {
  color: #740700 !important;
}

/*.btn-danger:focus {
    border-color: #ff0a0a;
}*/

/* button - warning */

.btn-warning:hover, .btn.warning:hover, .btn-warning.checked {
  background-color: #ffba0a !important;
  background-image: url(/assets/img/mainPanel_bg2.png);
  box-shadow: 0 0 45px 5px #ff8e0a !important;
  text-shadow: 0px 0px 5px rgba(0,0,0,.15);
}

.btn.btn-warning, .btn.warning {
  color: #fff;
}

/*.btn-warning:focus, .btn.warning:focus, .btn-warning:focus i[class^=la], .btn.warning:focus i[class^=la] {
  color: #9c5400 !important;
}*/

.btn-warning:hover i[class^=la], .btn.warning:hover i[class^=la], .btn-warning.checked i[class^=la] {
  color: #9c5400 !important;
}

.btn-warning:hover, .btn.warning:hover, .btn-warning.checked {
  color: #743100 !important;
}
.btn-warning.checked:not(:hover) {
    box-shadow: none !important;
}

/*.btn-warning:focus {
    border-color: #ffba0a;
}*/

.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
  margin-top: 0 !important;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a > i {
  padding: 4.5px;
}

.footer-clean .item.social > a {
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-flex;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
  text-decoration: none;
}

.footer-clean .item.social > a:hover {
  opacity: 1;
  box-shadow: var(--shadow-activity-active);
  border-color: transparent;
  color: var(--bs-primary);
  transition: all .25s ease-in-out;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.gamelink-whole {
  position: relative;
  top: -1px;
}

div.gamelink .header {
  padding-bottom: .25em;
}

div.gamelink {
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 15px;
}

.gamelink .header span, .gamelink .date-control a {
  color: rgb(147,198,255);
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-size: .8rem;
  overflow: visible;
  letter-spacing: .025em;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.gamelink .date-control a:hover {
  color: #2b8eff;
  text-shadow: 0 0 5px #2b8eff;
}

.gamelink .header span span {
  color: rgb(255,212,0);
  font-family: Orbitron, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

div.gamelink div.timeline {
  display: grid;
  position: relative;
  width: 100%;
  height: 35px;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  /*grid-template-areas: ". . . . . . . . . . . . . . . . . . . . . . . .";*/
  background-image: url(/assets/img/gamelinkGrid.png);
  background-size: 4.16666666%;
  align-items: center;
}

div.gamelink div.timeline div.event {
  height: calc(100% - 14px);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 5px;
  mix-blend-mode: screen;
}

div.gamelink div.timeline .public {
  background-color: rgba(0,109,236,.8);
  box-shadow: 0px 0px 10px rgba(0,120,255,.9);
}

div.gamelink div.timeline .private {
  background-color: rgba(255,212,0,.9);
  box-shadow: 0px 0px 10px rgba(255,212,0,.9);
}

div.gamelink div.timeline .social {
  background-color: rgba(81,183,255,.8);
  box-shadow: 0px 0px 10px rgba(81,183,255,.9);
}

div.gamelink div.timeline div.description p {
  display: block;
  width: 100%;
  color: #fff;
  font-size: .8em !important;
  text-align: center !important;
  margin: 0px;
  text-shadow: 0px 0px 10px rgb(0,0,0), 0px 0px 5px rgb(0,0,0), 0px 0px 1px rgb(0,0,0) !important;
  font-family: 'Yantramanav';
}

div.gamelink div.timeline .description {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

.timeline.heading {
  background-image: none !important;
  height: 45px !important;
  margin-left: -1px;
}

.timeline.heading > div {
  background: url(/assets/img/2x1_line.png);
  box-shadow: inset 0px 0px 35px rgba(0,102,255,0.52);
  /*height: 36px;*/
  /*padding-top: 1.6rem;*/
  /*width: 30px;*/
  margin-left: 1px;
  height: 100%;
  overflow: hidden;
}

.timeline.heading > div > span {
  transform: rotate(-90deg) skew(-30deg);
  display: block;
  color: rgb(138,196,255);
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  font-size: 0.75em;
  text-shadow: 0px 0px 1px rgba(0,0,0,.7), 0px 0px 5px rgb(138,196,255);
  text-rendering: optimizeLegibility;
  margin: auto;
}

.timeline.heading > div {
  display: flex;
  align-items: center;
  align-content: center;
}

.skew {
  transform-origin: left bottom;
  transform: skewX(-30deg);
}

.timeline.heading > .now {
  border-bottom: 2px solid rgb(146, 212, 255);
  background: radial-gradient(ellipse at center, rgba(125,185,232,1) 50%, rgba(0,154,255,1) 100%);
  /*background-color: rgb(0, 154, 255) !important;*/
  /*background-image: none;*/
  box-shadow: 0px 0px 1px rgba(0,0,0,.7), inset 0px 0px 15px rgba(43,142,255,.8), 0px 2px 10px rgba(43,142,255,.8);
  color: rgba(0,154,255,1);
  position: relative;
  z-index: 50;
}

.timeline.heading > .now > span {
  color: rgb(0,40,80);
  text-shadow: 0px 0px 0px rgba(0,40,80,1), 0px 0px 10px rgba(255,255,255,.5);
}

.gamelink > .row.no-gutters.header span {
  /*display: inline-block;*/
  color: rgb(147,198,255);
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-size: .8em;
  overflow: visible;
  letter-spacing: .025em;
}

.gamelink > .row.no-gutters.header span span {
  color: rgb(255,212,0);
  font-family: Orbitron, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  /*display: block;*/
}

.gamelink > .row.no-gutters.header span a {
  cursor: pointer;
  text-shadow: 0px 0px 1px rgba(0,0,0,.7), 0px 0px 0px rgba(43,142,255,1), 0px 0px 0px rgba(43,142,255,0);
  transition: all .25s ease-in-out;
  text-decoration: none;
  color: inherit;
}

.gamelink > .row.no-gutters.header span a:hover, .gamelink > .row.no-gutters.header span a:hover {
  color: rgb(187,238,255);
  text-shadow: 0px 0px 1px rgba(0,0,0,.7), 0px 0px 15px rgba(43,142,255,1), 0px 0px 10px rgba(43,142,255,.8);
}

.gamelink .row.no-gutters.header {
  padding: 5px;
}

@media (min-width: 768px) {
  div.gamelink div.timeline span {
    margin: auto;
    font-size: .75em;
  }
}

@media (max-width: 767px) {
  div.gamelink div.timeline span {
    margin-left: -4px;
  }
}

@media (max-width: 767px) {
  .timeline.heading.skew {
    transform-origin: left bottom;
    transform: none;
  }
}

@media (max-width: 767px) {
  .timeline.heading > div > span {
    transform: rotate(-90deg) skew(0deg);
  }
}

@media (max-width: 577px) {
  div.gamelink div.timeline span {
    margin-left: -7px;
    font-size: 0.7em;
    letter-spacing: 0.15em;
  }
}

@media (min-width: 768px) {
  .gamelink {
    width: 90% !important;
  }
}

div.gamelink .timeline-row::after {
  box-shadow: 0px 0px 1px rgba(0,0,0,.7), 0px 0px 15px rgba(43,142,255,1), 0px 0px 10px rgba(43,142,255,.8);
  background-color: rgb(138, 196, 255);
  height: 2px;
  border-radius: 100%;
  margin: 0px;
  display: grid;
  content: " ";
  width: 100%;
}

div.timeline-row:last-child::after {
  display: none;
}

div.gamelink div.timeline div.description p a {
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.timeline > .description > p > span.toHide {
  font-size: inherit !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .timeline > .event {
    border-radius: 1px !important;
  }
}

@media (max-width: 450px) {
  .timeline > .description > p > span.toHide {
    display: none;
  }
}

div.timeline .s0 {
  grid-column-start: 1;
}

div.timeline .s1 {
  grid-column-start: 2;
}

div.timeline .s2 {
  grid-column-start: 3;
}

div.timeline .s3 {
  grid-column-start: 4;
}

div.timeline .s4 {
  grid-column-start: 5;
}

div.timeline .s5 {
  grid-column-start: 6;
}

div.timeline .s6 {
  grid-column-start: 7;
}

div.timeline .s7 {
  grid-column-start: 8;
}

div.timeline .s8 {
  grid-column-start: 9;
}

div.timeline .s9 {
  grid-column-start: 10;
}

div.timeline .s10 {
  grid-column-start: 11;
}

div.timeline .s11 {
  grid-column-start: 12;
}

div.timeline .s12 {
  grid-column-start: 13;
}

div.timeline .s13 {
  grid-column-start: 14;
}

div.timeline .s14 {
  grid-column-start: 15;
}

div.timeline .s15 {
  grid-column-start: 16;
}

div.timeline .s16 {
  grid-column-start: 17;
}

div.timeline .s17 {
  grid-column-start: 18;
}

div.timeline .s18 {
  grid-column-start: 19;
}

div.timeline .s19 {
  grid-column-start: 20;
}

div.timeline .s20 {
  grid-column-start: 21;
}

div.timeline .s21 {
  grid-column-start: 22;
}

div.timeline .s22 {
  grid-column-start: 23;
}

div.timeline .s23 {
  grid-column-start: 24;
}

div.timeline .e1 {
    grid-column-end: 2;
}

div.timeline .e2 {
    grid-column-end: 3;
}

div.timeline .e3 {
    grid-column-end: 4;
}

div.timeline .e4 {
    grid-column-end: 5;
}

div.timeline .e5 {
    grid-column-end: 6;
}

div.timeline .e6 {
    grid-column-end: 7;
}

div.timeline .e7 {
    grid-column-end: 8;
}

div.timeline .e8 {
    grid-column-end: 9;
}

div.timeline .e9 {
    grid-column-end: 10;
}

div.timeline .e10 {
    grid-column-end: 11;
}

div.timeline .e11 {
    grid-column-end: 12;
}

div.timeline .e12 {
    grid-column-end: 13;
}

div.timeline .e13 {
    grid-column-end: 14;
}

div.timeline .e14 {
    grid-column-end: 15;
}

div.timeline .e15 {
    grid-column-end: 16;
}

div.timeline .e16 {
  grid-column-end: 17;
}

div.timeline .e17 {
    grid-column-end: 18;
}

div.timeline .e18 {
    grid-column-end: 19;
}

div.timeline .e19 {
  grid-column-end: 20;
}

div.timeline .e20 {
    grid-column-end: 21;
}

div.timeline .e21 {
    grid-column-end: 22;
}

div.timeline .e22 {
    grid-column-end: 23;
}

div.timeline .e23 {
    grid-column-end: 24;
}

div.timeline .e24 {
  grid-column-end: 25;
}

div#gamelink-header {
  display: block;
  margin-bottom: 2em;
  border-radius: 0px 0px 15px 15px;
  margin-top: -15px;
  box-sizing: border-box;
  padding-top: 25px;
  background-color: rgba(10,18,38,.7);
}

@media (min-width: 486px) {
  .gamelink-whole .panel {
    padding: 0 0 1em 0;
  }
}

@media (max-width: 485px) {
  .gamelink-whole .panel {
    padding: 0 .5rem;
  }
}

.gamelink-whole .panel {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

main .gamelink-schedule p {
  font-size: 1rem;
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row .date.panel .suffix {
    font-size: .5rem !important;
    border-bottom: 1px solid;
    position: relative;
    bottom: .1rem !important;
    left: -.25em;
    margin: 0 .25em 0 0 !important;
    padding: 0 0 .1rem 0 !important;
    font-weight: 800;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row .date.panel .month, .gamelink-schedule .container-xl > .row .date.panel .year {
    padding: .25rem !important;
    margin-bottom: -1px;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row .date.panel {
    flex-direction: row;
    border-radius: 15px 15px 0 0;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row .date.panel * {
    font-size: 1em !important;
    font-weight: normal;
    line-height: 1 !important;
    vertical-align: middle;
    padding: .25rem !important;
    margin: 0;
    bottom: unset;
    top: unset;
    display: unset;
    left: 0;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row .date.panel > span {
    padding: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row .date.panel * br {
    display: none;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row .gamelink-schedule-list div[class*="col"] {
    padding: .5em 0 1em 0 !important;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .container-xl > .row > .d-flex {
    flex-direction: column !important;
  }
}

@media (max-width: 575px) {
  .gamelink-schedule .row.panel {
    padding: 1em;
  }
}

.gamelink-schedule-list {
  /*min-height: 100%;*/
  width: 100%;
  margin-left: -1px;
  border-radius: 0 1em 1em 0;
  border: var(--blue-border);
  background-color: #0009;
}

.gamelink-schedule .toolkit > .btn {
  height: auto !important;
  font-size: smaller;
  justify-content: space-between !important;
}

.gamelink-schedule .toolkit > .btn > i[class^=la] {
  font-size: 1.5rem !important;
}

.gamelink-schedule .date.panel {
  padding: .5em;
  flex-direction: column;
  display: flex;
  border-radius: 1em 0 0 1em;
  height: fit-content;
  width: 81px;
  font-family: 'Share Tech Mono' , monospace;
}

.gamelink-schedule .date.panel > span:first-child {
  font-size: 1.8em;
  font-weight: 400;
  white-space: nowrap;
}

.gamelink-schedule .date > .month {
  font-size: 1.15em;
  font-weight: 600;
  margin-top: -0.5em;
  letter-spacing: .15em;
  margin-right: -0.45em;
}

.gamelink-schedule .date > .year {
  font-size: 1em;
  font-weight: 600;
  margin-top: -.25em;
  letter-spacing: .05em;
  margin-right: -.325em;
}

.gamelink-schedule .row .row div[class*="col"] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gamelink-schedule .row .row div[class*="col"] > p {
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  width: 100%;
}

.gamelink-schedule .row .row div[class*="col"] > p > span {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.gamelink-schedule .row .row div[class*="col"]:last-child {
  border-right: none !important;
}

@media (max-width: 767px) {
  .gamelink-schedule .row .row div[class*="col"] {
    border-bottom: 2px solid #0081ff33;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gamelink-schedule .row .row div[class*="col"]:not(:nth-of-type(2n)) {
    border-right: 2px solid #0081ff33;
    margin-right: -2px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .gamelink-schedule .row .row div[class*="col"]:not(:nth-of-type(3n)) {
    border-right: 2px solid #0081ff33;
    margin-right: -2px;
  }
}

@media (min-width: 1400px) {
  .gamelink-schedule .row .row div[class*="col"]:not(:nth-of-type(4n)) {
    border-right: 2px solid #0081ff33;
    margin-right: -2px;
  }
}

.gamelink-schedule .row .row div[class*="col"] {
  border-bottom: 2px solid #0081ff33;
}

.gamelink-schedule .row .row div[class*="col"] > p i[class^=la] {
  font-size: 1.4em;
  margin-left: -2px;
  margin-right: 8px;
  color: #a8d4ff;
  width: 1.4rem;
  text-align: center;
}

.gamelink-schedule .event-name {
  font-size: 1em;
  font-family: 'Orbitron' , sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  color: #ffd400;
  padding-bottom: .25em;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center !important;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1;
}

.gamelink-schedule .event-info {
  letter-spacing: .05em;
  color: #fff;
}

.gamelink-schedule .date > span > .suffix {
  font-size: .7rem;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  position: relative;
  bottom: 0em;
  left: .2em;
  line-height: 1.22em;
}

.btn-group.toolkit .btn {
  height: 75px;
  display: flex;
  background-color: #0005;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-blend-mode: soft-light;
  box-shadow: 0 0 0 #0000;
}

.btn-group.toolkit.gamelink-toolkit .btn:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
}

.btn-group.toolkit.gamelink-toolkit .btn:last-of-type {
  border-radius: 0 0 15px 15px;
}

@media (min-width: 992px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(1) {
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 575px) {
  .btn-group.toolkit.gamelink-toolkit .btn:not(:first-of-type) {
    margin: -1px 0 0 0;
  }
}

@media (min-width: 992px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(4) {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(1) {
    border-bottom-left-radius: 0px;
  }
}

@media (min-width:991px) {
  .btn-group.toolkit.gamelink-toolkit .btn:not(:first-child) {
    margin: 0 0 0 -1px;
  }
}

@media (min-width: 576px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(1) {
    border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(4) {
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(2) {
    border-top-right-radius: 15px;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(3) {
    border-bottom-left-radius: 15px;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(even) {
    margin: -1px 0 0 -1px !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .btn-group.toolkit.gamelink-toolkit .btn:not(:nth-child(1)), .btn-group.toolkit.gamelink-toolkit .btn:not(:nth-child(2)) {
    margin: -1px 0 0 0;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .btn-group.toolkit.gamelink-toolkit .btn:nth-child(4) {
    border-top-right-radius: 0px;
  }
}

.btn-group.toolkit .btn, .btn-group.toolkit .btn > *, .btn-group.toolkit .btn > * > * {
  transition: all .25s ease-in-out;
}

.btn-group.toolkit {
  width: 100%;
}

.btn-group.toolkit .btn:hover {
  background-color: #0081ff;
  background-image: url(/assets/img/mainPanel_bg2.png);
  box-shadow: 0 0 45px 5px #0081ff;
  text-shadow: 0px 0px 5px rgba(0,0,0,.15);
}

.btn-group.toolkit .btn:hover > span > span:nth-of-type(2), .btn-group.toolkit .btn:hover > i[class^=la] {
  color: #a8d4ff;
}

.btn-group.toolkit .btn i[class^=la] {
  font-size: 3em;
  color: #0081ff;
}

.btn-group.toolkit .btn > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  line-height: 1.4;
  padding-left: .5em;
}

.btn-group.toolkit .btn > span > span {
  text-align: left;
}

.btn-group.toolkit .btn > span > span:nth-of-type(1) {
  font-size: 1.25rem;
  color: white;
  letter-spacing: .075em;
}

.btn-group.toolkit .btn > span > span:nth-of-type(2) {
  font-size: .8rem;
  color: #389dff;
  font-weight: 500;
}

.btn-group.toolkit > .btn:not(:last-child), .btn-group.toolkit > .btn:not(:first-child) {
  border-radius: 0;
}

.btn-group.toolkit > .btn:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.btn-group.toolkit > .btn:last-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.btn-group.toolkit {
  width: 90%;
}

.panel .game-list > div > div {
  padding: 1em;
  border: var(--blue-border);
  margin-bottom: -1px;
}

.panel .game-list > div {
  padding: .5em;
}

.welcome-features {
  /*color: rgba(255,255,255,.9);*/
  background-color: #eef4f7;
  background-color: transparent;
  background-image: url("/assets/img/3bgBlue.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-features p {
  color: #cbe4ff;
}

.welcome-features .features {
  padding: 0px 0px 50px 0px;
}

.welcome-features .item {
  text-align: center;
  margin-bottom: 30px;
}

.welcome-features .item .box {
  text-align: center;
  padding: 30px;
  background-color: rgba(0,0,0,.5);
  margin-bottom: 30px;
  height: 100%;
  border-radius: 1em;
}

.welcome-features .item .icon, .intro .fa.icon {
  font-size: 60px;
  color: #0084ff;
  margin-top: 20px;
  margin-bottom: 35px;
  text-shadow: 0px 2px 0px rgb(0, 70, 155), 0px 3px 5px rgba(0,0,0,.8), 0px 0px 50px rgba(1, 88, 195, 0.8), 0px 0px 100px rgba(1, 88, 195, 0.4);
}

.welcome-features .item .name:after {
  display: block;
  width: 100%;
  content: " ";
  height: 1px;
  background-color: rgba(255,255,255,1);
  margin-top: 0.35em;
  box-shadow: 0 0 5px rgb(0 120 180), 0 0 10px rgb(0 120 180), 0 0 15px rgb(0 120 180);
  margin-top: 15px;
}

.welcome-features .item .name {
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 8px;
  margin-top: 0;
  color: white !important;
  text-shadow: 0px 2px 5px rgba(0,0,0,.7);
  display: block;
}

.welcome-features .item .description {
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 20px;
  text-shadow: 0px 2px 4px rgba(0,0,0,.8);
  font-weight: 300;
}

/* vars */

.anchor {
  position: relative;
  bottom: 120px;
}

:root {
  --blue-border: 1px solid #0081ff;
  --blue-border-shadows: 0 0 25px 5px #004e9a88, 0 0 10px #004e9a, inset 0 0 100px #000;
  --blue-border-shadows-not-inset: 0 0 25px 5px #004e9a88, 0 0 10px #004e9a;
  --shadow-activity-idle: 0 0 5px rgba(255,255,255,1), 0 0 0 0 #0075ff;
  --shadow-activity-idle-hover: 0 0 10px #fff, 0 0 0 0 #0075ff;
  --shadow-activity-active: 0 0 25px #0075ff, 0 0 0 2px #0075ff;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

@media (max-width: 575px) {
  main p, main li {
    font-size: 1.05em !important;
  }
}

* {
  /*overflow-anchor: none;*/
  /*image-rendering: pixelated;*/
  scrollbar-width: thin;
}

/* headings */

h2 {
  display: block;
  width: 100%;
  color: rgb(255,212,0);
  font-family: Orbitron;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 22px;
  text-shadow: 0px 0px 3px rgb(0,0,0), 0px 0px 20px rgba(255,212,0,.8);
  margin-top: 22px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.65em;
  }
}

h3 {
  color: rgb(255,212,0);
  font-family: 'Orbitron' , sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.5;
  border-bottom: 2px solid;
}

h4 {
  text-decoration: underline;
}

h4, h5 {
  color: #d4eeff;
  font-family: 'Orbitron' , sans-serif;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-shadow: 0 0 5px #93c6ff, 0 0 15px #009aff;
}

h5 {
  color: #fff;
}

h2:after {
  display: block;
  content: "";
  height: 2px;
  background-color: rgb(255,212,0);
  margin-top: 1px;
  box-shadow: 0px 0px 3px rgb(0,0,0), 0px 0px 20px rgba(255,212,0,1);
}

h4 > i {
  display: inline-block;
  margin-right: .5em;
  font-size: 1.5em;
  position: relative;
  bottom: -.125em;
}

html {
  scroll-behavior: smooth;
}

/* main content */

@media (max-width: 767px) {
  main {
    animation-name: none !important;
  }
}

main {
  min-height: 100vh;
}

/*@media (min-width: 768px) {
  main:not(.welcome), .welcome-hero {
    background-image: url("/assets/img/smoke_t.png"), url("/assets/img/3bgBlue-rot180.jpg"), url("/assets/img/casings1st.png"), url("/assets/img/casings2nd.png"), url("/assets/img/3bgBlue.jpg") !important;
    background-image: url("/assets/img/smoke_t.png"), url("/assets/img/3bgBlue-rot180.jpg"), url("/assets/img/bg-merge.jpg") !important;
    background-size: auto, 100% 100%, auto, auto, 100% 100% !important;
    background-repeat: repeat, no-repeat, no-repeat !important;
    background-position: center bottom, center top, center bottom;
    background-blend-mode: soft-light, soft-light, normal !important;
  }
}*/

@media (min-width: 768px) {
    main:not(.welcome), .welcome-hero {
        /* background-image: url(/assets/img/smoke_t.png), url(/assets/img/3bgBlue-rot180.jpg), url(/assets/img/casings1st.png), url(/assets/img/casings2nd.png), url(/assets/img/3bgBlue.jpg) !important; */
        background-image: url(/assets/img/smoke_t.png), radial-gradient(ellipse at center, rgba(0,112,255,1) 0%, rgba(0,0,0,1) 100%), radial-gradient(ellipse at top, rgb(2 42 92) 0%, rgba(0,0,0,0) 120%), url(/assets/img/bg-merge3.jpg);
        background-size: auto, 100% 100%, auto, auto, 100% 100% !important;
        background-repeat: repeat, no-repeat, no-repeat, no-repeat !important;
        background-position: center bottom, center top, center bottom, center bottom;
        background-blend-mode: soft-light, soft-light, soft-light, normal !important;
        background-color: #123;
    }
}

/*main:not(.welcome), .welcome-hero {
  background-image: url("/assets/img/smoke_t.png"), url("/assets/img/3bgBlue-rot180.jpg"), url("/assets/img/casings1st.png"), url("/assets/img/casings2nd.pn"), url("/assets/img/3bgBlue.jpg");
  background-image: url("/assets/img/webp/smoke_t.webp"), url("/assets/img/webp/3bgBlue-rot180.webp"), url("/assets/img/webp/casings1st.webp"), url("/assets/img/webp/casings2nd.webp"), url("/assets/img/webp/3bgBlue.webp");
  background-size: auto, cover, auto, auto, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center bottom, center bottom, center bottom, center top;
  background-blend-mode: soft-light, soft-light, normal, normal, normal;
  position: relative;
  padding-bottom: 5em;
  animation-name: animatedBackground;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 25s;
  z-index: 0;
}*/

main:not(.welcome), .welcome-hero {
    background-image: url(/assets/img/smoke_t.png), radial-gradient(ellipse at center, rgba(0,112,255,1) 0%, rgba(0,0,0,1) 100%), radial-gradient(ellipse at top, rgb(2 42 92) 0%, rgba(0,0,0,0) 120%), url(/assets/img/bg-merge3.jpg);
    background-size: auto, 100% 100%, auto, auto, 100% 100% !important;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat !important;
    background-position: center bottom, center top, center bottom, center bottom;
    background-blend-mode: soft-light, soft-light, soft-light, normal !important;
    position: relative;
    padding-bottom: 5em;
    animation-name: animatedBackground;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 25s;
    z-index: 0;
    background-color: #123;
}

@media (min-width: 1920px) {
  main:not(.welcome), .welcome-hero {
    background-size: auto, cover, 100%, 100%, 100% 100%;
  }
}

footer {
  background-color: #000 !important;
}

nav {
  background-color: transparent !important;
  z-index: 1000;
  position: relative;
}

nav .navbar-brand {
  font-family: 'Orbitron' , sans-serif;
  font-weight: 400 !important;
}

.row > * {
  padding-top: calc(var(--bs-gutter-x));
}

p {
  font-family: "Yantramanav", sans-serif;
}

main p, main li {
  color: #f8f8f8;
  font-family: 'Yantramanav';
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.75;
  word-spacing: .1em;
  text-align: justify;
}

* {
  /*outline: none;*/
  -webkit-font-smoothing: subpixel-antialiased;
}

main > :last-child {
  padding-bottom: 10em;
}

body {
  background-color: #000;
}

.policy h3 {
  padding-top: 1em;
}

.policy h4 {
  padding-top: .5em;
  padding-bottom: 1em;
}

.policy h5 {
  padding-top: .75em;
  padding-bottom: .25em;
}

ul ::marker, ol ::marker {
  color: #0081ff;
  font-size: 1.25rem;
  font-weight: bold;
}

.hover-clicker {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  background-color: #000c;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hover-clicker i[class^=la] {
  font-size: 3em;
}

.hover-clicker:hover {
  opacity: 1;
}

@keyframes animatedBackground {
  from {
    background-position: center 0px, center bottom, center bottom, center bottom, center top;
  }
  to {
    background-position: center -1080px, center bottom, center bottom, center bottom, center top;
  }
}

.shadow-gradient-bottom {
  height: 200px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  z-index: -1;
  mix-blend-mode: multiply;
}

.shadow-gradient-top {
  height: 200px;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  z-index: -1;
  mix-blend-mode: multiply;
}

.section-next:hover {
  box-shadow: var(--blue-border-shadows);
}

.section-next {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 100%;
  width: 3em;
  height: 3em;
  background-color: #fff1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px dashed #0081ff88;
}

.section-next i[class^=la] {
  width: 1em;
  height: 1em;
  color: #fff;
  margin: auto;
}

.login-panel label {
  justify-content: center;
  padding: 0;
}

.login-panel {
  flex-direction: column;
}

.ck.ck-editor__main > .ck-editor__editable {
  min-height: 300px !important;
  background: black !important;
  color: white !important;
}

.ck.ck-toolbar {
  background: black !important;
}

.ck.ck-reset_all, .ck.ck-reset_all * {
  color: #2f98ff !important;
}

label ~ textarea ~ .ck-editor {
  width: calc(100% - 8.5rem) !important;
  display: inline-block !important;
}

.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
  background: #0081ff !important;
  color: #0009 !important;
}

.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
  background: #0081ff !important;
  color: #0009 !important;
}

form#registration {
  text-align: right;
}

input, select, textarea {
  border-radius: 15px;
  border: var(--blue-border);
  background-color: #000;
  color: #fff;
  padding: 5px 1em !important;
  line-height: 1;
  margin: 0 !important;
  font-weight: 300;
}

input, select {
  height: 33px;
}

textarea {
  overflow: hidden;
}

input:focus, select:focus, textarea:focus {
  box-shadow: var(--blue-border-shadows-not-inset) !important;
  outline: none;
}

.profile select, .profile textarea {
  width: calc(100% - 7em);
}

.profile textarea {
  /*min-height: fit-content;*/
  line-height: 1.5;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
  /*color: #fff;*/
  filter: invert(1);
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  filter: invert(1);
}

.row.panel [class*="col"] input, .row.panel [class*="col"] select, .row.panel [class*="col"] textarea {
  width: calc(100% - 8.5rem);
}

.error-msg {
  border: 1px solid #f009;
  background-color: #f001;
  padding: .25em .4em;
  color: #f00;
  margin-top: .5em;
  width: fit-content;
  font-size: .8em;
  display: inline-block;
}

input[type=checkbox] {
  padding: 0 !important;
  background-color: transparent;
  border-color: var(--bs-blue);
}

input[type=checkbox] {
  padding: 0 !important;
  background-color: transparent;
  border-color: var(--bs-blue);
  margin-right: 1em !important;
  position: relative;
  top: 3px;
}

input[type=checkbox]:checked {
  color: var(--bs-blue);
  background-color: #000;
}

.modal {
  background-color: #000c;
}

.modal-header h3:after {
  display: none;
}

.modal-header {
  align-items: center;
  flex-direction: column;
  border-bottom: none;
  box-shadow: var(--blue-border-shadows-not-inset);
}

.modal-header > p {
  padding: 0;
  margin: 0;
  color: #0081ff99;
  font-size: 1em;
  font-family: monospace;
}

.modal-header .btn-close {
  display: none;
}

.gamelink-modal ul li, .profile ul li {
  display: inline-flex;
  flex-direction: row;
  /*flex: 0 1 100%;*/
  padding-bottom: .7em;
}

.gamelink-modal-text.columns {
  column-count: 3;
  text-align: center;
  column-width: 210px;
}

@media (max-width: 991px) {
  .gamelink-modal-text.columns {
    column-count: 2;
    column-width: 135px;
  }
}

@media (max-width: 499px) {
  .switched {
    flex-direction: column !important;
  }
}

@media (max-width: 499px) {
  .switched > span {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .switched > span.gamelink-modal-label {
    text-align: center !important;
    justify-content: center;
  }
}

.gamelink-modal-label, .profile-label, .form-label {
  width: 5rem;
  display: inline-flex;
  padding-right: 1em;
  color: #0081ff;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .05em;
  justify-content: flex-end;
  margin-top: 3px;
  font-weight: 500;
}

.gamelink-modal-text, .profile-text {
  width: calc(100% - 5rem);
}

.modal-content {
  background-image: url(/assets/img/mainPanel_bg2.png);
  background-color: transparent;
  background-color: #000b;
  border: var(--blue-border);
  box-shadow: var(--blue-border-shadows);
  color: #fff;
  border-radius: 1em;
  overflow: hidden;
}

.modal-content .btn-close {
  border: var(--blue-border);
  box-shadow: var(--blue-border-shadows);
  border-radius: 1em;
  background-color: #0081ff !important;
}

.modal-footer {
  justify-content: space-evenly;
  border-top: none;
  box-shadow: var(--blue-border-shadows-not-inset);
}

/* modal - animation */

.modal.fade .modal-dialog {
  transform: unset;
}

.fade-scale {
  /*transform: scale(0);*/
  /*opacity: 0;*/
  -webkit-transition: all .25s ease;
  -o-transition: all .25s linear;
  transition: all .25s ease;
}

.fade-scale:not(.show) {
  opacity: 0;
  transform: scale(2);
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

nav .nav-item.dropdown .avatar {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  /*border: 2px solid #fff8;*/
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-activity-idle);
  transition: box-shadow .25s ease-in-out;
}

nav .nav-item.dropdown:hover [aria-expanded="true"] .avatar, nav .nav-item.dropdown [aria-expanded="true"] .avatar {
  box-shadow: var(--shadow-activity-active);
}

nav .nav-item.dropdown:hover .avatar {
  box-shadow: var(--shadow-activity-idle-hover);
}

nav .avatar img {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  margin: 0;
}

.navigation-clean-button {
  /*background: #fff;*/
  padding-top: .75rem;
  padding-bottom: .75rem;
  /*color: #333;*/
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

nav .btn, .navbar .btn {
  border: 1px solid #fff6;
  box-shadow: 0 0 0 #009aff;
  color: #fff;
  transition: all .3s ease-in-out;
}

nav .btn:hover, .navbar .btn:hover {
  border: 1px solid #009aff;
  box-shadow: 0 0 20px #009aff;
  color: #c9e9ff !important;
}

@media (min-width:768px) {
  .navigation-clean-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean-button .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
  color: #222;
}

.navigation-clean-button.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean-button .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean-button .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
  background: none;
}

.navigation-clean-button.navbar-dark .navbar-toggler {
  border-color: #555;
}

.navigation-clean-button .navbar-toggler {
  color: #888;
}

.navigation-clean-button.navbar-dark .navbar-toggler {
  color: #eee;
}

.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline {
  border-top-color: #ddd;
}

.navigation-clean-button.navbar-dark .navbar-collapse, .navigation-clean-button.navbar-dark .form-inline {
  border-top-color: #333;
}

.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

@media (max-width:767px) {
  .navigation-clean-button .navbar-nav .show .dropdown-menu {
    box-shadow: none;
  }
}

@media (max-width:767px) {
  .navigation-clean-button .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }
}

.navigation-clean-button.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}

.navigation-clean-button.navbar-dark .navbar-nav a.active, .navigation-clean-button.navbar-dark .navbar-nav a.active:focus, .navigation-clean-button.navbar-dark .navbar-nav a.active:hover {
  color: #ffd400;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean-button.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}

.navigation-clean-button.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,212,0,0.95);
  text-shadow: 0 0 15px rgba(255,212,0,1);
}

.navigation-clean-button.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}

.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item {
  color: #f2f5f8;
}

.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}

@media (max-width:767px) {
  .navigation-clean-button.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #fff;
  }
}

.navigation-clean-button .actions .login {
  margin-right: 1rem;
  text-decoration: none;
  color: #465765;
}

.navigation-clean-button.navbar-dark .actions .login {
  color: #dfe8ee;
}

.navigation-clean-button.navbar-dark .actions .login:hover {
  color: #fff;
}

.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
  background: #56c6c6;
  border-radius: 20px;
  font-size: inherit;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: .5rem 1rem;
  transition: background-color 0.25s;
  font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
  background: #66d7d7;
}

.navigation-clean-button.navbar-dark .action-button, .navigation-clean-button.navbar-dark .action-button:active {
  background: #208f8f;
}

.navigation-clean-button.navbar-dark .action-button:hover {
  background: #269d9d;
}

.navbar .divider-item {
  height: 25px;
  width: 1px;
  background-color: #fff8;
  margin-right: 1em;
}

.d-block.sub-title {
  font-size: .5em;
  letter-spacing: .83em;
  color: rgb(0,117,255);
  font-weight: 600;
}

.navigation-clean-button {
  box-shadow: 0px 0px;
  z-index: 10;
  background-color: #000 !important;
  border-bottom: 1px solid rgba(43,142,255,0.8);
  top: 0px;
}

@media (min-width: 1200px) {
  .news {
    --bs-gutter-x: 5em;
    --bs-gutter-y: 1.5em;
  }
}

@media (min-width: 1200px) {
  .news > div {
    padding-bottom: var(--bs-gutter-y);
    padding-top: var(--bs-gutter-y);
  }
}

.news div[class*="col"] {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

/* test */

.news div[class*="col"][style*="left: 50"] {
  align-items: flex-end;
}

.news > div > .news-submitted > .suffix {
  font-size: .5rem;
  border-bottom: 1px solid;
  position: relative;
  bottom: .3rem;
  left: -.25em;
  margin: 0 .25em 0 0;
  padding: 0;
  font-weight: 800;
  text-align: center;
}

.news > div > .news-submitted, .gamelink-schedule .date {
  display: block;
  text-align: center;
  /*color: rgba(81,183,255,1);*/
  /*color: rgba(255,255,255,1);*/
  color: #d3e9ff;
  font-family: 'Share Tech Mono' , monospace;
  /*width: 70px;*/
}

.news > div > .news-submitted.panel, .gamelink-schedule .date.panel {
  width: fit-content;
  background-color: #1140d7;
  font-weight: 500;
  background-image: url(/assets/img/mainPanel_bg2.png);
  background-blend-mode: color-burn;
  box-shadow: var(--blue-border-shadows-not-inset);
  text-shadow: 0 1px 0 black;
}

.news > div > .news-submitted.panel {
  padding: .25em 1em;
  border-radius: 1em 1em 0 0;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: -1px;
}

.news > div > .news-submitted > span, .gamelink-schedule .date > span {
  /*display: block;*/
  display: inline-block;
  padding: 0 .25em;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .news div[class*='col'] h3 {
    font-size: 1.45em !important;
  }
}

@media (min-width: 768px) {
  .news div[class*='col'] h3 {
    font-size: 1.7em !important;
  }
}

.news div[class*='col'] h3 {
  padding-bottom: 22px;
  padding-left: 0px;
  font-size: 1.25em;
  font-family: Orbitron;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255, 212, 0, 0.95);
  text-shadow: 0px 0px 1px rgba(0,0,0,.7), 0px 0px 20px rgba(255,212,0,.3), 0px 0px 10px rgba(255,212,0,.5);
  letter-spacing: 0.035em;
  word-spacing: 0.1em;
}

.news .info a, p a {
  text-decoration: none;
  color: #8ac4ff;
  font-weight: bold;
  letter-spacing: .02em;
}

.news .info {
  font-size: 0.8em !important;
  text-align: right !important;
  color: rgba(255,255,255,.6);
}

.news hr {
  background-color: rgb(138, 196, 255);
  height: 2px;
  border-radius: 100%;
  box-shadow: 0px 0px 1px rgba(0,0,0,.7), 0px 0px 15px rgba(43,142,255,1), 0px 0px 10px rgba(43,142,255,.8);
  /*margin-top: 1rem;*/
  /*margin-bottom: 1rem;*/
  /*border: 0;*/
  /*border-top: 1px solid rgba(0,0,0,.1);*/
  opacity: 1;
}

.news .news-content {
  width: 100%;
}

.news .news-content, .panel {
  background-color: #00000033;
  border-radius: 1em;
  border: var(--blue-border);
  box-shadow: var(--blue-border-shadows);
  position: relative;
  padding: 3rem 3rem 1rem 3rem;
  background-image: url(/assets/img/mainPanel_bg2.png);
  background-blend-mode: normal;
  color: white;
}

@media (max-width: 1199px) {
  .news .news-content, .content {
    padding: 2rem 2rem 1rem 2rem;
  }
}

@media (max-width: 575px) {
  .news .news-content, .content {
    padding: 1rem 1rem 0rem 1rem;
  }
}

.news img, .news svg {
  max-width: 100%;
  margin: auto;
  display: block;
}

@media (max-width: 575px) {
  .news h3, .panel h3 {
    padding-bottom: 0 !important;
  }
}

.news > div h3 {
  text-decoration: none !important;
}

.news > div h3:after {
  display: none !important;
}

/* general */

@media print {
  * {
    color: black !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }
}

@media print {
  nav {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
  }
}

@media print {
  .gamelink-whole {
    display: none;
  }
}

@media print {
  hr {
    background-color: #000 !important;
    box-shadow: 0 0 0 black !important;
  }
}

@media print {
  h1:after, h2:after, h3:after, h4:after {
    background-color: #000 !important;
    box-shadow: 0 0 0 black !important;
    border: 1px solid #666;
  }
}

/* news */

@media print {
  .row.news[data-masonry] {
    height: unset !important;
    position: relative !important;
    display: block;
  }
}

@media print {
  .news [class*="col"] {
    width: 100% !important;
  }
}

@media print {
  .news [class*="col-"][style*="position: absolute"] {
    position: relative !important;
    left: unset !important;
    top: unset !important;
  }
}

@media print {
  .news div[class*="col"][style*="left: 50"] {
    align-items: flex-start;
  }
}

@media print {
  .news div[class*="col"] {
    page-break-inside: avoid;
    display: block;
  }
}

@media print {
  .gamelink-schedule div[class*="col"] {
    page-break-inside: avoid;
    width: 50%;
  }
}

/* gamelink schedule */

@media print {
  .gamelink-schedule .row .row div[class*="col"] {
    page-break-inside: avoid;
    width: 50%;
  }
}

@media print {
  .gamelink-schedule > .container-xl > .row > div[class*="col"], .gamelink-schedule > .container > .row {
    width: 100%;
    display: block;
  }
}

@media print {
  .gamelink-schedule .row .row div[class*="col"]:nth-child(even) {
    border-right: none !important;
  }
}

@media print {
  .gamelink-schedule .row .row div[class*="col"] .toolkit {
    display: none !important;
  }
}

/* profile preview */

.profile-preview .profile-label, .form-label {
  font-weight: bold;
  width: 7.8rem;
  margin-top: 5px;
  text-align: right;
}

.profile-preview .profile-text {
  width: calc(100% - 7rem);
  text-align: justify;
}

.profile img[alt="avatar"] {
  max-width: 256px;
  max-height: 256px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  border: var(--blue-border-shadows);
}

.profile .avatar {
  border-radius: 15px;
  overflow: hidden;
  border: var(--blue-border);
  box-shadow: var(--blue-border-shadows);
  /*height: min-content;*/
  width: 256px;
  height: 256px;
}

.profile ul {
  column-count: 1;
}

@media (min-width: 768px) {
  .dbl-col {
    column-count: 2;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #0081ff;
}

::-webkit-resizer {
  border: 1px solid #0081ff;
  border-radius: 100% 0 10px 0;
  background-color: #0081ff;
}

.table th, table th {
  color: #0081ff;
  font-family: 'Yantramanav';
}

.table td, table td {
  color: #fffe;
  font-family: 'Yantramanav';
  font-weight: 300;
  white-space: nowrap;
}

.table td.fw-bold {
  letter-spacing: .05em;
  color: rgba(255,212,0,0.95);
}

.table .btn > i[class^=la] {
  font-size: 1.5rem !important;
}

.table .btn.btn-danger > i[class^=la] {
  color: #0081ff;
}

/* welcome - hero */

.welcome-hero, .welcome-about, .welcome-recruitment {
  min-height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-hero > div {
  display: flex;
  align-items: stretch;
}

@media (max-width: 575px) {
  .welcome-hero img {
    width: 200px !important;
  }
}

.welcome-hero img {
  width: 300px;
}

@media (max-width: 991px) {
  .welcome-hero > div {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .welcome-hero:not(.login) > div > * {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .welcome-hero, .welcome-about, .welcome-recruitment {
    min-height: calc(100vh - 88px);
  }
}

@media (min-width: 992px) {
  .welcome-hero p {
    font-size: 24px;
  }
}

.welcome-hero p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  text-shadow: 0 0 15px #000;
}

.welcome-hero p .greeting {
  font-family: 'Yantramanav';
  text-transform: uppercase;
  color: #008fff;
  font-weight: bold;
  font-size: .8em;
  letter-spacing: 0.1em;
}

.welcome-hero p .blast {
  font-family: 'Orbitron' , sans-serif;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.25;
}

.welcome-hero .spacer {
  width: 2px;
  background-color: #43a2ff;
  box-shadow: 0 0 15px #0081ff, 0 0 15px #0081ff, 0 0 15px #0081ff;
}

/* welcome - about */

.welcome-about {
  display: flex;
  align-items: center;
}

.welcome-recruitment {
  background-image: url();
  position: relative;
  z-index: 0;
}

.welcome-recruitment p span {
  text-decoration: none !important;
  font-family: 'Orbitron' , sans-serif;
  font-size: 1.2em;
  color: #0081ff !important;
  letter-spacing: .075em;
}

.welcome-recruitment p strong span {
  font-weight: bold !important;
  color: rgba(255,212,0,1) !important;
  border-bottom: 2px solid;
  display: inline-block;
}

@media (min-width: 768px) {
  .welcome-recruitment .roll-call br {
    display: none !important;
  }
}

.welcome-recruitment .roll-call br {
  display: inline;
}

.shells-background {
    background-image: url(/assets/img/smoke_t-xs.png), radial-gradient(ellipse at center, rgba(0,112,255,1) 0%, rgba(0,0,0,1) 100%), radial-gradient(ellipse at top, rgb(2 42 92) 0%, rgba(0,0,0,0) 120%), url(/assets/img/bg-merge3-xs.jpg) !important;
}

@media (min-width: 487px) {
    .shells-background {
        background-image: url(/assets/img/smoke_t-sm.png), radial-gradient(ellipse at center, rgba(0,112,255,1) 0%, rgba(0,0,0,1) 100%), radial-gradient(ellipse at top, rgb(2 42 92) 0%, rgba(0,0,0,0) 120%), url(/assets/img/bg-merge3-sm.jpg) !important;
    }
}

@media (min-width: 768px) {
    .shells-background {
        background-image: url(/assets/img/smoke_t.png), radial-gradient(ellipse at center, rgba(0,112,255,1) 0%, rgba(0,0,0,1) 100%), radial-gradient(ellipse at top, rgb(2 42 92) 0%, rgba(0,0,0,0) 120%), url(/assets/img/bg-merge3.jpg) !important;
    }
}
