/*!
 * cropme v1.4.3
 * https://shpontex.github.io/cropme
 *
 * Copyright 2020 shpontex
 * Released under the MIT license
 *
 * Date: 2020-03-02T12:55:13.295Z
 */
.cropme-wrapper {
  width: 100%;
  height: 100%; }

.cropme-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .cropme-container img {
    width: initial !important;
    cursor: move;
    opacity: 0;
    touch-action: none; }

#img {
  border: 5px solid #f00; }

.viewport {
  box-sizing: content-box !important;
  position: absolute;
  border-style: solid;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
  pointer-events: none; }
  .viewport.circle {
    border-radius: 50%; 
  }
  .viewport.square {
    border-radius: 50%; 
  }


  .viewport::before {
    content: "";
    outline: 2px solid red !important;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
  }

.cropme-slider, .cropme-rotation-slider {
  text-align: center; }
    .cropme-slider input:disabled, .cropme-rotation-slider input:disabled {
      opacity: 0.5; }
    .cropme-slider input::-webkit-slider-runnable-track, .cropme-rotation-slider input::-webkit-slider-runnable-track {
      height: 3px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 3px; }
    .cropme-slider input::-webkit-slider-thumb, .cropme-rotation-slider input::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background: #ddd;
      margin-top: -6px; }
    .cropme-slider input:focus, .cropme-rotation-slider input:focus {
      outline: none; }


.avatar-buttons .avatar-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin:10px 0;
  width:100%;
}
.avatar-buttons #uploadedFile {
  display: none;
}
/*.cropme-rotation-slider{
    display:none;
}*/
.swal2-confirm.btn.btn-primary{
  background: #236ad6!important;
}
.button-group .btn-outline-primary:hover {
  background-color: #236ad6;
}
.button-group .btn-primary:hover {
  background: #455A64;
}
.modal-cropme-process{
    width:100%;
}
@media only screen and (min-width: 1199px) {
  .modal-cropme-process {
    max-width: 600px;
  }
}

@media only screen and (min-width: 992px) {
  .modal-cropme-process {
    max-width: 500px;
  }
}

@media only screen and (min-width: 576px) {
  .modal-cropme-process {
    max-width: 500px;
  }
}