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;
}

.btn-upload {
  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;
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

label.required:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.inline-block {
  display: inline-block;
}

.w-120-px {
  width: 120px;
}

.switch-group label {
  color: #fff;
}

.select2 {
  width: 100% !important;
}

.spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a;
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 999999;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show {
  visibility: visible;
}

.spanner,
.overlay {
  opacity: 0;
  transition: all 0.3s;
}

.spanner.show,
.overlay.show {
  opacity: 1;
}

.bootbox-close-button.close {
  display: none !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.switch.btn-sm {
  min-width: 64px !important;
  min-height: 40px !important;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.3em solid transparent !important;
  margin-left: 12px;
}

