/* Override Sweet Alert default style */
.sweet-alert {
  margin-top: 0 !important;
  transform: translateY(-50%);
}

.sweet-alert button {
  background-color: #000;
  font-weight: bold;
  /* padding: 12px; */
}

.sweet-alert img {
  display: block;
  margin-bottom: 10px;
}

.sa-button-container {
  display: none;
}

/* Customize default file input button */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}


.inputfile+label {
  display: inline-block;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  background-color: #000;
  transition: all 400ms ease;
}

.inputfile:focus+label,
.inputfile+label:hover {
  background-color: #0e818e;
  color: #ffffff;
}

.inputfile+label {
  cursor: pointer;
}

/* Croppie CSS */
.croppie-container {
  padding: 0px;
  margin-left: -2px;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  margin-top: 0px;
}

.cr-slider {
  visibility: hidden;
}

.cr-boundary {
  position: relative;
  background-color: #CCC;
}

.cr-boundary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 100%;
  /* background-color: #e3e3e3; */
  /* background-image: url('../images/twibbon_1.png'); */
}

@media (max-width: 1399.98px) {
  .cr-boundary {
    width: 250px !important;
    height: 250px !important;
  }
}

/* Main */
body {
  /* font-family: 'Fira Sans', sans-serif;
  background-color: #0e818e; */
  font-family: Arial, Helvetica, sans-serif;

}

.title {
  font-size: 20px;
  text-align: center;
  color: #0e818e;
  font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
  font-size: 16px;
  text-align: center;
  color: #0e818e;
  font-family: Arial, Helvetica, sans-serif;

}

.uploader {
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.10), 0 5px 9px rgba(0, 0, 0, 0.12);
}


.footer {
  /* border-radius: 10px; */
  /* padding-top: 10px;
  padding-bottom: 10px;
  width: 380px;
  max-width: 100%; */
  margin: auto;
  margin-top: 20px;
  text-align: center;
  /* background: #FFF; */
  /* border-bottom: 6px solid #C1A799; */
  /* box-shadow: 0 10px 18px rgba(0,0,0,0.20), 0 5px 9px rgba(0,0,0,0.12); */
}

.footer a {
  text-decoration: none;
}

.image-canvas {
  width: 400px;
  height: 400px;
  display: none;
}

img {
  max-width: 100%;
}


.profile-pic-wrap {
  position: relative;
}

.button {
  display: inline-block;
  /*font-family: 'Fira Sans', sans-serif;*/
  padding: 10px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  background-color: #000;
  text-decoration: none;
  transition: all 400ms ease;
}


.button:hover {
  font-weight: bold;
  background-color: #0e818e;
  color: #ffffff;
}

/* Loaders */
.loader {
  margin: 100px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.3);
  border-right: 1.1em solid rgba(255, 255, 255, 0.3);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.3);
  border-left: 1.1em solid #FFF;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.w-90 {
  width: 90%;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* tes */