@import url('/assets/font/NotoKufiArabic/NotoKufiArabic.css');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
}
body{
  background-color: #1d1c1b;
  min-height: 100vh;
  overflow-x: hidden;
}
#CRV{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 1s ease-in-out;
  max-width: 100%;
}
/* @media(min-aspect-ratio: 16/9){
  #CRV{
    width: 100%;
    height: auto;
  }
}
@media(max-aspect-ratio: 16/9){
  #CRV{
    width: auto;
    height: 100vh;
  }
} */
/* @media(max-width: 700px){
  #CRV{
    display: none;
  }
} */
h1, h2, h3, p, a{
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.header nav{
  position: relative;
  z-index: 1000;
  top: 0;
}

.ShowMessage{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.548); */
  z-index: 100;
  box-sizing: border-box;
  display: none;
}
.MessageCR{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  background-color: #7b7a76b3;
  padding: 20px 20px;
  position: relative;
  margin: 10px;
  text-align: center;
  user-select: none;
  transform: scale(1.5);
  transition: all 200ms ease-in-out;
}
.MessageCR svg{
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.MessageCR svg:hover{
  background-color: #80808091;
  border-radius: 50%;
}
.MessageCR img{
  width: 60px;
}
.MessageCR table, th, td {
  color: white;
}
.MessageCR table th{
  border-bottom: 1px solid #494949;
  font-size: 18px;
}
.MessageCR table td{
  font-size: 14px;
}
.MessageCR table td img{
  width: 30px;
}


.HelpMe{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.548);
  z-index: 1000;
  box-sizing: border-box;
  display: none;
}
.HelpMe p{
  font-size: 50px;
  color: white;
}
.helpVideo{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  outline: 0;
  border: 0;
  transition: all 500ms;
}
.helpVideo video{
  width: 80%;
}
@media only screen and (max-width: 1100px){
  .closeHelpMe{
    top: 50px;
    right: 50px;
  }
  .helpVideo video{
    width: 80%;
  }
}
@media only screen and (max-width: 600px){
  .closeHelpMe{
    top: 100px;
    right: 50px;
    width: 50px;
    height: 50px;
    padding: 30px;
  }
  .helpVideo video{
    width: 95%;
  }
}

.Settings{
  width: 25%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  color: white;
  background-color: #7b7a76b3;
  padding: 20px 20px;
  position: relative;
  text-align: center;
  user-select: none;
  transition: all 200ms ease-in-out;
  display: none;
}
.Settings svg{
  cursor: pointer;
}
.backArrow{
  position: absolute;
  top: 80px;
  left: 10px;
}
.settingCont{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.settingCard{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.settingCard button{
  color: white;
  background: #00abff;
  outline: 0;
  border: 0;
  padding: 5px 10px;
  font-size: 1.1rem;
  cursor: pointer;
}
.settingCard select{
  padding: 10px 0;
  outline: 0;
  cursor: pointer;
}
.SoundVolume, .DarkMode{
  display: none;
}
.backgrounds{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  display: none;
}
.backCard{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
}
.bgSelected{
  border: 2px solid green;
}
.backCard{
  cursor: pointer;
}
.backCard img{
  width: 200px;
}

.Options{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.SelectLang{
  width: 80%;
  margin: 100px auto 0 auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
}
.Tables{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  background: rgba(255, 255, 255, 0.37);
  user-select: none;
}
.tablesCards{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  padding: 5px 10px;
  border-right: 2px solid gray;
  cursor: pointer;
}
.tablesCards p{
  color: #cfcfcf;
  font-size: 1rem;
}
.tablesCards p:hover{
  color: aqua;
}
.light{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.light i{
  margin-right: 15px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  user-select: none;
}
.SelectLang #editTime{
  color: #ffffff;
  font-size: 25px;
  margin-left: 20px;
}
.SelectLang select{
  border: 0;
  outline: 0;
  padding: 5px 10px;
  background-color: #00abff;
  color: white;
  font-size: 16px;
}
/* #helpMe{
  background-color: #00abff;
  padding: 5px 15px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50%;
  transition: all 500ms;
}
#helpMe:hover{
  color: white;
} */
.switch{
  display: flex;
  border: 1px solid white;
  padding: 5px 10px;
  gap: 5px;
}
.switch a{
  color: aqua;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.1rem;
  margin: 0 5px;
  user-select: none;
}
/* Create a custom checkbox */
.checkmark {
  --clr: #0B6E4F;
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #ccc;
  border-radius: 50%;
  transition: 300ms;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: var(--clr);
  border-radius: .5rem;
  animation: pulse 500ms ease-in-out;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid #E0E0E2;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 #0B6E4F90;
    rotate: 20deg;
  }

  50% {
    rotate: -20deg;
  }

  75% {
    box-shadow: 0 0 0 10px #0B6E4F60;
  }

  100% {
    box-shadow: 0 0 0 13px #0B6E4F30;
    rotate: 0;
  }
}

.Crafting-Recycle{
  width: 80%;
  margin: 0px auto;
  display: flex;
}
.navTab{
  display: flex;
  flex-direction: column;
  width: 200px;
  float: left;
}
.navTab button{
  font-weight: bold;
  background-color: #7b7a76b3;
  color: #a8a29b;
  width: 200px;
  height: 53.89px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  padding: 5px 0;
}
.navTab img{
  float: left;
  padding: 10px;
}
.navTab span{
  float: left;
  color: #a8a29b;
  padding: 10px;
}
.navTab .navNum{
  float: right;
  padding: 10px;
  color: #7b9ab1;
}
.navTab button:hover{
  background-color: #4c84b7;
  transform: scale(1.07);
  color: white;
}
.navTab button.active{
  background-color: #4c84b7;
  transform: scale(1.07);
  color: white;
}

.rustContent{
  width: 55%;
  margin-right: 10px;
  margin-left: 5px;
  float: left;
}
.rustTable, .rustTableBoxes{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
  background: #7b7a76b3;
  height: 660px;
  overflow: auto;
  direction: ltr;
}
.rustTable .itemImage, .rustTableBoxes .itemImageBoxes{
  width: 100px;
  height: 100px;
  margin: 15px;
  transition: .2s;
  cursor: pointer;
  position: relative;
  transition: all 500ms ease-in-out;
}
.rustTable .itemImage:hover, .rustTableBoxes .itemImageBoxes:hover{
  background-color: #7a7a76;
}
.rustTable .itemImage img, .rustTableBoxes .itemImageBoxes img{
  height: auto;
  max-width: 100%;
  width: auto\9;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
.rustTableBoxes{
  display: none;
}
.tryRustTableBoxes{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden;
}
.TryFinding{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 5rem;
  height: 100%;
  animation: Finding 1s infinite;
}
@keyframes Finding {
  0%{transform: rotate(0);}
  100%{transform: rotate(360deg);}
}
.NotFound{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: white;
  height: 100%;
}
.itemImageBoxes{
  position: relative;
  user-select: none;
}
.itemImageBoxes p{
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  /* white-space: nowrap; */
  text-shadow: 2px 2px 5px white, -2px -2px 5px white;
}
.Chance{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  display: none;
}
.itemImageBoxes:hover .Chance{
  display: flex;
  text-shadow: 2px 2px 5px white, -2px -2px 5px white;
}
.itemImageBoxes span{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  text-shadow: 2px 2px 5px white, -2px -2px 5px white;
}
.rustTable .itemImage p{
  position: absolute;
  bottom: 0;
  right: -10px;
  background-color: #FCFF00;
  border-radius: 5px;
  padding: 1px 5px;
  color: #CA202B;
  font-size: 16px;
  font-weight: 900;
  border: 1px solid black;
  user-select: none;
}
.rustTable .itemImage:hover p{
  display: none;
}
.Search{
  margin-top: 5px;
  direction: ltr;
}
.Search input{
  width: 100%;
  margin-top: 2px;
  border: 0;
  outline: none;
  background: #7b7a76b3;
  padding: 7px;
  color: white;
  font-size: 16px;
}
/* width */
.rustTable::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.rustTable::-webkit-scrollbar-track {
  background: #6b6b6b;
}
/* Handle */
.rustTable::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
/* Handle on hover */
.rustTable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.rustCraft{
  width: 30%;
  float: left;
}
.rustCraft .contentRight{
  background-color: #7b7a76b3;
  width: 100%;
  height: 700px;
}
.contentTop{
  width: 100%;
  padding-top: 20px;
  text-align: center;
  color: #b3b3b3;
  position: relative;
}
.contentTopLeft{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  gap: 5px;
  top: 10px;
  right: 10px;
  direction: rtl;
}
.Consumption{
  background-color: #363530b7;
  padding: 5px 10px;
  z-index: 20;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  display: none;
}
.ConsumptionClick::after{
  background-color: #176a8d;
  color: white;
  content: attr(title);
  position: absolute;
  font-size: 16px;
  top: -100%;
  left: 0;
  padding: 5px;
  border-radius: 3px;
}
.Time{
  background-color: #363530b7;
  padding: 5px 10px;
  z-index: 20;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
}
.Time span,i{
  margin: 0 2px;
  color: #cecece;
}
.TimeClick::after{
  background-color: #176a8d;
  color: white;
  content: attr(title);
  position: absolute;
  font-size: 16px;
  top: -100%;
  left: 60px;
  padding: 5px;
  border-radius: 3px;
}
.WhereToFind{
  width: 35px;
  height: 30px;
  background-color: #363530b7;
  padding: 5px 10px;
  z-index: 20;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  cursor: pointer;
  display: none;
}
.divH2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.divH2 h2{
  cursor: pointer;
}
.itemSelectedClickAR, .itemSelectedClickEN{
  position: relative;
}
.itemSelectedClickAR::after{
  width: 100%;
  background-color: #176a8d;
  color: white;
  content: "تم النسخ";
  position: absolute;
  font-size: 16px;
  top: -100%;
  left: -5px;
  padding: 5px;
  border-radius: 3px;
}
.noSelectImgClickAR::after{
  width: 100%;
  background-color: #176a8d;
  color: white;
  content: "تم النسخ";
  position: absolute;
  font-size: 18px;
  top: -100%;
  left: -5px;
  padding: 5px;
  border-radius: 3px;
}
.itemSelectedClickEN::after{
  width: 100%;
  background-color: #176a8d;
  color: white;
  content: "Copied";
  position: absolute;
  font-size: 16px;
  top: -100%;
  left: -5px;
  padding: 5px;
  border-radius: 3px;
}
.noSelectImgClickEN::after{
  background-color: #176a8d;
  color: white;
  content: "Copied";
  position: absolute;
  font-size: 18px;
  top: -100%;
  left: -5px;
  padding: 5px;
  border-radius: 3px;
}
.noSelectImg{
  position: absolute;
  left: 20px;
  top: 30px;
  cursor: pointer;
}
.noSelectImg span{
  color: #b3b3b3;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 40px;
  top: 30px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.work{
  overflow-x: hidden;
}
.workbench{
  text-align: center;
}
.workbench p{
  background-color: #a7a7a7;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #424242;
  margin: 20px auto;
  font-weight: bold;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.workbench1{
  text-align: center;
  display: none;
}
.workbench1 p{
  background-color: #72953a;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #b5df5f;
  margin: 20px auto;
  font-weight: bold;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.workbench2{
  text-align: center;
  display: none;
}
.workbench2 p{
  background-color: #004d95;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #00abff;
  margin: 20px auto;
  font-weight: bold;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.workbench3{
  text-align: center;
  display: none;
}
.workbench3 p{
  background-color: #e93400;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #ff8f14;
  margin: 20px auto;
  font-weight: bold;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.workbench p, .workbench1 p, .workbench2 p, .workbench3 p{
  width: 100%;
}
.workbench, .workbench1, .workbench2, .workbench3{
  width: 200px;
  margin: auto;
}
.description{
  max-width: 100%;
  border: 1px solid;
  width: 400px;
  height: 75px;
  margin: auto;
  margin-top: 0px;
  text-align: right;
  padding: 5px;
  overflow: auto;
}
/* width */
.description::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.description::-webkit-scrollbar-track {
  background: #6b6b6b;
}
/* Handle */
.description::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
/* Handle on hover */
.description::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.craftTable{
  width: 90%;
  margin: auto;
  table-layout: fixed;
}
.craftTable table, th, td {
  margin: 0 auto;
  color: white;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  height: 35px;
}
.craftTable th{
  border:none;
  text-transform: uppercase;
}
.craftTable td{
  background-color: #363530;
  opacity: .7;
}

.itemBot{
  opacity: .8;
  margin: 20px auto;
}
.itemBot p{
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #7e7e7e;
  color: white;
  font-weight: bold;
}
.recycleOuts{
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #7e7e7e;
  color: white;
  font-weight: bold;
  flex-direction: row-reverse;
}
.recycleInPut{
  position: relative;
}
.recycleInPut input{
  width: 50px;
  margin: auto;
  position: absolute;
  bottom: 0;
  outline: 0;
  border: 0;
  font-size: 1rem;
  background-color: transparent;
  color: white;
  text-align: center;
}
.itemIn{
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.itemRecycleIn{
  gap: 15px;
  flex-wrap: wrap;
}
.items{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #404040;
  padding: 10px;
  width: 60px;
  height: 60px;
  position: relative;
}
.items i{
  position: absolute;
  top: 1px;
  left: 1px;
  color: red;
  display: none;
}
.items img{
  width: 40px;
  height: 40px;
}
.items span{
  color: white;
  font-weight: bold;
  position: absolute;
  top: 40px;
}
.itemOut{
  display: flex;
  margin: 10px 0;
  justify-content: space-around;
  flex-wrap: wrap;
}
.newItemsSel{
  display: none;
  cursor: pointer;
  margin-right: 15px;
}
.ItemSelected{
  border: 1px solid green;
}

.Input{
  margin: 0 10px;
}
.Input input{
  outline: none;
  border: 0;
  background-color: #7b7a76b3;
  color: white;
  width: 100px;
  font-size: 16px;
  padding: 5px;
}
.Input button{
  width: 30px;
  padding: 3px 10px;
  outline: 0;
  border: 0;
  text-align: center;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
.Input #btnP{
  background-color: #00abff;
}
.Input #btnM{
  background-color: #c5412b;
}
.Input input[type=number]::-webkit-inner-spin-button, 
.Input input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

.NoSkin{
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.NoSkin h2{
  color: #ffffff;
}
.skinsRow{
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  gap: 10px;
}
.skinCard{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 150px;
  padding: 30px;
  gap: 5px;
  height: auto;
  position: relative;
  margin: 10px;
  user-select: none;
}
.skinCard:hover::before {
  width: 90%;
  content: attr(data-Title);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #78D1FE;
  background: #1B6499;
  padding: 2px 5px;
  border-radius: 2px;
  text-align: center;
  font-size: .8rem;
  z-index: 1;
}
.skinCard:hover{
  background: #5D733C;
}
.skinCard img{
  width: 100%;
  height: auto;
}
/* width */
.skinsRow::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.skinsRow::-webkit-scrollbar-track {
  background: #6b6b6b;
}
/* Handle */
.skinsRow::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
/* Handle on hover */
.skinsRow::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.contentBotRecycle{
  display: none;
}
.contentBotRepair{
  display: none;
}


.footers{
  width: 100%;
  position: sticky;
  top: 100%;
}

@media only screen and (max-width: 2200px) {
  .workbench, .workbench1, .workbench2, .workbench3{
    width: 250px;
  }
}

@media only screen and (max-width: 1800px) {
  .Crafting-Recycle{
    width: 80%;
    margin: 0px auto;
  }
  .navTab{
    display: flex;
    flex-direction: column;
    width: 200px;
    float: left;
  }

  .rustContent{
    width: 50%;
    margin-right: 10px;
    margin-left: 5px;
    float: left;
  }

  .rustCraft{
    width: 30%;
    float: left;
  }
  .contentTop h2{
    position: relative;
    z-index: 2;
    font-size: 22px;
  }
  .noSelectImg{
    left: 0px;
    top: 10px;
  }
}

@media only screen and (max-width: 1600px) {
  .Crafting-Recycle{
    width: 90%;
    margin: 0px auto;
  }
  .contentTop h2{
    position: relative;
    z-index: 2;
    font-size: 20px;
  }

  .items{
    padding: 30px 10px;
    width: 50px;
    height: 50px;
  }
  .items img{
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 1120px) {
  .Crafting-Recycle{
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .navTab{
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 10px 0;
    float: none;
  }
  .navTab button{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 70px;
    font-size: 10px;
    padding: 5px 0;
  }
  .navTab span{
    display: none;
  }
  .navTab img{
    float: none;
    padding: 0px;
  }
  .navTab .navNum{
    float: none;
    padding: 0px;
  }

  .rustContent{
    width: 80%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .rustTable{
    width: 100%;
    height: 360px;
    overflow: auto;
    direction: ltr;
  }
  .rustTable .itemImage{
    width: 80px;
    height: 80px;
    margin: 15px;
  }

  .rustCraft{
    margin: 10px auto;
    width: 80%;
    float: none;
  }
  .rustCraft .contentRight{
    background-color: #7b7a76b3;
    width: 100%;
    height: 700px;
  }
  .contentTop h2{
    position: relative;
    z-index: 2;
    font-size: 20px;
  }
  .noSelectImg{
    left: 10px;
    top: 20px;
  }
  .noSelectImg span{
    color: #b3b3b3;
    font-size: 20px;
    left: 40px;
    top: 30px;
  }
  .description{
    border: 1px solid;
    width: 400px;
    height: 75px;
    margin: auto;
    margin-top: 30px;
    text-align: left;
    padding: 5px;
    overflow: auto;
  }

  .Settings{
    width: 60%;
  }
}

@media only screen and (max-width: 700px) {
  html{
    overflow-x: visible;
  }

  #helpMe{
    margin: 0;
  }

  .Crafting-Recycle{
    width: 95%;
    margin: auto;
  }
  .navTab{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 10px 0;
  }
  .navTab button{
    width: 20%;
    height: 50px;
    font-size: 10px;
  }
  .navTab img{
    width: 20px;
    padding: 0px;
  }
  /* .navBtn .navNum{
    
  } */

  .rustContent{
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .rustTable{
    width: 100%;
    height: 360px;
    overflow: auto;
    direction: ltr;
  }
  .rustTable .itemImage{
    width: 80px;
    height: 80px;
    margin: 15px;
  }

  .rustCraft{
    margin: 10px auto;
    width: 90%;
  }
  .rustCraft .contentRight{
    background-color: #7b7a76b3;
    width: 100%;
    height: 790px;
  }
  .contentTop h2{
    position: relative;
    z-index: 2;
    font-size: 20px;
  }
  .noSelectImg{
    left: 10px;
    top: 20px;
  }
  .noSelectImg span{
    color: #b3b3b3;
    font-size: 20px;
    left: 40px;
    top: 30px;
  }
  .description{
    border: 1px solid;
    width: 90%;
    height: 100px;
    margin-top: 20px;
  }

  .craftTable table, th, td {
    font-size: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .SelectLang select{
    border: 0;
    outline: 0;
    padding: 5px 20px;
    background-color: #00abff;
    color: white;
    font-size: 16px;
  }

  .rustContent{
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .rustCraft{
    margin: 10px auto;
    width: 100%;
  }

  .navTab{
    justify-content: right;
    width: 100%;
  }
  .navTab button{
    width: 20%;
    height: 60px;
  }
  .navTab img{
    width: 25px;
  }

  .Tables{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    background: rgba(255, 255, 255, 0.37);
    user-select: none;
  }
  .Settings{
    width: 90%;
  }
}

@media only screen and (max-width: 350px) {
  .Crafting-Recycle{
    width: 100%;
  }
  .rustContent{
    width: 97%;
  }
  .rustTable{
    width: 100%;
    height: 360px;
  }
  .rustCraft{
    width: 97%;
  }
  .rustCraft .contentRight{
    height: 800px;
  }

  .navTab{
    justify-content: center;
    width: 100%;
  }
  .navTab button{
    width: 30%;
    height: 50px;
  }
  .navTab img{
    width: 25px;
  }
}





@media only screen and (min-height: 1060px){
  .navTab button{
    width: 200px;
    height: 70.89px;
  }

  .rustTable{
    height: 880px;
  }

  .rustCraft .contentRight{
    background-color: #7b7a76b3;
    width: 100%;
    height: 920px;
  }

  .contentTop{
    padding-top: 100px;
  }
}
@media only screen and (min-height: 1400px){
  .navTab button{
    width: 200px;
    height: 90.89px;
  }

  .rustTable{
    height: 1140px;
  }

  .rustCraft .contentRight{
    background-color: #7b7a76b3;
    width: 100%;
    height: 1180px;
  }

  .contentTop{
    padding-top: 190px;
  }
}





@media only screen and (max-height: 800px) {
  .navTab button{
    height: 43px;
  }
  .rustTable{
    height: 520px;
  }
  .rustCraft .contentRight{
    height: 560px;
    overflow-y: scroll;
  }
  /* width */
  .rustCraft .contentRight::-webkit-scrollbar {
    width: 8px;
  }
  /* Track */
  .rustCraft .contentRight::-webkit-scrollbar-track {
    background: #6b6b6b;
  }
  /* Handle */
  .rustCraft .contentRight::-webkit-scrollbar-thumb {
    background: #aaaaaa;
  }
  /* Handle on hover */
  .rustCraft .contentRight::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media only screen and (max-height: 700px) {
  .navTab button{
    height: 38px;
  }
  .rustTable{
    height: 455px;
  }
  .rustCraft .contentRight{
    height: 495px;
    overflow-y: scroll;
  }
}
@media only screen and (max-height: 600px) {
  .navTab button{
    height: 33px;
  }
  .rustTable{
    height: 390px;
  }
  .rustCraft .contentRight{
    height: 430px;
    overflow-y: scroll;
  }
}





