.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    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;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 66%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.cr-viewport{
  margin-top: 20px;
}
/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/



.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

 .profileDialog.twoButtons{
    flex-direction: column;
  }
  .profileDialog.twoButtons .profileDialogText{
    text-align: center;
    margin-bottom: 1rem;
    max-width: 70%;
  }
  .isBadgeItem{
    max-width: 150px;
  }
      
  .picVisitors {
    flex: 1.5;
    padding-inline-start: 1px;
    padding: 10px 0;
  }
  .textCountVisitors{
    font-size: 14px;
  }
  
  .UserImageVisitors {
    width: 45px;
    height: 45px;
  }

  .score_line {
    display: flex;
    flex: 4;
    /*width: 260px !important;*/
    width:100% !important;
    flex-wrap: wrap;
  }
  div .score_line >div {
      width: 45px;
  }

  .box_score >div {
    padding-inline-start: 0px;
   /* padding-left: 0px;*/
  }


  .pictureNoFineshed, .pictureFineshed {
    width: 33px;
    height: 36px;
    position: absolute;
    bottom: 10px;
    top: -8px;
    left: 37px;
    right: 45px;
  }
  


.cropping-section {
  /*display: none;*/
  text-align: center;
}

.camera-upload{
  background-image: url(/code/images/icom-camera.svg);
  background-size: 72%;
  border-radius: 100%;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  background-position: center;
  text-align: center;
  line-height: 24px;
  border: 1px solid gray;
  font-size: 24px;
  position: absolute;
  /*bottom: 25px;*/
  /*inset-inline-start: 17px;*/
  padding: 4px;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
 
 .tools-actions{
   display: flex;
   justify-content: center;
   border-top: 1px solid #ccc;
   padding: 9px 0;
   max-width: 80%;
   margin: 0 auto;
 }
 .tools-action{
   margin: 0 21px;
   line-height: 0.5;
   cursor: pointer;
   border: 1px solid #ccc;
   height: 46px;
   width: 46px;
   box-sizing: border-box;
   padding: 6px 0;
   border-radius: 100%;
   
 }
 
 .tools-action .pen,  .tools-action .camera{
    height: 23px;
 }
 
  .camera, .pen, .trash{
    text-align: center;
    display: block;
    font-size: 20px;
    height: 21px;
 }
 
 .trash img{
    height: 17px;
    width: 17px;
 }
 .pen img{
   height: 19px;
  width: 19px;
 }
 
 .camera img{
   height: 18px;
   width: 21px;
 }
 
 .tools-action span{
   display: block;
   text-align: center;
 }
 
 .EmptyPic{
   opacity: 0.6;
   pointer-events: none;
 }
 
 
 #imgLoader{
   display: none;
   z-index: 1;
   position: absolute;
   bottom: 53%;
   inset-inline-end: 40%;
 }
 
  .scoreBarPointsFlex{
      display: flex;
      max-width: 450px;
      justify-content: space-between;
      margin-bottom: 15px;
      flex-wrap: wrap;
  }
  
  .scoreBarPointsFlex:nth-last-child(-n+3) {
     margin-bottom:0;
  }
  
  .scoreBarPoints {
      padding: 15px 15px 0;
  }
  
  .scoreBarPoint {
    display: flex;
    flex-basis: 33%;
    margin-bottom:20px;
  }
  
  .scoreCircleText {
      margin: 0 5px;
      align-self:center;
  }
   
  .scoreBar.emptyScore .scoreBarText{
    padding:0;
    text-align:center;
    color:black;
    width:100% !important;
    background:transparent;
  }
  
  span.scoreBarText {
      height: 30px;
      line-height: 30px;
      display: block;
      padding: 0 10px;
      background: #9fc54e;
      text-align: center;
      box-sizing: border-box;
  }
  .scoreCircle {
      display: inline-block;
      width: 15px;
      height: 15px;
      background: #c8c8c8;
      border-radius: 50%;
      align-self: center;
  }
  .green .scoreCircle{
  background: #9fc54e;
  }
  .green .scoreCircleText{
    font-weight:bold;
  }
  

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/

.cropping-section {
    display: none;
}

.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}

.actions {
    position: relative;
    top: -44px;
}
.actions button {
    margin-right: 5px;
}

.cropp-rotate{
  border-radius: 50%;
  background: white;
  width: 40px;
  height: 40px;
  font-size: 26px;
  text-align: center;
  line-height: 36px;
  color: gray;
  position: relative;
  cursor: pointer;
}

.cropp-rotate img{
    height: 38px;
    width: 20px; 
}

.rotateLeft{
  float: left;
  left: 16px;
  top: -6px;
}
.rotateRight{
  float: right;
  left: -16px;
  top: -6px;
  
}

.SavePicture{
  /*left: -31%;*/
}

.img-popup{
    display: flex;
    flex-direction: column;
    align-items: center;
}



.cr-viewport.cr-vp-square {
    border-radius: 50%;
}