/* estilos ANI 2*/

@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("icons.css");


div#app {
  width: 100%;
}





/* Estilos para el modo claro */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: rgb(220, 38, 38);
  --bs-red-light: rgba(255, 234, 234, 0.911);
   --bs-red-light-border: rgba(241, 182, 182, 0.966);
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green-dark: #14462e;
  --bs-green: #198754;
  --bs-green-light: rgb(209, 250, 229);
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #78829D;
  --bs-gray-dark: #252F4A;
  --bs-gray-100: #F9F9F9;
  --bs-gray-200: #F1F1F4;
  --bs-gray-300: #DBDFE9;
  --bs-gray-400: #C4CADA;
  --bs-gray-500: #99A1B7;
  --bs-gray-600: #78829D;
  --bs-gray-700: #4B5675;
  --bs-gray-800: #252F4A;
  --bs-gray-900: #071437;
  --bs-light: #F9F9F9;


  --bs-primary: rgb(79, 70, 229); 
  --bs-primary-light: #dce7f5;
   --bs-primary-dark: rgb(54, 49, 143); 
  --bs-secondary: #F1F1F4;
  --bs-success: #198754;
   --bs-success-dark: #14462e;
  --bs-info:   rgb(67, 56, 202); 
 --bs-info-dark:   rgb(67, 56, 202); 
  --bs-info-light:   rgb(238, 242, 255); 
  
  --bs-warning: #F6C000;
  --bs-warning-light: rgb(254, 243, 199);
  --bs-warning-dark: rgb(217, 119, 6);
  --bs-danger: #F8285A;
  --bs-danger-dark: #7e102a;
  --bs-danger-light: #ffe3e9;
  --bs-dark: #1E2129;

 --bs-opacity:
   --bs-primary-text-emphasis: #0b3566;
  --bs-secondary-text-emphasis: #606062;
  --bs-success-text-emphasis: #094f21;
  --bs-info-text-emphasis: #2e175e;
  --bs-warning-text-emphasis: #624d00;
  --bs-danger-text-emphasis: #631024;
  --bs-light-text-emphasis: #4B5675;
  --bs-dark-text-emphasis: #4B5675;
  --bs-primary-bg-subtle: #d1e6ff;
  --bs-secondary-bg-subtle: #fcfcfd;
  --bs-success-bg-subtle: #d1f4dd;
  --bs-info-bg-subtle: #e3d7fb;
  --bs-warning-bg-subtle: #fdf2cc;
  --bs-danger-bg-subtle: #fed4de;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #C4CADA;
  --bs-primary-border-subtle: #a4ceff;
  --bs-secondary-border-subtle: #f9f9fb;
  --bs-success-border-subtle: #a2e8ba;
  --bs-info-border-subtle: #c7b0f7;
  --bs-warning-border-subtle: #fbe699;
  --bs-danger-border-subtle: #fca9bd;
  --bs-light-border-subtle: #F1F1F4;
  --bs-dark-border-subtle: #99A1B7;
 
  --bs-body-bg-rgb: 255,
    255,
    255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0,
    0,
    0;
  --bs-secondary-color: rgba(7,
      20,
      55,
      0.75);
  --bs-secondary-color-rgb: 7,
    20,
    55;
  --bs-secondary-bg: #F1F1F4;
  --bs-secondary-bg-rgb: 241,
    241,
    244;
  --bs-tertiary-color: rgba(7,
      20,
      55,
      0.5);
  --bs-tertiary-color-rgb: 7,
    20,
    55;
  --bs-tertiary-bg: #F9F9F9;
  --bs-tertiary-bg-rgb: 249,
    249,
    249;
  --bs-heading-color: #071437;
  --bs-link-color: #1B84FF;
  --bs-link-color-rgb: 27,
    132,
    255;
  --bs-link-decoration: none;
  --bs-link-hover-color: #056EE9;
  --bs-link-hover-color-rgb: 5,
    110,
    233;
  --bs-link-hover-decoration: none;
  --bs-code-color: #b93993;
  --bs-highlight-color: #071437;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F1F1F4;
  --bs-border-color-translucent: rgba(0,
      0,
      0,
      0.175);
  --bs-border-radius: 0.475rem;
  --bs-border-radius-sm: 0.425rem;
  --bs-border-radius-lg: 0.625rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0,
      0,
      0,
      0.075);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0,
      0,
      0,
      0.05);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0,
      0,
      0,
      0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0,
      0,
      0,
      0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(27,
      132,
      255,
      0.25);
  --bs-form-valid-color: #17C653;
  --bs-form-valid-border-color: #17C653;
  --bs-form-invalid-color: #F8285A;
  --bs-form-invalid-border-color: #F8285A ;
  --bs-page-bg: #ffffff;
  --bs-app-blank-bg: #ffffff;
  --bs-header-bg-color: #ffffff;
  --bs-header-border-bottom: 0;
  --bs-header-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);

  --bs-menu-900: #1B1C22;
  --bs-header-menu-900: #ffffff;
  --bs-text-brand-menu: #000;
  --bs-menu-heading-color: #2a2b2e;

  --bs-menu-dropdown-box-shadow: 1px 1px 15px 1px rgba(5, 5, 5, 0.10);
  --bs-menu-dropdown-bg-color: var(--bs-body-bg);

  --card-title-color: var(--bs-gray-900);
  --card-border-width: 1px;
  --card-border-color: #F1F1F4;
  --card-border-radius: 0.525rem;
  --card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
  --card-bg: var(--bs-body-bg);
  --card-title-color: var(--bs-gray-900);
  --card-cap-bg: transparent;
  --btn-close-color: var(--bs-gray-300);
   --bs-page-bg:rgb(250, 250, 250);
 --bs-text-white: #ffffff;
    --bs-text-gray-1000: #000000;
  --bs-text-gray-900: #1B1C22;
  --bs-text-gray-800: #26272F;
  --bs-text-gray-700: #363843;
  --bs-text-gray-600: #464852;
  --bs-text-gray-500: #636674;
  --bs-text-gray-400: #808290;
  --bs-text-gray-300: #9A9CAE;
  --bs-text-gray-200: #B5B7C8;
  --bs-text-gray-100: #F5F5F5;
  --bs-border-color: #e0e0e6;
  --bs-border-dashed-color: #D4D9E4;


}






body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  background:var(--bs-page-bg)!important;
  color: var(--bs-text-gray-900) !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
 font-family: "Inter", sans-serif;
  font-size: 13px !important;
}

a {
  text-decoration: none;
  color: var(--bs-link-color);
  background-color: transparent;
  outline: none !important;
  text-decoration: var(--bs-link-decoration);
}

a:hover {
  text-decoration: var(--bs-link-decoration);
  color: var(--bs-link-hover-color);
  background-color: transparent;
}


::-moz-selection {
  /* Code for Firefox */
  color: var(--bs-text-dark);
  background: var(--bs-primary);
}

::selection {
  color: var(--bs-text-white);
  background: var(--bs-primary);
}


.form-control::placeholder {
  font-size: 14px;
  /* Firefox, Chrome, Opera */
  color: var(--bs-gray-600);
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  /* Internet Explorer 10-11 */
  color: var(--bs-gray-600);
}

.form-control::-ms-input-placeholder {
  font-size: 14px;
  /* Microsoft Edge */
  color: var(--bs-gray-600);
}




/*************
 Color Textos 
 ************/
.text-muted {
  color: var(--bs-text-muted) !important
}

.text-hover-muted {
  transition: color .2s ease
}

.text-hover-muted i {
  transition: color .2s ease
}

.text-hover-muted:hover {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important
}

.text-hover-muted:hover i {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important
}

.text-hover-muted:hover .svg-icon {
  color: var(--bs-text-muted) !important
}

.text-active-muted {
  transition: color .2s ease
}

.text-active-muted i {
  transition: color .2s ease
}

.text-active-muted.active {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important
}

.text-active-muted.active i {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important
}

.text-active-muted.active .svg-icon {
  color: var(--bs-text-muted) !important
}

.text-gray-100 {
  color: var(--bs-text-gray-100) !important
}

.text-hover-gray-100 {
  transition: color .2s ease
}

.text-hover-gray-100 i {
  transition: color .2s ease
}

.text-hover-gray-100:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-hover-gray-100:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-hover-gray-100:hover .svg-icon {
  color: var(--bs-text-gray-100) !important
}

.text-active-gray-100 {
  transition: color .2s ease
}

.text-active-gray-100 i {
  transition: color .2s ease
}

.text-active-gray-100.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-active-gray-100.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-active-gray-100.active .svg-icon {
  color: var(--bs-text-gray-100) !important
}

.text-gray-200 {
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-200 {
  transition: color .2s ease
}

.text-hover-gray-200 i {
  transition: color .2s ease
}

.text-hover-gray-200:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-200:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-200:hover .svg-icon {
  color: var(--bs-text-gray-200) !important
}

.text-active-gray-200 {
  transition: color .2s ease
}

.text-active-gray-200 i {
  transition: color .2s ease
}

.text-active-gray-200.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-active-gray-200.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-active-gray-200.active .svg-icon {
  color: var(--bs-text-gray-200) !important
}

.text-gray-300 {
  color: var(--bs-text-gray-300) !important
}

.text-hover-gray-300 {
  transition: color .2s ease
}

.text-hover-gray-300 i {
  transition: color .2s ease
}

.text-hover-gray-300:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-hover-gray-300:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-hover-gray-300:hover .svg-icon {
  color: var(--bs-text-gray-300) !important
}

.text-active-gray-300 {
  transition: color .2s ease
}

.text-active-gray-300 i {
  transition: color .2s ease
}

.text-active-gray-300.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-active-gray-300.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-active-gray-300.active .svg-icon {
  color: var(--bs-text-gray-300) !important
}

.text-gray-400 {
  color: var(--bs-text-gray-400) !important
}

.text-hover-gray-400 {
  transition: color .2s ease
}

.text-hover-gray-400 i {
  transition: color .2s ease
}

.text-hover-gray-400:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-hover-gray-400:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-hover-gray-400:hover .svg-icon {
  color: var(--bs-text-gray-400) !important
}

.text-active-gray-400 {
  transition: color .2s ease
}

.text-active-gray-400 i {
  transition: color .2s ease
}

.text-active-gray-400.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-active-gray-400.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-active-gray-400.active .svg-icon {
  color: var(--bs-text-gray-400) !important
}

.text-gray-500 {
  color: var(--bs-text-gray-500) !important
}

.text-hover-gray-500 {
  transition: color .2s ease
}

.text-hover-gray-500 i {
  transition: color .2s ease
}

.text-hover-gray-500:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-hover-gray-500:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-hover-gray-500:hover .svg-icon {
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-500 {
  transition: color .2s ease
}

.text-active-gray-500 i {
  transition: color .2s ease
}

.text-active-gray-500.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-500.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-500.active .svg-icon {
  color: var(--bs-text-gray-500) !important
}

.text-gray-600 {
  color: var(--bs-text-gray-600) !important
}

.text-hover-gray-600 {
  transition: color .2s ease
}

.text-hover-gray-600 i {
  transition: color .2s ease
}

.text-hover-gray-600:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-hover-gray-600:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-hover-gray-600:hover .svg-icon {
  color: var(--bs-text-gray-600) !important
}

.text-active-gray-600 {
  transition: color .2s ease
}

.text-active-gray-600 i {
  transition: color .2s ease
}

.text-active-gray-600.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-active-gray-600.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-active-gray-600.active .svg-icon {
  color: var(--bs-text-gray-600) !important
}

.text-gray-700 {
  color: var(--bs-text-gray-700) !important
}

.text-hover-gray-700 {
  transition: color .2s ease
}

.text-hover-gray-700 i {
  transition: color .2s ease
}

.text-hover-gray-700:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-hover-gray-700:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-hover-gray-700:hover .svg-icon {
  color: var(--bs-text-gray-700) !important
}

.text-active-gray-700 {
  transition: color .2s ease
}

.text-active-gray-700 i {
  transition: color .2s ease
}

.text-active-gray-700.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-active-gray-700.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-active-gray-700.active .svg-icon {
  color: var(--bs-text-gray-700) !important
}

.text-gray-800 {
  color: var(--bs-text-gray-800) !important
}

.text-hover-gray-800 {
  transition: color .2s ease
}

.text-hover-gray-800 i {
  transition: color .2s ease
}

.text-hover-gray-800:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-800:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-800:hover .svg-icon {
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-800 {
  transition: color .2s ease
}

.text-active-gray-800 i {
  transition: color .2s ease
}

.text-active-gray-800.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-800.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-800.active .svg-icon {
  color: var(--bs-text-gray-800) !important
}

.text-gray-900 {
  color: var(--bs-text-gray-900) !important
}

.text-hover-gray-900 {
  transition: color .2s ease
}

.text-hover-gray-900 i {
  transition: color .2s ease
}

.text-hover-gray-900:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-hover-gray-900:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-hover-gray-900:hover .svg-icon {
  color: var(--bs-text-gray-900) !important
}

.text-active-gray-900 {
  transition: color .2s ease
}

.text-active-gray-900 i {
  transition: color .2s ease
}

.text-active-gray-900.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-active-gray-900.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-active-gray-900.active .svg-icon {
  color: var(--bs-text-gray-900) !important
}




.text-bs-cyan {
  color: var(--bs-cyan);
}

/*fondos*/

.bg-light {
  background-color: var(--bs-dark-light);
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-gray-200 {
  background-color: var(--bs-gray-200) !important;
}

.bg-primary-light {
  background-color: var(--bs-primary-light) !important
}




.bg-primary {
  background: var(--bs-primary) !important
}

.bg-primary-no-light {
  background: #4361e9 !important
}


.bg-primary-dark {
  background: var(--bs-primary-dark) !important
}


.bg-warning-dark {
  background: var(--bs-warning-text-emphasis) !important
}

.bg-warning-light {
  background: var(--bs-warning-bg-subtle) !important
}
.bg-red-light {
  background: var(--bs-red-light) !important
}



.bg-green {
  background: var(--bs-green) !important
}

.bg-green-light {
  background: var(--bs-green-light) !important
}
.text-purple {
  color: rgb(148, 52, 236) !important
}

.bg-purple-light {
  background:#F3E8FF!important
}

.hidden {
    display: none !important;
}


/*****
textos
********/

.text-primary-light {
  color: var(--bs-primary-light) !important
}




.text-primary {
  color: var(--bs-primary) !important
}
.text-inverse-primary {
  color: var(--bs-primary-inverse) !important
}


.text-orange {
  color:#f3760f !important
}

.text-warning {
  color: var(--bs-warning-text-emphasis) !important
}

.text-warning-light {
  color: var(--bs-warning-bg-subtle) !important
}

.text-warning-dark {
  color: var(--bs-warning-dark) !important
}


.text-green {
  color: var(--bs-green) !important
}

.text-green-light {
  color: var(--bs-green-light) !important
}



.text-inverse-primary {
  color: var(--bs-primary-inverse) !important
}


.text-hover-primary {
  transition: color .2s ease
}

.text-hover-primary i {
  transition: color .2s ease
}

.text-hover-primary:hover {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important
}

.text-hover-primary:hover i {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important
}



/***********
*/

/*************
 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-8 {
  font-size: 8px !important;
}

.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;
}


/*********
bordes
************/
.border-dashed {
  border-style: dashed !important;
  border-color: var(--bs-border-dashed-color);
}

.border-gray-300 {
  border-color: var(--bs-gray-300) !important;
}


/* anchos y altos*/
.w-90px {
  width: 90px !important;
}

.w-90porc {
  width: 90% !important;
}

.min-w-125px {
  min-width: 125px !important;
}

.min-w-75px {
  min-width: 75px !important;
}



@media (min-width: 320px) {
  .w-md-325px {
    min-width: 275px !important;
  }
}

@media (min-width: 720px) {
  .w-md-325px {
    min-width: 325px !important;
  }

}



.rounded {
  border-radius: .475rem !important;
}

/***************
imagenes avatar
****************/

.wrapper-image-profile {
  width: 150px;
  height: 150px;

  object-fit: cover;
  border-radius: 3px;
  position: relative;

}


.wrapper-image-profile img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #a2abb9
}



.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  border-radius: 3px;
}

.wrapper-image-profile:hover .overlay-image {
  display: block;
  background: rgba(0, 0, 0, .5);
}
#contenedorImagen {
    overflow: auto;
    user-select: none;
}

#contenedorImagen img {
    pointer-events: none;
    user-select: none;
}

/*botonProgreso success*/
.btn-progreso{
    position: relative;
    overflow: hidden;
    min-width: 220px;
    height: 48px;
    border:0px
}

.barra-progreso{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: rgb(26, 112, 37);
    transition: width .2s linear;
    height: 100%;
}




/*botonProgreso success*/
.btn-progresoDanger{
    position: relative;
    overflow: hidden;
    min-width: 220px;
    height: 48px;
    border:0px
}

.barra-progresoDanger{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: rgb(224, 12, 40);
    transition: width .2s linear;
    height: 100%;
}


.contenido-btn{
    position: relative;
    z-index: 2;
}



/*boton input type file*/
.button-image-profile {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
}

.button-image-profile a {}


.wrapper-image-profile:hover .button-image-profile {
  opacity: 1;
}


.wrapper-image-profile .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.wrapper-image-profile .inputfile+label {
  max-width: 65%;
  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;
  font-size: 1rem;

}



.wrapper-image-profile .inputfile:focus+label,
.wrapper-image-profile .inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}


/*md*/

.wrapper-image-profile-md {
  width: 100px;
  height: 100px;

  object-fit: cover;
  border-radius: 3px;
  position: relative;

}


.wrapper-image-profile-md img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #a2abb9
}



.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  border-radius: 3px;
}

.wrapper-image-profile-md:hover .overlay-image {
  display: block;
  background: rgba(0, 0, 0, .5);
}



/*listads/


/*boton input type file*/
.button-image-profile {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
}


.wrapper-image-profile-md:hover .button-image-profile {
  opacity: 1;
}


.wrapper-image-profile-md .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.wrapper-image-profile-md .inputfile+label {
  max-width: 65%;
  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;
  font-size: 0.8rem;

}



.wrapper-image-profile-md .inputfile:focus+label,
.wrapper-image-profilee-md .inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.text-ind-1 {
  text-indent: 30px;
}



/**************
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: 0px;
  background-color: var(--bs-gray-200);
  border-radius: 6px;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted var(--bs-border-color);
  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: .25rem;
  height: 40px;
  margin: 0px;
}


.is-invalid .inputfile-green+label {
  border: 1px solid #FF5370;
  background-color: #f1e5e6;
  padding: 0;
  border-radius: .25rem;
  height: 40px;
  margin: 0px;
}

.inputfile-green:focus+label,
.inputfile-green.has-focus+label,
.inputfile-green+label:hover {
  border: 0px;

}

.inputfile-green+label span,
.inputfile-green+label p {
  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: 15px;
  color: var(--bs-text-gray-1000);
  font-weight: 400;
}

.inputfile-green+label p {
  height: 100%;
  color: var(--bs-text-gray-100);
  background-color: var(--bs-primary);
  display: inline-block;
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 500;
  font-size: 15px;
}

.inputfile-green:focus+label p,
.inputfile-green.has-focus+label p,
.inputfile-green+label:hover p {
  background-color: var(--bs-primary-dark);
  color: var(--bs-text-gray-200);
  outline: none;
}

.inputfile-green:focus+label,
.inputfile-green.has-focus+label,
.inputfile-green+label:hover {
  background-color: var(--bs-gray-300);
  outline: none;

}

@media screen and (max-width: 50em) {
  .inputfile-green+label p {
    display: block;
  }
}




.img-circle {
  border-radius: 50%;
}


.img-circle-xs {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  object-fit: cover;
  position: relative;
}


.user-avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  position: relative;
  border-radius: .475rem;

}

.user-avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}


.user-avatar-xl {
  width: 90px;
  height: 90px;
  object-fit: cover;
  position: relative;
  border-radius: .475rem;

}

.user-avatar-xl img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.user-avatar-xs {
  width: 20px;
  height: 20px;
  object-fit: cover;
  position: relative;
  border-radius: .475rem;

}

.user-avatar-xs img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.user-avatar-sm-round {
  width: 35px;
  height: 35px;
  object-fit: cover;
  position: relative;
  border-radius: 50%;

}

.user-avatar-sm {
  width: 35px;
  height: 35px;
  object-fit: cover;
  position: relative;
  border-radius: .475rem;

}

.user-avatar-sm img {
  width: 35px;
  height: 35px;
  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;
}



/*************
HEADER
 ************/

.navANI {
  background-color: var(--bs-header-bg-color);
  border-bottom: var(--bs-header-border-bottom);
  box-shadow: var(--bs-header-box-shadow);
  height: 75px;
}



.tituloDesktopHeader {
  width: 1395px;
}



@media only screen and (min-width: 980px) and (max-width:1600px) {
  .tituloDesktopHeader {
    width: 900px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
  .tituloDesktopHeader {
    width: 1395px;
  }
}
/**************
SHADOW
************/
.shadow-sm {
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3),
}
/**************
dropdownmenu
************/
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  box-shadow: var(--bs-menu-dropdown-box-shadow);
}


.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-primary);
  background: transparent;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {


  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem;
}



.dropdown-menu-footer {
  border-top: var(--bs-border-color);

  padding: 15px;

}

/*************
MENU
 ************/

/*notificacion campana*/

.bullet-notification {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bs-danger-active);
  position: absolute;
  right: 5px;
  top: 8px;
}

.btn-menu i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-menu i:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-aside {
  background-color: var(--bs-menu-900);
}

.flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}

.text-brand-menu {
  color: var(--bs-text-brand-menu);
}


.bullet {
  display: inline-block;
  background-color: var(--bs-bullet-bg-color);
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0
}

.bullet-dot {
  width: 4px;
  height: 4px;
  border-radius: 100% !important
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 300px;
}

/*----------------------sidebar-menu-------------------------*/


.offcanvas-body {
  padding: 0px;
  overflow: hidden;
}

.offcanvas-header {
  background-color: var(--bs-header-menu-900);
}
.offcanvas {
  background-color: var(--bs-header-menu-900);
}
.offcanvas-header .btn-close {
  color: var(--bs-text-gray-100);
}

.sidebar-menu {
  padding-bottom: 10px;


}


.nav-section-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(165, 165, 165, 0.815);
  padding: 18px 20px 6px;
  font-family: var(--font);
  font-weight: 700;
}

.sidebar-header {
  padding: 20px
}

/*boton cerrar menu*/
.btn-close-menu {
  background: transparent;
  border: 0px;
  box-shadow: none;
  font-size: 20px;
  color: rgba(3, 3, 3, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-close-menu:hover {
  text-decoration: none;
  outline: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-content {
  padding: 10px 20px
}

.menu-heading {
  color: var(--bs-menu-heading-color);
}

.sidebar-menu ul li a {
  display: flex;
  align-items: center;

  text-decoration: none;
  position: relative;
  padding: 20px;
  color: #1f1f1f;
  font-size: 13px;

  border-radius: .475rem;
  padding-top: .75rem;
  padding-bottom: .75rem;

}


.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:active,
.sidebar-menu ul li a:focus {
  color: var(--bs-gray-700)!important
}

.sidebar-menu ul li a .menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: .5rem;
  background-color: var(--bs-primary);

  display: inline-block;

  width: 4px;
  height: 4px;
  border-radius: 100% !important
}






.sidebar-menu ul li a i {
  margin-right: 10px;

  color: var(--main-color);
  font-size: 16px;
  text-align: center;

}

.sidebar-menu ul li a.active {
  transition: color .2s ease;
  border:1px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: var(--bs-primary-light);
  margin-left: 20px;
  margin-right: 20px;
  position: relative;


}




.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: 15px;
  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 ul {

  padding-left: 0px;
}

.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(--bs-primary);

}

.sidebar-footer>a {
  flex-grow: 1;
  text-align: center;

  line-height: 30px;
  position: relative;
  color: #fff;
  padding: 20px;
  display: block;
}






/*************
Modales
 ************/
.modal-confirm-dialog {
    max-width: 500px;
}

.confirm-header-success {
    position: relative;
    text-align: center;
    padding: 28px 24px 34px;
}

.confirm-header-success::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 28px;
    height: 28px;
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 4px;
}


/*animaciones*/
.animate-bounce {
  animation: bounce 1s infinite;
}


.animate-spin {
  animation: spin 1s linear infinite;

}


.confirm-icon-success-green {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgba(25, 141, 87, 0.65);
    background: rgba(15, 216, 149, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #29bd61;
}




.confirm-icon-success {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

.confirm-icon-info {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
  
    background: #e3ecf7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #1D4ED8;
}



.confirm-header-danger {
    position: relative;
    text-align: center;
    padding: 28px 24px 34px;
}

.confirm-header-danger::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 28px;
    height: 28px;
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 4px;
}

.confirm-icon-danger {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}



.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 1.5rem 2.0rem;
  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-bottom: 1px solid var(--card-border-color);
}

.modal-footer {
  border-top: 1px solid var(--card-border-color) !important;
  justify-content: center;
}

.modal-content {
  border: 0px
}

.btn-close {
  --bs-btn-close-color: var(--btn-close-color);
}



/************
 preloader 
***********/

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(24, 26, 30, 0.8) url(../img/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(24, 26, 30, 0.8) url(../img/preloadSpinner.svg) no-repeat center center;
  border-radius: 5px;
}

/*************
 Botones 
 ************/

.btn-check:active+.btn.btn-active-light-primary,
.btn-check:checked+.btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show>.btn.btn-active-light-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary-light);
  background-color: var(--bs-primary-light) !important
}

.btn-check:active+.btn.btn-active-light-primary .svg-icon,
.btn-check:active+.btn.btn-active-light-primary i,
.btn-check:checked+.btn.btn-active-light-primary .svg-icon,
.btn-check:checked+.btn.btn-active-light-primary i,
.btn.btn-active-light-primary.active .svg-icon,
.btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.show .svg-icon,
.btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-light-primary .svg-icon,
.show>.btn.btn-active-light-primary i {
  color: var(--bs-primary)
}

.btn-check:active+.btn.btn-active-light-primary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-primary.dropdown-toggle:after,
.btn.btn-active-light-primary.active.dropdown-toggle:after,
.btn.btn-active-light-primary.show.dropdown-toggle:after,
.btn.btn-active-light-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-primary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-primary.dropdown-toggle:after {
  color: var(--bs-primary)
}


.btn-check:active+.btn.btn-active-light-danger,
.btn-check:checked+.btn.btn-active-light-danger,
.btn.btn-active-light-danger.active,
.btn.btn-active-light-danger.show,
.btn.btn-active-light-danger:active:not(.btn-active),
.btn.btn-active-light-danger:focus:not(.btn-active),
.btn.btn-active-light-danger:hover:not(.btn-active),
.show>.btn.btn-active-light-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger-light);
  background-color: var(--bs-danger-light) !important
}

.btn-check:active+.btn.btn-active-light-danger .svg-icon,
.btn-check:active+.btn.btn-active-light-danger i,
.btn-check:checked+.btn.btn-active-light-danger .svg-icon,
.btn-check:checked+.btn.btn-active-light-danger i,
.btn.btn-active-light-danger.active .svg-icon,
.btn.btn-active-light-danger.active i,
.btn.btn-active-light-danger.show .svg-icon,
.btn.btn-active-light-danger.show i,
.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon,
.btn.btn-active-light-danger:active:not(.btn-active) i,
.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon,
.btn.btn-active-light-danger:focus:not(.btn-active) i,
.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon,
.btn.btn-active-light-danger:hover:not(.btn-active) i,
.show>.btn.btn-active-light-danger .svg-icon,
.show>.btn.btn-active-light-danger i {
  color: var(--bs-danger)
}

.btn-check:active+.btn.btn-active-light-danger.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-danger.dropdown-toggle:after,
.btn.btn-active-light-danger.active.dropdown-toggle:after,
.btn.btn-active-light-danger.show.dropdown-toggle:after,
.btn.btn-active-light-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-danger:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-danger.dropdown-toggle:after {
  color: var(--bs-danger)
}




.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-icon {
  width: 36px;
  height: 37px;
  padding: 0;
  line-height: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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-icon-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

/*btn PRIMARY*/



.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  background-color: var(--bs-gray-600);
  border-color: var(--bs-gray-600);
  color: var(--bs-text-gray-500);

  box-shadow: none !important;
}


.btn-outline-danger{
  background-color: var(--bs-red-light)!important;
  color: var(--bs-red);
  border: 1px solid var(--bs-red-light-border) ;
}

.btn-outline-danger:hover{
 color: var(--bs-red-light)!important;
  background-color: var(--bs-red)!important;
 border: 1px solid var(--bs-red-light-border) ;
}



.btn-outline-light{
  background-color: var(--bs-gray-200)!important;
  color: var(--bs-gray-800);
  border: 1px solid var(--bs-gray-400) ;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active
{
  background-color: var(--bs-gray-400)!important;
  color: var(--bs-gray-900);
  border: 1px solid var(--bs-gray-600) ;
}


.btn-outline-light.disabled{
  background-color: var(--bs-gray-300)!important;
  color: var(--bs-gray-600)!important ;
  border: 1px solid var(--bs-gray-400)!important ;
}
.btn-outline-light:disabled{
  background-color: var(--bs-gray-300)!important;
  color: var(--bs-gray-600)!important ;
  border: 1px solid var(--bs-gray-400)!important ;
}




.btn-outline-warning-dark{
  background-color:transparent;
  color: var(--bs-warning-dark);
  border: 1px solid var(--bs-warning-dark) ;
}

.btn-outline-warning-dark:hover{
 color: var(--bs-warning-light)!important;
  background-color: var(--bs-warning-dark)!important;
 border: 1px solid var(--bs-warning-dark) ;
 
}

.btn-outline-warning-dark:hover svg{

  fill: #fdfdfc;
}
.btn-outline-warning-dark svg{
   fill: #d97706;
   margin-right: 5px;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--bs-primary-dark) !important;
  color: var(--bs-text-white);
  box-shadow: none !important;
  border-color: var(--bs-primary-dark) !important;
  ;
}

.btn-primary.disabled {
  background-color: var(--bs-primary-disabled);
  border-color: var(--bs-primary-disabled);
  color: var(--bs-text-white);

}


.btn-outline-primary {
  border-color: var(--bs-primary);
  background-color: transparent;
  color: var(--bs-primary);
  box-shadow: none !important;

}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: var(--bs-primary-dark);
  background-color: transparent;
  color: var(--bs-primary-dark);
  box-shadow: none !important;

}



.btn-primary-light {
  background-color: var(--bs-primary-light);
  border-color: var(--bs-primary-light);
  color: var(--bs-primary);

}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active {
  background-color: var(--bs-primary);
  color: var(--bs-text-white);
  border: 1px solid var(--bs-primary);
  box-shadow: none !important;
}

.btn-success {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
  color: var(--bs-text-white);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: none !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: var(--bs-success-dark);
  border-color: var(--bs-success-dark);
  color: var(--bs-green-light);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: none !important;
}

.btn-success.disabled {

  color: var(--bs-text-white);
}

.btn-warning {
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
  color: var(--bs-text-white);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: none !important;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background-color: var(--bs-warning-light);
  border-color: var(--bs-warning-bg-subtle);
  color: var(--bs-warning-dark);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: none !important;
}



.btn-warning-light {
  background-color: var(--bs-warning-light);
  border-color: var(--bs-warning-light);
  color: var(--bs-warning);

}

.btn-warning-light:hover,
.btn-warning-light:focus,
.btn-warning-light:active {
  background-color: var(--bs-warning);
  color: var(--bs-text-white);
  border: 1px solid var(--bs-warning);
  box-shadow: none !important;
}

.btn-danger {
  background-color: var(--bs-danger-light);
  border-color: var(--bs-red-light-border);
  color: var(--bs-red);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: none !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: var(--bs-danger-dark);
  border-color: var(--bs-danger-dark);
  color: var(--bs-text-white);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: none !important;
}

.btn-danger.disabled {

  color: var(--bs-text-white);
}



.btn-danger-light {
  background-color: var(--bs-danger-light);
  border-color: var(--bs-danger-light);
  color: var(--bs-danger);

}

.btn-danger-light:hover,
.btn-danger-light:focus,
.btn-danger-light:active {
  background-color: var(--bs-danger);
  color: var(--bs-text-white);
  border: 1px solid var(--bs-danger);
  box-shadow: none !important;
}

.btn-danger-dark {
  background-color: var(--bs-danger-dark);
  border-color: var(--bs-danger-dark);
  color: var(--bs-danger-light);

}

.btn-danger-dark:hover,
.btn-danger-dark:focus,
.btn-danger-dark:active {
  background-color: var(--bs-danger-dark);
  color: var(--bs-text-white);
  border: 1px solid var(--bs-danger-dark);
  box-shadow: none !important;
}
.btn-danger-dark.disabled, .btn-danger-dark:disabled {

  color: var(--bs-text-white)!important;
}
/*************
 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;
}



.pointer {
  cursor: ponter
}

/* ********************
Gradientes
 **************/












/******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;
}




/**********
badges labels
***************/

.badge-gray{
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-800);
  font-weight: 600;
}

.label-danger {
  background: #FF5370
}

.label-success {
  background: var(--bs-green)
}

.label-grey {
  background: var(--bs-gray-400)
}

.label {
 border-radius: 9999px;
  font-size: 0.75rem;
 padding: 0.3rem 0.8rem ;

  font-weight: 600;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;


}





.label-inverse-purple {
  background-color:#F3E8FF!important;
  color:rgb(148, 52, 236)!important;

}

.label-inverse-warning {
  background-color: var(--bs-warning-light);
  color: var(--bs-warning-dark)!important;
  border: 1px solid var(--bs-warning / var(--tw-border-opacity, 0.8));
}


.label-inverse-success {
  color: var(--bs-green-dark) !important;
  background-color: var(--bs-green-light);
  border: 1px solid #bfe7cf;
}

.label-inverse-danger {
  color: var(--bs-danger-dark) !important;
  background-color: var(--bs-danger-light);
  border: 1px solid #e7d3d3;
}


.label-inverse-info {
  background-color: var(--bs-info-light);
  color: var(--bs-info-dark) !important;
  border: 1px solid rgb(222, 229, 253);
}


.label-inverse-gray {
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-800) !important;
  border: 1px solid var(--bs-gray-300);
}




/************formularios***********/

.select-minimal {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding-right: 30px; /* espacio para flecha */
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

/* sacamos focus azul feo */
.select-minimal:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.select-minimal {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  background: transparent;
  padding-right: 20px;

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}


.pdf-check-lg {
    transform: scale(1.6);
    cursor: pointer;
}

.lupaSearch {
  top: 10px;
  font-size: 20px;
  right: 15px;
  color: var(--bs-gray-500);
}

.cambiarModo {
  display: none
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000 !important;
  text-decoration: none;
  background-color: #adc5e8
}

.form-label {
  font-size: 13px;
  color: var(--bs-gray-700);
}

.checkbox-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  box-shadow: none;
}

.checkbox-md.form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  box-shadow: none;
}

.checkbox-md .form-check-label {
  margin-left: 10px;
  margin-top: 5px;
  box-shadow: none;
}

.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;
}


select option[selected] {
  margin: 40px;
  background: var(--bs-primary-active);
  color: #fff;

}

.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(--bs-success) !important;
  border-color: var(--bs-success) !important;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.input-icon {
  position: absolute;
  top: 10px;
  left: 15px;
}


.form-switch .form-check-input {
  width: 3rem;
  height: 25px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}

.form-control.form-control-solid {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-text-gray-1000);
  transition: color .2s ease;

}

.form-control.form-control-solid::placeholder {
  color: var(--bs-gray-500)
}

.form-control.form-control-solid::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1
}

.dropdown.show>.form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
  color: var(--bs-gray-700);
  transition: color .2s ease;
  box-shadow: none;
}

.form-control-solid-bg {
  background-color: var(--bs-gray-100)
}

.form-control-plaintext {
  color: var(--bs-gray-700)
}

.placeholder-gray-500::placeholder {
  color: var(--bs-gray-500)
}

.placeholder-gray-500::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1
}

.placeholder-white::placeholder {
  color: #fff
}

.placeholder-white::-moz-placeholder {
  color: #fff;
  opacity: 1
}


/**********
progress-bar
***********/

.progress-bar-primary{
  background-color: var(--bs-primary);
}

/**********
timeline
***********/

.timeline {
  position: relative;
  margin-left: 40px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

/* CÍRCULO */
.timeline-date {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #64748b;
  border: 2px solid #e5e7eb;
  position: relative;
  z-index: 1;
}

/* CONTENIDO */
.timeline-content {
  margin-left: 20px;
}

.timeline-content h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

/* LISTA */
.timeline-list {
  list-style: none;
  padding-left: 0;
}

.timeline-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

/* DOTS */
.timeline-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot-green::before { background: #22c55e; }
.dot-blue::before { background: #3b82f6; }
.dot-orange::before { background: #f97316; }



/**********
datepicker
***********/

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  background-color: var(--bs-body-bg);
}

.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;
  color: var(--bs-gray-500)
}

.datepicker table tr td.active {
  background: var(--bs-primary) !important;
  color: var(--bs-body-bg);
}

.bootstrap-datetimepicker-widget .picker-switch:hover {
  color: var(--bs-gray-500)
}





/*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(--bs-primary-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;
}



.hover01:hover{
  filter: blur(0.5px);
 
}

.hover01:hover img{
border: 1px dashed rgb(255, 136, 0);
 box-sizing: border-box;
}



/*********
login
***********/

.showPass {
  position: absolute;
  top: 35%;
  right: 20px;
  cursor: pointer;

}

.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;
}




/*********
login
***********/
.body-login {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  min-height: 100vh;
  display: flex;
  background: linear-gradient(135deg, #186cda 0%, #073a7e 50%, #1a1a2e 100%);
  position: relative;
  overflow: hidden;
}

/* Patrón de fondo decorativo */
.body-login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(25, 53, 146, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(12, 89, 189, 0.4) 0%, transparent 50%);
  pointer-events: none;
}

.login-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

/* Panel izquierdo - Branding */
.brand-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.brand-content {
  text-align: center;
  color: white;
    position: relative;
  z-index: 1;
}

.brand-logo {
  width: 80px;
  height: 80px;

  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;

}

.brand-logo.capiata {
  background: linear-gradient(135deg, #eaf3f1 0%, #ffffff 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.brand-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.brand-subtitle {
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.brand-description {
  max-width: 400px;
  line-height: 1.6;
  opacity: 0.8;
  font-size: 15px;
}

.sigein-bg {
  position: absolute;
 right: -420px;
  top: 50%;
transform: translateY(-50%) rotate(-90deg);
  
  font-size: 300px;
  font-weight: 800;
  letter-spacing: 10px;

  color: rgba(255, 255, 255, 0.08); /* TRANSPARENTE */
  
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.otp-input {
 
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  background: #f9fafb;
  transition: all 0.2s ease;
}

.otp-input:focus {
  border-color: #186cda;
  box-shadow: 0 0 0 3px rgba(24, 108, 218, 0.15);
  background: #fff;
}
/* Panel derecho - Formulario */
.form-panel {
  width: 550px;
  min-height: 100vh;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  position: relative;
  z-index: 1;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.2);
}

.form-header {
  margin-bottom: 40px;
}

.form-header h1 {
  font-size: 28px;
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-header p {
  color: #6b7280;
  font-size: 15px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.input-wrapper {
  position: relative;
}

.input-wrapper svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #9ca3af;
  transition: fill 0.3s ease;
}

.form-group input {
  width: 100%;
  
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.form-group input:focus {
  outline: none;
  border-color: var(--bs-primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(0, 201, 167, 0.1);
}

.form-group input:focus+svg,
.form-group input:focus~.input-wrapper svg {
  fill: var(--bs-primary);
}

.input-wrapper:focus-within svg {
  fill: var(--bs-primary);
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.remember-me input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--bs-primary);
  cursor: pointer;
}

.remember-me span {
  font-size: 14px;
  color: #6b7280;
}

.forgot-password {
  font-size: 14px;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}

.btn-login {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #0050c9 0%, #2c86ee 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 94, 201, 0.205);
}

.btn-login:active {
  transform: translateY(0);
}

.btn-login.loading {
  pointer-events: none;
}

.btn-login .spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.btn-login.loading .btn-text {
  display: none;
}

.btn-login.loading .spinner {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.divider {
  display: flex;
  align-items: center;
  margin: 32px 0;
  color: #9ca3af;
  font-size: 13px;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.divider span {
  padding: 0 16px;
}

.help-text {
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

.help-text a {
  color: #1e3a5f;
  font-weight: 600;
  text-decoration: none;
}

.help-text a:hover {
  text-decoration: underline;
}

/*******
card
**********/

.card {
  box-shadow:0 1px 2px 0 rgba(34, 34, 34, 0.09);
  border: 1px solid var(--card-border-color);
  color: var(--bs-body-color);
  background-color: var(--card-bg);
  border-radius: var(--card-border-radius);

}


a.card:hover {
  box-shadow:0 1px 2px 0 rgba(34, 34, 34, 0.09);
  border: 1px solid var(--card-border-color);
  color: var(--bs-body-color);
  background-color: var(--card-bg-hover);
  border-radius: var(--card-border-radius);

}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 70px;

  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-bottom: 1px solid var(--card-border-color);
}

.card .card-header h2 {
  font-size: 20px;
  margin-bottom: 0px;
}


.card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 70px;

  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-top: 1px solid var(--card-border-color);
}

@media (min-width: 320px) {
  .card .card-body {
    padding: 1.0rem;
  }

  .card .card-header {

    padding: 1.5rem 1.0rem;

  }
}

@media (min-width: 720px) {
  .card .card-body {
    padding: 2.0rem;
  }

  .card .card-header {

    padding: 1.5rem 2.0rem;

  }

}

.card.card-flush>.card-header {
  border-bottom: 0 !important;
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}



/*********
ellipsis
*********/
.ellipsis-150 {
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.filtro-dropdown .dropdown-toggle::after {
    display: none;
}

.filtro-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #d7dbe3;
    border-radius: 10px;
 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
}

.filtro-btn:hover,
.filtro-btn:focus,
.filtro-btn:active,
.filtro-btn.show {
    background: #eceef2;
    border-color: #c9ced8;
    box-shadow: none;
}

.filtro-btn i {
    font-size: 1.2rem;
    color: #5b6472;
    line-height: 1;
}

.filtro-menu {
    width: 320px;
    border: 1px solid #dfe3ea;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(19, 31, 55, 0.12);
    overflow: hidden;
    margin-top: 10px;
}

.filtro-header {
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2a37;
    background: #fff;
    border-bottom: 1px solid #eef1f5;
}

.filtro-body {
    padding: 16px 18px 10px 18px;
    background: #fff;
}

.filtro-label {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 6px;
}

.filtro-select {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #d7dbe3;
    font-size: 14px;
    color: #1f2937;
    box-shadow: none;
}

.filtro-select:focus {
    border-color: #7c8aa5;
    box-shadow: 0 0 0 0.18rem rgba(124, 138, 165, 0.15);
}

.filtro-footer {
    padding: 14px 18px;
    border-top: 1px solid #eef1f5;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-limpiar {
    text-decoration: none;
    font-size: 14px;
    color: #6b7280;
    padding: 0;
}

.btn-limpiar:hover {
    color: #374151;
}

.btn-aplicar {
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}

/*******
listados
************/



.list-item {
  border: 1px solid  var(--card-border-color);
  padding:0.5rem 1rem ;
  border-radius: 0.8rem;
  background-color: var(--bs-white);
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.05);
}



.list-item:hover {
 background-color: #f7f7f7;
}






a.list-item {
  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-border-color);
  padding: 0.8rem;
  color: var(--bs-text-gray-1000);
  display: block;
    box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.05);
}

a.list-item:hover {
  background-color: var(--bs-gray-100);
}

.img-attach-list {
  height: 80px;
  width: 125px;
  object-fit: cover;
}


.img-attach-list img {
  object-fit: cover;

}

.header-listado {
  color: var(--bs-text-gray-400);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid var(--card-border-color);
  padding: 10px 0
}





/*********************
Paginador
**************************/

.pagination .page-item.active .page-link {
  z-index: 3;
  color: var(--bs-blue);
  background-color: transparent;
  border: 0px;
font-weight: bold!important;
}

.pagination .page-link {
  position: relative;
  display: block;
  color: var(--bs-gray-900);
  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(--bs-gray-700);
  outline: none !important;
  box-shadow: none;
  

}

.page-item.disabled .page-link {
  color: var(--bs-gray-500);
  pointer-events: none;
  background-color: transparent;
  border: 0px;
}


/*********************
Paginador
**************************/
.pagination .page-link-arrow {
  border: none;
  color: #6c757d;
  background: transparent;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination .page-link-arrow:hover {
  background-color: rgba(0, 0, 0, 0.08); /* efecto círculo suave */
  color: #000;
  border-radius: 50%;
    width: 36px;
  height: 36px;
    display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item.disabled .page-link-arrow {
  opacity: 0.4;
  pointer-events: none;
}

/************
SKELETON
***********/



 .skeleton-list{
    width:100%;

    display:flex;
    flex-direction:column;
    gap:14px;
  }

  .skeleton-item{
    background:#fff;
    border-radius:14px;
    padding:14px;
    display:flex;
    align-items:center;
    gap:14px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
  }

  .skeleton{
    position:relative;
    overflow:hidden;
    background:#e5e5e5;
  }

  .skeleton::after{
    content:"";
    position:absolute;
    inset:0;
    transform:translateX(-100%);
    background:linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.7),
      transparent
    );
    animation:shine 1.2s infinite;
  }

  @keyframes shine{
    100%{
      transform:translateX(100%);
    }
  }

  .avatar-skeleton{
    width:55px;
    height:55px;
    border-radius:50%;
    flex-shrink:0;
  }

  .content-skeleton{
    flex:1;
  }

  .line{
    height:12px;
    border-radius:8px;
    margin-bottom:10px;
  }

  .line:last-child{
    margin-bottom:0;
  }

  .w-80{ width:80%; }
  .w-60{ width:60%; }
  .w-40{ width:40%; }



  

.skeleton-img,
.skeleton-avatar,
.list-loading-footer,
.list-loading-text,
.list-loading-header {
  -webkit-animation: skeleton 2.5s ease-in-out forwards infinite;
  animation: skeleton 2.5s ease-in-out forwards infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes skeleton {
  0% {
    opacity: 0.2;
    transform: translateY(6px) scale(0.98);
  }

  85%,
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

@keyframes skeleton {
  0% {
    opacity: 0.2;
    transform: translateY(6px) scale(0.98);
  }

  85%,
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}


.list-loading {
  /*background-color: var(--bs-gray-200);*/

  margin: 0 auto;
  width: 100%;
  border: 0px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.list-loading-content {
  margin-left: calc(48px + 10px);
}

.list-loading-header {
  transform-origin: bottom;
}

.list-loading-text {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.list-loading-footer {
  display: flex;
  margin-top: 1rem;
  transform-origin: bottom;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.skeleton {
  /*background-color: var(--bs-gray-200);*/
  margin-bottom: 15px
}

.skeleton-avatar {
  width: 40px;
  height: 40px;
  background-color: var(--bs-gray-400);
  border-radius: 100%;
  float: left;
}

.skeleton-line {
  height: 0.5rem;
  background-color: var(--bs-gray-400);
  border-radius: 3px;
  margin-bottom: 0.3rem;
}

.skeleton-line.heading {
  height: 0.8rem;
  margin-bottom: 0.5rem;
}


.skeleton-button.rounded {
  border-radius: 100%;
}


/************
sweet alert
***********/

.swal-button.swal-button--confirm {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}


.swal-button.swal-button--confirm:hover,
.swal-button.swal-button--confirm:active,
.swal-button.swal-button--confirm:focus {
  background-color: var(--bs-primary-dark);
  border-color: var(--bs-primary-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}



.swal-footer {
  align-items: center;
  justify-content: center;
  display: flex;
}

.sweet-alert button.confirm:focus {
  -webkit-box-shadow: none;
  border-color: var(--bs-primary-dark);
  box-shadow: none;
  color: #fff;
  background-color: var(--bs-primary-dark);
}

.swal-button.swal-button--cancel {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.swal-button.swal-button--cancel:hover {
  background-color: var(--bs-dark-bg-subtle);
  border-color: var(--bs-dark-bg-subtle);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}


.swal-modal {
  background-color: var(--bs-body-bg);
}

.swal-text {
  color: var(--bs-text-gray-700);
  font-size: 14px;
}

.swal-title {
  color: var(--bs-text-gray-900);
  font-size: 18px;
  font-weight: 500;
}

.swal-icon--success::after,
.swal-icon--success::before {
  background-color: var(--bs-body-bg);
}

.swal-icon--success__hide-corners {

  background-color: var(--bs-body-bg);
}



/*********
fancybox
***********/

.accordion-item{
  overflow: hidden;
}


.accordion-button:not(.collapsed) {
 
  background-color:var(--bs-white);

}



/***********
LOGIN
************/
.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1
}



.rounded-4 {
  border-radius: 1rem !important;
}


.rounded-lg {
  border-radius: 0.5rem;
}



/********svg icons*/
.svg-icon.svg-icon-gray svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--bs-gray-600) !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: var(--bs-success) !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--bs-warning) !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;
}


/******
alertas
*********/
.alert-custom {
  padding: 16px;
  border: 1px solid;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Icono */
.alert-custom .icono {
  font-size: 20px;
  line-height: 1;
}

/* Título */
.alert-custom .titulo {
  font-weight: 600;
  margin-bottom: 4px;
}

/* Mensaje */
.alert-custom .mensaje {
  font-size: 14px;
  opacity: 0.9;
}

/* Botón cerrar */
.alert-custom .btn-close {
  opacity: 0.5;
}

.alert-custom .btn-close:hover {
  opacity: 1;
}

.alert-success {
  border-color: #b7e1cd;
  background-color: #edf7f1;
  color: #1e6b3a;
}

.alert-success .mensaje {
  color: #1e6b3a;
}

.alert-warning {
  border-color: #ffe08a;
  background-color: #fff8e1;
  color: var(--bs-warning-dark)
}

.alert-warning .mensaje {
  color: #8a6d00;
}

.alert-danger {
  border-color: #e0b4b4;
  background-color: #fdf2f2;
  color: #7a1f1f;
}

.alert-danger .mensaje {
  color: #7a1f1f;
}

.alert-info {
  border-color: #b6d4fe;
  background-color: #eef5ff;
  color: #1a4f9c;
}

.alert-info .mensaje {
  color: #1a4f9c;
}

.alert-custom {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*****
toast
**********/

.toast-custom {
  max-width: 420px;
  padding: 16px;
  border: 1px solid #e0b4b4;
  border-radius: 12px;
  background-color: #fdf2f2;
  color: #7a1f1f;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Icono */
.toast-custom .icono {
  font-size: 20px;
  line-height: 1;
}

/* Título */
.toast-custom .titulo {
  font-weight: 600;
  margin-bottom: 4px;
}

/* Texto */
.toast-custom .mensaje {
  font-size: 14px;
  color: #7a1f1f;
  opacity: 0.9;
}

/* Botón estilo outline rojo suave */
.toast-custom .btn-outline-danger {
  border-color: #d93025;
  color: #d93025;
  border-radius: 20px;
}

.toast-custom .btn-outline-danger:hover {
  background-color: #d93025;
  color: #fff;
}

/* Botón cerrar */
.toast-custom .btn-close {
  opacity: 0.5;
}

.toast-custom .btn-close:hover {
  opacity: 1;
}


.toast-success {
  border-color: #b7e1cd;
  background-color: #edf7f1;
  color: #1e6b3a;
}

.toast-success .mensaje {
  color: #1e6b3a;
}

.toast-success .btn-outline-danger {
  border-color: #34a853;
  color: #34a853;
}

.toast-success .btn-outline-danger:hover {
  background-color: #34a853;
  color: #fff;
}


.toast-warning {
  border-color: #ffe08a;
  background-color: #fff8e1;
  color: #8a6d00;
}

.toast-warning .mensaje {
  color: #8a6d00;
}

.toast-warning .btn-outline-danger {
  border-color: #fbbc05;
  color: #fbbc05;
}

.toast-warning .btn-outline-danger:hover {
  background-color: #fbbc05;
  color: #fff;
}

.toast-info {
  border-color: #b6d4fe;
  background-color: #eef5ff;
  color: #1a4f9c;
}

.toast-info .mensaje {
  color: #1a4f9c;
}

.toast-info .btn-outline-danger {
  border-color: #4285f4;
  color: #4285f4;
}

.toast-info .btn-outline-danger:hover {
  background-color: #4285f4;
  color: #fff;
}




.success-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  z-index: 100000;
  pointer-events: none;
}

.success-overlay.active {
  pointer-events: all;
}

/* Rectángulo */
.rectangulo-success {
  position: absolute;
  width: 40px;
  height: 30px;
  background: var(--bs-green-dark);
  border-radius: 1px; /* bordes redondeados */
  transform: scale(0);
  transition: transform 0.8s ease-out;
}

/* animación */
.success-overlay.active .rectangulo-success {
  transform: scale(120);
}

/* contenido */

.contenido {
  position: relative;
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.6s;
}

.success-overlay.active .contenido {
  opacity: 1;
  transform: translateY(0);
}

/* Check */
.check {
  font-size: 48px;
  margin-bottom: 10px;
}


.acciones {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* Para que los botones se vean bien sobre fondo verde */
.success-overlay .btn-light {

  color: var(--bs-green-dark);
  font-weight: 600;

}

.success-overlay .btn-outline-light {
  
}








.danger-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  z-index: 100000;
  pointer-events: none;
}

.danger-overlay.active {
  pointer-events: all;
}

/* Rectángulo */
.rectangulo-danger {
  position: absolute;
  width: 40px;
  height: 30px;
  background: var(--bs-red);
  border-radius: 1px; /* bordes redondeados */
  transform: scale(0);
  transition: transform 0.8s ease-out;
}

/* animación */
.danger-overlay.active .rectangulo-danger {
  transform: scale(120);
}
/* contenido */

.contenido-danger {
  position: relative;
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.6s;
}

.danger-overlay.active .contenido-danger {
  opacity: 1;
  transform: translateY(0);
}

/* Check */
.check {
  font-size: 48px;
  margin-bottom: 10px;
}




/* Para que los botones se vean bien sobre fondo verde */
.danger-overlay .btn-light {

  color: var(--bs-green-dark);
  font-weight: 600;

}





.pdf-modal-body {
    height: calc(100vh - 120px);
}

.pdf-frame {
    width: 100%;
    height: 100%;
}


.pdf-card{
  border-radius: 15px;
  background-color: var(--bs-app-blank-bg);
  overflow: hidden;
  border: 1px solid #e5e7eb;


  
}

.pdf-card-header{
  border-bottom: 1px solid #dbdbdb;
}
.pdf-thumb-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.pdf-thumb {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform .35s ease;
}

.pdf-card:hover .pdf-thumb {
    transform: scale(1.08);
}

/* overlay */

.pdf-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease;
}

.pdf-card:hover .pdf-overlay {
    background: rgba(0,0,0,0.15);
    cursor: pointer;
}


/*boton flotante zoom*/
.button-zoom{
background: rgba(0, 0, 0, 0.568);
  border-radius: 50%;
  padding: 12px;
  font-size: 40px;
  width: 60px;
  height: 60px;
  transform: scale(.8);
  transition: all .25s ease;
  color: #fff;
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-zoom:hover,.button-zoom:active {
background: rgba(0, 0, 0, 0.075);
 color: #000000;
}

/* icon */

.pdf-eye {
    background: rgba(0, 0, 0, 0.568);
    border-radius: 50%;
    padding: 12px 14px;
    font-size: 20px;
    opacity: 0;
    transform: scale(.8);
    transition: all .25s ease;
}

.pdf-card:hover .pdf-eye {
    opacity: 1;
    transform: scale(1);
}







/*actividad usuario*/
/* evita que se rompa el layout */
.custom-table {
  min-width: max-content;
}

/* filas */
.table-row {
  border-bottom: 1px solid #e5e7eb;
}

/* columnas */
.col-user {
  min-width: 220px;
  padding: 10px;
}

.col-total {
  min-width: 80px;
  text-align: center;
}

/* días */
.col-day,
.cell {
  min-width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px;
  margin: 4px;
 display: flex;
  justify-content:center;
  align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cell:hover {
  transform: scale(1.25);
  z-index: 2; /* para que quede arriba de las demás */
}

/* sticky columnas */
.sticky-col {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 5;
  
}

.sticky-col-2 {
  position: sticky;
  left: 220px; /* mismo ancho que col-user */
  background: #fff;
  z-index: 5;
  line-height: 30px;
}

/* estilo tipo tu imagen */
.cell {

  border-radius: 6px;


}

.text-orange {
  color: #ea580c;
}
/* contenedor que scrollea */
.numbers-scroll {
  overflow-x: auto;
  width: 100%;
}

/* evita que se bajen */
.numbers-wrapper {
  display: flex;
  gap: 6px;
  min-width: max-content;
}

/* opcional estética */
.bg-act {
  min-width: 40px;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
}

.orange-100{

 color:#EA580C ;
 

}

.orange-50{
color: #FDBA74;

}
.orange-20{
  color: #FFEDD5;
  
}

.orange-0{
   color: #f7f7f7;
  
}

.activ-orange-100{

  background-color:#EA580C ;
  color: #fff;
  font-size: 11px;
  font-weight: 600;

}

.activ-orange-50{
   background-color: #FDBA74;
     color: #fff;
       font-size: 11px;
  font-weight: 600;
}

.activ-orange-20{
   background-color: #FFEDD5;
   color:rgb(153, 81, 48) ;
     font-size: 11px;
  font-weight: 600;
}

.activ-orange-0{
    background-color: #f7f7f7;
    color: #666666;
      font-size: 11px;
  font-weight: 600;
}





/*shortcut*/
.shortcut-toggle{

    position:fixed;

    right:25px;
    bottom:25px;

    width:46px;
    height:46px;

    border:none;
    border-radius:50%;

    background:#a7a5cf;
    color:rgb(24, 24, 24);

    font-size:22px;

    box-shadow:0 10px 30px rgba(0,0,0,.25);

    z-index:9999;

    transition:.25s;
}

.shortcut-toggle:hover{
    transform:scale(1.08);
}

.shortcut-panel{

    position:fixed;

    right:25px;
    bottom:95px;

    width:320px;

    background:white;

    border-radius:12px;

    box-shadow:0 20px 45px rgba(0,0,0,.18);

    padding:18px;

    display:none;

    z-index:9998;
}

.shortcut-panel.show{
    display:block;
}

.shortcut-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
}

.shortcut-item{

    display:flex;
    align-items:center;

    gap:8px;

    padding:8px 0;

    border-bottom:1px solid #eee;
}

.shortcut-item:last-child{
    border:none;
}

kbd{
    min-width:36px;
    text-align:center;
}

.step{
    width:24px;
    height:24px;
    border-radius:50%;
    background:#4f46e5;
    color:#fff;
    font-size:12px;
    font-weight:600;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
    margin-right:12px;
}

.shortcut-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:10px 0;
    border-bottom:1px solid #eee;
}

.shortcut-item:last-child{
    border-bottom:none;
}