body {
    text-align: center;
}
.blog-section {
    text-align: left;
}
.image-cropper-container.w3-card.w3-margin {
    max-width: 800px;
    margin: auto;
    padding: 25px;
    min-height: 100vh;
}
.icrop-wrap {
  position: relative;
}
.icrop-clip-canv,
.icrop-preview-canv {
  display: block;
}
.icrop-clip-canv,
.icrop-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.icrop-bg {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.icrop-clip-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.icrop-clip-canv {
  position: absolute;
  top: 0;
  left: 0;
}
.icrop-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
  cursor: move;
  border: 1px dashed #0cf;
  touch-action: none;
}
.icrop-transition {
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.resize {
  position: absolute;
  z-index: 3;
  width: 17px;
  height: 17px;
  background: #ccc;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #333;
  border-radius: 2px;
}
.N {
  top: -10px;
  left: -10px;
}
.W {
  top: -10px;
  left: -10px;
}
.S {
  left: -10px;
  bottom: -10px;
}
.E {
  right: -10px;
  top: -10px;
}
.N,
.S {
  cursor: ns-resize;
}
.E,
.W {
  cursor: ew-resize;
}
.NW,
.SE {
  cursor: nw-resize;
}
.NE,
.SW {
  cursor: ne-resize;
}
.NW,
.NE {
  top: -10px;
}
.SE,
.SW {
  bottom: -10px;
}
.NW,
.SW {
  left: -10px;
}
.NE,
.SE {
  right: -10px;
}
.wrapN,
.wrapS {
  position: absolute;
  left: 50%;
}
.wrapE,
.wrapW {
  position: absolute;
  top: 50%;
}
.wrapN {
  top: 0;
}
.wrapS {
  bottom: 0;
}
.wrapE {
  right: 0;
}
.wrapW {
  left: 0;
}

.file-input {
  position: absolute;
  right: 0;
  top: 0;
  font-family: helvetica, arial;
  font-size: 118px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
.file-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.ibox {
  background: #fff;
  padding: 19px;
  border-radius: 3px;
  text-align: center;
}
.clearfix:after,
.c-text:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.but {
  text-align: center;
  height: 32px;
  font: 16px/30px helvetica, arial;
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.but:hover {
  text-decoration: none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.but:active {
  box-shadow: none;
}

.but.lrg {
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
}
.but.l {
  color: white;
    background: #007bff linear-gradient(to bottom, #007bff, #003f0e);
    border-radius: 500px;
    margin: 10px;
    padding: 0 20px;
    align-items: center;
}
#ic-crop-btn {
    background: #00cd47 linear-gradient(to bottom, #00cd47, #003f0e);
}
svg {
    font-weight: bold;
    margin: 0 5px;
}
.but.l:hover {
  border: 1px solid #999;
}

/* PAGE */

#ic-cropper-wrap .icrop-wrap {
  margin-top: 20px;
}

.ic-btns {
  margin: -5px;
      border: 2px dashed #777;
    border-radius: 10px;
    padding: 30px;
    background: #fafafa;
    cursor: pointer;
    transition: 0.3s;
}
#ic-upload-btn {
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    background: #007bff linear-gradient(to bottom, #007bff, #003f0e);
    border: none;
}

.ic-btns .but,
#ic-auto-crop-padding {
  float: left;
  margin: 5px;
}

#ic-auto-crop-btn {
  margin-right: -11px;
  border-radius: 4px 0 0 4px;
  position: relative;
  z-index: 1;
}

#ic-auto-crop-padding {
  width: 75px;
  height: 36px;
  border-radius: 0 4px 4px 0;
  padding-left: 10px;
}

#ic-rotate-btn svg {
  width: 28px;
  height: 28px;
  float: left;
  margin: 3px 3px 3px -3px;
  color: white;
  fill: white;
}
.ic-crop-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#ic-crop-btn-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

#ic-download-wrap {
  margin-top: 20px;
}

#ic-download-btn {
  vertical-align: middle;
  margin-right: 10px;
  background: #00cd47 linear-gradient(to bottom, #00cd47, #003f0e);
}


#ic-download-wrap select {
  line-height: 34px;
}

#ic-info {
  vertical-align: middle;
  margin-left: 10px;
}

.ic-hidden {
  display: none;
}

.ic-image-preview {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

a.ic-delete-image {
  margin: 1vh 0;
}

.form-data {
  height: 200px;
}

.active-cropper {
  border: 1px solid #2196f3;
}
.custom-dropdown {
    margin-top: 20px;
    position: relative;
}
.dropdown-selected {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
}
.dropdown-options {
    display: none;
    /*position: absolute;*/
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
    flex-wrap: wrap;
}
.dropdown-options div {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
    margin: 10px;
}
#ic-cropper-wrap {
    display: flex;
    justify-content: center;
}
#ic-result-wrap{
    display: flex;
    justify-content: center;
    
}