/* temporary remove before upload */
@import url('https://fonts.googleapis.com/css?family=Abel|Archivo+Narrow|PT+Sans+Narrow|Saira+Semi+Condensed|Signika|Crete+Round1111&display=swap');
.reportContainer{
    border-radius: 0.75rem;
    height:90%;
    margin-top: 4%;
    width:30%;
    margin-left: 35%;
    position: absolute;
    z-index: 10;
    background-color: rgba(37, 37, 37, 0.85);
    color: white;
    overflow: auto;
    display: none;
    flex-direction: column;
    top: 0;
}

body.share-targeting .reportContainer{
  background-color: rgba(37, 37, 37, 1);
}

.reportTitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.15rem;
    background-color: rgba(0,0,0, 0.5);
    color: white;
    font-family: abel, sans-serif;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 2rem;
}
.backupRep{
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  right: 0.75rem;
  display: flex;
  background-size: contain;
  z-index: 2;
  background-repeat: no-repeat;
  position: absolute;
}
.reportClick{
  cursor: pointer;
  pointer-events: all;
}

.reportLabel{
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 90%;
  font-family: sans-serif;
}
.reportFileInput {
  display: block;
  padding: 0.65em;
  background: #484848;
  color: white;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  font-family: sans-serif;
  padding: 2.5%;
  border-radius: 5px;
  border: 1px solid rgb(221, 221, 221);
  width: 100%;
}
.reportFileInput:hover, .reportFileInput:focus {
  background-color: #1f1f1f;
  color: #fff;
}
.reportThumb{
  width: 100%;
  padding: 2.5%;
}
.reportHide{
  display: none !important;
}
.reportMessage{
  width: 95%;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 2.5%;
  }
.reportTimer{
  text-align: center;
  font-size: 3rem;
}

.reportCont{
    border-bottom:1px solid rgba(0, 0, 0, 0.5);
    flex: 1;
    padding-left: 2.5%;
    padding-right: 2.5%;
    overflow: auto;
    display: flex;
}
.reportTextArea{
  resize: vertical;
  height: 5rem;
}
.reportBox{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2.5%;
  padding-left: 2.5%;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid rgb(221, 221, 221);
  display: block;
  background: rgb(255, 255, 255);
  width: 100%;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.reportForm{
  width: 95%;
  text-transform: uppercase;
 }
 .reportList{
  list-style-type: none;
  padding: 0;
}
.reportPrompt{
    font-family: 'Raleway', sans-serif;
    font-size: 75%;
    margin-left: 5%;
    margin-bottom: 3%;
    width: 70%;
    padding: 1% 0;
}
.reportBtn{
    color: /* #383838 */ #fff !important;
    background-color: /* #d0d0d0 #d8372d */ /* #00CAE3 */ #1b75bc !important;
    border: 0px solid /* #d0d0d0 #d8372d */ /* #00CAE3 */ #1b75bc !important;
    padding: 0.75em;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-bottom: 3%;
    margin-top: .5%;
    cursor: pointer;
}
.reportPrime{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    height: 2.5rem;
    margin-left: 5%;
    margin-right: 2%;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.reportInvalidEmail{
  color: red;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 80%;
  font-family: sans-serif;
}
.reportHelpLink{
  color:#1b75bc;
}


#report .modal-body {
    padding: 2rem !important;
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

#report .modal-footer p {
    margin-bottom: 0rem;
}

#report-expand {
    color:white;
}

@media only screen and (max-width: 900px) {
  /* For mobile phones: */
  .reportContainer{
      width: 90%;
      margin-left: 5%;
  }

}
