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: wrap;
    flex-direction: column;
    margin-top: 15%;
    height: 250;
}
.bgImageChoose {
    position: absolute;
    width: 370px;
    height: 220px;
    border-radius: 6px;
}
.button {
    background-color: rgb(24, 26, 27)!important; 
    color: white;
    border: 1px solid #2e3234;
}
.notification.is-danger {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: nowrap;
    /*flex-direction: row;*/
    padding-top: 20px;

    flex-direction: column;
    justify-content: space-around;
    min-width: 170;
    padding-right: 30px;
}
.notification {
    width: 170px !important;
    height: 70px;

    background-image: url("../images/bagbg.png");
}
.notification > img#class_image{
    width: 2em;
}
#gamemode_selection#div {
    background-image: url("../images/bagbg.png");
}
#classic_mode #map_mode{
    margin-top: 10px;
}
.notification {
    width: 30%;
}
#question {
    margin-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;
}
#question:hover {
    cursor: pointer;
    cursor: url("../images/default-small.png"),auto;
}
#countdown {
    font-size: 40px;
    font-weight: bold;
}

.modal-btn:hover {
    transform: scale(1.5);
}
[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;
}

#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: 8px;
    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);
}
.classSelect {
    width: 100%;
}
#footer-copy {
    padding-top: 30px;
}

.fa-arrows-rotate:hover {
    transform: rotate(360deg);
    cursor: url("../images/target.cur"), pointer;
}
.button:hover,.button:focus {
    background-color: rgb(49, 51, 53) !important;
    color: white;
}
 /* Dropdown Button */


/* 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;
  }
  
  /* 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;
  }
  #wrong > div{
    margin-right: 20px;
  }
  
  ::-webkit-scrollbar {
    width: 0px;
  }
  #classes::-webkit-scrollbar {
    width: 10px;
    scrollbar-color: #454a4d #202324;
  }
  /* 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;
  }
 
  
  *, ::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 {
        cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
    }
    .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: #493d1650;
        color: #fff;
    }
    .notification {
        border-radius: 4px;
        position: relative;
        padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    }
    .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;
        display: inline-flex;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: 100%;
        font-weight: 400;
    }


    #slots_spec {
        display: flex;
        justify-content: flex-start;
        margin: 10px 0;
    }
    #slots_spec > div {
        font-size: 13px;
    }
    #slot_weapon > div {
        font-size: 15px;
    }
    #slot, #slot_2 {
        z-index: 1;
        
    }
    #slot > ul,#slot_2 > ul {
        list-style-type: none;
    }
    #answear_img {
        display: flex;align-items: center;justify-content: center;
    }

    #answear_img {
        margin-top: 5vh;
    }

    #next_skill_button {
        margin-top: 10px;
    }
    #next_skill {
        z-index: 1;
    }

    #blind-icon {
        position: absolute;
        margin-top: 45px;
    }


    /* SWITCH */
    .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #914545;
}

input:focus + .slider {
  box-shadow: 0 0 1px #914545;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  /* =======================================*/
  #challange-align {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  #challange-align > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #blind-icon:hover {
    transform: scale(1.2);
  }