label.required:after {
  content: "*";
  color: red;
}

/*upload image*/

.image-upload {
  border: 2px dashed #d4d8dd;
  border-radius: 5px;
  width: 100%;
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
  border-radius: 0.3125rem;
}

.input-upload {
  display: none;
}

.label-upload {
  width: 100%;
}

.dz-message {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}

.img-upload {
  max-height: 200px;
  max-width: 100%;
  position: relative;
  margin: auto;
}

.btn-upload {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 100;
  background: #fff;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.d-upload-image {
  padding: 25px;
}

.d-upload-image .ion-upload {
  font-size: 60px;
}

.list-unstyled li {
  border-bottom: 0;
}

/*.upload image*/

.dropzone.dz-started .dz-message {
  display: inline-block !important;
  position: relative;
  vertical-align: top;
  margin: 16px;
  min-height: 40px;
}

.dropzone {
  border: 1px dotted rgba(107, 122, 144, 0.3) !important;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
  position: relative;
}

label.required:after {
  content: "*";
  color: red;
}

.dropzone.dz-started .dz-message {
  display: inline-block !important;
  position: relative;
  vertical-align: top;
  margin: 16px;
  min-height: 40px;
}

.dropzone {
  border: 1px dotted rgba(107, 122, 144, 0.3) !important;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
  position: relative;
}

.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 0%;
  width: 64px;
  height: 34px;
  overflow: hidden;
}

.button.button-r,
.button.button-r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ec2d374d;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */

.btn-switch .knobs:before {
  content: "OFF";
  position: absolute;
  display: flex;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ec2d38;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.btn-switch .checkbox:checked + .knobs:before {
  content: "ON";
  left: 34px;
  background-color: green;
}

.btn-switch .checkbox:checked ~ .layer {
  background-color: #0080004d;
}

.btn-switch .checkbox:disabled + .knobs:before {
  background-color: gray !important;
}

.btn-switch .checkbox:disabled ~ .layer {
  background-color: #8080804d !important;
}

.btn-switch .knobs,
.btn-switch .knobs:before,
.btn-switch .layer {
  transition: 0.3s ease all;
}

.form-color {
  height: 2.45rem !important;
}

.group-number {
  min-width: 300px !important;
}

