/*
* ==========================================================
*    SIGEIN SALTA
* ==========================================================
*/

/*
ACTAS #37398F
SENTENCIAS #c6c93a
DESCARGO #ff9d00
PLAN DE PAGO #52c93a
*/

/*PRIMARIO #37398F
HOVER #7c91db
LIGHT #37398F
SECUNDARIO #7c91db

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Muli", sans-serif;
  background: #f5f5f5;
}

.fade {
  background-color: rgba(66, 61, 60, 0.8) !important;
}
.fade-danger {
  background: #ff0000;
  opacity: 0.6;
}
.fade-success {
  background: #00a108;
  opacity: 0.6;
  color: white;
}

label {
  margin-bottom: 0px !important;
}

.badge {
  padding: 6px 8px !important;
}

.popover-body {
  padding: 0;
}


a:hover {
  color: #0cdaaa;
  text-decoration: underline;
}

/*ALERTAS*/
.alert-danger {
  background: #ff6b6b;
  color: #000000;
  border-style: none;
}




/*TOAST*/
.alert-toast {
  position: fixed;
  right: 15px;
  top: inherit;
  bottom: 0;
  left: inherit;
  min-height: 45px;
  height: auto;
  min-width: 300px;
  margin: 0;
  padding: 8px 15px 8px 45px;
  opacity: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.19), 0 6px 30px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transform: translate3d(0, 45px, 0);
  transform: translate3d(0, 45px, 0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform, opacity;
  z-index: 9999;
  cursor: pointer;
}

.alert-toast.in {
  opacity: 0.95;
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  -webkit-transform: translate3d(0, -45px, 0);
  transform: translate3d(0, -45px, 0);
}

.alert-toast.in:hover {
  opacity: 0.85;
}

.alert-toast .ap {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.alert-toast > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.alert-toast > p strong {
  font-weight: 400;
}

.alert-toast.alert-success:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  display: table;
  padding: 0;
}

.text-toast {
  line-height: 1rem;
  font-size: 0.8rem;
}

/*
-----------------
LOGIN
-----------------
*/
.img-logo {
  width: 400px;
  margin: 40px 0 20px 0;
}
.back-login-register {
  min-height: 100vh;
}

.img-login-registro {
  background: url(../img/back-login-registro-responsive.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  /* Full sized */
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
}
.img-login-registro-responsive {
  display: none;
}

.card-back-login-register {
  background: rgba(172, 186, 199, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.input-title {
  color: #000;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.check-text {
  color: #fff;
  font-size: 0.8rem;
}

.olvidaste-label {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
}

.olvidaste-label:hover {
  text-decoration: none;
  font-size: 0.8rem;
  color: #f5f5f5;
  font-weight: bold;
}

.title-login {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 15px;
}

.go-back {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 10px;
}
.go-back:hover {
  color: #f5f5f5;
  text-decoration: none;
}

/*
-----------------
REGISTRO DE USUARIO
-----------------
*/
.container-registro {
  background: #ffffff;
  padding: 35px 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.116), 0 15px 12px rgba(0, 0, 0, 0.055);
  border-radius: 10px;
}

.header-home {
  min-height: 100vh;
  background-image: url("../img/back-login-registro-responsive.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-pass-reglas {
  font-size: 0.7rem;
  color: #f5f5f5;
}

.separador-form {
  border-bottom: 1px solid #e7e7e7;
}

.dni-img {
  margin: 10px 0;
  height: 250px;
  background-image: url("../img/dni.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.label-title-registro {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.data-advice {
  font-size: 0.7rem;
  color: #fff;
}

/*CARGAR FOTO*/
.avatar-wrapper {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 10px auto;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.avatar-wrapper:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.avatar-wrapper:hover .profile-pic {
  opacity: 0.5;
}
.avatar-wrapper .profile-pic {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
}
.avatar-wrapper .profile-pic:after {
  font-family: FontAwesome;
  content: "\f007";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 150px;
  background: #ecf0f1;
  color: #7c91db;
  text-align: center;
}
.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.avatar-wrapper .upload-button .fa-arrow-circle-up {
  position: absolute;
  font-size: 150px;
  top: 0px;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  color: #1f5693;
}
.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
  opacity: 0.7;
}

.eye-password {
  color: #7c91db;
  font-size: 1rem;
}

.eye-password:hover {
  color: #7c91db;
  text-decoration: none;
  cursor: pointer;
}
.calendario-icon {
  position: absolute;
  margin-left: 10px;
  height: 37px;
  display: flex;
  align-items: center;
}
.eye-icon {
  position: absolute;
  right: 25px;
  margin-left: 10px;
  height: 35px;
  display: flex;
  align-items: center;
}

.input-date {
  padding-left: 30px;
}

.invalid-field {
  font-size: 0.8rem;
  color: #ff6271;
}

/*
-----------------
INDEX
-----------------
*/

/*  CARTEL DE TURNOS */
.cartel-home {
  background: #724d46;
  position: absolute;
  top: 75px;
  z-index: 15;
}
.titulo-cartel-home {
  font-size: 1.2rem;
  color: #f5f5f5;
  font-weight: bold;
  margin: 0px;
}
.texto-cartel-home {
  color: #fff;
  font-size: 1rem;
  margin: 0px;
}
.data-cartel-home {
  margin-left: 15px;
}

.dropdown-index {
  border-bottom: 1px solid #fff;
}

.dropdown.dropdown-index select {
  width: 100% !important;
  outline: none;
}

.back-link {
  text-decoration: none;
  color: #7c91db;
  font-weight: 700;
  font-size: 1.2rem;
}

.back-link:hover {
  text-decoration: none;
  color: #000f50;
}

video {
  width: 100%; /* Could also use width: 100%; */
  height: 100vh;
  object-fit: cover;
  position: absolute; /* Change position to absolute if you don't want it to take up the whole page */
  z-index: -2;
  filter: blur(4px);
}

.video-container {
  position: absolute;
  z-index: -2;
  width: 100%;
  bottom: 0px;
  height: 100%;
  padding-top: 50px;
}

@media (max-width: 480px) {
  video {
    width: 100%; /* Could also use width: 100%; */
    height: 130%;
    object-fit: cover;
    position: absolute; /* Change position to absolute if you don't want it to take up the whole page */
    z-index: -2;
  }
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4) repeat scroll 0% 0%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 480px) {
  .video-container .filter {
    z-index: 100;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4) repeat scroll 0% 0%;
    height: 130%;
    z-index: -1;
  }
}

.card-search-home {
  min-height: 35vh;
  position: relative;
}

/*NUEVO HOME 
titulos index*/
.text-bg-01 {
  background-color: #7c91db;
  display: inline-block;
  padding: 0 5px;
}

.sobre-consultas .small-title {
  position: relative;
  padding-left: 30px;
}

.sobre-consultas .small-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-color: #7c91db;
  height: 2px;
  width: 20px;
  margin-top: -1px;
}

section.section-home {
  padding: 130px 0;
}

.mb-100 {
  margin-bottom: 100px;
}
.bg-04 {
  background-color: #7c91db;
}

.single-feature {
  padding: 40px 20px 52px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
}

.section-home .single-feature .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #eeeeee;
  color: #7c91db;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 30px;
  font-size: 50px;
  text-align: center;
  line-height: 130px;
  z-index: 5;
  position: relative;
}

.title-home-icon .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #7c91db;

  margin-bottom: auto;
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  z-index: 5;
  position: relative;
}

#map {
  width: 100%;
  max-width: 100%;
  height: 300px;
}
/*************
 weight tamaños
 ************/
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* FIN NUEVO*/

/*
.tab-index{
  height: 30vh;
  position:relative;
}
*/
.btn-jornal {
  border-radius: 5px;
  font-size: 0.7rem;
  padding: 8px 15px;
  background: #37398f;
  color: #ffffff;
  font-weight: 700 !important;
  cursor: default !important;
}

.btn-jornal:hover {
  color: #ffffff;
}

.btn-blue {
  color: #fff;
  background: #37398f;
  font-weight: 600;
}
.btn-blue:hover {
  background: #272864;
  color: #fff;
}

.btn-blue-light {
  color: #fff;
  background: #37398f;
}
.btn-blue-light:hover {
  background: #272864;
  color: #fff;
}

.btn-ingresar {
  border-radius: 5px;
  font-size: 0.7rem;
  padding: 8px 20px;
  background: #37398f;
  color: #fff !important;
  font-weight: 700;
  margin-top: 20px;
}

.btn-ingresar:hover,
.btn-ingresar:active,
.btn-ingresar:focus {
  background: #272864;
  color: #fff;
  cursor: pointer;
}

.btn-nav {
  text-decoration: none !important;
  color: #ffffff;
}

.search-button {
  text-decoration: none;
  color: #272864;
  font-weight: 700;
}

.search-button:hover {
  text-decoration: none;
  color: #000f50;
}

/*contenedor de la home 2 columnas*/
.contenedor-home {
  z-index: 10;
  color: white;
  min-height: 90vh;
}

/*contenedor de la home columna 1*/
h1 {
  font-size: 3rem;
  font-weight: 700;
}
.txt-home {
  font-size: 1.2rem;
  font-weight: 300;
}
.tittle-underline-1,
.tittle-underline-2,
.tittle-underline-3,
.tittle-underline-4 {
  width: 100px;
  height: 3px;
}
.tittle-underline-1 {
  background: #7c91db;
}
.tittle-underline-2 {
  background: #7c91db;
}
.tittle-underline-3 {
  background: #9afeff;
  display: none;
}
.tittle-underline-4 {
  background: #7c91db;
  display: none;
}

.nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.card {
  background: rgb(0, 0, 0, 0.6) !important;
  border-radius: 10px !important;
}

.nav-tabs > .nav-item > .nav-link {
  color: rgb(255, 255, 255);
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  /*
  padding: 11px 23px;
  */
  line-height: 1.5;
  min-width: 130px;
}

.nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
  background-color: rgb(3, 0, 39);
  border-radius: 30px;
  color: #ffffff;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
  border-bottom: 0;
  border-radius: 0;
  padding: 0;
}

/*fin del contenedor de la home columna 2*/

/*input busqueda por documento*/
.dropdown p {
  display: inline-block;
  font-weight: bold;
}

.dropdown select {
  border: 0 !important; /*Removes border*/
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: url("http://jonathanphz.tk/dropdown_arrow.png") no-repeat; /*Adds background-image*/
  background-position: 80px 8px; /*Position of the background-image*/
  width: 90px; /*Width of select dropdown to give space for arrow image*/
  height: 40px; /*fix for mac input height*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/
  cursor: pointer;
  /*My custom style for fonts*/
  color: #000;
  font-weight: 600;
}
.option {
  text-align: center;
}

/*BARRA SELECTOR DEL USUARIO*/
.barra-selector-usuario {
  background: #7c91db;
  padding: 5px 20px;
}

.tipo-usuario {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  margin: 0px;
}

.carro-particular {
  padding-right: 25px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
}

.notification {
  color: white;
  text-decoration: none;
  padding: 5px 5px;
  position: relative;
  display: inline-block;
}

.notification .badge-notificacion {
  font-size: 0.8rem;
  position: absolute;
  top: 4px;
  right: -15px;
  padding: 2px 7px;
  border-radius: 5px;
  background: #3ad29f;
  color: white;
}

/*
-----------------
HOME - RESULTADOS SIN LOGIN
-----------------
*/
.bg-nav-inferior-index {
  background: #e9e9e9;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.bg-nav-inferior {
  background: #e9e9e9;
  padding: 10px;
}

.item-link {
  font-size: 1rem;
  color: #4d4d4d;
  font-weight: bold;
}

.active {
  color: #7c91db;
  font-size: 1rem;
  font-weight: bold;
}

.header-small {
  position: relative;
  background: #000f50;
  min-height: 10vh;
  width: 100%;
}

.contenedor-tab {
  background: #f5f5f5;
  min-height: 70vh;
  padding: 30px;
}

.main-resultados {
  background: #f5f5f5;
  min-height: 90vh;
  padding: 20px 0;
}

@media (max-width: 320px) {
  .main-resultados {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .main-resultados {
    padding: 20px;
  }
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #7c91db !important;
  background-color: #7c91db !important;
  border-radius: 100px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  min-width: 130px;
}

#tabs .nav-tabs .nav-link {
  font-size: 1rem;
  color: #c0c0c0;
  border: none !important;
}

.nav-tabs .nav-link.active {
  color: white !important;
  font-size: 0.8rem;
  font-weight: 700;
}

.tittle-underline-search {
  width: auto;
  height: 5px;
  background: #7c91db;
}
.tittle-underline-subtittle {
  width: 25px;
  height: 2px;
  background: #7c91db;
}
.tittle-underline-tittle {
  width: 100px;
  height: 3px;
  background: #7c91db;
}

.tittle-home-resultados {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.subtittle-home-resultados {
  color: #7c91db;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: -15px;
}

.boton-consulta-home {
  border: 2px solid #7c91db;
  border-radius: 100px;
  color: #7c91db;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.boton-consulta-home:hover,
.boton-consulta-home:active,
.boton-consulta-home:focus {
  border: 2px solid #7c91db;
  background: #7c91db;
  color: #ffffff;
  transition: 0.3s;
}

/*emptys de la home main*/
.empty-state-home {
  min-height: 25vh;
  background: #ececec;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0.2);
  margin-bottom: 25px;
  margin-top: 20px;
}

.empty-state-home-search {
  background: #7c91db;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0.2);
  margin-bottom: 25px;
  margin-top: 20px;
}

.empty-state-home-success {
  min-height: 25vh;
  background: #1bbf91;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0.2);
  margin-bottom: 25px;
  margin-top: 20px;
}
.notif-success {
  min-height: 20vh;
  background: #1bbf91;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0.2);
  margin-bottom: 10px;
  margin-top: 10px;
}
.notif-danger {
  min-height: 20vh;
  background: #c04646;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0.2);
  margin-bottom: 10px;
  margin-top: 10px;
}
.notif-info {
  min-height: 20vh;
  background: #7659e0;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0.2);
  margin-bottom: 10px;
  margin-top: 10px;
}

.empty-txt-search {
  color: #ffffff;
  font-size: 0.8rem;
}

.empty-tittle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f5f5f5;
}

.txt-alert-main {
  color: #7c91db;
}

.empty-titulo-dato {
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0px !important;
}
.empty-text {
  color: #7c91db;
}
.empty-text-red {
  color: #00a2ff;
  font-size: 1.2rem;
}
.btn-imprimir {
  border: 2px solid #7c91db !important;
  background: #7c91db;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
}

.link-button {
  text-decoration: none;
  font-size: 0.9rem;
  color: #7c91db;
  font-weight: 700;
}

.link-button:hover {
  text-decoration: none;
}

.btn-imprimir:hover,
.btn-imprimir:active,
.btn-imprimir:focus {
  border: 2px solid #7c91db !important;
  background: #7c91db;
  color: #ffffff;
}

.falta-empty-1 {
  text-align: left;
}
.falta-empty-2 {
  text-align: right;
}

.border-alert {
  border: 2px solid #00a2ff;
}

.btn-detalle {
  color: #7c91db;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 700;
}
.btn-detalle:hover {
  text-decoration: none;
}

.tittle-registro-resultados {
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: 700;
}

.empty-registro-user {
  min-height: 25vh;
  background: #ececec;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0.2);
  margin-bottom: 25px;
  margin-top: 20px;
  padding: 20px;
}

.genero-check {
  font-size: 0.9rem;
}

/*
-----------------
CARRO DE PAGOS
-----------------
*/
.back-resultado-carro {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.title-resultado-carro {
  font-size: 0.8rem;
  color: #000;
  font-weight: bold;
  margin: 0px;
}
.subtitle-resultado-carro {
  font-size: 1rem;
  color: #444444;
  margin: 0px;
}

.total-carro {
  font-size: 1rem;
  color: #7c91db;
  font-weight: bold;
  margin: 0px;
}

.total-dinero {
  font-size: 1.5rem;
  color: #444444;
  font-weight: bold;
  margin: 0px;
}

/*
-----------------
HOME - RESULTADOS LOGUEADO
-----------------
*/
.select-option {
  margin: 0px;
  font-weight: bold;
  color: #000000;
  margin-left: 10px;
}
.btn-change-user {
  padding: 0px;
  margin-right: 15px;
}

.icono-carro {
  font-size: 1.6rem;
  cursor: pointer;
}

.link-detalle {
  color: #7c91db;
  font-size: 0.8rem;
  font-weight: bold;
}
.link-detalle:hover {
  color: #7c91db;
  text-decoration: none;
  cursor: pointer;
}

.back-home-resultados {
  background: #e6e6e6;
  border-radius: 10px;
  height: 500px;
}
.home-scroll {
  height: 500px;
}
.back-home-empty {
  background: #e6e6e6;
  border-radius: 10px;
  padding: 15px;
}

.badge-blue {
  color: #fff;
  background: #7c91db;
  font-size: 0.7rem;
}

/*
-----------------
PANTALLA DETALLES DE CAUSA
-----------------
*/
.container-causa {
  background: #ececec;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 10, 10, 0);
  margin-bottom: 25px;
  margin-top: 20px;
  padding: 25px;
}
.tittle-underline-causa {
  width: 25px;
  height: 2px;
  background: #7c91db;
}
.resultados-txt-causa {
  font-weight: 400;
  font-size: 0.8rem;
  color: #000000;
}
.th-tittle {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
}
.th-causa-1 {
  width: 30%;
}
.th-causa-2 {
  width: 70%;
}

.fila-botones {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.txt-pdf {
  font-size: 1rem;
  font-weight: bold;
  margin: 0px;
  color: #000;
}

.txt-danger {
  font-size: 0.8rem;
  color: #ff0000;
  margin: 0px;
  font-weight: bold;
}

.pdf-link:hover {
  cursor: pointer;
  text-decoration: none;
}

/*
-----------------
PANTALLA DEL CALENDARIO
-----------------
*/

.fc .fc-more-popover .fc-popover-body {
  z-index: 8;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.h1-card-left {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.h2-card-left {
  font-size: 0.9rem;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.panel-left {
  background: #fff;
  border-radius: 10px;
}

.separador-title {
  width: 75px;
  border-bottom: 3px solid #7c91db;
  height: 5px;
}

.input-title-interior {
  font-size: 0.9rem;
  color: #7c91db;
  font-weight: bold;
}

.stat-juzgado {
  font-size: 1.2rem;
  color: #37398f;
  font-weight: bold;
}
.stat-tramite {
  font-size: 1.5rem;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.estado-borde {
  border-left: 4px solid #7c91db;
}

.empty-state-turnos {
  padding: 25px;
  background: rgb(233, 233, 233);
  min-height: 65vh;
}

/*MODAL TOMAR TURNO*/
.avatar-result-turnos {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.fecha-turnos-card {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
}
.hora-turnos-card {
  font-size: 0.8rem;
  color: #7b7b7b;
}

.calendar-modal {
  background: #7c91db;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*
-----------------------
MIS TURNOS
-----------------------
*/
.container-margin {
  margin-top: 50px;
}
.back-title-turnos {
  display: flex;
  flex-direction: column;
  background: rgb(206, 206, 206);
  padding: 15px;
}

.icon-turnos {
  font-size: 1.8rem;
  color: #d3d3d3;
}

.h3-seleccion {
  color: #d3d3d3;
  font-weight: bold;
  font-size: 1.2rem;
}

.separador-form-blue {
  width: 100%;
  height: 2px;
  background: #7c91db;
}

.back-lista-resultado {
  border-bottom: 1px solid #333;
}

.fecha-list {
  font-size: 0.8rem;
  color: #000000;
  font-weight: bold;
  margin: 0;
}
.hora-list {
  font-size: 0.8rem;
  color: #333;
  margin: 0;
}

.icono-cancelar {
  color: #a92222;
  font-size: 1.6rem;
  margin: 0 30px;
  cursor: pointer;
}

.icono-detalle {
  color: #7c91db;
  font-size: 1.6rem;
  cursor: pointer;
}

.badge-asignado {
  color: #fff;
  background: #7c91db;
  font-size: 0.7rem;
}
.badge-cerrado {
  color: #fff;
  background: #1bbf91;
  font-size: 0.7rem;
}
.badge-anulado {
  color: #fff;
  background: #a92222;
  font-size: 0.7rem;
}

.back-th-turnos {
  background: #222;
}
.th-tabla {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 5px 5px;
}
.referencias-992 {
  display: none;
}

/*
.back-seleccion {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-seleccion:hover {
  text-decoration: none;
  background: #7c91db;
}
.back-seleccion:focus {
  text-decoration: none;
  background: #7c91db;
  color: #fff;
}


.btn-picker {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .btn-picker {
      transition: none
  }
}
.btn-picker:hover {
  color: #212529;
  text-decoration: none
}
.btn-picker.focus,
.btn-picker:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)
}
*/

.btn-blue-turnos {
  color: #fff;
  background-color: #7c91db;
}

.btn-blue-turnos:hover {
  color: #fff;
  background-color: #272864;
  cursor: pointer;
}

.btn-blue-turnos.disabled,
.btn-blue-turnos:disabled {
  color: #fff;
  background-color: #b5e2d7;
}

.btn-blue-turnos:not(:disabled):not(.disabled).active,
.btn-blue-turnos:not(:disabled):not(.disabled):active,
.show > .btn-blue-turnos.dropdown-toggle {
  color: #fff;
  background-color: #7c91db;
}

/*
.btn-blue-turnos.focus,
.btn-blue-turnos:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .8)
}
.btn-blue-turnos:not(:disabled):not(.disabled).active:focus,
.btn-blue-turnos:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-turnos.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .8)
}
*/

/*MODALES*/
.atencion-label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a92222;
}

.txt-cancelar {
  font-size: 1rem;
  color: #222;
}

.calendar-modal-cancel {
  background: #a92222;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.notas-turno {
  font-size: 0.8rem;
  color: #222;
}

/*
-----------------
PROFILE
-----------------
*/

.data-advice-blue {
  font-size: 0.7rem;
  color: #7c91db;
}

.label-title-registro-blue {
  font-size: 1.2rem;
  color: #37398f;
  font-weight: bold;
}

.back-profile-top {
  background: #e4e4e4;
  padding: 10px;
}

.label-data-profile {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}

.data-profile {
  font-size: 0.8rem;
  color: #444;
}

.link-change-pass {
  color: #444;
  font-weight: bold;
  font-size: 0.8rem;
}
.link-change-pass:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

.back-fotos {
  background: #dddddd;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-dni {
  max-width: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.col-foto-dni {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 15px;
}

.btn-xs {
  font-size: 0.7rem;
  padding: 5px 10px;
}

/*
-----------------
404
-----------------
*/
.header-404 {
  position: relative;
  background-color: black;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.overlay-404 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), #141a35);
  opacity: 0.8;
  z-index: 1;
}

.overlay-404-success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(75, 75, 75));
  opacity: 0.8;
  z-index: 1;
}

.image-404 {
  position: absolute;
  min-height: 100vh;
}
#notfound {
  position: relative;
  height: 100vh;
  z-index: 10;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.tittle-404 {
  color: #ffffff;
  opacity: 0.1;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
}

.subtittle-404 {
  font-size: 2.5rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.text-404 {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-transform: uppercase;
}

.notfound a:hover {
  background-color: #7c91db;
  border-color: #7c91db;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }
  .notfound h2 {
    font-size: 26px;
  }
}

/*preloader*/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(80, 80, 80, 0.9) url("../img/preloader.svg") no-repeat center
    center;
}

/*
-----------------
MEDIA QUERIES
-----------------
*/
@media (max-width: 991.98px) {
  .card {
    margin-bottom: 60px;
  }
  .cartel-home {
    background: #58a6ff;
    position: absolute;
    top: 0px;
    z-index: 15;
  }
  /*botones de mis turnos*/
  .col-buttons-picker {
    display: flex;
    flex-direction: column;
  }
  /*profile dni*/
  .img-dni {
    max-width: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /*home*/
  .stat-tramite {
    font-size: 1.2rem;
  }
  .stat-juzgado {
    font-size: 0.8rem;
  }
  .th-tabla {
    font-size: 0.7rem;
  }
  .fecha-list {
    font-size: 0.7rem;
  }
  .hora-list {
    font-size: 0.7rem;
  }
  /*turnos tomados*/
  .estado-tomado {
    border-left: 5px solid #7c91db;
  }
  .estado-completado {
    border-left: 5px solid #1bbf91;
  }
  .estado-cancelado {
    border-left: 5px solid #a92222;
  }
  .badge-listado {
    display: none;
  }
  .p-referencia {
    color: #777;
    font-size: 0.7rem;
    font-weight: bold;
  }
  .dot-asignado {
    color: #7c91db;
  }
  .dot-cerrado {
    color: #1bbf91;
  }
  .dot-anulado {
    color: #a92222;
  }
  .referencias-992 {
    display: block;
  }
  .h3-seleccion {
    font-size: 0.8rem;
  }
  .icon-turnos {
    font-size: 1.5rem;
  }
  .h1-card-left {
    font-size: 1.3rem;
  }
  .h2-card-left {
    font-size: 0.8rem;
  }
  .container-margin {
    margin-top: 0px;
  }
  .back-seleccion {
    padding: 10px;
  }

  .fila-botones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-responsive-margin {
    margin-top: 35px;
  }
  .logo-nav-privado {
    width: 180px !important;
    /* display: none; */
  }

  .img-logo {
    width: 300px;
    margin: 0px 0 10px 0;
    padding: 15px 0 0 0;
  }

  .buttons-home {
    text-align: center;
  }

  .alert-toast {
    right: 0px;
    top: inherit;
    bottom: 0;
    left: inherit;
  }
  /*
    .tab-index {
      height: 40vh;
    }
    */
  .card-search-home {
    margin-bottom: 50px;
  }

  .contenedor-home {
    min-height: 80vh;
  }
  .barra-nav {
    display: flex;
    flex-direction: column;
  }
  .btn-jornal {
    margin-top: 25px;
  }

  h1 {
    font-size: 1.8rem !important;
    text-align: center;
  }
  .txt-home {
    font-size: 0.8rem !important;
    text-align: center;
  }
  .underlines {
    justify-content: center !important;
  }
  .info-col1 {
    margin: 50px 0 30px 0;
  }
  .video-home {
    display: block;
  }

  .overlay-responsive {
    /*   background: rgba(36,36,36,1);
      background: -moz-linear-gradient(left, rgba(36,36,36,1) 0%, rgba(0,14,65,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,36,36,1)), color-stop(100%, rgba(0,14,65,1)));
      background: -webkit-linear-gradient(left, rgba(36,36,36,1) 0%, rgba(0,14,65,1) 100%);
      background: -o-linear-gradient(left, rgba(36,36,36,1) 0%, rgba(0,14,65,1) 100%);
      background: -ms-linear-gradient(left, rgba(36,36,36,1) 0%, rgba(0,14,65,1) 100%);
      background: linear-gradient(to right, rgba(36,36,36,1) 0%, rgba(0,14,65,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#000e41', GradientType=1 );*/
    min-height: 100vh;
  }

  .header-small {
    min-height: 15vh;
  }
  .header-small-log {
    min-height: 30vh;
  }

  .dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
  }

  .empty-registro-user > .row {
    display: flex;
    flex-direction: column;
  }
  .btn-registro-responsive {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  /*botones de buscar por dominio o documento de la home*/
  .nav-tabs {
    text-align: center;
  }
  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
  /* fin botones de buscar por dominio o documento de la home*/

  .dni-img {
    display: none;
  }

  .falta-empty-info {
    flex-direction: column;
  }
  .falta-empty-1,
  .falta-empty-2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .btn-imprimir-container {
    justify-content: center !important;
  }
  .empty-state-home {
    padding: 15px;
  }

  #tabs .nav-tabs .nav-link {
    margin-bottom: 15px;
  }

  .search-home2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .th-causa-1 {
    width: 45%;
  }
  .th-causa-2 {
    width: 55%;
  }

  .btn-imprimir-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  #tabs .nav-tabs .nav-link {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .buttons-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /*cartel de la home*/
  .cartel-home {
    background: #58a6ff;
    padding: 5px;
  }
  .titulo-cartel-home {
    font-size: 0.9rem;
  }
  .texto-cartel-home {
    font-size: 0.8rem;
  }
}

@media (min-width: 300px) and (max-width: 464px) {
  .dropdown-menu-right {
    right: 3px;
    width: 250px;
  }
  .dropdown-profile {
    width: 350px !important;
  }
}

/*
-----------------------
FOOTER
-----------------------
*/
.footer-brand-home {
  /* position: fixed; */
  min-height: 140px;
  bottom: 0;
  z-index: 5;
  background: #37398f;
  width: 100%;
  border-top: 2px solid #7c91db;
  /* background: #1a619a;
  background: -moz-linear-gradient(left, #1a619a 0%, #7c91db 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1a619a), color-stop(100%, #7c91db));
  background: -webkit-linear-gradient(left, #1a619a 0%, #7c91db 100%);
  background: -o-linear-gradient(left, #1a619a 0%, #7c91db 100%);
  background: -ms-linear-gradient(left, #1a619a 0%, #7c91db 100%);
  */
}

.sigein-footer {
  position: absolute;
  right: 5%;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

/*footer interno*/
.footer-brand {
  /* min-height: 40px;
  background: #fff;
  background: #1a619a;
  background: -moz-linear-gradient(left, #1a619a 0%, #7c91db 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1a619a), color-stop(100%, #7c91db));
  background: -webkit-linear-gradient(left, #1a619a 0%, #7c91db 100%);
  background: -o-linear-gradient(left, #1a619a 0%, #7c91db 100%);
  background: -ms-linear-gradient(left, #1a619a 0%, #7c91db 100%); */
  min-height: 140px;
  bottom: 0;
  z-index: 5;
  background: #37398f;
  width: 100%;
  border-top: 2px solid #7c91db;
}

.sigein-footer {
  color: #fff;
}

.navbar {
  z-index: 10;
  border-bottom: 3px solid #7c91db;
}

.separador-full {
  width: 25%;
  height: 2px;
  background: #206eff;
}

.separador-full-2 {
  width: 100%;
  height: 2px;
  background: #206eff;
}

.separador-full-grey {
  width: 25%;
  height: 1px;
  background: #dbdbdb;
}

.label-datos-check-ok {
  color: #1bbf91;
  font-weight: 700;
  font-size: 0.8rem;
}

.label-datos-check-error {
  color: rgb(180, 0, 0);
  font-weight: 700;
  font-size: 0.8rem;
}

.input-down-info {
  font-size: 0.7rem;
  color: #666;
}

.steps-info {
  font-size: 1rem;
  font-weight: 700;
  color: #b4b4b4;
}

.next-step-link {
  color: #00a2ff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 10px;
  border-radius: 5px;
}
.next-step-link:hover {
  text-decoration: none;
  color: rgb(114, 114, 114);
  cursor: pointer;
}

.datos-obligatorios {
  font-weight: 700;
  color: #ff0000;
  font-size: 0.9rem;
}

.second-step {
  font-weight: 900;
}

/*
---------------------
BARRA DE NAVEGACION INDEX E INTERIOR
-----------------------
*/
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.bg-navbar-index {
  background: #37398f !important;
}

.nombre-nav {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.nombre-nav:hover {
  text-decoration: none;
  color: #eeeeee;
}

.btn-jornal-privado {
  border-radius: 5px;
  font-size: 0.7rem;
  padding: 8px 15px;
  background: #7c91db;
  color: #ffffff;
  font-weight: 700 !important;
  cursor: default !important;
  margin-left: 15px;
}

.btn-jornal-privado:hover {
  color: #ffffff;
}

.avatar {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.bg-navbar-interior {
  background: #37398f !important;
}

/*
---------------------
DISEÑO DE INPUTS
-----------------------
*/
.floating-label {
  position: relative;
  margin-bottom: 20px;
}
.floating-input,
.floating-select {
  color: #000;
  /* color: rgb(139, 139, 139); */
  font-size: 1.5rem;
  padding: 4px 5px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #cacaca;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 2px solid #cacaca;
}

.label-form {
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ .label-form,
.floating-input:not(:placeholder-shown) ~ .label-form {
  top: -18px;
  font-size: 1.3rem;
  color: #000;
}

.floating-select:focus ~ .label-form,
.floating-select:not([value=""]):valid ~ .label-form {
  top: -18px;
  font-size: 14px;
  color: #000;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-textarea {
  min-height: 100px;
  overflow: hidden;
  overflow-x: hidden;
}

/*input index*/
input.index:-webkit-autofill,
input.index:-webkit-autofill:hover,
input.index:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ececec !important;
  -webkit-box-shadow: 0 0 0px 0px transparent inset;
  box-shadow: 0 0 0px 0px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #cacaca;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 0px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #cacaca;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

/***********DROPZONE***********/

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 25px;
  border: 1px dashed #006eff;
  background: rgb(236, 236, 236);
  color: #006eff;
  font-weight: bold;
  padding: 0px 20px;
  margin: 10px 0 10px 0;
}

.wrap-add-user {
  height: 140px;
  left: 0;
  margin: 0 auto;
  padding: 0;
  right: 0;
  top: 0;
  width: 140px;
  position: relative;
}

.panel-user h3 {
  font-size: 1.429em;
  color: #cb511c;
  font-weight: 300;
  margin: 5px 0;
}
.panel-user p {
  font-size: 0.857em;
  color: #333;
  font-weight: 300;
}
.panel-user .dropzone {
  border: none;
  position: relative;
  width: 140px;
  height: 140px;
  padding: 0px;
  margin: 10px auto 0 auto;
  background: #fff;
}
.panel-user .dropzone .dz-preview.dz-file-preview .dz-image {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eee, #ddd) repeat
    scroll 0 0;
  border-radius: 50%;
}

.panel-user .dropzone .dz-message {
  border-radius: 50%;
  height: 152px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 152px;
}

.panel-user .dropzone .dz-preview .dz-details {
  padding: 0;
  top: 47px;
}
.panel-user .dropzone .dz-message:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(
    bottom center,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 0) 95%
  );
}

.panel-user .dropzone .dz-message .md {
  font-size: 25px;
  color: #fff;
  line-height: 140px;
}

.panel-user .dropzone .dz-preview {
  border-radius: 50%;
  height: 152px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 152px;
  left: 0px;
}

.panel-user .dropzone .dz-preview .dz-image img {
  border-radius: 50%;
  height: 140px;
  width: 140px;
}

.panel-user .dropzone .dz-preview .dz-image {
  border-radius: 5px;
  display: block;
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 140px;
  z-index: 10;
  border-radius: 50%;
}

.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 5px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  background: #f5f5f5;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/******FIN DROPZONE********/

/******************************
DESCARGOS
*****************************/

.btn-black {
  color: #fff;
  background: #000;
}
.btn-black:hover,
.btn-black:active {
  background: #36383b;
  color: #fff;
}

/*fondos*/
.bg-01 {
  background: #37398f;
}
.bg-02 {
  background: #e6e6e6;
}

.bg-03 {
  background: #f2f2f2;
}
.card-light {
  box-shadow: none !important;
  margin: 0px;
  background: rgb(255, 255, 255, 1) !important;
  border-radius: 3px !important;
}

.c-number__line2 {
  height: 3px;
  width: 100px;
  background-color: #7c91db;
  margin-top: 15px;
}

.c-number__line {
  height: 2px;

  background-color: #7c91db;
}
.c-number__label2 {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
}
.c-number__label {
  display: block;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
}

h4.card-title {
  font-size: 1.2rem;
}

/************bordes*************/
.bob-01 {
  border-bottom: 1px solid #ccc !important;
}

.bot-01 {
  border-top: 1px solid #ccc !important;
}
/*textos*************************/
.text-weight-600 {
  font-weight: 600;
}
.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}
.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}
.text-17 {
  font-size: 17px;
}
.text-20 {
  font-size: 20px;
}
.text-24 {
  font-size: 24px;
}
.text-40 {
  font-size: 40px;
}

.text-c-orange {
  color: rgb(255, 145, 0);
}
.text-c-blue {
  color: #438fcd;
}

.text-c-blue.hover:hover {
  color: #0c4b7e !important;
  text-decoration: none;
}

.form-check-input {
  cursor: pointer;
}

/*checkbox lg*/

.checkbox-lg .form-check-input {
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .form-check-label {
  margin-left: 10px;
  margin-top: 5px;
}

.w-300 {
  width: 300px;
}
.mt-30-lg {
  margin-top: 30px;
}

/******************
}estados

En carga 
Valido
No valido
Anulados
Ignorado
*********************/
.badge-estado {
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  font-weight: 600;
  margin-bottom: 0px;
  min-width: 75px;
  text-align: center;
}

.badge-estado.presentado {
  color: #fff !important;
  background: #0091d4;
}
.badge-estado.encarga {
  color: #fff !important;
  background: #00bcd4;
}

.badge-estado.valido {
  color: #fff !important;
  background: #00d4a2;
}

.badge-estado.novalido {
  color: #fff !important;
  background: #d44300;
}
.badge-estado.anulado {
  color: #fff !important;
  background: #f11e0b;
}

.badge-estado.ignorado {
  color: #fff !important;
  background: #5d5957;
}

/**************
file upload
*****************/

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 100%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  /* padding: 0.625rem 1.25rem; */
  /* 10px 20px */
  position: relative;
  border: 1px solid #000;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile-green + label {
  color: #d9dcdf;
}

.box.is-invalid .inputfile-green {
  border: 1px solid #23272b;
  /* background-color: #f1e5e6;*/
  padding: 0;
  border-radius: 0.25rem;
  height: 40px;
  margin: 0px;
}

.is-invalid .inputfile-green + label {
  border: 1px solid #ff5370;
  background-color: #f1e5e6;
  padding: 0;
  border-radius: 0.25rem;
  height: 40px;
  margin: 0px;
}

.inputfile-green:focus + label,
.inputfile-green.has-focus + label,
.inputfile-green + label:hover {
  border-color: #438fcd;
}

.inputfile-green + label span,
.inputfile-green + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-green + label span {
  width: 250px;
  min-height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  font-size: 13px;
  color: #438fcd;
}

.inputfile-green + label strong {
  height: 100%;
  color: #f2f2f2;
  background-color: #23272b;
  display: inline-block;
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.inputfile-green:focus + label strong,
.inputfile-green.has-focus + label strong,
.inputfile-green + label:hover strong {
  background-color: #438fcd;
  color: #e4e9ee;
}

@media screen and (max-width: 50em) {
  .inputfile-green + label strong {
    display: block;
  }
}

/*********************
RESPONSIVE
**************************/

@media all and (max-width: 480px) {
  .w-300 {
    width: 100%;
  }
  .mt-30-lg {
    margin-top: 10px;
  }
  .header-list-causas {
    display: none;
  }
}

/***********
buscador por texto
**************/
.lupa {
  position: absolute;
  font-size: 19px;
  color: #8a939c;
  right: 10px;
  top: 10px;
}

/*********************
Paginador
**************************/

.pagination .page-item.active .page-link {
  z-index: 3;
  color: #7c91db !important;
  background-color: transparent;
  border: 0px;
  font-weight: bold;
}

.pagination .page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination .page-link:hover {
  color: #3c548b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0px;
}

.aspNetDisabled:disabled,
.aspNetDisabled[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.aspNetDisabled {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-search-home .input-title {
  color: #fff !important;
}

.card-search-home .tab-content label.label-form {
  color: #fff !important;
}

.card-search-home .tab-content .floating-input {
  color: #fff;
}








/********svg icons*/


.svg-img.danger{
  fill: #dc3545 !important;
}
.svg-icon.svg-icon-gray svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #78829D !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--bs-primary) !important;
}

.svg-icon.svg-icon-primary svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.svg-icon.svg-logo-primary svg path {
  fill: #3d5af1 !important;
}

.svg-icon.svg-icon-success svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #4bb995 !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #f5cd4c !important;
}


.svg-icon.svg-icon-info svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3d5af1 !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #dc3545 !important;
}

.svg-icon.svg-icon-grey svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #bbc0c3 !important;
}

.svg-icon.svg-icon-white svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff !important;
}



.svg-icon.svg-icon-sm svg {
  height: 1.25rem !important;
  width: 1.25rem !important;
}

.svg-icon.svg-icon-md svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.svg-icon.svg-icon-lg svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}

.svg-icon.svg-icon-xl svg {
  height: 2rem !important;
  width: 2rem !important;
}

.svg-icon.svg-icon-xxl svg {
  height: 2.25rem !important;
  width: 2.25rem !important;
}

.svg-icon.svg-icon-1x svg {
  height: 1rem !important;
  width: 1rem !important;
}

.svg-icon.svg-icon-2x svg {
  height: 2rem !important;
  width: 2rem !important;
}

.svg-icon.svg-icon-3x svg {
  height: 3rem !important;
  width: 3rem !important;
}

.svg-icon.svg-icon-4x svg {
  height: 4rem !important;
  width: 4rem !important;
}

.svg-icon.svg-icon-5x svg {
  height: 5rem !important;
  width: 5rem !important;
}

.svg-icon.svg-icon-6x svg {
  height: 6rem !important;
  width: 6rem !important;
}

.svg-icon.svg-icon-7x svg {
  height: 7rem !important;
  width: 7rem !important;
}

.svg-icon.svg-icon-8x svg {
  height: 8rem !important;
  width: 8rem !important;
}

.svg-icon.svg-icon-9x svg {
  height: 9rem !important;
  width: 9rem !important;
}

.svg-icon.svg-icon-10x svg {
  height: 10rem !important;
  width: 10rem !important;
}

