.toast{
  display: none;
  min-width: 20vw
}
.toast.show {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 99999999;
    margin: 20px;
    right: 0;
    top: 3.5rem;
}
.swal2-container{
    z-index: 99999999;
}
#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff82;
}

#preloader2:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    color: #000000cf;
    font-style: italic;
}
 .modal-dialog.large {
    width: 80% !important;
    max-width: unset;
  }
  .modal-dialog.mid-large {
    width: 50% !important;
    max-width: unset;
  }
  #viewer_modal .btn-close {
    position: absolute;
    z-index: 999999;
    /*right: -4.5em;*/
    background: unset;
    color: white;
    border: unset;
    font-size: 27px;
    top: 0;
}
#viewer_modal .modal-dialog {
        width: 80%;
    max-width: unset;
    height: calc(90%);
    max-height: unset;
}
  #viewer_modal .modal-content {
       background: black;
    border: unset;
    height: calc(100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #viewer_modal img,#viewer_modal video{
    max-height: calc(100%);
    max-width: calc(100%);
  }


.widget-user .widget-user-header {

height: 100% !important;

}

.input_corto {
width: 150px !important;

}

.form-group-2-columnas {

  float: left;
  width:  50%;
  margin-bottom: 1rem;
}

.form-group-separacion {

padding-right:  10px;

}

.select_ancho {

width:  100% !important;
}


.btn-light {
  color: #1f2d3d;
  background-color: #fff !important;
  border-color: #000 !important;
  box-shadow: none;
  border: 1px solid #ced4da !important;

}

.linea_gruesa {
border-top: 3px solid #28a745; !important;
} 

.sangria {
  background-color: #fff;
  border-left: .7rem solid #007bff;
  margin: 1.5em .7rem;
    margin-top: 0em;
    margin-right: 0.7rem;
    margin-bottom: 0em;
    margin-left: 0.7rem;
  padding: .5em .7rem;
    padding-top: 0.5em;
    padding-right: 0.7rem;
    padding-bottom: 0.5em;
    padding-left: 0.7rem;
}

.sangria_primera {
  background-color: #fff;
  border-left: .7rem solid #007bff;
  margin: 1.5em .7rem;
  margin-top: 1.5em;
  margin-right: 0.7rem;
  margin-bottom: 0em;
  margin-left: 0.7rem;
  padding: .5em .7rem;
  padding-top: 0.5em;
  padding-right: 0.7rem;
  padding-bottom: 0.5em;
  padding-left: 0.7rem;
}

.titulo_seccion {
  background-color: #007bff;
  border-left: .7rem solid #007bff;
  margin-top: 0em;
  margin-right: 0.7rem;
  margin-bottom: 0em;
  margin-left: 0rem;
  padding-top: 0.5em;
  padding-right: 0.7rem;
  padding-bottom: 0.5em;
  padding-left: 0.2rem;
  color: #fff;
  margin-bottom: 2px;
}

.cuadrado_blanco {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  margin-left: 5px;
}

.cuadrado_gris {
  background-color: #666;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  margin-left: 5px;
}