.total-noti-2 {
  display: none;
}

.img-center {
  display: none;
}

.swal2-textarea {
  font-family: "Open Sans", sans-serif !important;
  font-size: 17px !important;
  color: #a9a39c !important;
  padding: 20px 20px 0 !important;
}

.swal2-validationerror {
  font-size: 15px !important;
}

.btn-ver-proveedor i {
  font-size: 26px;
  color: #8625cc;
  font-weight: 700;
}

.acciones-prov {
  left: -12px;
  position: relative;
}

.btn-rechazar-proveedor i {
  color: #ff3333;
  font-size: 1.3em;
}

.btn-aprobar-proveedor i {
  color: #9ed266;
  font-size: 2em;
  font-weight: bold;
}

/******** estilos de swal radio buttons *********/

.sw-gestion-supervisor .swal2-radio {
  display: flex;
  flex-direction: column;
  font-family: "Varela Round", sans-serif;
}

.swal2-modal.sw-gestion-supervisor .swal2-radio label:not(:first-child) {
  margin-left: 0.6em !important;
}

.swal2-popup.sw-gestion-supervisor .swal2-radio label {
  margin: 0 0.6em;
  font-size: 0.8em;
  min-width: 130px;
  font-weight: normal;
}

.loader-request {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#sectionCommentsRequest {
  overflow: auto;
  height: 150px;
}