html {
    cursor: url("../images/default.cur"), default;
    scroll-behavior: smooth;
}
a {
    color: inherit;
    text-decoration: inherit;
  }
#gamemode_selection {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 15%;
    height: 450px;
}
.bgImageChoose {
    position: absolute;
    width: 520;
    height: 450px;
    border-radius: 6px;
}
.notification.is-danger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 20px;
}
.notification {
    padding: 1.25rem 1.25rem 1.25rem 1.5rem !important;
    width: 150px !important;
    background-image: url("../images/bagbg.png");
    height: 95%;
}
#gamemode_selection#div {
    background-image: url("../images/bagbg.png");
}
#classic_mode #map_mode{
    margin-top: 10px;
}
.notification {
    width: 30%;
}
#question {
    padding-top: 25px;
}


body {
    margin: 0px;
    color: #DCDCDC;
    font-family: "Segoe UI";
    
    overflow-x: hidden;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
  -webkit-background-size: cover;
  -moz-background-size:  cover;
  -o-background-size: cover;
  
  background-size: cover !important;
  
}

#class_image {
    pointer-events: none;
}

.gw2a-tooltip-embed {
    display: none;
}

#countdown {
    font-size: 40px;
    font-weight: bold;
}

.modal-btn:hover {
    font-size: 25px;
}
[data-tooltip] {
    border-bottom-width: 0 !important;
  }

 
  #tooltip {
    color: white;
	z-index: 1000;
	font-size: 14px;
	display: none;
	position: absolute;
	padding: 6px 8px;
	max-width: 360px;
    /* (background-color: var(--rc-bg); */
    background-image: url("../images/tooltip-bg.png");
    outline: 1px solid #373737;
	box-shadow: 3px 3px 5px black;
}

#hint-1, #hint-2, #hint-3{
    background-color: #242629b3;
    outline: 1px solid #494949;
    margin: 1rem auto;
    text-align: center;
}

#hint-1:hover, #hint-2:hover, #hint-3:hover{
    background-color: #2f3135b3;
    outline: 1px solid #747474;
    color: #e3ecffb3;
}
#hint-1 > p, #hint-2 > p, #hint-3 > p{
    margin-left: 10px;
}
#hint-1 > section, #hint-2 > section, #hint-3 > section{
    margin-left: 10px;
}
#hints {
    line-height: 3;
}

#footer-top {
    height: 60px;
    line-height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 10px black;
    font-size: 14px;
    background: linear-gradient( rgba(0, 0, 0, 0.925), rgba(0, 0, 0, 0.5) );
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
    background-size: cover;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#footer-content {
    margin: 1rem;
    width: 25%;
}

#footer-middle {
    position: absolute;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0 auto;
    width: 90%;
}
#footer-middle > li {
    display: inline-block;
}
#footer-right {
    position: absolute;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0 auto;
    right: 60px;
}
#footer-rught > li {
    display: inline-block;
}
#footer-left {
    position: absolute;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0 auto;
    left: 60px;
}
#footer-left > li {
    display: inline-block;
}
a {
    text-decoration: none;
}
/* HEADER */
#h-left > li{
    display: inline-block;
    margin: 0px 20px 0px 0px;
    vertical-align: middle;
    color: white;
}
#h-left {
    position: absolute;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0;
    left: 40px;
}

#h-right > li{
    display: inline-block;
    margin: 0px 20px 0px 0px;
    vertical-align: middle;
    color: white;
}
#h-right {
    position: absolute;
    text-align: right;
    right: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0;
}
#header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../images/");
    backdrop-filter: blur(5px);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 0px 0px 10px black;
}
#header a {
    font-weight: 600;
    color: white;
    text-shadow: 1px 1px black;
    transition: .3s ease;
    text-transform: uppercase;
    padding: 20px 10px;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 0px;
    height: 8px;
}
::-webkit-scrollbar-corner {
    background: #1e2124;
}
::-webkit-scrollbar-thumb {
    background: #484b51;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #1e2124;
}
#web-name {
    color: white;
}
#web-name:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}
#link-img{
    transition: transform .7s ease-in-out;
}
#link-img:hover {
    transform: rotate(360deg);
    cursor: url("../images/target.cur"), pointer;
}

.classSelect:focus {
    background-color: rgb(170, 248, 181);
}
#footer-copy {
    padding-top: 30px;
}

.fa-arrows-rotate:hover {
    transform: rotate(360deg);
    cursor: url("../images/target.cur"), pointer;
}
#giveup_button {
    z-index: 40;
    color: white;
    position: absolute;
    margin-left: 230px;
    margin-top: 10px;
    margin-right: 200px;
}
#info_button {
    z-index: 40;
    color: white;
    position: absolute;
    margin-left: 195px;
    margin-top: 10px;
    margin-right: 200px;
}
#stats_button {
    z-index: 40;
    color: white;
    position: absolute;
    margin-left: 225px;
    margin-top: 10px;
    margin-right: 200px;
}
#map_canvas {
    z-index: 100;
    border-style: groove;
    border-radius: 10px;
    border-color: burlywood;
}
@media (max-width: 500px) {
    .bgImageChoose {
        width: 360;
    }
    #giveup_button {
          position: absolute;
          margin-left: 150px;
     }
     #info_button {
        position: absolute;
        margin-left: 120px;
     }
     #map_canvas {
        margin-top: 10px;
     }
     #stats_button {
        position: absolute;
        margin-left: 150px;
    }

}
.button {
    background-color: rgb(24, 26, 27)!important; 
    color: white;
    border: 1px solid #2e3234;
}
.button:hover,.button:focus {
    background-color: rgb(49, 51, 53) !important;
    color: white;
}
  /* Dropdown Button */
  .dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }
  
  /* The search field */
  #myInput {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    
  }
  #myInput {
      background-color: #232627;
      color: white;
    }
  #myInput:focus {
    outline: none;
  }
  .button {
    width: 100% !important
  }
  
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    vertical-align: top;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    margin-top: 20px;
    position: absolute;
    /*background-color: #f6f6f6;*/
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
   
  }
  .dropdown-content {
      background-color: rgb(29, 32, 33);
    border-color: rgb(58, 62, 65);
    }
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}
  @font-face {
      font-family: "GuildWarsFont";
      src: url("/public/fonts/GWTwoFont.ttf");
      font-display: swap;
  }
  
  .webName {
    font-family: "GuildWarsFont";
    font-size: 70px;
    text-align: center;
    color: #f5f5f5;
    pointer-events: none;
  }
  #logo {
    padding-top: 20px;
    width: 400px;
  }
  @media (max-width: 1500px) {
   #wrong {
    width: 90%;
   }
  }
  
  #wrong {
    height: 100px;
    min-width:20%; 
    max-width: 700px;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    align-items: flex-start;
    padding-top: 10px;
    margin-top: 30px;
  }
  #wrong > div{
    margin-right: 20px;
  }
  
  ::-webkit-scrollbar {
    width: 0px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1a9; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 1px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  #maxStreak,#currentStrea,#stats {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
  }
  .maps_search_index::-webkit-scrollbar {
    width: 10px;
    scrollbar-color: #454a4d #202324;
  }















*, ::after, ::before {
box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
}

 .modal-background {
    background-color: rgba(10,10,10,.86);
}
.hero-video, .image.is-16by9 .has-ratio, .image.is-16by9 img, .image.is-1by1 .has-ratio, .image.is-1by1 img, .image.is-1by2 .has-ratio, .image.is-1by2 img, .image.is-1by3 .has-ratio, .image.is-1by3 img, .image.is-2by1 .has-ratio, .image.is-2by1 img, .image.is-2by3 .has-ratio, .image.is-2by3 img, .image.is-3by1 .has-ratio, .image.is-3by1 img, .image.is-3by2 .has-ratio, .image.is-3by2 img, .image.is-3by4 .has-ratio, .image.is-3by4 img, .image.is-3by5 .has-ratio, .image.is-3by5 img, .image.is-4by3 .has-ratio, .image.is-4by3 img, .image.is-4by5 .has-ratio, .image.is-4by5 img, .image.is-5by3 .has-ratio, .image.is-5by3 img, .image.is-5by4 .has-ratio, .image.is-5by4 img, .image.is-9by16 .has-ratio, .image.is-9by16 img, .image.is-square .has-ratio, .image.is-square img, .is-overlay, .modal, .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
}
.modal.is-active {
    display: flex;
}
.modal-card, .modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 769px) {
    .modal-card, .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px;
    }
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
    background-size: cover !important;
}

body {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}
.is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}
.modal-close {
    background: 0 0;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}
.delete, .modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    vertical-align: top;
    width: 20px;
}
body, button, input, optgroup, select, textarea {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
button, input, select, textarea {
    margin: 0;
}
.delete::before, .modal-close::before {
    height: 2px;
    width: 50%;
}
.delete::after, .delete::before, .modal-close::after, .modal-close::before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.delete::after, .modal-close::after {
    height: 50%;
    width: 2px;
}
.delete::after, .delete::before, .modal-close::after, .modal-close::before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}
.button:hover, .button:focus {
    background-color: rgb(49, 51, 53) !important;
}
.button.is-hovered, .button:hover {
    border-color: #b5b5b5;
}
.button {
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
}
.breadcrumb, .button, .file, .is-unselectable, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .tabs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown-content {
    border-radius: 4px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.notification.is-danger {
    background-color: #f14668;
    color: #fff;
}
.notification {
    border-radius: 4px;
    position: relative;
}
.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
    -webkit-appearance: none;
    align-items: center;
    border-radius: 4px;
    box-shadow: none;
    font-size: 1rem;
    height: 2.5em;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}