/* Fonts */

:root {
    --vnc-primary-text-emphasis: #003cc7;/*editado*/
    --vnc-secondary-text-emphasis: #525b75;/*editado*/
    --vnc-success-text-emphasis: #1c6c09;/*editado*/
    --vnc-info-text-emphasis: #005585;/*editado*/
    --vnc-warning-text-emphasis: #bc3803;/*editado*/
    --vnc-danger-text-emphasis: #b81800;/*editado*/
    --vnc-light-text-emphasis: #1c6c09;/*editado*/
    --vnc-dark-text-emphasis: #fff;/*editado*/
    --vnc-primary-bg-subtle: #e5edff;/*editado*/
    --vnc-secondary-bg-subtle: #eff2f6;/*editado*/
    --vnc-success-bg-subtle: #d9fbd0;/*editado*/
    --vnc-info-bg-subtle: #c7ebff;/*editado*/
    --vnc-warning-bg-subtle: #ffefca;/*editado*/
    --vnc-danger-bg-subtle: #ffe0db;/*editado*/
    --vnc-light-bg-subtle: #f7f9fb;/*editado*/
    --vnc-dark-bg-subtle: #9fa6bc;/*editado*/
    --vnc-primary-border-subtle: #85a9ff;/*editado*/
    --vnc-secondary-border-subtle: #cbd0dd;/*editado*/
    --vnc-success-border-subtle: #90d67f;/*editado*/
    --vnc-info-border-subtle: #60c6ff;/*editado*/
    --vnc-warning-border-subtle: #ffcc85;/*editado 1-ffcc85 2-51453A */
    --vnc-danger-border-subtle: #f48270;/*editado*/
    --vnc-light-border-subtle: #eff2f6;/*editado*/
    --vnc-dark-border-subtle: #8a94ad;/*editado*/
    --vnc-input-border-color: #696cff;
    --default-color: #3d4348;
    --surface-color: #ffffff;
}
body{
    background-color: #eeeeee !important;
}
.bg-navbar{
    /*background-color: #f6f6f6;*/
    background-color: #233446;
}
.bg-navbar .nav-link{
    color: #f6f6f6 !important;
}
.bg-navbar .nav-link:hover{
    color: rgba(255, 255, 255, 0.75) !important;
}
.nav-link p{
    font-size: 15px;
}
.sidebar-wrapper .nav-icon-circle {
    font-size: 8px;
}
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
.btn-xs {
    --vnc-btn-padding-y: 0.2rem;
    --vnc-btn-padding-x: 0.6rem;
    padding: var(--vnc-btn-padding-y) var(--vnc-btn-padding-x);
    font-size: 0.75rem;
    line-height: 1.5 !important;
    border-radius: 0.2rem;
  }
  .btn-xs:hover {
   border: 1px solid #dee2e6;
  }
  .fs-9 {
    font-size: 0.65rem !important;
  }

/* Estilos para avatares y diseñor para usuarios */
.small-box .vnc-small-box-icon {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 0;
    height: 60px;
    font-size: 55px;
    color: rgba(0, 0, 0, 0.2);
    transition: transform 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
    .small-box .vnc-small-box-icon {
        transition: none;
    }
}
.small-box:hover .vnc-small-box-icon {
    transform: scale(1.1);
}

@media (max-width: 575.98px) {
    .small-box {
        text-align: center;
    }
    .small-box .vnc-small-box-icon {
        display: none;
    }
}
.img-bordered {
    border: 3px solid #adb5bd;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #adb5bd;
    padding: 2px;
}

.img-rounded {
    border-radius: 0.25rem;
}

.img-circle {
    border-radius: 50%;
}
/* Fin Estilos para avatares y diseñor para usuarios */

/*--------------------------------------------------------------
# Estilos personalizados para los badge
--------------------------------------------------------------*/
.badge-vnc{
    text-transform:uppercase;
    padding:3px 10px;
    border-radius: 5px;
}
.badge-label {
    padding:0;
    font-size: 11px;
}
  .badge-vnc i {
    margin-left: 6px;
    font-size: 13px;
  }
.badge-vnc-primary{
    color: #003cc7;
  }
  .badge-vnc-secondary{
    color: #525b75;
  }
  .badge-vnc-success{
    color: #1c6c09;
  }
  .badge-vnc-info{
    color: #005585;
  }
  .badge-vnc-warning{
    color: #664d03;
  }
  .badge-vnc-danger{
    color: #b81800;
  }
  .bg-primary-subtle {
    background-color: var(--vnc-primary-bg-subtle) !important;
  }
  .bg-secondary-subtle {
    background-color: var(--vnc-secondary-bg-subtle) !important;
  }
  .bg-success-subtle {
    background-color: var(--vnc-success-bg-subtle) !important;
  }
  .bg-info-subtle {
    background-color: var(--vnc-info-bg-subtle) !important;
  }
  .bg-warning-subtle {
    background-color: var(--vnc-warning-bg-subtle) !important;
  }
  .bg-danger-subtle {
    background-color: var(--vnc-danger-bg-subtle) !important;
  }
  .bg-light-subtle {
    background-color: var(--vnc-light-bg-subtle) !important;
  }
  .bg-dark-subtle {
    background-color: var(--vnc-dark-bg-subtle) !important;
  }
  .border-primary-subtle {
    border-color: var(--vnc-primary-border-subtle) !important;
  }
  .border-secondary-subtle {
    border-color: var(--vnc-secondary-border-subtle) !important;
  }
  .border-success-subtle {
    border-color: var(--vnc-success-border-subtle) !important;
  }
  .border-info-subtle {
    border-color: var(--vnc-info-border-subtle) !important;
  }
  .border-warning-subtle {
    border-color: var(--vnc-warning-border-subtle) !important;
  }
  .border-danger-subtle {
    border-color: var(--vnc-danger-border-subtle) !important;
  }
  .border-light-subtle {
    border-color: var(--vnc-light-border-subtle) !important;
  }
  .border-dark-subtle {
    border-color: var(--vnc-dark-border-subtle) !important;
  }

/*--------------------------------------------------------*/  

.user-member{
    width: 2rem;
    height: 2rem;
}
.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
  }
.profile-username {
    font-size: 21px;
    margin-top: 5px;
  }

/* Forms Label */
.form-label {
  margin-top: 1px;
  font-size: 13px;
  font-weight: bold;
  opacity: .6;
}
.form-label,
.col-form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: inherit;
}

/*****/

  .todo-indicator{
    width: 4px;
    height: 40px;
    content: "";
    border-radius: 8px;
    margin-right: 15px;
  }

/* custom login form*/
.card-header img {
    width: 130px;
}

/** Estilos para tablas ***/
table thead{
    font-size: 0.9rem !important;
    /*text-transform: uppercase;*/
  }
  table thead th{
    color: color-mix(in srgb, var(--default-color), transparent 10%) !important;
  }

/* Seccion tickets*/
.post {
    border-bottom: 1px solid #adb5bd;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post .user-block {
    margin-bottom: 15px;
    width: 100%;
}
.post .row {
    width: 100%;
}
.dark-mode .post {
    color: #fff;
    border-color: #6c757d;
}

.user-block {
  float: left;
}

.user-block img {
  float: left;
  height: 40px;
  width: 40px;
}

.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}

.user-block .username {
  font-size: 16px;
  font-weight: 600;
  margin-top: -1px;
}

.user-block .description {
  color: #6c757d;
  font-size: 13px;
  margin-top: -3px;
}

.user-block.user-block-sm img {
  width: 1.875rem;
  height: 1.875rem;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}

.user-block.user-block-sm .username {
  font-size: 14px;
}
.coment p {
    font-size: 0.9rem !important;
    line-height: 1;
    margin-bottom: 12px;
    color: #3d4348
}

/* Estilos para agrupar o apliar avatars las fotos de los avatares para disminuuir el espacio entre ellos*/
/* Contenedor de avatares agrupados */
.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group .avatar {
  position: relative;
  border: 2px solid #FFF; /* Borde blanco para separarlos */
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-left: -10px; /* superposición */
  cursor: pointer;
  transition: transform 0.2s ease;
}

.avatar-group .avatar:first-child {
  margin-left: 0; /* el primero no se sobrepone */
}

.avatar-group .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-group .avatar:hover {
  z-index: 2;
  transform: scale(1.1);
}
/* Fin avatar agrupado */
.avatar-img {
    -o-object-fit: cover;
    object-fit: cover;
}
/* Forms Label */
.form-label {
  margin-top: 1px;
  font-size: 13px;
  font-weight: bold;
  opacity: .6;
}
.form-label,
.col-form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: inherit;
}
/*.coment p:last-of-type {
    margin-bottom: 0;
}*/

/* Fin Seccion tickets*/

/* Section dashboard */
.small-box .vnc-small-box-icon {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 0;
    height: 45px;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.2);
    transition: transform 0.3s linear;
}
.small-box .vnc-short-box-icon {
    position: relative;
    top: 10px;
    left: 15px;
    z-index: 0;
    height: 38px;
    width: 40px;
    border-radius: 6px;
    padding: 2px 8px;
    border: 1px solid color-mix(in srgb, #2ed8b6, transparent 50%);
    font-size: 26px;
    color: #2ed8b6 !important;
}
@media (prefers-reduced-motion: reduce) {
    .small-box .vnc-small-box-icon {
        transition: none;
    }
}
.small-box:hover .vnc-small-box-icon {
    transform: scale(1.1);
}

@media (max-width: 575.98px) {
    .small-box {
        text-align: center;
    }
    .small-box .vnc-small-box-icon, .small-box .vnc-short-box-icon {
        display: none;
    }
}
.vnc-text-bg-blue {
  color: #fff !important;
  background-color: #4099ff !important;
}
.vnc-text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, .6)) !important;
}
.vnc-text-bg-green {
  color: #fff !important;
  background-color: #2ed8b6 !important;
}
.vnc-text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, .6)) !important;
}

.vnc-text-bg-yellow {
  color: #fff !important;
  background-color: #FFB64D !important;
}

.vnc-text-bg-red {
  color: #fff !important;
  background-color: #FF5370 !important;
}
.vnc-text-bg-light {
  color: #3d4348 !important;
  background-color: #fff !important;
}

.vnc-text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, .6)) !important;
}
.vnc-card-red::after {
    background: #FF5370;
}

.vnc-border-primary {
    border-color: #4099ff !important;
}
/* .vnc-text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, .6)) !important;
}
.vnc-text-bg-green {
  color: #fff !important;
  background-color: #2ed8b6 !important;
}
.vnc-text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, .6)) !important;
}

.vnc-text-bg-yellow {
  color: #fff !important;
  background-color: #FFB64D !important;
}

.vnc-text-bg-red {
  color: #fff !important;
  background-color: #FF5370 !important;
}
.vnc-text-bg-light {
  color: #3d4348 !important;
  background-color: #fff !important;
}

.vnc-text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, .6)) !important;
}
.vnc-card-red::after {
    background: #FF5370;
} */

.card-ultimos-tickets {
    margin-bottom: 1rem !important;
}
.card-ultimos-tickets:last-child{
    margin-bottom: 0 !important;
}

/*.card-red .ct-line {
  stroke: #fff; }
.card-red .ct-grid {
  stroke: #ffa0b0; }
.card-blue::after {
  background: #4099ff; }
.card-blue .ct-line {
  stroke: #fff; }
.card-blue .ct-grid {
  stroke: #8dc2ff; }
.card-green::after {
  background: #2ed8b6; }
.card-green .ct-line {
  stroke: #fff; }
.card-green .ct-grid {
  stroke: #6ee4cd; }
.card-yellow::after {
  background: #FFB64D; }
.card-yellow .ct-line {
  stroke: #fff; }
.card-yellow .ct-grid {
  stroke: #ffd59a; }*/

.widget-content .widget-content-wrapper{display:flex;flex:1;position:relative;align-items:center}.widget-content .widget-content-left .widget-heading{opacity:.8;font-weight:bold}.widget-content .widget-content-left .widget-subheading{opacity:.5}.widget-content .widget-content-right{margin-left:auto}.widget-content .widget-numbers{font-weight:bold;font-size:1.6rem;display:block}.widget-content .widget-content-outer{display:flex;flex:1;flex-direction:column}.widget-content .widget-progress-wrapper{margin-top:1rem}.widget-content .widget-progress-wrapper .progress-sub-label{margin-top:.3333333333rem;opacity:.5;display:flex;align-content:center;align-items:center}.widget-content .widget-progress-wrapper .progress-sub-label .sub-label-right{margin-left:auto}.widget-content .widget-content-right.widget-content-actions{visibility:hidden;opacity:0;transition:opacity .2s}.widget-content:hover .widget-content-right.widget-content-actions{visibility:visible;opacity:1}.profile-block{position:relative;overflow:hidden}.profile-block .profile-blur{width:100%;height:100%;filter:blur(5px);transform:scale(1.8);position:absolute;left:-25%;top:-25%}
.error-message {
    color: #FF5370;
    font-size: 0.875rem !important;
}

/* Calendario */
/* .event-bg-primary-subtle{
    border-color: #4099ff !important;
    background-color: var(--vnc-primary-bg-subtle) !important;
}
.fc-event.event-primary.fc-event-main{
    color: #4099ff !important;
    border-color: #4099ff !important;
    background-color: var(--vnc-primary-bg-subtle) !important;
} */

/* Flash messages */
.alert.hidden {
    display: none;
}
.alert-dismissible .icon-close {
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 2;
  padding: .9rem .5rem;
}
.icon-close {
  box-sizing: content-box;
  border: 0;
  cursor: pointer;
}
.icon-close:hover {
  text-decoration: none;
  opacity: .75;
}