.cls_title {
    width: 100%;
    padding: 4px;
    border-top: 1px solid #D9D9D9;
}

.title_active {
    font-weight: 600;
    color: #1F87E8;
}
.st_tab{
  display: block;
  padding: .5rem 1rem;
  cursor: pointer;
}
.st_tab_active{
  background: #1F87E8;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
}
.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card_headerx{
    background: #3496ED;
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px;
    padding: 9px;
}
.item-check {
    background: #072585;
    color: white !important;
    border: 1px solid #072585 !important;
    font-weight: bold !important;
}
.question-item-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    margin-right: 2px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s, border-color 0.3s;
    color: rgba(0, 0, 0, 0.25);
    min-width: 24px;
    min-height: 24px;
}
.title-quetion {
    display: flex;
    align-items: baseline;
}
@media (max-width: 770px) {
    .span_title {
        text-align: center !important;
    }
}


/*ssssssssssssss*/
canvas {
    border: 2px solid #4a90e2;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  /* button {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  button:hover {
    background-color: #357abd;
  } */
  
.adtitle{
    display: flex;
}

.spant{
    color: red !important;
    font-size: 14px !important;
    font-weight: bold !important;
}


/****/
.custom-file-upload {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ced4da;
  }

  .custom-file-upload input[type="file"] {
    display: none; /* Ocultamos el input de archivo */
  }

  .custom-file-upload label {
    flex: 1;
    margin: 0;
  }

  .btn-adjuntar {
    background-color: #ff9800;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
  }

  .btn-adjuntar:hover {
    background-color: #e68900;
  }

.txt_file{
    color: #485973; 
    background: #fff; 
    padding: 6px;
    font-size: 13px;
}


/* PARA SUBIR ARCHIVOS */
.custom-file-upload-form {
  display: flex;
  align-items: center;
}
.custom-file-upload input[type="file"] {
  display: none;
}
.custom-file-label {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  width: 200px; /* Ajusta el ancho según tus necesidades */
  text-align: left;
  margin-right: 10px; /* Espacio entre el label y el botón */
  border-radius: 5px;
  background: #fff;
}
.custom-file-button {
  background-color: #ff9900;
  border: none;
  color: white;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 5px;
}
.file_frm{
  background: #E8E9ED;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.wrap_files {
  list-style: none;
  padding: 5px !important;
}
.wrap_files .li_files {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #e4e1e1;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.wrap_files .li_files .detail_evidence {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.wrap_files .li_files .wrap_svg {
  padding-right: 10px;
}
.wrap_files .li_files .detail_evidence .wrap_svg img {
  width: 25px;
  height: 25px;
}
.wrap_files .li_files .actions_files {
  display: flex;
  justify-content: center;
}
.wrap_files .li_files .actions_files a {
  color: var(--info) !important;
}
.wrap_files .li_files .actions_files a {
  color: #2ca8ff;
  padding: 2px 4px;
}
/* FIN SUBIR ARCHIVO */

label{
  /* color: #485973 !important; */
}
/*==============================================================*/
.st_row{
  width: 100%;
  justify-content: center;
  /* margin-left: -6px; */
}
.stbody{
  border: 1px solid #D9D9D9;
  /* margin-right: 16px;
  padding: 12px 0px 12px 26px; */
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

@media (max-width: 667px) {
  .stbody{
    border: 1px solid #D9D9D9;
    /* margin-right: 16px; */
    /* padding: 12px 0px 12px 11px; */
    border-radius: 8px;
    padding: 5px;
  }
}

.btn-outline-info_otro{
  border-color: var(--red); 
  color:var(--red); ;
  border-radius: 8px;
}

.btn-outline-info_otro:hover{
  border-color: var(--red); 
  background: var(--red); ; 
  color:#fff;
}

.st_header{
  border-radius: 8px 8px 0px 0px;
}

#header{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.uppercase-input {
  text-transform: uppercase;
}

.stmod_btn{
  border-radius: 8px !important;
  background: #b74646;
  width: 100%;
  color: #fff;
  padding: 3px;
  font-size: 14px;
}