body {
    overflow-x: hidden!important;
}

.userList .userList {
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
}

.userList .userList::-webkit-scrollbar {
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}

.userList .userList::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.userList .userList::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
  border: none;
  border-radius: 5px;
}

.userList {
    width: 100%;
}

.userList .user:before {
    content: "";
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background: #42b72a;
    border-radius: 50%;
}

.userList .user.not-available {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.invitations .invitation,
.userList .user {
    padding: 8px 16px;
    border-radius: 17px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.invite-accept,
.invite-decline,
.invite-button {
    color: var(--color__b3);
    font: bold 18px/20px 'Rubik', sans-serif;
    margin-left: auto;
}

.invite-accept {
    color: var(--color__h12);
}

.invite-accept:hover,
.invite-decline:hover,
.invite-button:hover {
    text-decoration: none;
}

.invitations .invitation,
.userList .user.invited {
    background: #F0F9FF;
}

.invite-decline,
.userList .user.invited .invite-button {
    color: var(--color__h11);
}

.dropdown .badge {
    background: #3c763d;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.letter-avatar {
    min-width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    font: bold 16px/18px 'Rubik', sans-serif;
    padding: 0;
    margin: 0 12px 0 0;
    color: #334D6E;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #334D6E;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
}

.invites .badge {
    background: #23375d;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    right: -11px;
    top: -11px;
}

.invites .badge.has-invites {
    background: #eb5692;
}

.invitations button {
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}

.invitations button.cancel {
    background: #eb5692;
    margin-left: auto;
}

.invitations button.accept {
    background: #4dcfc3;
    margin-left: 3px;
}

.tooltip-inner {
   padding: 10px;
   font-weight:bold;
   font-size:16px;
}

#game {
    position: relative;
    display: inline-block;
}

.accent_buttons_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    transform: translate3d(10px, 10px, 0);
    border-radius: 4px;
    display: none;
}

.accent_buttons_wrapper button {
    border: none;
    height: 40px;
    width: 50px;
    background: #8b68e9;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-left: 1px solid #a493d4;
}

.accent_buttons {
    border-radius: 4px;
}

.accent_buttons_wrapper button:first-child {
    border: none;
}

.accent_buttons_wrapper:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid #8b68e9;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.game-screen {
    position: absolute;
    background: rgba(0, 25, 58, 0.98);
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 80px;
    text-align: left;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: bold;
}

#level-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.game-screen h4 {
    color: #fe5a00;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
}

.game-screen ol,
.game-screen p {
    padding: 0 30px;
}

.game-screen p {
    text-align: center;
}

.game-screen .close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #fff;
    background: #999;
    font-size: 30px;
}

.game-screen input[type=radio]:not(:checked) + label {
    background: #999;
}

.game-screen input[type=radio] {
    display: none;
}

.collapsible {
    display: none;
}

.toggle-collapse {
    color: inherit!important;
}

#help {
    position: absolute;
    background: rgba(2, 31, 45, 0.99);
    padding: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.6em;
    display: none;
}

#help h1 {
    color: #FF5722;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
}

button#close-button {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    right: 50px;
    width: 30px; 
    height: 30px;
    background: #FF5722;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    border: none;
}

.popover {
    border-radius: 0;
    right: 20px;
    min-width: 200px;
    text-align: center;
    font-weight: bold;
}

.popover-content {
  padding: 10px 0;
}

.popover button {
    display: none;
}

.popover:before,
.popover:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 10px;
}

.popover:before {
    border: 10px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.popover:after {
    border: 10px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

/* Slider */
input[type="range"] {
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    vertical-align: middle;
    background-color: #EDF1F7;
    border-radius: 8px;
    height: 5px;
}

input[type=range].fill-lower {
    background-image: linear-gradient(#379FFF, #379FFF), linear-gradient(#EDF1F7, #EDF1F7);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #379FFF;

    background-size: 35px auto;
    background-position: center;
    background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb:active {
    background-size: 30px auto;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #379FFF;

    background-size: 35px auto;
    background-position: center;
    background-repeat: no-repeat;
}

input[type=range]::-moz-range-thumb:after {
    content:'3';
    position: absolute;
    color: #FFF;
}

input[type=range]::-moz-range-thumb:active {
    background-size: 30px auto;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #379FFF;

    background:  red;
    background-size: 35px auto;
    background-position: center;
    background-repeat: no-repeat;
}

input[type=range]::-ms-thumb:active {
    background-size: 30px auto;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper output {
  position: absolute;
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  top: 50%;
  margin-top: -19px;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
