.app_clicked {
  height: 100px;
  width: 100px;
  align-items: center;
  /* align-items: center;
  justify-content: center; */
  /* padding: 50px; */
  padding: 1px;
  background-color: rgba(0, 0, 0, 0);
  margin: 0px;
/* 
  min-height:100px;
  min-width:100px; */
  position: relative;
  text-align: center;
  font-size: 10px;
}

.app_clicked input {
  height: 50%;
  width: 50%;
}

.app_clicked h4 {
  height: 30%;
  width: 100%;
}
/* .app_text_tille{
  height: 30px;
} */

.all_app_buttons {
  color: rgb(27, 27, 27);


  /*
    color: rgba(251, 255, 3, 0.934);

  display: grid;
  gap: 5px 0.5rem; */

  /* justify-content: end;
  margin: 100px;
  display: grid; */

    /* grid-template-columns: 1fr;     */
    margin: 50px;
   align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    flex-shrink: 0;

}
/* @media screen and (max-height: 800px) {
  .all_app_buttons {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(95px, 1fr);   

}
} */
