.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}

.w-6 {
  width: 1.5rem;
}
.h-6 {
  height: 1.5rem;
}

.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed rgb(0, 135, 247);
  border-image: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
  color: #000;
}
.permission-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.permission-wrapper .permission-item {
    flex: 0 0 20%; /* 100% / 5 items per row = 20% */
    padding: 5px;
    list-style-type: none;
}

.permission-wrapper .permission-row {
    display: flex;
    width: 100%;
}
