body{
  /* background-color: green; */
}

.titul h3{
  color: #3F4195;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 1.25em;
}
.descripcion1{
  color:#7A7A7A;
}
.row{
  margin-right: 0;
  margin-left: 0;
}
.label-floating .control-label{
  color:#3F4195;
  font-weight: 700;
}
.label-floating:not(.is-empty) label.control-label {
  color:#3F4195;
  font-weight: normal;
}
.text-danger{
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
}

.label-floating:not(.has-error) .text-danger {
  display: none;
}
.label-floating.has-error input
,.label-floating.has-error select
,.label-floating.has-error textarea
,.label-floating.has-error .select2-selection
{
  border: solid 1px red;
}

.select2-container .select2-selection--single{
  height: calc(2.25rem + 2px);
  display: flex;
  align-items: center;
}
.label-floating .select2-container{
  margin-top: 0px !important;
}

.minHeightTexta{
  min-height: 300px !important;
}

.drag-area{
  border: 5px dashed #ddd;
  height: 200px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drag-area.active{
  background-color: #b8d4fe;
  color: black;
  border: 2px dashed #618ac9;
}
.drag-area h2{
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.drag-area span{
  font-size: 1.25rem;
  color: #000;
}
.drag-area button{
  padding: 5px 15px;
  font-size: 1rem;
  border: 0;
  outline: none;
  background-color: #5256ad;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.file-container{
  display: flex;
  align-items: center;
  gap:10px;
  /* padding: 2px; */
  border-bottom: solid 1px #add;
  font-size: .8rem;
}
.file-container button{
  font-size: .8rem;
}
#drag-preview{
  margin-top: 10px;
}
.status-text{
  padding: 0 10px;
}

#panel_exito_rad{
  color: #7A7A7A;
  font-weight: 500;
  font-size: 1.125rem;

}
.text-informa{
  color: #7A7A7A !important;
  font-size: .813em;
}
.text-informa h2{
  font-size: 1.25em;
  font-weight: 700;
  color: #666; !important;
}
