 html,
 body {
     /* otherwise the full screen would be white */
    /*background: url("test.jpg");*/
     height: 100%;
     background-color: gainsboro !important;
     overflow-y: hidden;
 }
 ::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}

.nodrag
{
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

.inventorycard
{
cursor: pointer;
}

.nodrag img
{
    pointer-events: none;
}


 .optionflex
 {
     display:flex;
     flex-wrap:wrap;
     flex-direction:row;
     justify-content:flex-start;
     align-items:stretch;
     align-items: center;
 }

 .optionflexleft
 {
     order:2;
     flex-basis:20px;
     margin-right: 2px; 
 }

  .optionflexmid
 {
     order:1; 
     width:calc(100% - 95px);
     margin-left: 10px;
     margin-right: 10px;
 }

   .optionflexright
 {
     order:3; 
     flex-basis:20px;
 }


  .checkflexmid
 {
     order:2; 
     width:calc(100% - 63px);
     margin-left: 10px;
     margin-right: 10px;
 }


 .toptoast {
     position: absolute;
     left: 20%;
     right: 20%;
     top: 20px;
 }

 .bottomtoast {
     position: absolute;
     left: 20%;
     right: 20%;
     bottom: 20px;
 }

 .toastitem {
     font-family: 'ChaletNewYorkNineteenSixty';
     font-size: 29px;
     letter-spacing: 1px;
     word-spacing: 0px;
     line-height: normal;
     padding: 0px;
     margin: 0px;
     color: white;
     font-weight: normal;
     text-decoration: none;
     font-style: normal;
     font-variant: normal;
     text-transform: none;
     text-align: center;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
     user-select: none;
 }

 .toastdescription i {
     font-size: 17px;
     letter-spacing: 2px;
     word-spacing: 2px;
     padding: 0px;
     margin: 0px;
     color: white;
     font-weight: normal;
     text-decoration: none;
     font-style: normal;
     font-variant: normal;
     text-transform: none;
     text-align: center;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
 }

 .toastdescription {
     font-family: 'ChaletNewYorkNineteenSixty';
     font-size: 19px;
     letter-spacing: 2px;
     word-spacing: 2px;
     padding: 0px;
     margin: 0px;
     color: white;
     font-weight: normal;
     text-decoration: none;
     font-style: normal;
     font-variant: normal;
     text-transform: none;
     text-align: center;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
 }

 @font-face {
     font-family: 'ChaletNewYorkNineteenSixty';
     src: url('gta-ui.ttf') format('truetype');
 }


 .playermodal
 {
     display: block !important;opacity: 0.85;z-index: 1 !important;
 }

 .playerdialog
 {
     max-width: 60% !important;
 }

 .titledesc
 {
     font-size: 14px;margin:0;
 }

 .tableheader
 {
     display: block;font-weight: bold;
 }

 .tableheaderminicol
 {
     width: 100px;float:right;
 }

 .playerscontainer
 {
     min-height: 300px;max-height: 300px;overflow: scroll;overflow-x: hidden;
 }

 .dropdown
 {
     display:none; position: absolute; top:350px; left:350px;z-index: 2;
 }