body,
html {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #3e7867;
}

.smilepain {
  width: 25px;
}

/*start of grid section*/
.grid {
  display: flex;
}
.gridBox {
  border: solid;
  background-color: white;
  height: 26px;
  width: 26px;
}

.gridBox:hover {
  background-color: green;
}

.myNewElementClass {
  width: 90px;
  height: 30px;
}

#myDiv {
  width: fit-content;
}

.suzeInputDiv {
  height: 20px;
  display: flex;
  align-items: center;
}
.sizeInput {
  border: none;
  outline: none;
  width: 50px;
  padding: 0px;
  border-bottom: solid;
  text-align: center;
}

.allBtn {
  width: 50%;
  border: solid;
  margin-top: 10px;
}

.allImages {
  height: 50px;
  border: solid black;
  -webkit-user-drag: none;
}

.allImagesNew {
  height: 50px;
  border: solid red;
  -webkit-user-drag: none;
}

.allImages:hover {
  border: solid green !important;
}

.gridImages {
  width: 26px;
  height: 26px;
}

.imgDiv {
  height: 50px;
  margin: 5px;
}

.nameDiv {
  border-right: solid white;
  padding-right: 5px;
  padding-left: 5px;
}

.allImagesInventory {
  height: 115px;
  width: 85px;
  border: solid black;
  margin: 5px;
  cursor: pointer;
}

.inventoryImages {
  border: solid red;
  height: 115px;
  width: 85px;
  margin: 5px;
  cursor: pointer;
}
.allImagesInventory:hover {
  border: solid green !important;
}

.inventoryScroll::-webkit-scrollbar {
  display: none;
}

#innerDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid;
  padding: 5px 10px 5px 10px;
  background-color: darkgray;
}
