.imodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 10%;
  top: 10%;
  width: 50%; /* Full width */
  height: 50%; /* Full height */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: 0.5s;
  overflow: auto;
  transition: all 0.3s linear;
}

.imodal-content {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 1); /* Solid dark grey with 70% opacity */
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* Decrease the size of a specific dashicon */
.dashicons-sm {
  font-size: 16px; /* Decrease font size */
  width: 16px;    /* Match width */
  height: 16px;   /* Match height */
  line-height: 1; /* Adjust alignment */
  padding: 0; /* Remove padding causing extra space */
}
