/*----------- file a report start --------------*/


#file-report {
    padding: 50px 10px 100px 10px;
}

#file-report .row {
    justify-content: center;
}

#file-report .form-select {
    padding: 10px;
}

#file-report  .form-control{
    padding: 10px;
}

.new-report .form-select{
    apperance: unset !important;
}


.emergency {
    border: solid thin #e1133a;
    background: #fdeeef;
    border-radius: 10px;
    padding: 10px;
}

.emergency img {
    width: 50%;
    float: right;
}

.emergency p {
    font-family: 'sfpro-bold';
    font-size: 28px;
    margin: unset;
}

.emergency p span {
    font-family: 'sfpro-bold';
    font-size: 28px;
    margin: unset;
    color: red;
}

.new-report {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    border: solid thin #e9efef;
}


.new-report .form-select {
    display: inline;
    width: 80%;
    appearance: unset !important;
    border: solid thin #e9efef;
    margin-left: 10px;
}

.suspect-name .form-check-report{
    margin: 5px 10px;
    display: inline-block;
}


.new-report button {
    padding: 5px 41px;
    margin-left: 5px;
    font-size: 16px;
    border: solid thin;
    border-radius: 5px;
}



.drop-zone {
    max-width: 81%;
    height: 220px;
    padding: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
    background: #f9f9f9;
    border: 1px dashed #e9efef;
    border-radius: 10px;
    outline: 2px dashed #e1e1e1;
    outline-offset: -13px;
}   
.drop-zone i {
    font-size: 50px;
    margin-top: 30px;
    color: #4d5fc3;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.upload h5 {
    font-family: 'sfpro-bold';
}

.upload-small .drop-zone {
    height: auto;
    color: #b1afaf;
    outline: none;
    padding: 15px;
}   

.upload-small .drop-zone button {
    padding: 4px 20px;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #fff;
    background: #4d5fc3;
}


#file-report .submit button {
     float: left; 
}

a.add-more-image {
    padding: 0px 12px 4px 12px;
    font-size: 20px;
    line-height: -17px;
    background: #4d5fc3;
    color: #fff;
    margin-left: 10px;
    border: unset;
    border-radius: 5px;
    text-decoration: none;
}


 a.add-more-video {
    padding: 0px 12px 4px 12px;
    font-size: 20px;
    line-height: -17px;
    background: #4d5fc3;
    color: #fff;
    margin-left: 10px;
    border: unset;
    border-radius: 5px;
    text-decoration: none;
}

.light-red {
    background: #f9f9f9;
    boder: solid thin #e9efef;
}


.images-cont {
    max-width: 80%;
    border: solid thin #f0f0f0;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 10px;
    min-height: 100px;
}

.video-cont {
    max-width: 80%;
    border: solid thin #f0f0f0;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 10px;
    min-height: 100px;
}

.imageuploadify-container {
    width: 115px;
    overflow: hidden;
    display: inline-block;
    height: 115px;
    border-radius: 5px;
    position: relative;
    margin: unset !important;
    margin-right: 15px !important;
}

.imageuploadify-container a.btn.glyphicon.glyphicon-remove {
    position: absolute;
    color: #fff;
    right: 0;
    padding: 5px;
    z-index: 99;
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

a.btn.glyphicon-crop {
    color: #fff;
    position: absolute;
    right: 17px;
}

.imageuploadify-container img {
    width: 100%;
    object-fit: cover;
    height: 115px;
}

.audio-cont .imageuploadify-container {
    width: 81%;
    margin: unset !important;
    height: unset;
    margin-top: 10px !important;
}

.audio-cont .overlay-img {
    display: none;
}

.audio-cont .imageuploadify-container a.btn.glyphicon.glyphicon-remove {
    position: absolute;
    color: #4d5fc3;
    right: 0;
    padding: 5px;
    z-index: 999999999;
}

.audio-file-input.light-red {
    width: 80%;
    padding: 15px 30px;
    border-radius: 5px;
    border: solid thin #efefef;
}

.btn.audio-input {
    background: #4d5fc2;
    color: #fff;
    margin-left: 20px;
    padding: 3px 20px;
}

.audio-file-input.light-red p {
    margin: unset;
    text-align: center;
}


#uploadprof .modal-dialog {
    max-width: 350px;
    margin: 1.75rem auto;
}

#uploadprof .croppie-container {
    margin: auto;
}

#uploadprof a.btn.crop_image_profile {
    float: right;
    background: #4d5fc3;
    color: #fff;
}



/*----------- file a report ends ---------------*/