.item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  direction: rtl;
  justify-content: space-around;
}
.wrong_count {
font-size: 2.5rem;
} 

.static {
  width: 100%;
  height: inherit;
  cursor: pointer;
  border-bottom: 3px solid gray;
  border-left: 3px solid gray;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3rem;
  text-transform: capitalize;
  align-items: center;
  background-color: #0080004d !important;
  position: relative;
}
.hide {
  display: none;
}

.table .row_table {
  display: flex;
  width: 100%;
  justify-content: center;
}
.row_table:first-child .cell {
  border-top: 3px solid !important;
}

.table .row_table .cell {
  width: 165px;
  height: 78px;
  margin-left: -3px;
  border: 3px solid;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  cursor: pointer;
  padding-top: 8px;
}

.table .row_table .cell.clicked {
}

.table .row_table .cell.choosen {
  background-color: rgb(132, 230, 132); 
}
.table .row_table .cell.wrong {
  background-color: rgb(241, 163, 153); 
}
