:root {
  --cur-auto: auto;
  --cur-default: default;
  --cur-pointer: pointer;
  --cur-text: text;
  --cur-vertical-text: vertical-text;
  --cur-crosshair: crosshair;
  --cur-move: move;
  --cur-grab: grab;
  --cur-grabbing: grabbing;
  --cur-not-allowed: not-allowed;
  --cur-wait: wait;
  --cur-progress: progress;
  --cur-resize-ew: ew-resize;
  --cur-resize-ns: ns-resize;
  --cur-resize-nesw: nesw-resize;
  --cur-resize-nwse: nwse-resize;
}

body.tbh {
  --cur-auto: url('../media/tbhCursors/tbh-normal.cur'), auto;
  --cur-default: url('../media/tbhCursors/tbh-normal.cur'), default;
  --cur-pointer: url('../media/tbhCursors/tbh-link.cur'), pointer;
  --cur-text: url('../media/tbhCursors/tbh-text.cur'), text;
  --cur-vertical-text: url('../media/tbhCursors/tbh-text.cur'), vertical-text;
  --cur-crosshair: url('../media/tbhCursors/tbh-crosshair.cur'), crosshair;
  --cur-move: url('../media/tbhCursors/tbh-move.cur'), move;
  --cur-grab: url('../media/tbhCursors/tbh-crosshair.cur'), grab;
  --cur-grabbing: url('../media/tbhCursors/tbh-crosshair.cur'), grabbing;
  --cur-not-allowed: url('../media/tbhCursors/tbh-no.ani'), not-allowed;
  --cur-wait: url('../media/tbhCursors/tbh-working.ani'), wait;
  --cur-progress: url('../media/tbhCursors/tbh-busy.ani'), progress;
  --cur-resize-ew: url('../media/tbhCursors/tbh-horizontal.cur'), ew-resize;
  --cur-resize-ns: url('../media/tbhCursors/tbh-vertical.cur'), ns-resize;
  --cur-resize-nesw: url('../media/tbhCursors/tbh-nesw.cur'), nesw-resize;
  --cur-resize-nwse: url('../media/tbhCursors/tbh-nwse.cur'), nwse-resize;
}

* {
  cursor: inherit;
}

body, html {
  cursor: var(--cur-default);
}

a, button, [role="button"] {
  cursor: var(--cur-pointer);
}

input, textarea, code, [contenteditable] {
  cursor: var(--cur-text);
}

.vertical-text {
  cursor: var(--cur-vertical-text);
}

.crosshair {
  cursor: var(--cur-crosshair);
}

.move { cursor: var(--cur-move); }
.grab { cursor: var(--cur-grab); }
.grabbing { cursor: var(--cur-grabbing); }
.not-allowed { cursor: var(--cur-not-allowed); }

.wait { cursor: var(--cur-wait); }
.loading { cursor: var(--cur-progress); }

.resize-ew    { cursor: var(--cur-resize-ew); }
.resize-ns    { cursor: var(--cur-resize-ns); }
.resize-nesw  { cursor: var(--cur-resize-nesw); }
.resize-nwse  { cursor: var(--cur-resize-nwse); }

/* END OF CURSORS */

.toolbar {
    display: flex;
    align-items: center;
    background-color: #333;
    overflow: hidden;
    padding: 0.625rem;
    margin-left:2.5rem;
    margin-right:2.5rem;
}

.toolbar a {
    color: lightgray;
    padding: 0.5rem;
    text-decoration: none;
    margin: 0 5px;
}

.toolbar a:hover{
    background-color: #555555;
    color: lightgray;
}

.toolbarSubMenu{
  visibility: hidden;
  z-index: 100;
}

.toolbarMenu:hover .toolbarSubMenu{
  visibility:visible;
}

.toolbarSubMenu a, .toolbarSubMenu button {
  width: fit-content;
  display:flex;
  margin:0;
  padding: 0.5rem;
}

.center-pillar {
  width: 70%;       
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto; 
  padding-bottom:1.25rem;
  padding-top:1.25rem;
  background-color: #222222;
}

.art-display {
  font-family: monospace; 
  background-color: #333;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: fit-content; 
  height: fit-content; 
}

.flexContainer{
 display: flex; 
 align-items: center;
 margin-left: 5rem;
 margin-right: 5rem;
 margin-bottom:1.25rem;
 gap: 2.5rem;
}

.container{
 margin-left: 5rem;
 margin-right: 5rem;
}

.discord-code{
  padding: 0.2em;
  margin: -0.2em 0px;
  border-radius: 3px;
  background: #191919;
  font-size: 0.85rem;
  line-height: 1.125rem;
  
  white-space: pre;
}

.discord-code-lite{
  border:none;
  width:1.5rem;
  background-color:#191919;
  color:rgb(225, 225, 225);
  font-size: 0.85rem;
  border-radius:3px;
  font-family:monospace;
  padding:0.2em;
  text-align:end;
  display:block;
    background-color: #050505;
}

.discord-message-outer{
  margin-top: 1rem;
  padding: 0.125rem 16px 0.125rem 4.5rem;
  min-height: 2.75rem;
}

.discord-message-header{
  position: relative;
  margin-left: -4.5rem;
  padding-left: 4.5rem; 
}  

.discord-avatar{
  width: 2.5rem;
  position: absolute;
  left: 0px;
  top: 0.125rem;
  margin-left: 1.3rem;
  border-radius: 50%;
  object-fit: cover;
  height: 2.5rem; 
}  

.discord-name{
  display: inline;
  margin: 0px 0.25rem 0px 0px;
  font-weight: 500;
  color:#eee;
  line-height: 1.375rem;
}  
  
.discord-bot-tag{
  position: relative;
  top: -0.1rem;
  margin: 0.075em 0.25rem 0px 0px;
  padding: 0.071875rem 0.275rem;
  border-radius: 3px;
  background: #707070;
  font-size: 0.625em;
}  

.discord-timestamp{
  display: inline-block;
  height: 1.25rem;
  cursor: var(--cur-default);
  color: rgb(148, 155, 164);
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.375rem;
  vertical-align: baseline; 
}  

.discord-embed-outer{
  display: grid;
  padding: 0.125rem 0px;
}
.discord-embed-middle{
  place-self: start;
  max-width: 520px;
  display: flex;
  background: #303030;
  border-radius: 4px;
  border-left: 4px solid #909090;
}
	
.discord-embed-inner{
  padding: 0.5rem 1rem 1rem 0.75rem;
  display: inline-grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}  

.discord-embed-header{
  min-width: 0px;
  display: inline-block;
  margin: 8px 0px 0px;
  grid-column: 1 / 2;
}  

.discord-embed-emote{
  width: 18px; 
  vertical-align: bottom;
  object-fit: contain;
}

.discord-embed-text{
  margin: 8px 0px 0px;
  min-width: 0px;
  grid-column: 1 / 2;
  font-size: 0.875rem;
  color: rgb(225, 225, 225);
  line-height: 1.125rem;
  white-space: pre-line;
  overflow-wrap: break-word;
}  
.discord-text-bolder{
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.discord-pet-display{
  width:5rem;
}

.discord-message{
  white-space: pre-wrap;
  overflow-wrap: break-word;
  line-height: 1.375; 
}  

.grayOnHover {
  transition: background-color 0.05s ease-in-out;
}

.grayBackground {
  background-color: #303030;
}

.mediumGrayBackground {
  background-color: #191919;
}

.darkGrayBackground {
  background-color: #050505;
}

.grayOnHover:hover{
  background-color: rgba(255,255,255,0.3);
}

.suggestions {
  border: 1px solid #191919;
  background: #191919;
  width: max-content;
  border-radius: 0.2rem;
  margin-top: 0.2rem;
  display:none;
}

.suggestion {
  padding: 0.3rem;
  cursor: var(--cur-pointer);

  width: 15rem;
  display: flex;
  gap: 0.35rem;
  align-items: baseline;
  font-size: 0.75rem;
}

.suggestionAlias {
  font-size:0.6rem;
}

.suggestion:hover,
.suggestion.active {
  background: #555;
}

.suggestions > .suggestion:not(:last-child) {
    border-bottom: 1px dashed #666;
}

.pet-output-wrapper {
  border-top: 2px solid #909090;
  border-left: 2px solid #909090;
  border-right: 2px solid #606060;
  border-bottom: 2px solid #606060;
  
  border-radius: 0.2rem;  
  width: 11rem;
  margin-top: 0.5rem;
  padding: 0.35rem;
}
 
.pet-type-header {
  white-space:preserve-spaces;
  height:1rem;
  padding-top:0.25rem;
  font-size:0.75rem;
  align-content:center;
  font-family:monospace;
  text-align:center;
}

.petButtonFromCalculator {
  margin: 1rem 1rem 0.3rem 0.3rem; 
  font-size: 0.75rem;
  width:11.3rem;
  border-radius: 0.2rem; 
  border-color: #909090;
}

.exitButtonFromCalculator {
  width: 1rem;
  height: 1rem;
  position: absolute;
  font-size: 0.6rem;
  display: flex;
  justify-content: center;
  bottom: 70%;
  left: 95%;
  /*border-color: #909090;*/
  align-items: center;
}

.levelInputFromCalculator {
  font-family: monospace; 
  font-size:0.90rem; 
  width:1.5rem; 
  height:1rem; 
  text-align:start; 
  border:none; 
  background-color: transparent; 
  color:rgb(225, 225, 225);
}

.passiveWrapperFromCalculator {
  border-top: 2px solid #909090;
  border-left: 2px solid #909090;
  border-right: 2px solid #606060;
  border-bottom: 2px solid #606060;
  
  border-radius: 0.2rem;  
  width: 15rem;
  margin-top: 0.5rem;
  padding: 0.35rem;
  display: flex !important; 
  align-items: center; 
  height:2rem;
  position:relative 
}

.passiveWrapperFromCalculator:hover *{
  visibility: visible;
}

.outputFromCalculator {
  border:none;
  width:1.5rem;
  background-color:transparent;
  color:rgb(225, 225, 225);
  font-size: 0.85rem;
  border-radius:3px;
  font-family:monospace;
  padding:0.2em;
  text-align:end;
  display:block;
  position: relative;
  background-color: #191919;
}

.arrowBefore::before {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(225, 225, 225);
  left: 0rem;
}

.no-arrows {
  -moz-appearance: textfield;
  appearance: textfield;
}

.no-arrows::-webkit-inner-spin-button, 
.no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  width: 0.8rem; 
  height: 0.8rem; 
  background: #eee; 
} 

input[type="range"]::-moz-range-thumb {
  width: 0.8rem; 
  height: 0.8rem;
  background: #eee;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #555;
  border-radius: 0px;
  outline: none;
  width:100%;
  height:1rem;
  cursor: var(--cur-pointer);
} 

button {
  background-color:#333;
  color:lightgray;
  border-color:lightgray;
  height: 2rem;
  max-height: min-content;
  /**/
  width: 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: var(--cur-pointer);
  margin-right:10px;
  border-radius: 0.2rem;
}

table, th, td {
  border:1px solid #303030;
  text-align: center;
  vertical-align: middle;
}
table{
  border-collapse: collapse;
}
td, th{
  padding:0.5rem 0.075rem;
}

body {
	font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #101010;
	color: lightgray;
	text-rendering: optimizelegibility;
}

ul {
  margin-top:0px;
}
	
h1{
  font-size:1.7rem;
  margin-top: 2rem;
  margin-bottom: 0px;
}  

a {
    color: #6d97c0; 
}

a:hover {
    color: #70b7cf;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    background-color: #333;
    padding: 0.2rem;
    min-width:4rem;
    border-left: 0.125rem   solid #D3D3D3;
    border-right: 0.125rem   solid #8D8D8D; 
    border-top: 0.125rem   solid #D3D3D3;  
    border-bottom: 0.125rem   solid #8D8D8D;

    /* Position */
    position: absolute;
    left: 0%;
    top: 120%;

    font-size: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0.1rem;
}

.tooltip .pet-tooltip-text {
    z-index: 100;
    width: max-content;
    padding: 0.1rem;
    pointer-events: none;
    border: 2.5px solid rgb(25, 25, 25);
    font-size: 0.7rem;
    border-radius: 0.2rem;
    visibility: hidden;
    background-color: #333;
}

.tooltip .navBar-tooltip-text {
  border-left: 0.125rem solid #D3D3D3;
  border-right: 0.125rem solid #8D8D8D;
  border-top: 0.125rem solid #D3D3D3;
  border-bottom: 0.125rem solid #8D8D8D;
  background-color: #333;
  position: absolute;
  left: 3.2rem; 
  transform:unset; 
  z-index:5; 
  pointer-events: none; 
  padding:0.2rem 1rem; 
  min-width:unset; 
  width:max-content;
  visibility: hidden;
  min-height:1.85rem;
  align-content: center;
  font-size: 0.75rem;
  text-align: left;
}

.cool-border {
  border-left: 0.125rem solid #D3D3D3;
  border-right: 0.125rem solid #8D8D8D;
  border-top: 0.125rem solid #D3D3D3;
  border-bottom: 0.125rem solid #8D8D8D;
}

.tooltip:hover * {
    visibility: visible;
    opacity: 1;
}

.tooltip-lite {
    position: relative;
}

.tooltip-lite-child{
    z-index: 7;
    position: absolute;
    width: 12.5rem;
    top: 1.15rem;
    background-color: #555;
    transform: translateX(-50%);
    left: 50%;
    height: 1.9rem;
    padding: 0 0.3rem;
    border-radius: 0.2rem;
    display:flex;
    align-items: center;
}

.tooltip-lite:hover *,
.tooltip-lite-child:hover {
    visibility: visible;
    opacity: 1;
}

.passiveContainer{
  padding: 0.75rem 0rem;
  margin: 0.4rem 0;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}

.passiveGrid{
  display:grid;
  grid-template-rows: repeat(2,1.4rem);
  grid-auto-flow: column;
  grid-auto-columns: 1.4rem;
}

.weaponImageGridWrapper:hover .toolbarSubMenu  {
  visibility: visible;
}

.weaponImageGridWrapper a:hover, button:hover{
    background-color: #555555;
    color: lightgray;
}

.extra-padding::before {
  content: '';               
  position: absolute;        
  top: -8px;                 
  bottom: -8px;              
  left: -28px;                
  right: -8px;               
}

.hidden {
  visibility: hidden;
}

.wikipedia-stat-row {
  position: relative;
}

.wikipedia-stat-row:hover {
  background-color: #353535;
}

.wikipedia-header{
  background-color: #353535; 
  padding: 0.5rem 1.5rem;
  text-align: center; 
  align-content: center;
  border-bottom: 1px solid gray;
  min-height: 2.3rem;
  width: 100%;
  box-sizing: border-box;
}

.wikipedia-container{
  width:18rem; 
  margin-left:2rem; 
  border: 1px solid gray;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.wikipedia-id{
  padding:0.5rem 0rem; 
  background-color: #353535; 
  width:100%; 
  border: 1px solid gray; 
  font-size: 0.9rem;
}

.wikipedia-stats-header{
  padding:0.75rem 0 0rem; 
  margin-bottom: -0.65rem; 
  font-weight: bold;
}

/* wrapper */
.custom-select {
  position: relative;
  width: 5rem;
  font-family: monospace;
  font-size: 0.85rem;
  white-space: unset;
}

/* button */
.selected {
  width: 100%;
  text-align: left;
  padding: 0.2rem 0.2rem;
  border:none;
  border-radius: 0.2rem;
  background: #191919;
  color: lightgray;
  cursor: var(--cur-pointer);
  font-family: monospace;
  height:unset;
}

.selected:focus {
  outline: 1px solid lightskyblue;
  outline-offset: 0px;
}

.options {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 0;
  background: #191919;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  max-height: 220px;
  overflow: auto;
  display: none;
  z-index: 1000;
}

.custom-select.open .options {
  display: block;
}

.option {
  padding: 0.2rem 0.2rem;
  line-height: 1.2;
  cursor: var(--cur-pointer);
}

.option:hover,
.option.highlighted {
  background: #454545;
}

.option[aria-selected="true"]::after {
  content: "✓";
  float: right;
  color: lightgray;
}

.options:focus {
  outline: none;
}

/* ---------------------- */
#wearButton:hover {
  background: #555555;
}

#wearSelect .selected {
  position: relative;
}

#wearSelect .selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.40rem;
  width: 0.25rem;
  height: 0.25rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

#wearSelect.open .selected::after {
  transform: translateY(-30%) rotate(-135deg);
}

.lineFromWeaponCalculator {
  display:flex; 
  flex-direction: row; 
  font-size: 0.8rem; 
  align-items: center;
  height:1.4rem;
}

.inputWrapperFromCalculator {
    background-color: #191919;
    display:flex;
    padding: 0;
    border-radius: 0.2rem;
    align-items: center;
    width:max-content;
    margin: 0 0.2rem;
}

.outerInputWrapperFromCalculator {
  display:inline-block;
  margin: 0 -0.2rem;
}

.inputWrapperFromCalculator:hover {
    background-color: #555555;
}

.inputFromWeaponCalculator {
  border: none;
  width: 1.5rem;
  color: rgb(225, 225, 225);
  font-size: 0.85rem;
  border-radius: 3px;
  font-family: monospace;
  padding: 0.2em;
  text-align: end;
  display: block;
  background-color: transparent;
}

.inputFromWeaponCalculator:focus {
  outline: 1px solid lightskyblue;
  outline-offset: 0px;
}

.weaponSlider::-webkit-slider-runnable-track {
  height: 6px;
  background: #ccc;
}

.weaponSlider::-moz-range-track {
  height: 6px;
  background: #ccc;
}

.weaponSlider::-moz-range-thumb {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background: url('../media/misc_images/colon_three.png') no-repeat center center !important;
  background-size: contain !important;
  border: none !important;
}

.weaponSlider::-webkit-slider-thumb {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background: url('../media/misc_images/colon_three.png') no-repeat center center !important;
  background-size: contain !important;
  border: none !important;
  margin-top: -0.55rem;
}

.blinkie {
  flex: 1 1 0;   
  min-width: 0;       
  height: auto;      
  max-width: 100%;   
  display: block;
}

.number-wrapper-pet-calculator{
  display:flex;
  border-radius: 3px;
  background-color: #050505;
  height: max-content;
}

.percent-span{
  width: 0.6rem;
  font-size: 0.85rem;
  font-family: monospace;
  padding: 0.2em;
}

.passive-number-input{
  margin: 0 0 0 0.1rem;
  border: none;
  color: rgb(225, 225, 225);
  font-size: 0.85rem;
  font-family: monospace;
  background: transparent;
  text-align: end;
}

.listening-wrapper{
  height: 3rem;
  display: flex;
  align-items: center;
}

.add-passive-wrapper{
  background: #393939;
  padding: 1rem;
  border: 1px solid #444;
  border-radius: 0.5rem;
  font-family: monospace;
  overflow: hidden;
  position: relative;
  height:1.3rem;
  cursor: var(--cur-pointer);
}

.star-wrapper:hover{
  background-color: #404040;
}

.text.original {
}
.text.replacement {
  transform: translate(-50%, 100%);
  opacity: 0;
}

.add-passive-wrapper:hover .text.original {
  transform: translate(-50%, -150%);
  opacity: 0;
}
.add-passive-wrapper:hover .text.replacement {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.4s ease;
  white-space: nowrap;
}

.passiveGridImage{
  width:100%;
}

.weaponCalc-passive-emote{
  margin:0 0.1rem 0.15rem 0;
}

.weaponCalc-passive-emote:hover{
  background-color: #666;
  cursor: var(--cur-pointer);
}

.navbar-grid{
  position:absolute; 
  display:grid; 
  background-color: #333; 
  padding:0.5rem;
}

.unset-me{
  border: unset;
  height: unset;
  border-radius: unset;
  width: fit-content;
  margin: unset;
  display: flex;
}

.resTextContainer {
  margin: 0;
  padding:0;
}

.res-image {
  width : 20px;
  margin: 0 0.2rem 0 0.125rem;
}

.res-li {
  align-items : center;
  cursor : var(--cur-pointer);
  display : flex;
  margin-bottom : 10px;
  height:20px;
}

.res-li-container {
  margin : 0;
  padding : 0;
  list-style: none;
}

.triangle-tooltip {
  background : #222222;
  color : white;
  border-radius : 3px;
  padding : 8px;
  transition : all .1s ease;
  pointer-events : none;
}

.discord-text-emote{
  width: 18px;
  vertical-align: text-bottom;
}

.global-inputs{
  width:4rem;
  background-color: #191919;
  border: none;
  border-radius: 2px;
  color:lightgray;
  font-family: monospace; 
}

.global-column{
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: monospace; 
}

.align-child-text-right * {
  text-align: end;
}

.global-column * {
  height: 1rem;
  padding: 0.1rem 0.2rem;
}

.battles-page-emotes{
  width:1.05rem; 
  vertical-align: text-bottom;
}

.tab-button{
  flex: auto;
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tab-button-active {
  background-color: #444;
  border-bottom-color: #666;
}

.global-content-container{
  display:flex; 
  background-color:#444; 
  justify-content:center; 
  padding:1rem;
  border-bottom: 2px solid #8D8D8D;
  border-left: 2px solid lightgray;
  border-right: 2px solid #8D8D8D;
}

.thinner-header{
  font-weight: normal;
  margin:1.2rem 0 0.4rem 0;
}

.introduction-table td {
  line-height: 1rem;
  text-align: start;
  border-right:none;
  border-left:none;
  padding: 0.5rem 0.8rem;
}

.introduction-table{
  border-right:none;
  border-left:none;
}

.introduction-section{
  display: flex; 
  gap: 3rem; 
  align-items: center;
}

.introduction-section-wrapper{
  display:flex; 
  flex-direction: column; 
  gap: 2rem; 
  padding: 1rem 1rem 0.5rem 0;
}

.smol-right-margin{
  margin-right: 0.2rem;
}

.weapon-desc-image{
  vertical-align: text-bottom;
  display: inline-block;
  margin-bottom: -1.5px;
}

.italic{
  font-style: italic;
}

.bold{
  font-weight: bold;
}

.one-rem{
  width: 1rem;
  height: 1rem;
}

.passive-wrapper-pet-calc{
  display:flex; 
  background-color: #303030; 
  justify-content: center; 
  align-items: center;
  visibility: hidden;
  width:100%; 
  z-index: 10;
}

.pimage-wrapper-pet-calc{
  align-items: center; 
  display: flex; 
  flex-direction: column; 
  margin-top: 0.15rem; 
  min-width: 28px;
}

.add-effect-pet-calc{
  position:absolute;
  width:inherit; 
  font-family: monospace;
  font-size: 0.8rem; 
  text-align: center;
}

.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}