* {
  padding: 0;
  margin: 0;
   
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.bodyInfo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: white;
  text-align: center;
  font-family: 'Tajawal';
  overflow: auto;
  
}

.bodycode {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-family: 'Tajawal';
  font-weight: bold;
  font-size: medium;
  overflow: auto;
}

#code{
  opacity: 0;
  animation: fadeIn 0.5s ease-out 0.5s forwards;
}

#divcode{
  margin-top: 10px;
  width: 320px;
  height: auto; 
  background-color: black;  
  border-radius: 10px; 
  padding: 5px; 
  
  border: solid #9c7b3b 3px ;
  font-family: 'Tajawal';
  font-weight: bold;
  font-size: medium;
}

#submit-btn:hover {
  cursor: progress;
}

.btn{
  cursor: pointer;
  width: 25%;
  height: 25% !important;
  border: 0;
  background-color: #88683e;
  font-family: 'Tajawal';
  font-weight: bold;
  font-size: large;
  padding: 4px;
  border-radius: 5px; 
  margin-left: 5px;
}



.inputcode{
  width:60%;
  border-color: white; 
  text-align: center; 
  font-family: 'Tajawal';
  font-weight: bold;
  font-size: 15px;
  padding: 4px 15px 4px 15px ;
  border-radius: 5px; 
  border: 0;


}
.infocode{
  color: white;
  text-align: center;
  margin-top: 10px;
}

::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}

 ::-webkit-scrollbar-button {
    display: none;
}

 ::-webkit-scrollbar-track-piece {
    background: #fff;
    border-radius: 15px;
}

 ::-webkit-scrollbar-thumb {
    background: #00000000;
    border-radius: 15px;
}

 ::-webkit-scrollbar-corner {
    display: none;
}

 ::-webkit-resizer * {
    margin: 0;
    padding: 0;
}
