
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
/*--------------------------------------------------------------
# btn color
--------------------------------------------------------------*/

.btcolor1{
  color:#ffff;
  background-color: #fec006 !important;
}
.btcolor2{
  color:#ffff;
  background-color: #3abaf4 !important;
}
.btcolor3{
  color:#ffff;
  background-color: #54ca68 !important;
}

.input-preview__src {
  display: none;
}

.input-preview {
  border: dashed rgb(148, 144, 144) 1.5px;
  border-radius: 0.5em;
  height: 200px;
  margin-bottom: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: ease-in-out 750ms;
}

.input-preview::after {
  position: absolute;
  top: 30%;
  margin: auto;
  width:100%;
  text-align: center !important;
  transform: translateY(50%);
  content: "Choose A File";
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  padding: 5px 5px;
  /* background-color: #dbdbdb6e; */
}

.has-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: ease-in-out 750ms;
}

.has-image::after {
  top: 97%;
  position: absolute;
  margin-bottom: 20px;
  color:white;
  border-radius: 20px;
  content: "Choose Another File";
  background: #6777ef;;
  cursor: pointer;
  z-index: 1;
}

.description .alert{
  margin-top: -30px !important;
}

.img-views .alert{
  margin-top: -40px !important;
}


@media only screen and (max-width: 600px) {
  .customMobilepadding{
    padding-right: 5px !important;
    padding-left: 4px !important;
  }
 
}

@media only screen and (min-width: 992px) {
  .customsticky{
    position: fixed;
    width: 25%;
  }
}

/*--------------------------------------------------------------
# btn color
--------------------------------------------------------------*/
