.card_cc{
  background-image: linear-gradient(to right, rgb(245 46 154), rgba(255,0,0,1)); 
}
.list-custom .list-group-item img.has-bg {
  width: 40px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  margin-right: 20px;
}

.image-preview, #callback-preview {
  /* width: 170px; */
  height: 250px;
  border: 2px dashed #ddd;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}

.image-preview label, #callback-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 100px;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.image-preview input, #callback-preview input {
  line-height: 100px;
  font-size: 100px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}