.hide {
  display: none !important;
}
.changecolor {
  color: #fe5207 !important;
}
.without-after-element {
  margin: 0;
  padding: 0;
}
.without-after-element:after {
  background: none !important;
  content: none;
}
#div2 .BrandImage {
  cursor: pointer;
}

.AllSteps p i::before {
  content: "\f058";
  display: block;
  text-align: center;
}
.ClickH2 {
  cursor: pointer;
}
.fa-check-circle:before {
  content: "\f058" !important;
}

.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block;
}
.custom-file-container__custom-file {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  margin-top: 0px;
}
.custom-file-container__custom-file:hover {
  cursor: pointer;
}
.custom-file-container__custom-file__custom-file-input {
  box-sizing: border-box;
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-container__custom-file__custom-file-input:focus ~ span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.custom-file-container__custom-file__custom-file-control {
  box-sizing: border-box;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  height: 40px;
}
.custom-file-container__custom-file__custom-file-control__button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 8px 0;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  border-left: none;
  box-sizing: border-box;
  width: 100%;
  float: left;
  /*background-image: linear-gradient(
    to right top,
    #fc2b08,
    #fc320c,
    #fc3910,
    #fb3f14,
    #fb4417,
    #fc4b16,
    #fc5215,
    #fd5815,
    #fe6210,
    #fe6b0b,
    #ff7405,
    #ff7c00
  );*/
  background: #2e2e2e;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
  font-family: "Arial";
}
.custom-file-container__image-preview {
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-top: 0px;
  margin-bottom: 10px;
  height: 160px;
  width: 100%;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: scroll;
  border: 1px dashed #f0f0f0;
}
.custom-file-container__image-multi-preview {
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 1.858736059%;
  width: 29.615861214%;
  height: 90px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
}
.custom-file-container__image-multi-preview__single-image-clear {
  left: -6px;
  background: #edede8;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
}
.custom-file-container__image-multi-preview__single-image-clear:hover {
  background: #cbcbbd;
  cursor: pointer;
}
.custom-file-container__image-multi-preview__single-image-clear__icon {
  color: #6a6a53;
  display: block;
  margin-top: -2px;
}
#multi-files {
  color: white !important;
}
.ModelImage {
  text-align: center;
  /* border: 1px solid #e2e2e2; */
  cursor: pointer;
}

.ModelImage img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;

  /* height: 100px; */
}
.ModelImage .FontSize {
  display: block;
  text-align: center;
}
