.files input {
  outline: none;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 48px 0px 74px 35% !important;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.files {
  position: relative;
}

.color input {
  background-color: #f1f1f1;
}

.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 40px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.sub-label {
  font-size: 11px;
  color: #939393;
  font-style: italic;
  margin-top: 3px;
}

label[for=confirm_cert] {
  margin-left: 20px;
}

#cert-confirm_cert-1 {
  margin-left: 0px;
}

.cursor-pointer {
  cursor: pointer;
}


.util-transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
  translateY(var(--transform-translate-y))
  rotate(var(--transform-rotate))
  skewX(var(--transform-skew-x))
  skewY(var(--transform-skew-y))
  scaleX(var(--transform-scale-x))
  scaleY(var(--transform-scale-y));
}

.util-modal {
  position: fixed;
	top: 0;
  left: 0;
  right:0;
  bottom: 0;
	overflow-y: auto;
	padding-left: 1rem;
  padding-right: 1rem;
	padding-top: 1.5rem;
  padding-bottom: 1.5rem;

	overscroll-behavior: none;
  z-index: 50;
}



.util-modal__card {
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
}




.util-modal__card-background {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom: 0;
  background-color: #e2e8f0;
  opacity: 0.75;
  overscroll-behavior: none;
}

.util-modal__card-body {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 50;
}

.util-modal__card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #fff;
  border-bottom-width: 1px;
  border-color: #edf2f7;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.util-modal__card-header__title {
  font-weight: 600;
  color: #2d3748;
}

.util-modal__card-header__close {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .util-modal {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

}


@media (min-width: 640px) and (max-width: 767px) {
  .util-modal {
    padding-left: 0;
    padding-right: 0;
  }

  .util-modal__card-body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
