/* estilos dashboard*/

@import url("animate.css");


div#app {
  width: 100%;
}

:root {
  --main-color: #292e32;
  --main-color-dark: #18191c;
  --main-color-light: #d2d3d3;
  --secondary-color: #2c87fe;
  --secondary-color-dark: #0f3061;
  --secondary-color-light: #6fa6f9;
  --tertiary-color: #7b50b4;
  --tertiary-color-dark: #302943;
  --tertiary-color-light: #81759f;

  --bright-color: #bcf153;
  --bright-color-light: #DAF7A6;
  --text-color: #000;

  --success-color: #2ed8b6;
  --success-color-light: #87dccb;
  --danger-color: #FF5370;
  --danger-color-light: #fb7b90;
  --info-color: #5081fc;
  --info-color-light: #7dc6fb;
  --color-dark: #181824;
  --color-dark-light: #303043;
  --yellow-color: #d8ca2e;

  --operaciones-juz: #00a19a;
  --operaciones-juz-light: #a2e2df;

  --causas: #9dbc44;
  --causas-light: #e8f6c3;

  --pagos-juz: #6978ff;
  --pagos-juz-light: #d6dbff;

  --correo-juz: #69ffd5;
  --correo-juz-light: #d9fff4;

  --descargos: #E9125D;
  --descargos-light: #f6e5eb;

  --websigein: #12e993;
  --websigein-light: #eefff8;

  --websigein: #12e993;
  --websigein-light: #eefff8;
}



body {
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito', sans-serif;
  background: var(--main-color-dark);
  color: var(--main-color-light);
  min-height: 100vh;
  display: flex;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: var(--main-color-light);
  background-color: transparent;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: var(--secondary-color-light);
  background-color: transparent;
}

.hover2:hover {
  color: var(--main-color-light) !important;
}


.hover2:hover img {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  /* For IE8 and earlier */
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--main-color);
}

::selection {
  color: #fff;
  background: var(--main-color);
}


.form-control::placeholder {
  font-size: 14px;
  /* Firefox, Chrome, Opera */
  color: #bfc5ca;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  /* Internet Explorer 10-11 */
  color: #bfc5ca;
}

.form-control::-ms-input-placeholder {
  font-size: 14px;
  /* Microsoft Edge */
  color: #bfc5ca;
}


.img-grayscale {
  filter: grayscale(100%);
}

.active-link>.img-grayscale {
  filter: grayscale(0%);
  border: 2px solid #000000;
  box-sizing: content-box;
  padding: 3px
}

.active-link {
  font-weight: 700;
  font-size: 20px;
}

/************
 preloader 
***********/

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.8) url(../images/preload.svg) no-repeat center center;
}



.preload-spinner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.8) url(../images/grid.svg) no-repeat center center;
  border-radius: 5px;
}



.preload-error {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.8) ;
  border-radius: 5px;
}



.preload-error-card-causas {
  position: absolute;
  left: -5px;
  top: -59px;
  z-index: 3;
  width: 100%;
 
  overflow: visible;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: -60px;
}


.preload-error-completa {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  overflow: visible;
  background: rgba(0, 0, 0, 0.8) ;
  border-radius: 5px;
}



ul,
li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

/*************
 Typografia
 ************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
}

p {
  font-size: 0.875rem;
}

h1,
.h1 {
  font-size: 2.19rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.9375rem;
}

p {
  font-size: 0.875rem;
}


/*************NAVBAR*/

/*header*/

.nav-secondary {
  border-bottom: 1px solid var(--main-color);
}

.navbar-dash {}

.navbar-dash .btn-menu {
  font-size: 30px;
  background: transparent;
  padding: 0px 10px;
  line-height: normal;
  border: 0px;
}

.navbar-dash .btn-menu:hover,
.navbar-ashd .btn-menu:active,
.navbar-dash .btn-menu:focus {
  background-color: var(--main-color-dark) !important;
  box-shadow: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  /* Sub Menu */
}

nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

nav ul li a:hover {
  background: #1d4f71;
  color: #fff;
}

nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right;
}

nav ul ul {
  background: rgba(0, 0, 0, 0.2);
}

nav ul li ul li a {

  border-left: 4px solid transparent;
  padding: 10px 20px;
}

nav ul li ul li a:hover {

  border-left: 4px solid #3498db;
}

/*************sidebar************/
.sidebar-content {
  margin-top: 15px
}

/*--------------------sidebar-header----------------------*/

.sidebar-header {
  padding: 20px;
  overflow: hidden;
  color: #fff;
  background-color: var(--main-color-dark);
  border-bottom: 5px solid #2c87fe;
}



.sidebar-header .user-pic img {
  object-fit: cover;

}

.sidebar-header {
  position: relative;
  width: 100%;

}


/* Inverted rounded corners */
.ss-style-invertedrounded {
  margin-bottom: 10px;
  padding: 19px 20px 26px 33px;
  border-radius: 0 0 0 60px;
}

.ss-style-invertedrounded::before,
.ss-style-invertedrounded::after {
  left: 0;
  z-index: -1;
  height: 90px;
  background: #3498db;
}

.ss-style-invertedrounded::before {
  top: 100%;
  border-radius: 0 90px 0 0;
}

.ss-style-invertedrounded::after {
  bottom: 0;
  z-index: -1;

}

/*----------------------sidebar-menu-------------------------*/

.offcanvas-start {
  width: 420px;
}

.offcanvas-dash-menu {
  background-color: var(--main-color);
}

.offcanvas-dash-menu .offcanvas-body {
  padding: 0px;
  overflow: hidden;
}

.offcanvas-header .btn-close {
  color: #adc5e8;
}

.sidebar-menu {
  padding-bottom: 10px;

}

.offcanvas-header {
  background-color: var(--main-color-dark);

}

.btn-close-menu {
  background: transparent;
  border: 0px;
  box-shadow: none;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--main-color-light)
}

.sidebar-menu ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid var(--main-color-dark);
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:active,
.sidebar-menu ul li a:focus {
  color: var(--secondary-color-light)
}

.sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-menu ul li a i {
  background-color: var(--main-color-dark);
  color: var(--secondary-color);
  font-size: 18px;
}

.sidebar-menu ul li a:hover>i::before {
  display: inline-block;
  animation: flash ease-in-out 0.5s 1 alternate;
}

.sidebar-menu .sidebar-dropdown>a:after {
  font-family: 'Linearicons-Free';
  font-weight: 900;
  content: "\e876";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 27px;
  font-size: 13px;
}



.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\e68e";
  font-family: 'themify';
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 15px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a.active {
  background: var(--info-color-light);
  border-radius: 10px 0px 0 10px;
}

.sidebar-menu ul li a span.label,
.sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-menu .sidebar-dropdown.active>a:after {
  transform: rotate(90deg);
  right: 17px;
}


.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  background-color: var(--main-color);

}

.sidebar-footer>a {
  flex-grow: 1;
  text-align: center;

  line-height: 30px;
  position: relative;
  color: #fff;
  padding: 20px;
  display: block;
}

.sidebar-footer>a:hover {
  color: var(--main-color-light)
}


main {
  flex: 1;
  padding: 0 0 2rem 0;
  color: var(--main-color-light);
  display: flex;
  flex-direction: column;


}

main h1 {
  margin-bottom: 1rem;
}

main .copyright {
  margin-top: auto;
  font-size: 0.9rem;
}

main .copyright span {
  color: var(--main-color);
  font-weight: 500;
  cursor: pointer;
}




/**********text ellipsis
**********/

.text-ellipsis-150 {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-lines-3 {
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-listado {
  max-width: 100%;
}





/***********
***********/
.text-no-upp {
  text-transform: none !important;
}

.text-ind-1 {
  text-indent: 30px;
}

.line-height-normal {
  line-height: normal;
}

.pos-up-causas {
  top: 17px;
  bottom: 0px;
  right: -14px;
  left: 0px;

}

.pos-down-causas {
  top: 32px;
  bottom: 0px;
  right: -14px;
  left: 0px;

}

@media all and (max-width: 576px) {
  .pos-up-causas {
    top: 17px;
    bottom: 0px;
    right: -14px;
    left: 103px;

  }

  .pos-down-causas {
    top: 34px;
    bottom: 0px;
    right: -14px;
    left: 103px;

  }
}

/*************
 Color Textos 
 ************/

.text-secondary {
  color: #8f5fe8 !important;
}

.text-black {
  color: #000000 !important;
}

.text-rojo {
  color: #dd4a3e !important
}

.text-verde {
  color: #61dabf !important
}

.text-amarillo {
  color: #ffda37 !important
}

.text-naranja {
  color: #ff7707 !important
}

.text-azul {
  color: #2c69ff !important
}

.text-gris-oscuro {
  color: #39393b !important
}




.text-c-01 {
  color: var(--main-color) !important
}


.text-c-02 {
  color: var(--success-color) !important
}

.text-c-03 {
  color: var(--danger-color) !important
}

.text-c-04 {
  color: var(--info-color) !important
}

.text-c-05 {
  color: #515965 !important
}

.text-c-06 {
  color: #a4aebe !important
}

.text-c-07 {
  color: var(--secondary-color) !important
}

.text-c-08 {
  color: #18e522;
}

.text-c-09 {
  color: #0d947f;
}

.text-c-10 {
  color: var(--causas);
}

.text-c-11 {
  color: var(--pagos-juz);
}

.text-c-12 {
  color: var(--correo-juz);
}

.text-c-13 {
  color: var(--descargos);
}

.text-c-14 {
  color: var(--operaciones-juz);
}

.text-c-15 {
  color: var(--websigein);
}


.text-c-16 {
  color: #f1c40f;
}




/*fondos*/
.bg-primary {
  background-color: var(--main-color) !important;
}

.bg-primary-light {
  background-color: var(--main-color-light) !important;
}

.bg-viber {
  background: linear-gradient(45deg, #00B7F1, #5fa5ba);
}

.bg-disabled {
  background: #a4aebe !important
}

.text-viber {
  color: #00B7F1;
}

.gradient-light {


  background: rgb(61, 90, 241);
  background: linear-gradient(180deg, rgba(61, 90, 241, 0.3267507686668417) 6%, rgba(243, 246, 249, 1) 100%);
}



.text-black {
  color: #000;
}


.bg-c-blue {
  background: linear-gradient(45deg, #60839a, #73b4ff);
}



.bg-c-pink {
  background: linear-gradient(45deg, #FF5370, #ff869a);
}

.text-c-pink {
  color: #FF5370;
}

.bg-c-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.text-c-green {
  color: #2ed8b6;
}

.bg-c-yellow {
  background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.text-c-yellow {
  color: #FFB64D;
}

.bg-c-orenge {
  background: linear-gradient(45deg, #FE8A7D, #feb8b0);
}



/* ********************
Fondos
 **************/


.bg-transparent {
  background: transparent !important
}

.bg-danger {
  background: #dd4a3e
}

.bg-success {
  background: var(--success-color) !important
}

.bg-warning {
  background: #f4ba00
}

.bg-info {
  background: var(--secondary-color) !important
}


.bg-negro {
  background: #000000 !important
}



.bg-blanco {
  background: #ffffff !important
}

/*gradiente*/
.gradient-back {
  background: rgb(22, 92, 196);
  background: linear-gradient(0deg, var(--tertiary-color) 0%, var(--tertiary-color)50%, var(--secondary-color) 100%);
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 97px;
  z-index: -1;
  -webkit-box-shadow: -1px 7px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 7px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 7px 16px 0px rgba(0, 0, 0, 0.2);
}

.gradient-back-top {
  background: rgb(22, 92, 196);
  background: linear-gradient(0deg, var(--tertiary-color) 0%, var(--tertiary-color)50%, var(--secondary-color) 100%);
  position: absolute;
  height: 230px;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 97px;
  z-index: 0;
  -webkit-box-shadow: -1px 7px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 7px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 7px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Inverted rounded corners */
.gradient-back-top {
  margin-bottom: 10px;
  padding: 19px 20px 26px 33px;
  border-radius: 0 0 100px 100px;
}

.gradient-back-top::before,
.gradient-back-top::after {
  left: 0;
  z-index: -1;
  height: 90px;
  background: #3498db;
}

.gradient-back-top::before {
  top: 100%;
  border-radius: 0 90px 0 0;
}

.gradient-back-top::after {
  bottom: 0;
  z-index: -1;

}

.bg-gradiente-02 {
  background: var(--color-dark);
  background: linear-gradient(0deg, var(--main-color-dark) 0%, var(--main-color-dark)30%, var(--main-color) 80%);
}


.bg-gradiente-03 {
  background: rgb(22, 92, 196);
  background: linear-gradient(0deg, var(--secondary-color) 0%, rgba(52, 49, 166, 1) 18%, var(--tertiary-color) 42%);
}

.stripe-1 {
  color: white;
  background: repeating-linear-gradient(45deg,
      #606dbc,
      #606dbc 10px,
      #465298 10px,
      #465298 20px);
}

.bg-01 {
  background-color: var(--tertiary-color) !important;
}

.bg-01-01 {
  background-color: #936cc5 !important;
}

.bg-01-02 {
  background-color: #b28ee0 !important;
}

.text-bg-01 {
  color: var(--tertiary-color) !important;
}

.bg-02 {
  background-color: #F64E60 !important;
}

.bg-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5);
}




.text-bg-02 {
  color: #F64E60 !important;
}

.bg-03 {
  background-color: #1BC5BD !important;
}

.text-bg-03 {
  color: #1BC5BD !important;
}

.bg-04 {
  background-color: #3445E5 !important;
}


.bg-05 {
  background-color: var(--main-color-dark) !important;
}


.bg-06 {
  background-color: #303337 !important;
}

.bg-07 {
  background-color: #d4c5f3 !important;
}



.bg-08 {
  background-color: #e2e2e2 !important;
}

.bg-09 {
  background-color: var(--operaciones-juz) !important;
}

.bg-09-light {
  background-color: var(--operaciones-juz-light) !important;
}

.bg-10 {
  background-color: var(--causas) !important;
}

.bg-10-light {
  background-color: var(--causas-light) !important;
}

.bg-11 {
  background-color: var(--pagos-juz) !important;
}

.bg-11-light {
  background-color: var(--pagos-juz-light) !important;
}

.bg-12 {
  background-color: var(--descargos);
}

.bg-12-light {
  background-color: var(--descargos-light);
}

.bg-13-light {
  background-color: var(--websigein-light);
}


.bg-14-light {
  background-color: var(--correo-juz-light) !important;
}

/*************
 Textos 
 ************/

.text-bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-no-upp {
  text-transform: none !important
}

.bg-grey-text {
  background: #2A3038;
  padding: 0 4px;
}


/***********
*/

/*************
 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;
}

/*************
 Textos tamaños
 ************/
.text-9 {
  font-size: 9px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
  ;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-40 {
  font-size: 40px !important;
}

.text-45 {
  font-size: 45px !important;
}

.text-50 {
  font-size: 50px !important;
}

.text-60 {
  font-size: 60px !important;
}

.text-70 {
  font-size: 70px !important;
}

.text-100 {
  font-size: 100px !important;
}


@media all and (max-width: 480px) {
  .text-listado {
    font-size: 17px !important;
  }

  .text-listado-porcentaje {
    font-size: 16px !important;
  }

}

/***************
imagenes avatar
****************/
.img-circle {
  border-radius: 50%;
}

.user-avatar {
  width: 45px;
  height: 45px;
  object-fit: cover;

}

.user-avatar-mi-perfil img {
  width: 180px;
  height: 180px;
  object-fit: cover;

}

/************************
empty states
**********************/

/*empty state*/




.empty {

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height {
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height-400 {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height-350 {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-height-100 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-img {
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: repeating-linear-gradient(45deg,
      #303337,
      #303337 10px,
      rgba(255, 255, 255, 0.04) 10px,
      rgba(255, 255, 255, 0.04)20px);
}


.empty-img-video {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: repeating-linear-gradient(45deg,
      #303337,
      #303337 10px,
      rgba(255, 255, 255, 0.04) 10px,
      rgba(255, 255, 255, 0.04)20px);
}



.overlay-image-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  border-radius: 3px;
}

.capture-video-content:hover .overlay-image-video {
  display: block;
  background: rgba(0, 0, 0, .5);
}

.button-image-video {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
  margin: auto;
  position: absolute;
  top: 0px;
}

.button-image-video a {
  max-width: 80%;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}



.capture-video-content:hover .button-image-video {
  opacity: 1;
}

/***********
bordes
*******************/
.bo-0 {
  border: 0px !important;
}

.bot-0 {
  border-top: 0px;
}

.bot-6 {
  border-top: 6px solid var(--main-color) !important;
}

.bob-0 {
  border-bottom: 0px;
}

.bob-1 {
  border-bottom: 1px solid rgba(87, 88, 92, 0.75);
}

.bob-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.bot-1 {
  border-top: 1px solid rgba(48, 52, 60, 0.75);
}

.bot-2 {
  border-top: 1px solid rgba(190, 195, 206, 0.75);
}

.bo-1 {
  border: 1px solid rgba(74, 79, 90, 0.75) !important;
}



.bo-3 {
  border: 1px solid rgba(179, 187, 202, 0.75) !important;
}

.bol-1 {
  border-right: 1px solid rgba(74, 79, 90, 0.75);
}

.bob-2 {
  border-bottom: 1px solid rgba(123, 130, 144, 0.75);
}

.bob-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
}

.bol-2 {
  border-left: 2px solid var(--info-color-light) !important;
}

.border-radius-0 {
  border-radius: 0px;
}

.border-radius-50 {
  border-radius: 50%;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-widget {
  border-radius: 5px 0px 0px 5px;
}

.bo-4 {
  border: 1px solid var(--success-color) !important;
}


@media all and (max-width: 480px) {
  .border-radius-widget {
    border-radius: 5px 5px 0px 0px;
  }
}

/***********
titulo paginas
***********/

.title-page::after {
  content: ' ';
  height: 2px;
  margin-top: 5px;
  max-width: 2em;

  background-color: #1057ca;
  display: block;
}





/*************
 Botones 
 ************/

.btn {
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
}





.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-icon {
  width: 42px;
  height: 42px;
  padding: 0;
  line-height: 42px;
}

.btn.btn-icon-sm {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.btn.btn-icon-xs {
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
}

.btn-outline {
  border-radius: 1px;
}

.btn-outline:focus,
.btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.btn-outline-white-opacity {
  color: #ffffff;
  border-color: #ffffff;
  border-width: 2px;
  background-color: rgba(252, 252, 252, 0.5);
}

.btn-outline-white-opacity:hover {
  color: #fff;
  background-color: rgba(252, 252, 252, 0.5);
  border-color: #ffffff;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  color: #fff;
  background-color: rgba(252, 252, 252, 0.5);
  border-color: #ffffff;
}

.btn-outline-info {
  color: var(--info-color);
  border-color: var(--info-color);
  border-width: 2px;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: var(--info-color-light);
  border-color: var(--info-color-light);
}

.btn-outline-dark {
  color: #141619;
  border-color: #141619;
}

.btn-outline-dark:hover {
  color: #141619;
  background-color: rgba(34, 34, 34, 0.5);
  border-color: #141619;
}

.btn-outline-primary {
  border-width: 2px;
  border-color: var(--main-color);

  color: var(--main-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--main-color);
  color: #fff;
  box-shadow: 0 0 0 .25rem rgba(50, 79, 242, 0.5) !important
}

.btn-info {
  color: rgb(255, 255, 255);
  background-color: var(--info-color);
  border-color: var(--info-color)
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: rgb(255, 255, 255);
  background-color: var(--info-color-light);
  border-color: var(--info-color-light);
  box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
  color: rgb(189, 126, 235);
  background-color: #d1a8ec;
  border-color: #d1a8ec;
}

.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--secondary-color-dark) !important;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.btn-success {
  background-color: var(--success-color);
  border-color: var(--success-color);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.btn-success:hover {
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
}

.btn-success:active {
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
}

.btn-success.disabled {
  background-color: var(--success-color-light);
  border-color: var(--success-color-light);
}

/*************
 margenes y paddings
 ************/

.mr-5 {
  margin-right: 5px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}


.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.p-10 {
  padding: 10px;
}

.margin-bo-0{
  margin-bottom: 0px;
}

/*************
 Imagenes 
 ************/

.img-lg {
  width: 92px;
  height: 92px;
}

.img-md {
  width: 60px;
  height: 60px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.img-xs {
  width: 35px;
  height: 35px;
}

.img-ss {
  width: 26px;
  height: 26px;
}

/* ********************
Gradientes
 **************/
.gradient01 {
  background: rgb(14, 17, 36);
  background: linear-gradient(90deg, rgba(14, 17, 36, 1) 0%, rgba(45, 54, 102, 1) 100%);
}






/*error page*/

.btn-error-page {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
  border: 2px solid #00daef;
  color: #fff;
  text-transform: uppercase;
}














/******circles*********/

.circle-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.circle-sm {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.circle-md {
  width: 60px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.circle-lg {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.circle-xlg {
  width: 180px;
  height: 180px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.circle-token{
  width: 55px;
  height: 55px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;

}


@media all and (min-width: 480px) {
  .circle-token{
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  
  }
  #input1,#input2,#input3,#input4{
    padding-left:0!important;
    padding-right:0!important;
    height:70px!important;
  }
}
@media all and (min-width: 1367px) {
  .circle-token{
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  
  }
  #input1,#input2,#input3,#input4{
    padding-left:0!important;
    padding-right:0!important;
    height:75px!important;
  }
}




.icon-sm {
  font-size: 10px;

}

.bg-icon-sm {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  text-align: center;
  line-height: 12px;

}





/******************************
contenido de las paginas
******************************/
/****************
header bottom title
****************/
.header-bottom {
  height: 70px;
  background-color: #181824;
  padding: 0 2rem;


  z-index: 1;

}

.page-header {
  margin: 0 0 1.5rem 0;
}

.page-title {
  color: var(--main-color-light);
  font-size: 1.125rem;
  margin-bottom: 0;

}

.page-subtitle {
  color: #555454;
  font-size: 14px;
  margin-bottom: 0;
}


/***************
progress bar
******************/

.progress-bar.grey {
  background-color: #cccccc !important;
}

.progress-bar.blue {
  background-color: var(--info-color) !important;
}

.progress-bar.green {
  background-color: #41d1a8 !important;
}

.progress-bar.red {
  background-color: #dd4a3e !important;
}

.progress-bar.danger {
  background-color: #dd4a3e !important;
}


.progress-bar.greenBrigt {
  background-color: #3eff3f !important;
}


.progress-bar.orange {
  background-color: #f1bc0e !important;
}

.progress.progress-edic {
  width: 100%;
  height: 4px;
  border-radius: 30px;
  overflow: hidden;
  background: #d7dbe4;
  margin-top: 5px;
}

.progress.progress-edic.progress-small {
  height: 2px;
}

.progress-bar.progress-bar-edic {
  height: 4px;
  border-radius: 30px;
}

.progress-bar.progress-bar-edic.progress-bar-small {
  height: 2px;
}

.progress-details .title {
  margin-bottom: 0;
}

.progress-details .title span {
  font-size: 16px;
  color: #252525;
  display: block;
}

.progress-details .title strong {
  font-size: 14px;
  color: #434343;
  margin-bottom: 5px;
}

.progress-details .number {
  color: #474747;
  font-size: 2.2rem;
}

/*------------------------------------------------------------------
[ skeleton ]*/
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}


.box-shadow-0 {
  box-shadow: none !important;
}

/***************
listados
****************/
.listado-container .item-list.disabled i.ti-close {
  background-color: #a4aebe !important
}



.item-list.disabled {
  color: #9fa2a5;
  cursor: default
}

.item-list.disabled>input {
  color: #6c757d;
  cursor: default
}

.item-list {
  padding: 10px 0;
}

a.item-list {
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  color: #fff
}

a.item-list:hover {

  color: #fff;
  background-color: var(--main-color-dark);
}

.item-list {
  padding: 10px;
}

.listado-container {
  position: relative;
}



/*********************
Paginador
**************************/

.pagination .page-item.active .page-link {
  z-index: 3;
  color: var(--info-color);
  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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-link:active,
.pagination .page-link:focus {
  color: var(--info-color);
  outline: none !important;
  box-shadow: none;

}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0px;
}

/**********
 alturas
 **********/
.list-h150 {
  height: 150px;
}

/********
  card
  **********/


.stats-with-chart .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
}


.card {
  position: relative;
  /* border-radius: .25rem; */
  box-shadow: 0px 0px 5px 3px rgba(82, 63, 105, 0.10);
  border: 0px;
  padding: 20px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff
}

.card>.card-header {

  padding: 0px 20px 20px 20px;
  background: var(--main-color);
}

.card-header .card-title {

  color: #fff;
  font-size: 13px;
  margin: 0px
}

.card-header .card-title h3 {

  color: var(--main-color-dark);
  font-size: 16px;
  margin: 0px
}

.card-header .card-title h2 {

  color: var(--main-color-dark);
  font-size: 18px;
  margin: 0px
}

.card-footer {
  background: var(--main-color);
}


/*********
box-shadow
************/
.box-sha-0 {
  box-shadow: none !important;
}


/******************
error page
*************/


.page_error {
  background-image: url(../images/bg-errorpage.jpg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;

}

.footer-error-page {
  position: absolute;
  bottom: 0px;
}

.validation-message {
  color: #dd4a3e;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}


/*************
alertas
***********/


.alert-danger {

  color: #fff;
  background-color: var(--danger-color);
  border-color: var(--danger-color);
}

.alert-success {

  color: #000;
  background-color: var(--success-color);
  border-color: var(--success-color);
}




/********************
sweet alert dark
*********************/



.swal-button {
  border-radius: 1px;
}

.swal-button:focus,
.swal-button.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.swal-title {

  font-size: 20px;
}

.swal-text {
  font-size: 13px;

}





.swal-button--cancel {
  color: #989898;
  border: 1px solid #a8a8a8;
  background: transparent;
  min-width: 130px;
}

.swal-button--cancel:hover,
.swal-button--cancel:active,
.swal-button--cancel:focus {
  color: rgb(113, 113, 113);
  background-color: rgba(165, 165, 165, 0.5);
  border-color: #ffffff;
  box-shadow: none;
}

.swal-button--confirm {
  color: #fff;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  min-width: 130px;
}

.swal-button--confirm:hover,
.swal-button--confirm:active,
.swal-button--confirm:focus {
  color: #fff;
  border: 1px solid var(--main-color-light);
  background: var(--main-color-light);
  box-shadow: none;
}

.swal-footer {
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}


/*toastr*/


.toast-success {
  background-color: #3eb69e;
  border: 0px;
}

.toast-error {
  background-color: var(--danger-color);
  border: 0px;
}

#toast-container>.toast-info {
  background-color: #6d379c;
}

.toast-warning {
  background-color: #F89406;
}

.toast-dark {
  background-color: #0f0e0e;
  color: #fff;
}


/*swall toast*/

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: rgba(241, 177, 177, 0.8)!important;
  
}

.progress-button {
  display: inline-block;

  overflow: hidden;
  position: relative;

}



.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}


div:where(.swal2-icon).swal2-error {
  border-color: white!important;
  color: white!important;
}

div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] {
   background-color: white!important;
}


.swal2-popup.swal2-toast .swal2-title {
  margin: 0px 1em;
 
}

.swal2-popup.swal2-toast .swal2-html-container{
  font-size: 12px!important;
}
/* Ocultamos los texto originales del botón. Una vez cargado se muestran en el evento :after */

.progress-button.in-progress,
.progress-button.finished {
  color: transparent !important;
}

.progress-button.in-progress:after,
.progress-button.finished:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  padding-top: inherit;
  color: #fff !important;
  left: 0;
}

/* Mientras está la clase .in-progress se muestra el contenido del atributo contents */

.progress-button.in-progress:after {
  content: attr(data-loading);
}

/* La misma clase que .finished */

.progress-button.finished:after {
  content: attr(data-finished);
}

/* La barra de color crece en función del progreso */

.progress-button .tz-bar {
  background-color: #7305e1;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: 1;

  border-radius: 0 0 2px 2px;

  -webkit-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

/* La barra de progreso puede ser horizontal o vertical */

.progress-button .tz-bar.background-horizontal {
  height: 100%;
  border-radius: 2px;
}

.progress-button .tz-bar.background-vertical {
  height: 0;
  top: 0;
  width: 100%;
  border-radius: 2px;
}

/**listado proyectos*/
.lotes-counter {
  position: absolute;
  right: 36px;
  top: 23px;
  width: 150px;
  height: 20px;
}

.item-listado {
  padding: 10px 15px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  position: relative
}

.listado-hover {
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.listado-hover:hover>.block2-overlay {
  opacity: 1;
}


.item-listado::before {
  content: "\e874";
  font-family: 'Linearicons-Free';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  cursor: pointer;
}

.item-listado.collapsed::before {
  content: "\e873";
}




.block2-overlay {
  position: absolute;
  width: 10%;
  height: 100%;

  right: 25px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.block2-btn-actions {
  position: absolute;
  right: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  bottom: 6px;
}

.collapse:hover>.block2-overlay .block2-btn-actions,
.collapse:hover>.listado-hover>.block2-btn-actions {
  opacity: 1;
}







/*detalle*/


.symbol-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.symbol-group .symbol:first-child {
  margin-left: 0;
}

.symbol-group .symbol:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

.symbol-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: ce
}

.symbol.symbol-30>img {
  width: 100%;
  max-width: 30px;
  height: 30px;
}

.symbol.symbol-circle>img {
  border-radius: 50%;
}


.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol .symbol-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.42rem;
}

.symbol .symbol-badge {
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: 0;
  right: 0;
}

.symbol.symbol-2by3>img {
  height: 50px;
  width: 75px;
  max-width: auto;
}

.symbol.symbol-50>img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.symbol.symbol-50 .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol.symbol-50 .symbol-badge {
  width: 12px;
  height: 12px;
  top: -6px;
  right: -6px;
}

/********svg icons*/
.svg-icon.svg-icon-main svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--main-color) !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--tertiary-color) !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-danger svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #dc3545 !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #c0811d !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-info svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--secondary-color-dark) !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;
}



/************formularios***********/

.sin-caret.dropdown-toggle:after {
  content: none
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000 !important;
  text-decoration: none;
  background-color: #adc5e8
}

.form-label {
  font-size: 14px;
  color: #666;
}

.checkbox-lg .form-check-input {
  width: 1.55rem;
  height: 1.55rem;
  box-shadow: none;
}

.checkbox-lg.form-check-input {
  width: 1.55rem;
  height: 1.55rem;
  box-shadow: none;
}

.checkbox-lg .form-check-label {
  margin-left: 10px;
  margin-top: 5px;
  box-shadow: none;
}

select.form-control {
  -webkit-appearance: menulist;
}

.form-check-input.check-info:checked {
  background-color: var(--info-color-light) !important;
  border-color: var(--info-color-light) !important;
}

.form-check-input.check-success:checked {
  background-color: var(--success-color) !important;
  border-color: var(--success-color) !important;
}


.input-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

/**********
badges labels
***************/

.label-danger {
  background: #FF5370
}

.label-success {
  background: var(--success-color)
}

.label-grey {
  background: #ccc
}

.label {
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 2px 7px;
  margin-right: 5px;
  font-weight: 600;
  text-transform: uppercase;
}


.label-default {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.label-inverse-default {
  border: 1px solid;
  border-color: #e0e0e0;
  color: #e0e0e0 !important;
}

.label-inverse-primary {
  border: 1px solid;
  border-color: var(--main-color);
  color: var(--main-color) !important;
}

.label-inverse-success {
  border: 1px solid;
  border-color: var(--success-color);
  color: var(--success-color) !important;
}




.label-inverse-warning {
  border: 1px solid;
  border-color: #f1c40f;
  color: #f1c40f !important;
}

.label-inverse-danger {
  border: 1px solid;
  border-color: #FF5370;
  color: #FF5370 !important;
}



.label-inverse-red {
  border: 1px solid;
  border-color: #FF5370;
  color: #FF5370 !important;
}




.label-inverse-info {
  border: 1px solid;
  border-color: var(--info-color);
  color: var(--info-color) !important;
}

.label-inverse-info-border {
  border: 1px solid;
  border-color: #222;
  color: #222 !important;
}



/*datepicker*/
.datepicker {
  padding: 20px
}

.datepicker td,
.datepicker th {
  padding: 10px
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;

}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  align-items: center;
  font-weight: 500;
}

.datepicker table tr td.active {
  background: var(--info-color) !important;
}




/************modales***************/

.bg-title-modal {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.bg-title-modal.danger {
  background-color: #F64E60;
}




/*perfect scrollbar*/

.ps-scrollbar-y-rail {
  right: 0px !important
}


/*scrollbar menu*/
.scrollMenu {
  height: 55vh;
  overflow: hidden;
  position: relative;

}

.scrollMenu .ps-scrollbar-y-rail {
  background-color: var(--main-color-light);
  height: 100vh;
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #606685 !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.scrollMenu .ps-scrollbar-y {
  background-color: var(--main-color-dark);
  width: 5px;
}

.scrollMenu .ps-scrollbar-y-rail {
  width: 5px;
}



/*blob pulse*/


.blob {
  content: '\f337';
  font-family: 'Material-Design-Iconic-Font';
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse-black 2s infinite;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}


.blob.red {
  color: var(--danger-color);
  box-shadow: 0 0 0 0 rgb(217, 68, 51);
  animation: pulse-red 2s infinite;
}

.blob.green {
  color: rgba(51, 217, 178, 1);
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
  border-radius: 50%;

}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}


@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(254, 40, 40, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}



/*chart dashboard*/

.contChartDashOperacionesJuz {
  width: 260px;
}

@media all and (max-width: 480px) {
  .contChartDashOperacionesJuz {
    width: 75vw;
  }


}




.contChartCausas {
  width: 420px;
}

.contChartOperaciones {
  width: 460px;
  height: 600px;
}



@media all and (max-width:1368px) {
  .contChartCausas {
    width: 360px;
  }

  .contChartOperaciones {
    width: 400px;
    height: 600px;
  }
}



@media all and (max-width: 480px) {
  .contChartCausas {
    width: 75vw;
  }

  .contChartOperaciones {
    width: 75vw;
    height: 350px;
  }
}










/********svg icons*/
.svg-icon.svg-icon-main svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--main-color) !important;
}

.svg-icon.svg-icon-primary svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--info-color) !important;
}

.svg-icon.svg-icon-primary svg:hover {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}



.svg-icon.svg-icon-causas svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--causas) !important;
}

.svg-icon.svg-icon-operaciones svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--operaciones-juz) !important;
}


.svg-icon.svg-icon-pagos svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--pagos-juz) !important;
}

.svg-icon.svg-icon-correo svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--correo-juz) !important;
}



.svg-icon.svg-icon-danger svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #dc3545 !important;
}

.svg-icon.svg-icon-grey svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #bbc0c3 !important;
}

.svg-icon.svg-icon-white svg {
  -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;
}


.dropdown-toggle::after {
  display: none;
}








/*------------------------------------------------------------------
[ skeleton ]*/
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: #2d3236;
  }

  100% {
    background-color: #3b3d44;
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}


/*********
login
***********/

.showPass {
  position: absolute;
  top: 30%;
  right: 20px;
  cursor: pointer;
  font-size: 25px;
}

.showPass-invalid {
  position: absolute;
  top: 26%;
  right: 20px;
  cursor: pointer;
  font-size: 25px;
}

.img.js-background-size {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}




.form-control.loginDash {
  background: transparent;

  height: 70px;
  color: white !important;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .form-control.loginDash {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control.loginDash::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8) !important;
}

.form-control.loginDash::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8) !important;
}

.form-control.loginDash:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8) !important;
}

.form-control.loginDash:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8) !important;
}

.form-control.loginDash:hover,
.form-control.loginDash:focus {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.4);
}

.form-control.loginDash:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}


.form-control.loginDash.is-invalid::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(227, 40, 40, 0.8) !important;
}

.form-control.loginDash.is-invalid::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(227, 40, 40, 0.8) !important;
}

.form-control.loginDash.is-invalid:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(227, 40, 40, 0.8) !important;
}

.form-control.loginDash.is-invalid:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8) !important;
}

.btn-login {
  cursor: pointer;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  text-transform: uppercase;
}