/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.image-uploader input[type="file"] {
  opacity: 0;
}

.image-uploader .input-group span {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  /* content: 'Uploaded image result';
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1; */
}

.image-area img {
  z-index: 2;
  position: relative;
}

.md-form label {
  position: absolute;
  right: 0 !important;
  left: unset;
}

.md-form label.active {
  transform: translate(15px, -14px) scale(0.8);
}

.input-group-rounded input {
  border-radius: 5000px;
  padding-left: 1rem;
}

.input-group-rounded .button {
  border-radius: 0 5000px 5000px 0;
  font-size: 0.8rem;
}

.checkbox_wrapper .form-label {
  margin: unset;
}

.sortable_drop {
  background-color: rgba(43, 238, 86, 0.2) !important;
  visibility: visible !important;
  border-color: rgba(43, 238, 86, 0.4) !important;
  height: 30px;
  border-radius: 8px;
}
.del_btn {
  border-radius: 50%;
  width: fit-content;
  padding: unset;
  position: absolute;
  right: 17px;
  top: -10px;
  opacity: 0.4;
  transition: 0.4s;
}

.del_btn:hover {
  transition: 0.4s;
  opacity: 1;
}

.del_btn i {
  font-size: 23px;
  color: #ff2d2d;
}
.item_wrapper .iteminfo_wrapper {
  display: none;
}

.point_icon_wrapper {
  position: relative;
}

.point_icon {
  position: absolute;
  right: 10px;
  bottom: 15%;
}
