.reporterErrorText {
     margin-bottom: 5px;
     margin-top: 5px;
     padding: 5px;
     border-radius: 4px;
     padding-left: 10px;
     padding-right: 10px;
     color: #9c413f;
     background-color: #e6d3d3;
}
.reporterInfoText {
     margin-bottom: 5px;
     margin-top: 5px;
     padding: 5px;
     border-radius: 4px;
     padding-left: 10px;
     padding-right: 10px;
     color: #31708f;
     background-color: #d9edf7;
     font-size: 16px !important;
     width: 230px;
     border-color: #bce8f1;
     border: 1px solid;
}
.reporterForm {
     display: flex;
     flex-direction: column;
     width: 400px;
}
#bugReporterSeverity {}
#bugReporterReproducibility {}
#bugReporterTitle {}
#bugReporterDescription {}
#bugReporterEmailAddressLabel {}
#bugReporterEmailAddress {}

.reporter_double_fields_group {
     width: 100%;
}
.reporter_elements_group {
     display: flex;
     justify-content: space-evenly;
     margin-bottom: 5px;
}
.reporter_field_title {
     font-family: Roboto;
     font-weight: 400;
     margin: 0px;
     margin-top: 4px;
     margin-bottom: 3px;
     text-align: left;
     color: #60657b;
}
.reporter_select_field {
     width: 100%;
     border-radius: 4px;
     border: none;
     height: 24px;
     background-color: #c8cdd4db;
     color: #30313e;
}
.reporter_short_field {
     width: 100%;
     border-radius: 4px !important;
     border: none !important;
     height: 24px !important;
     background-color: #c8cdd4db !important;
     color: #30313e !important;
     font-size: 13px !important;
     text-indent: 12px !important;
}
.reporter_long_field {
     width: calc(100% - 12px);
     padding: 6px !important;
     border-radius: 4px !important;
     border: none !important;
     background-color: #c8cdd4db !important;
     color: #30313e !important;
     font-size: 13px !important;
}
.reporter_disclaimer {
     text-align: left;
     font-size: 12px;
     font-family: Roboto;
     font-weight: normal;
     margin-top: 3px;
     /* margin-left: 8px; */
     color: #636a6f;
}


.upload_file_input {
     width: 0.1px;
     height: 0.1px;
     opacity: 0.0;
     overflow: hidden;
     position: absolute;
     z-index: -1;
}
.upload_file_input {
     font-size: 1em;
     color: #5273F1;
     display: inline-block;
     cursor: pointer;
}
.input_drop_and_click_text {
     font-size: 1em;
     color: #5273F1;
     display: inline-block;
     cursor: pointer;
     z-index: 3;
}
/* .upload_file_input:focus + label,
.upload_file_input + label:hover {
     background: red;
} */
.upload_file_input:focus, .input_drop_and_click_text:focus{
     outline: 1px dotted #000;
     outline: -webkit-focus-ring-color auto 5px;
}
file-drop-box {
     background-color: #E6EAFC;
     outline: 2px dashed #5273F1;
     outline-offset: -10px;
     height: 200px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 5px;
     position: relative;

     width: 100%;
     border: 1px solid #5273F1;
}
file-drop-box.is-dragover {
     background-color: #ccd5ff;
     border-color: #a1b5ff;
}
file-drop-box.is-dragover > {
     color: #0035ff;
}
.uploaded_files_container {
     position: absolute;
     top: 15px;
     left: 15px;
     /* display: flex; */
     /* align-items: center; */
     z-index: 2;
     display: grid;
     grid-column-gap: 10px;
     grid-row-gap: 10px;
}
.uploaded_file {
     /* height: 25px; */
     background: white;
     padding: 3px 10px;
     border-radius: 3px;
     display: flex;
     flex-direction: column;
     /* align-items: center; */
     /* justify-content: space-between */
}

.uploaded_file_info_container {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: space-between;
}
.uploaded_file_name {

}
.uploaded_file_remove_button {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 5px;
     opacity: 0.5;
     border-radius: 50%;
     cursor: pointer;
}
.uploaded_file_remove_button:hover {
     opacity: 1;
     background-color: rgba(155,155,155,0.5);
}
.uploaded_file_progress {}
