#report-container{
    width: 100vw;
    min-height:100vh;
    background: linear-gradient(180deg, #12181F 0%, #29363C 100%);
    display: flex;
    justify-content: center;
    padding-top: 5.625rem;
}

.report-content{
    width: 75rem;
    max-width: 90%;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.report-title {
    width: 100%;
    height:2.625rem;
    margin-top:1.44rem;
    display: flex;
    justify-content: flex-start;
}

.report-solid{
    border-top: 2px solid #29363c !important;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.report-desc{
    position: absolute;
    display: flex;
    align-items: center;
    right:3rem;
    top:1.25rem;
    column-gap: 0.2rem;
    cursor: pointer;
}

.report-solid-inner{
    border-top: 2px solid #29363c !important;
    width: 71rem;
}

.layui-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.report-form {
    background: #29363c;
    width: 100%;
    height:39.875rem;
    color:#ADB5BD;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}

.report-form-container{
    width: 38.75rem;
   
    margin-bottom: 2.94rem;
}
.report-input {
    background-color: #475560;
    border: none;
    color:white;
    border-radius: 5px;
}

.report-form span{
    font-size: 0.875rem;
}

.report-form .layui-form-label{
    width: 7.75rem;
}

.report-form .layui-form-item{
    display: flex;
}

.report-form .layui-input-block{
    flex: 1;
    margin-left: 0;
}

.report-form  input{
    background-color: #475560 !important;
    border: none;
    color:white !important;
    border-radius: 5px;
}

.report-form-title{
    color:white;
    font-size:1.125rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2.87rem;
}

::placeholder { /* Most modern browsers support this now. */
    color:    rgba(255,255,255,0.5);
 }

 .file-display{
    display: flex;
 }

 .fileUpload {
	background: #00bcbe;
	border-radius: 5px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	padding: 0.875em;/*14px/16px*/
	position: relative;
	text-align: center;
	width: 10rem;
    height: 7.5rem;
    cursor: pointer;
    background: #475560;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
	background: black;
    cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.report-file-upload-preview{
    margin-left: 1rem;
    height: 100%;
    display: flex;
    column-gap: 0.5rem;
    flex-wrap: wrap;
}

.report-file-upload-preview a {
    color:white !important
}

.report-submit{
    margin-left: 9.7rem;
    width: 20rem;
    height:2.5rem;
    background-color: #00AD59;
}

.report-form::-webkit-scrollbar-track
{
	
	border-radius: 10px;
    margin-left: 6px;
	background-color: transparent;
}

.report-form::-webkit-scrollbar
{
	width: 6px;
    margin-left: 6px;
	background-color: transparent;
}

.report-form::-webkit-scrollbar-thumb
{
	border-radius: 10px;

	background-color: #475560;
}

.report-desc-content{
    max-width: 100%;
    width: 75rem;

    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.report-desc-content::-webkit-scrollbar-track
{
	
	border-radius: 10px;
    margin-left: 6px;
	background-color: transparent;
}

.report-desc-content::-webkit-scrollbar
{
	width: 6px;
    margin-left: 6px;
	background-color: transparent;
}

.report-desc-content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #475560;
}


.report-desc-title{
    width: 100%;
    color: white;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem; 
    margin-bottom: 1.63rem;
     
}

.report-desc-title-text{
    margin-left: 2rem;
   
}

.report-desc-title-close{
    font-size: 1.5rem;
    margin-right: 1rem ;
    cursor: pointer;
} 

.report-desc-subtitle{
    color: #00E676;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}

.report-desc-text-content{
    color: #FFF;   
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem; /* 214.286% */
    display: flex;
    flex-direction: column;
    column-gap: 2rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 4.88rem;
   
}

.report-desc-text-content span{
    margin-bottom: 2rem;
}

.report-desc-text-content-inner{
    margin-top: 2rem;
}

#reporter_contact{
    display: none;
}

@media screen and (max-width: 767px) {
    .layui-form-item{
        display: flex;
        flex-direction: column;
        width: 70%;
    }
    .report-form-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width:40%;
    }
    .report-label{
        text-align: left;
        width: 100%;
    }
    .report-desc{
        right:1rem;
        top:0.5rem;
    }
    .report-submit{
        margin: 0;
    }
}

.preview-download{
    position: relative;
    display: inline-flex;
    height:20px
}

.preview-download-close{
   margin-left: 0.5rem; 
}
