* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    --primary-color: #9cbc17;
    --secondary-color: #2B62B2;
    --third-color : #0b3f8b;
    --fourth-color :#00ADEA;
    background-color: #f5f6fa !important;
    color: #4b5563 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    position: relative !important;
    line-height: 1.7 !important;
    overflow-x: hidden !important;
  }
  
  span {
    display: inline-block;
  }
  
  .sidebar.active .sidebar-menu li.sidebar-menu-group-title {
    display: none;
  }
  
  a,
  button {
    cursor: revert;
  }
  
  a {
    text-decoration: none !important;
    display: inline-block !important;
    background-color: transparent !important;
    color: inherit !important;
  }
  
  body.overlay-active::after {
    width: 100%;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
  }
  
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .h-40-px {
    height: 2.5rem !important;
  }
  
  .w-40-px {
    width: 2.5rem !important;
  }
  
  .w-44-px {
    width: 2.75rem !important;
  }
  
  .text-success-main {
    color: #45b369;
  }
  
  .text-sm {
    font-size: 0.875rem !important;
  }
  
  .text-w-200-px {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .text-2xl {
    font-size: 1.75rem !important;
  }
  
  .text-w-100-px {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .bg-neutral-200 {
    background-color: #ebecef !important;
  }
  
  .text-secondary-light {
    color: #4b5563;
  }
  
  .bg-base {
    background-color: white !important;
  }
  /* Estilos del login */
  .auth {
    min-height: 100vh;
  }
  
  .auth-right {
    width: 50%;
  }
  
  .auth-left {
    background: linear-gradient(90deg, #ecf0ff 0%, #fafbff 100%);
    width: 50%;
  }
  
  .h-8-px {
    height: 0.5rem !important;
  }
  
  .w-8-px {
    width: 0.5rem !important;
  }
  
  .auth img {
    max-width: 100%;
    height: auto;
    user-select: none;
  }
  
  .icon-field {
    position: relative;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .icon-field .icon {
    position: absolute;
    top: 12px;
    inset-inline-start: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #4b5563;
  }
  
  .icon-field .form-control {
    padding-inline-start: 2.5rem;
  }
  
  .m-16 {
    margin: 1rem;
  }
  
  .form-select,
  .form-control,
  textarea {
    border: 1px solid #d1d5db;
    color: #111827 !important;
    background-color: var(--white);
    padding: 0.5625rem 1.25rem;
  }
  
  .h-56-px {
    height: 3.5rem !important;
  }
  .bg-neutral-50 {
    background-color: #f5f6fa !important;
  }
  
  .bg-success-main {
    background-color: #45b369 !important;
  }
  
  .mb-16 {
    margin-block-end: 1rem !important;
  }
  
  .bg-primary-50 {
    background-color: #e4f1ff !important;
  }
  
  .text-primary-600 {
    color: #487fff !important;
  }
  
  .me-16 {
    margin-inline-end: 1rem !important;
  }
  
  .mb-2 {
    margin-block-end: 0.125rem !important;
  }
  
  .mb-20 {
    margin-block-end: 1.25rem !important;
  }
  
  .auth .btn.btn-sm {
    padding: 0.5rem 0.875rem;
    border-radius: 0.75rem !important;
  }
  
  .py-16 {
    padding-block: 1rem !important;
  }
  
  .py-9 {
    padding-block: 0.5625rem !important;
  }
  
  .btn-outline-main {
    background-color: transparent !important;
    border-color: hsl(219 94% 61%) !important;
    color: hsl(219 94% 61%) !important;
  }
  
  .py-8 {
    padding-block: 0.5rem !important;
  }
  
  .text-xl {
    font-size: 1.25rem !important;
  }
  
  .text-md {
    font-size: 1rem !important;
  }
  
  .hover-bg-transparent {
    background-color: transparent !important;
  }
  
  .text-xs {
    font-size: 0.75rem !important;
  }
  
  .text-black {
    color: black !important;
  }
  .px-12 {
    padding-inline: 0.75rem !important;
  }
  
  .px-10 {
    padding-inline: 0.625 !important;
  }
  .mt-32 {
    margin-block-start: 2rem !important;
  }
  
  .h-28 {
    height: 1.75rem !important;
  }
  
  .w-28 {
    width: 1.75rem !important;
  }
  
  .text-gray-600 {
    color: #0c1018 !important;
  }
  
  .px-16 {
    padding-inline: 1rem !important;
  }
  
  .mt-4 {
    margin-block-start: 0.25rem !important;
  }
  
  .mb-40 {
    margin-block-end: 2.5rem !important;
  }
  
  .mb-4 {
    margin-block-end: 0.25rem !important;
  }
  .py-32 {
    padding-block: 2rem !important;
  }
  
  .px-24 {
    padding-inline: 1.5rem !important;
  }
  
  .pe-4 {
    padding-inline-end: 0.25rem !important;
  }
  
  .max-h-400-px {
    max-height: 400px;
  }
  
  .h-48 {
    height: 3rem !important;
  }
  
  .rounded-8 {
    border-radius: 0.5rem !important;
  }
  
  .h-44 {
    height: 2.75rem !important;
  }
  .w-44 {
    width: 2.75rem !important;
  }
  
  .bg-main-50 {
    background-color: hsl(219, 94%, calc(61% + (100% - 61%) * 0.9)) !important;
  }
  .border-gray-100 {
    border-color: #d5dbe7 !important;
  }
  
  .text-main-600 {
    color: hsl(219, 94%, 61%) !important;
  }
  
  .bg-main-two-600 {
    background-color: hsl(166, 68%, 48%) !important;
  }
  
  .bg-warning-600 {
    background-color: #ff9f43 !important;
  }
  
  .bg-purple-600 {
    background-color: #6142ff !important;
  }
  
  .w-48 {
    width: 3rem !important;
  }
  
  .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .h-44-px {
    height: 2.75rem !important;
  }
  
  .h-16-px {
    height: 1rem !important;
  }
  
  .text-lg {
    font-size: 1.125rem !important;
  }
  
  .w-16-px {
    width: 1rem !important;
  }
  
  .bg-warning-main {
    background-color: #ff9f29 !important;
  }
  
  .text-base {
    color: white !important;
  }
  
  @media (max-width: 991px) {
    .auth-right {
      width: 100%;
    }
  }
  
  /* Sidebar */
  .py-12 {
    padding-block: 0.75rem !important;
  }
  
  .sidebar {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: -100%;
    width: 15.625rem;
    height: 100vh;
    background-color: white;
    z-index: 3;
  }
  
  .sidebar-close-btn {
    position: absolute;
    top: 0.625rem;
    inset-inline-end: 0.625rem;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .sidebar-toggle .icon,
  .sidebar-mobile-toggle .icon {
    font-size: 1.375rem;
  }
  
  .sidebar-mobile-toggle {
    display: inline-block;
  }
  
  .sidebar-toggle,
  .sidebar-mobile-toggle {
    line-height: 1.2;
    color: #111827;
  }
  
  .sidebar-toggle {
    display: none;
  }
  
  .sidebar.sidebar-open {
    inset-inline-start: 0;
  }
  
  .sidebar-logo {
    border: none !important;
    height: 4.5rem;
    padding: 0.875rem 1rem;
    border-inline-end: 1px solid #ebecef;
    border-block-end: 1px solid #ebecef;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .sidebar.active .sidebar-logo img.light-logo,
  .sidebar.active .sidebar-logo img.dark-logo {
    display: none;
  }
  
  .sidebar-logo img.dark-logo {
    display: none;
  }
  
  .sidebar.active .sidebar-logo img.logo-icon {
    display: inline-block;
    max-height: 2rem !important;
  }
  
  .sidebar-logo img {
    max-height: 4rem;
  }
  .sidebar-menu-area {
    height: calc(100vh - 72px);
    padding: 1rem 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-inline-end: 1px solid #ebecef;
  }
  
  .sidebar-menu-area {
    height: calc(100vh - 72px);
    padding: 1rem 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-inline-end: 1px solid #ebecef;
  }
  .buscador {
    border: none;
    padding: 1rem;
    border-radius: 1rem;
    background: #e8e8e8;
    box-shadow: 20px 20px 60px #c5c5c5, -20px -20px 60px #ffffff;
    transition: 0.3s;
  }
  
  .buscador:focus {
    outline-color: #e8e8e8;
    background: #e8e8e8;
    box-shadow: inset 20px 20px 60px #c5c5c5, inset -20px -20px 60px #ffffff;
    transition: 0.3s;
  }
  
  .sugerencias {
    cursor: pointer;
    z-index: 999;
  }
  .sidebar.active .sidebar-menu-area {
    text-align: center;
  }
  
  .hide-arrow {
    font-size: 1.2em !important;
  }
  
  .sidebar-menu .sidebar-menu-group-title {
    color: #6b7280;
    font-weight: 600;
    padding-left: 1.8rem;
    font-size: 0.875rem;
  }
  
  .sidebar-menu li a {
    padding: 0.625rem 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #4b5563;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 0.875rem;
  }
  
  .sidebar-menu li.dropdown.open > a,
  .sidebar-menu li.dropdown.dropdown-open > a {
    background-color: #487fff !important;
    color: #fff !important;
  }
  
  .sidebar-menu li.dropdown > a {
    position: relative;
    padding: 0.5rem;
  }
  .sidebar-menu .sidebar-submenu {
    padding-block-start: 0.75rem;
    display: none;
    padding-inline-start: 1.5rem;
    transition: none;
  }
  .sidebar.active {
    width: 86px;
  }
  @media (min-width: 1650px) {
    .sidebar {
      width: 19.5rem;
    }
  }
  @media (min-width: 1400px) {
    .sidebar {
      width: 17.1875rem;
    }
  }
  @media (min-width: 1200px) {
    .sidebar {
      inset-inline-start: 0;
      width: 13.75rem;
    }
  
    .sidebar-close-btn {
      display: none;
    }
  }
  
  /* Navbar */
  .dashboard-main {
    margin-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    min-height: 100vh;
    transition: all 0.3s;
  }
  
  .dropdown-menu.to-top {
    top: calc(100% - 28px) !important;
    padding: 0 !important;
  }
  
  .has-indicator {
    position: relative;
    transition: 0s;
  }
  
  .navbar-header button {
    border: none !important;
  }
  
  .dropdown-menu {
    border: 0;
    border-radius: 16px;
    box-shadow: 0px 13px 30px 10px rgba(46, 45, 116, 0.05);
    padding: 16px;
    background-color: var(--white);
  }
  
  .navbar-header {
    height: 4.5rem;
    background-color: white;
    position: sticky;
    top: 0;
    padding: 1rem 1.5rem;
    z-index: 2;
  }
  
  .radius-8 {
    border-radius: 0.5rem !important;
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    -ms-border-radius: 0.5rem !important;
    -o-border-radius: 0.5rem !important;
  }
  
  .sidebar.active .sidebar-menu li a .menu-icon {
    margin-inline-end: 0;
  }
  
  .sidebar-menu li a .menu-icon {
    font-size: 2rem;
    margin-inline-end: 0.5rem !important;
    margin-left: 1rem;
  }
  
  .sidebar.active .sidebar-menu li a span {
    display: none;
  }
  
  .sidebar-toggle .icon.active {
    display: none;
  }
  
  .sidebar-toggle.active .icon.non-active {
    display: none;
  }
  
  .sidebar-toggle.active .icon.active {
    display: inline-block;
  }
  
  .sidebar-toggle .icon.active {
    display: none;
  }
  
  @media (min-width: 1200px) {
    .dashboard-main {
      margin-inline-start: 13.75rem;
    }
    .sidebar-toggle {
      display: inline-block;
    }
    .sidebar-mobile-toggle {
      display: none;
    }
  }
  @media (min-width: 375px) {
    .dropdown-menu-sm {
      width: 312px;
    }
  }
  @media (min-width: 575px) {
    .dropdown-menu-lg {
      width: 425px;
    }
  }
  
  @media (min-width: 1199px) {
    .dashboard-main.active {
      margin-inline-start: 5.375rem;
    }
  }
  
  .dashboard-body {
    padding-block-start: 24px;
    padding-block-end: 24px;
  }
  
  @media screen and (max-width: 1499px) {
    .top-navbar,
    .dashboard-body {
      padding-inline-start: 16px;
      padding-inline-end: 16px;
    }
  }
  
  .bg-main-600 {
    background-color: hsl(219, 94%, 61%) !important;
  }
  
  .mt-24 {
    margin-block-start: 1.5rem !important;
  }
  
  .mt-16 {
    margin-block-start: 1rem !important;
  }
  
  .pt-12 {
    padding-block-start: 0.75rem !important;
  }
  
  .gap-4 {
    gap: 0.25rem !important;
  }
  .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .flex-align,
  .form-check {
    display: flex;
    align-items: center;
  }
  
  .gap-8 {
    gap: 0.5rem !important;
  }
  
  .p-8 {
    padding: 0.5rem !important;
  }
  
  .text-13 {
    font-size: 0.8125rem !important;
  }
  
  .bg-success-50 {
    background-color: #dcfce7 !important;
  }
  .text-success-600 {
    color: #16a34a !important;
  }
  
  /* Listado usuarios */
  .mentor-card__cover {
    min-height: 98px;
  }
  
  .mentor-card__cover img {
    min-height: inherit;
  }
  
  .cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .mentor-card__content {
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #d5dbe7;
    border-top: 0;
    margin-top: -28px;
    position: relative;
    z-index: 1;
    padding: 16px;
    padding-block-start: 0 !important;
  }
  
  .lista {
    text-transform: capitalize !important;
  }
  
  .lista a{
    text-decoration: underline !important;
    color: var(--fourth-color) !important;
  }
  
  .h-56 {
    height: 3.5rem !important;
  }
  .w-56 {
    width: 3.5rem !important;
  }
  
  .text-gray-500 {
    color: #0f141e !important;
  }
  
  .mt-20 {
    margin-block-start: 1.25rem !important;
  }
  .fc-media-screen {
    text-transform: capitalize !important;
  }
  .fc-today-button {
    display: none !important;
  }
  .fc-event {
    background-color: var(--fourth-color) !important;
    color: white !important;
    display: block !important;
  }
  .fc .fc-button-primary {
    color: white !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--third-color) !important;
  }
  .text-14 {
    font-size: 0.875rem !important;
  }
  .text-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  @media screen and (max-width: 1399px) {
    .mentor-card__content {
      padding: 8px;
    }
  }
  
  .page-link {
    border: none !important;
    border-radius: 10em !important;
    background: #2B62B2 !important;
    font-size: 17px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    margin-right: .5rem !important;
   }
   
   .page-link:hover {
    animation: shake3856 0.3s linear infinite both;
   }
   
   @keyframes shake3856 {
    0% {
     -webkit-transform: translate(0);
     transform: translate(0);
    }
   
    20% {
     -webkit-transform: translate(-2px, 2px);
     transform: translate(-2px, 2px);
    }
   
    40% {
     -webkit-transform: translate(-2px, -2px);
     transform: translate(-2px, -2px);
    }
   
    60% {
     -webkit-transform: translate(2px, 2px);
     transform: translate(2px, 2px);
    }
   
    80% {
     -webkit-transform: translate(2px, -2px);
     transform: translate(2px, -2px);
    }
   
    100% {
     -webkit-transform: translate(0);
     transform: translate(0);
    }
   }
  
   .btn-principal {
    background: var(--secondary-color) !important;
    --text-color: #fff;
    position: relative;
    border: none;
    background: var(--bg);
    color: var(--text-color) !important;
    padding: 6px 12px;
    font-weight: bold;
    transition: 0.2s;
    border-radius: 5px;
    opacity: 0.8;
    letter-spacing: 1px;
    box-shadow: var(--third-color) 0px 7px 2px, #000 0px 8px 5px;
  }
  
  .btn-principal:hover {
    opacity: 1;
  }
  
  .btn-principal:active {
    top: 4px;
    box-shadow: var(--third-color) 0px 3px 2px,#000 0px 3px 5px;
  } 
  
  .btn-guardar {
    background: var(--primary-color) !important;
    --text-color: #fff;
    position: relative;
    border: none;
    background: var(--bg);
    color: var(--text-color) !important;
    padding: 6px 12px;
    font-weight: bold;
    transition: 0.2s;
    border-radius: 5px;
    opacity: 0.8;
    letter-spacing: 1px;
    box-shadow: #688104 0px 7px 2px, #000 0px 8px 5px;
  }
  
  .btn-guardar:hover {
    opacity: 1;
  }
  
  .btn-iconos {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: rgb(20, 20, 20) !important;
    border: none !important;
    font-weight: 600 !important;
    text-align: center !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164) !important;
    cursor: pointer !important;
    transition-duration: .3s !important;
    overflow: hidden !important;
    position: relative !important;
  }
  
  .btn-iconos i {
    transition-duration: .3s !important;
    color: white !important;
  }
  
  .btn-iconos:hover {
    border-radius: 50px !important;
    transition-duration: .3s !important;
    background-color: var(--primary-color) !important;
    align-items: center !important;
  }
  
  .btnRellenar {
    padding: 6px 12px;
    border-radius: 10px;
    border: 0;
    background-color: rgb(255, 56, 86);
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: rgb(201, 46, 70) 0px 10px 0px 0px;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
  }
  
  .btnRellenar:hover {
    box-shadow: rgb(201, 46, 70) 0px 7px 0px 0px;
  }
  
  .btnRellenar:active {
    background-color: rgb(255, 56, 86);
    /*50, 168, 80*/
    box-shadow: rgb(201, 46, 70) 0px 0px 0px 0px;
    transform: translateY(5px);
    transition: 200ms;
  }
  
  .programas .form-group {
    border-bottom: 1px solid var(--primary-color) !important;
  }
  
  .bg-label-primary {
    background-color: #e7e7ff !important;
    color: #696cff !important;
  }
  
  div.dt-container div.dt-layout-row {
    display: block !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0.75em 0 !important;
  }
  
  .dt-layout-cell.dt-layout-end:has(.dt-search) {
    justify-content: flex-start !important;
    margin-left: auto !important;
    padding-top: 10px !important;
  }
  .dt-layout-cell.dt-layout-end:has(.dt-paging) {
    justify-content: center !important;
  }
  .dt-paging {
    display: flex !important;
    justify-content: center !important;
  }
  
  :root input[type="checkbox"].ios-switch + div {
      display: inline-block;
      vertical-align: middle;
      width: 2.5em;	height: 1.1em;
      border: 1px solid rgba(0,0,0,.3);
      border-radius: 999px;
      margin: 0 .5em;
      background: white;
      background-image: linear-gradient(rgba(0,0,0,.1), transparent),
                        linear-gradient(90deg, hsl(140, 60%, 80%) 50%, transparent 50%);
      background-size: 200% 100%;
      background-position: 100% 0;
      background-origin: border-box;
      background-clip: border-box;
      overflow: hidden;
      transition-duration: .4s;
      transition-property: padding, width, background-position, text-indent;
      box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
                  0 .45em 0 .1em rgba(0,0,0,.05) inset;
      font-size: 150%; /* change this and see how they adjust! */
  }
  
  .checkListado input[type="checkbox"] { /* .checkListado here acting as a filter for older browsers */
      position: absolute;
      opacity: 0;
  }
  
  .checkListado input[type="checkbox"].ios-switch:checked + div {
      padding-left: 1.5em;	width: 2.5em;
      background-position: 0 0;
  }
  
  .checkListado input[type="checkbox"].ios-switch + div:before {
      content: "SI";
      float: left;
      width: 1.75em; 
      height: 1.75em;
      margin: -.1em;
      border: 1px solid rgba(0,0,0,.35);
      border-radius: inherit;
      background: white;
      background-image: linear-gradient(rgba(0,0,0,.2), transparent);
      box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset,
                  0 0 .5em rgba(0,0,0,.3);
      color: #353535;
      /*text-shadow: 0 -1px 1px rgba(0,0,0,.3);*/
      text-indent: -2em;
  }
  
  .checkListado input[type="checkbox"].ios-switch:active + div:before {
      background-color: #eee;
  }
  
  .checkListado input[type="checkbox"].ios-switch + div:before,
  .checkListado input[type="checkbox"].ios-switch + div:after {
      font: bold 60%/1.9 sans-serif;
      text-transform: uppercase;
  }
  
  .checkListado input[type="checkbox"].ios-switch + div:after {
      content: 'NO';
      float: left;
      text-indent: .5em;
      color: #353535;
      text-shadow: none;
  
  }
  

  