.WCCvideo  {
    width: 100%;
    height: 192px;
    background: rgba(0,0,0,0.2);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border: 2px solid #ffffff;
    display:none;
  }

.WCCcanvas {
    /*width: 192px;*/
    width: 100%;
    height: 192px;
    -webkit-transform: scaleX(-1); /* mirror effect while using front cam */
    transform: scaleX(-1); /* mirror effect while using front cam */
    display: none;
    border: 5px solid #ffffff;
}
  
.img-upload-btn {
    border: 1px solid black;
    padding: 10px 20px;
}
  
.img-wrapper {
    padding: 20px;
}
  
.buttonsdiv{
    margin-top: 20px;
}
.WCCbasediv{
    width: 100%;
    height: 192px;
    background-color: rgb(200 210 213);
    display: none;
    border: 5px solid #ffffff;
}



.WCCcapture-camera{
    background-color: rgba(82, 83, 84, 0.645);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.img-upload-btn {
    border: 1px solid black;
    padding: 10px 20px;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    background-color: rgb(247, 0, 255);
}

.WCCflip-btn{
    display: none;
}

.WCCcapture-camera-div{
    /*max-width:192px;*/
    display: flex;
    position: absolute;
    z-index: 999;
    top: 164px;
    width: calc(100% - 4px);
    display: none;
    /* border: 5px solid #ffffff; */
    /*left: 4px;*/
 }

.WCCclose
{
    color: red;
    background-color: #eee;
    font-weight: bolder;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.ok
{
    transition: 0.5s all;
    display: none;
    position: absolute;
    height: fit-content;
    border: 5px solid #ffffff;
    top: 170px;
    left: 48px;
}
.WCCwebdiv {
    display: flex;
    background-color: rgb(47, 196, 51);
    height: 35px;
}
.WCCwebdiv:hover {
    cursor: pointer;
}
.WCCwebbtn {
    background-color: #2fc433;
    width: 46px;
    height: 100%;
    border: 0px;
}
.WCCwebbtn:hover {
    cursor: pointer;
    background-color: rgb(10, 224, 16);
    box-shadow: rgb(10 224 16 / 40%) 0px 15px 20px;
    color: rgb(255, 255, 255);
}
.WCCclear {
    width: 46px;
    background-color: rgb(246, 130, 31);
    height: 100%;
    border: 0px;
}
.WCCclear:hover {
    cursor: pointer;
    background-color: rgb(255, 160, 78);
    box-shadow: rgb(255 160 78 / 40%) 0px 15px 20px;
    color: rgb(255, 255, 255);
}
.upload-options:hover{
    cursor: pointer;
    background-color: rgb(197, 50, 67);
    
    box-shadow:rgb(197 50 67 / 40%) 0px 15px 20px;
}


/* uploadphoto  */

.box {
  display: block;
  width:100%;
  height:auto;
  margin:2px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  width:46px;
  float:left;
  position: relative;
  height: 35px;
  background-color:#c53243;
  cursor: pointer;
  overflow: hidden;
  text-align: right;
  transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color:#a21122;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
  width: 100%;
  content: "\f15c";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 500;
  position: absolute;
  font-size:1rem;
  color: #e6e6e6;
  text-align: right;

  z-index: 0;
  display: flex;
  justify-content: center;

}
.upload-options label span {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
	justify-content: center;
    text-align: left;
    padding: 5px 0px 0px 18px;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 192px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color:#eef4f6;
  /*background-color:#b2bbcc;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size:contain;
  border: 5px solid #ffffff;
}
.js--image-preview::after {
 
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}
