.control-group.textarea {
  width: 100%;
}

.control-group {
  width: 100%;
}

.dark-mode .control-group input[type=date].control {
  color: #636463;
  background-color: #FFFFFF;
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  background-image: url(../images/icon-calendar-datepicker.svg);
  background-size: 15px 25px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.dark-mode .control-group .file-wrapper .remove-file {
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.filter-tag.linked-product-filter-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.temp-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: cover;
  background-image: url("../images/Icon-Temp.svg");
}

.main-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: cover;
  background-image: url("../images/Icon-Main.svg");
}

.active.temp-icon, .active .temp-icon {
  background-image: url("../images/Icon-Temp-Active.svg");
}

.active.main-icon, .active .main-icon {
  background-image: url("../images/Icon-Main-Active.svg");
}

.private-block {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.private-checkbox {
  width: 25px;
  height: 25px;
}
