@font-face {
  font-family: ubuntu-mono-regular;
  src: url(./../assets/fonts/UbuntuMono-Regular.ttf);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

@media (orientation: landscape) {
  .navigation {
    display: flex;
    flex-direction: column !important;
    gap: 20px;
    justify-content: flex-start;
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left) !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    max-width: 60px !important;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 3000;
  }
  .navigation > a {
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0.5 !important;
  }
  .navigation > a:hover, .navigation > a:focus {
    opacity: 1 !important;
    outline: none;
    transform: translateX(2px);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.458));
  }
  .navigation > a.active {
    opacity: 1 !important;
  }
  .navigation > a#begin-right-btn {
    margin-top: auto !important;
  }
  .navigation-panel {
    display: flex;
    flex-direction: column !important;
    gap: 20px;
    justify-content: center;
  }
  .navigation-panel > a {
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0.3 !important;
  }
  .navigation-panel > a:hover, .navigation-panel > a:focus {
    opacity: 1 !important;
    outline: none;
    transform: translateX(2px);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.458));
  }
  .navigation-panel > a.active {
    opacity: 1 !important;
  }
}
@media (orientation: portrait) {
  .navigation {
    padding: 10px !important;
    gap: 20px;
    display: flex;
    flex-direction: row !important;
    width: 100vw;
    flex-wrap: wrap;
    position: relative;
    z-index: 3000;
  }
  .navigation > a {
    width: -moz-fit-content !important;
    width: fit-content !important;
    opacity: 0.5 !important;
  }
  .navigation > a:hover, .navigation > a:focus {
    opacity: 1 !important;
    outline: none;
    transform: translateY(-2px);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.458));
  }
  .navigation > a.active {
    opacity: 1 !important;
  }
  .navigation > a#begin-right-btn {
    margin-left: auto !important;
  }
  .navigation-panel {
    display: flex;
    flex-direction: row !important;
    gap: 20px;
    justify-content: center;
    flex-grow: 1;
  }
  .navigation-panel > a {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0.5 !important;
  }
  .navigation-panel > a:hover, .navigation-panel > a:focus {
    opacity: 1 !important;
    outline: none;
    transform: translateX(2px);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.458));
  }
  .navigation-panel > a.active {
    opacity: 1 !important;
  }
}
.vpn-content p {
  margin: 0 auto;
  border-radius: 0.5rem;
}
.vpn-content .vpn-access {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}
@media (prefers-color-scheme: dark) {
  .vpn-content div, .vpn-content p {
    border-color: rgba(234, 234, 234, 0.3333333333) !important;
  }
}
@media (prefers-color-scheme: light) {
  .vpn-content div, .vpn-content p {
    border-color: rgba(234, 234, 234, 0.3333333333) !important;
  }
}

.chat-content p {
  margin: 0 auto;
  border-radius: 0.5rem;
}
.chat-content .message-frame-head {
  font-size: 0.6rem;
}
.chat-content .message-content {
  word-break: break-all;
}
.chat-content #chat-display {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 60px !important;
}
@media (prefers-color-scheme: dark) {
  .chat-content div, .chat-content p {
    border-color: rgba(234, 234, 234, 0.3333333333) !important;
  }
  .chat-content #chat-controls {
    background-color: #333 !important;
  }
  .chat-content #chat-controls input {
    background-color: black !important;
  }
}
@media (prefers-color-scheme: light) {
  .chat-content div, .chat-content p {
    border-color: rgba(234, 234, 234, 0.3333333333) !important;
  }
  .chat-content #chat-controls {
    background-color: #f2f2f2 !important;
  }
  .chat-content #chat-controls input {
    background-color: white !important;
  }
}

@media (orientation: landscape) {
  #chat-controls {
    width: 100% !important;
  }
}
@media (orientation: portrait) {
  #chat-controls {
    width: 100% !important;
  }
}
:root {
  color-scheme: dark light;
}

* {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-family: ubuntu-mono-regular;
}

html {
  height: 100%;
  width: 100%;
}

body {
  min-height: 100vh;
  position: relative;
}
body .navigation > a#logout-btn {
  filter: grayscale(70);
}
body .navigation > a#logout-btn:hover, body .navigation > a#logout-btn:focus {
  filter: grayscale(0);
}

@media (prefers-color-scheme: dark) {
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0);
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(90, 90, 90, 0.3333333333);
    border-radius: 20rem;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #5a5a5a;
  }
  body {
    background-color: #161616;
  }
  body > * {
    color: #eee;
  }
  body .navigation {
    background-color: #0d0c0c;
  }
  body a {
    color: #eee;
  }
  body .text-light {
    color: #eee !important;
  }
  body .text-secondary {
    font-size: 0.8rem !important;
  }
  body select.text-secondary {
    font-size: 0.8rem !important;
  }
  body div.row.border.search-block {
    border-color: rgba(77, 77, 77, 0.4) !important;
  }
  body span.text-secondary.search-block-title {
    color: #717171 !important;
    font-size: 0.7rem !important;
    text-align: left !important;
    display: block;
  }
  body span.text-secondary.search-block-title ~ span {
    color: #e5e5e5 !important;
    font-size: 0.8rem !important;
    text-align: left !important;
    display: block;
  }
  body span.text-secondary.search-block-title ~ span > button {
    font-size: 0.7rem !important;
    padding: 2px;
  }
  body select {
    background-color: #0d0c0c !important;
    border: 1px solid rgba(234, 234, 234, 0.1647058824) !important;
  }
  body input[type=text],
  body input[type=password] {
    background-color: #0d0c0c !important;
    border: 1px solid rgba(234, 234, 234, 0.1647058824) !important;
  }
  body input[type=text]:focus,
  body input[type=password]:focus {
    outline: 1px solid white;
  }
  body input[type=text]::-moz-placeholder, body input[type=password]::-moz-placeholder {
    color: rgb(55, 55, 55);
  }
  body input[type=text]::placeholder,
  body input[type=password]::placeholder {
    color: rgb(55, 55, 55);
  }
  body button {
    border: 1px solid rgba(234, 234, 234, 0) !important;
  }
  body button:hover, body button:focus {
    filter: brightness(120%);
  }
  #button-addon2 {
    background-color: #0d0c0c !important;
    border: 1px solid rgba(234, 234, 234, 0.1647058824) !important;
  }
  #button-addon2:hover, #button-addon2:focus {
    filter: brightness(120%) !important;
  }
  #result-block {
    background-color: #0e0d14;
  }
  #friend-block {
    border-color: rgba(231, 231, 231, 0.1333333333) !important;
  }
  #friend-block > div {
    background-color: rgba(10, 10, 10, 0.6196078431) !important;
  }
  #friend-block > div > a {
    opacity: 0.5 !important;
  }
  #friend-block > div > a:hover {
    opacity: 1 !important;
  }
}
@media (prefers-color-scheme: light) {
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.1333333333);
    border-radius: 20rem;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
  }
  body {
    background-color: #ffffff;
  }
  body > * {
    color: #333;
  }
  body .navigation {
    background-color: #ffffff;
  }
  body a {
    color: #333;
  }
  body .text-light {
    color: #747474 !important;
  }
  body div.row.border.search-block {
    border-color: #929292;
  }
  body .text-secondary {
    font-size: 0.8rem !important;
  }
  body select.text-secondary {
    font-size: 0.8rem !important;
  }
  body span.text-secondary.search-block-title {
    color: #929292 !important;
    font-size: 0.7rem !important;
    display: block;
  }
  body span.text-secondary.search-block-title ~ span {
    color: #393939 !important;
    font-size: 0.8rem !important;
    display: block;
  }
  body span.text-secondary.search-block-title ~ span > button {
    font-size: 0.7rem !important;
    padding: 2px;
  }
  body select {
    background-color: #dfdfdf !important;
    border: 1px solid rgba(188, 188, 188, 0.6117647059) !important;
  }
  body input[type=text],
  body input[type=password] {
    background-color: #ededed !important;
    border: 1px solid rgba(188, 188, 188, 0.6117647059) !important;
  }
  body input[type=text]:focus,
  body input[type=password]:focus {
    outline: 1px solid rgb(0, 0, 0);
  }
  body input[type=text]::-moz-placeholder, body input[type=password]::-moz-placeholder {
    color: rgb(137, 137, 137);
  }
  body input[type=text]::placeholder,
  body input[type=password]::placeholder {
    color: rgb(137, 137, 137);
  }
  body button {
    border: 1px solid rgba(234, 234, 234, 0) !important;
  }
  body button:hover, body button:focus {
    filter: brightness(120%);
  }
  #button-addon2 {
    background-color: rgba(188, 188, 188, 0.3333333333) !important;
    border: 1px solid rgba(188, 188, 188, 0.6117647059) !important;
  }
  #button-addon2:hover, #button-addon2:focus {
    background-color: rgba(188, 188, 188, 0.6117647059) !important;
  }
  #result-block {
    background-color: #fdfdfd;
  }
  #friend-block {
    border-color: rgba(130, 130, 130, 0.1333333333) !important;
  }
  #friend-block > div {
    background-color: rgba(232, 232, 232, 0.6196078431) !important;
  }
  #friend-block > div > a {
    opacity: 0.5 !important;
  }
  #friend-block > div > a:hover {
    opacity: 1 !important;
  }
}
@media (orientation: landscape) {
  body {
    flex-direction: row !important;
  }
  body form[id=login-form] {
    padding: 0 calc(env(safe-area-inset-right) + 10px) 0 calc(env(safe-area-inset-left) + 10px) !important;
  }
  body > div.mt-5 {
    margin: auto !important;
  }
  body > div.main-frame {
    overflow: hidden;
    height: 100vh;
  }
  body div.main-frame-content {
    height: 100vh !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  body #dashboard-panel #svg-frame-horizontal {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 10px !important;
  }
  body #dashboard-panel #svg-frame-horizontal > svg {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    filter: grayscale(0.8) !important;
  }
  body #dashboard-panel #svg-frame-vertical {
    display: none !important;
  }
  body .search-head-box {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}
@media (orientation: portrait) {
  body {
    flex-direction: column !important;
  }
  body .navigation {
    position: sticky;
    top: 0;
    z-index: 3000;
    box-shadow: 0 0 5px 1px black;
  }
  body > div.m-auto {
    margin-bottom: 0 !important;
  }
  body > div > div {
    margin-bottom: 30px !important;
  }
  body > div > figure > img.my-3 {
    margin-bottom: 0 !important;
  }
  body > div.main-frame {
    height: 100vh;
  }
  body #svg-frame-horizontal {
    display: none !important;
  }
  body #svg-frame-vertical {
    display: block;
  }
  body .search-head-box {
    position: sticky;
    top: 44px;
    z-index: 1000;
  }
  #dashboard-filter-panel {
    height: 30px !important;
    position: sticky !important;
    padding: 5px !important;
    top: 0 !important;
    z-index: 2000;
  }
  #chess-info-panel > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) {
    display: none;
  }
  #chess-info-panel > div:nth-of-type(2) > div:nth-of-type(2),
  #chess-info-panel > div:nth-of-type(2) > div:nth-of-type(3),
  #chess-info-panel > div:nth-of-type(2) > div:nth-of-type(4),
  #chess-info-panel > div:nth-of-type(2) > div:nth-of-type(5) {
    display: none;
  }
}
svg {
  display: block !important;
  height: 100vh !important;
  width: 100vw !important;
  min-height: 100% !important;
  min-width: 100% !important;
}

svg > a > g[continent=NA],
svg > a > g[continent=AN],
svg > a > g[continent=SA],
svg > a > g[continent=EU],
svg > a > g[continent=OC],
svg > a > g[continent=AF],
svg > a > g[continent=AS] {
  transition: all 0.2s ease-out !important;
  filter: grayscale(0.8) !important;
}

svg > a > g[continent=NA]:hover,
svg > a > g[continent=AN]:hover,
svg > a > g[continent=SA]:hover,
svg > a > g[continent=EU]:hover,
svg > a > g[continent=OC]:hover,
svg > a > g[continent=AF]:hover,
svg > a > g[continent=AS]:hover {
  transition: all 0.1s ease-in-out !important;
  filter: grayscale(0) !important;
}

select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative;
  padding: 0 4px !important;
  min-width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (prefers-color-scheme: dark) {
  select {
    background-image: url("./../assets/images/down-dark.png");
  }
}
@media (prefers-color-scheme: light) {
  select {
    background-image: url("./../assets/images/down.png");
  }
}

@media (prefers-color-scheme: dark) {
  .search-head-box {
    background-color: #161616;
  }
}
@media (prefers-color-scheme: light) {
  .search-head-box {
    background-color: #ffffff;
  }
}

@media (orientation: portrait) {
  .search-head-box {
    position: sticky;
    top: 54px;
  }
}
.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.loading-spinner > div {
  height: 20%;
  width: 20%;
  margin: auto;
  position: relative;
}
.loading-spinner > div::before {
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border: 1rem solid rgba(0, 0, 0, 0.397);
  box-shadow: inset 0 0 4px 1px black;
}
.loading-spinner > div::after {
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border-right: 0.5rem solid rgb(0, 0, 0);
  display: block;
  position: absolute;
  box-shadow: 0 0 4px 1px black;
  animation-name: spinner;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */