:root {
  --colorExcel: #1F6E43;
  --colorPdf: #C40607;

  --colorDic1VariantLigth1: #91e7f3;
  --colorDic1VariantLigth2: #7ee3f1;
  --colorDic1VariantLigth3: #6cdfef;
  --coloDic1: #3ED6E9;
  --colorDic1VariantDark3: #23d0e7;
  --colorDic1VariantDark2: #18c5dc;
  --colorDic1VariantDark1: #18b5ca;

  --colorDic2VariantLigth1: #33ddff;
  --colorDic2VariantLigth2: #1fdaff;
  --colorDic2VariantLigth3: #0ad6ff;
  --colorDic2: #00AFD0;
  --colorDic2VariantDark3: #0099b8;
  --colorDic2VariantDark2: #0088a3;
  --colorDic2VariantDark1: #00778f;

  --colorDic3Ligth1: #1fcbff;
  --colorDic3Ligth2: #0ac6ff;
  --colorDic3Ligth3: #00bcf5;
  --colorDic3: #009DCD;
  --colorDic3Dark3: #007da3;
  --colorDic3Dark2: #006d8f;
  --colorDic3Dark1: #005e7a;

  --colorDicText: #303030;

  --colorBlanco: #fff:
  --colorH3Profile: #555:
  --colorH3SpanProfile: #cecece:

}

/* Image Profile */
.action {
  position: fixed;
  right: 30px;
}

.action .profile {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.action .profile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.action .profile-menu {
  position: absolute;
  top: 120px;
  right: -15px;
  background: #fff;
  width: 200px;
  box-sizing: 0 5px 25px rgba(0,0,0,0.1);
  border-radius: 15px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 5px 10px 1px rgba(0,0,0,0.25);
}

.action .profile-menu.active {
  top: 65px;
  visibility: visible;
  opacity: 1;
}

.action .profile-menu::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 28px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}

.action .profile-menu h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
  color: #555;
  line-height: 1.2rem;
}

.action .profile-menu h3 span {
  font-size: 14px;
  color: #cecece;
  font-weight: 400;
}

.action .profile-menu ul li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,.0.5);
  display: flex;
  align-items: center;
}

.action .profile-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.5s;
}

.action .profile-menu ul li {
  opacity: 0.5;
  transition: 0.5s;
}

.action .profile-menu ul li:hover i {
  opacity: 1;
}

.action .profile-menu ul li:hover {
  opacity: 1;
}

.action .profile-menu ul li a {
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-weight: 500;
  transition: 0.5s;
}
/* Image Profile */

/* Toggle Button */
.center-toggle {
  margin-top: 20px;
  position: absolute;
  top: 60%;
  left: 4%;
  transform: translate(-50%, -50%);
}

.center-toggle input[type="checkbox"] {
  position: relative;
  width: 38px;
  height: 16px;
  -webkit-appearance: none;
  background: #c6c6c6 !important;
  outline: none;
  border-radius: 20px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.0.2);
  transition: .2s;
}

.center-toggle input:checked[type="checkbox"] {
  background-color: #03a9f4 !important;
}

.center-toggle input[type="checkbox"]::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  top: 13%;
  left: 3px;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  transition: .5s;
}

.center-toggle input:checked[type="checkbox"]::before {
  left: 24px;
}

@media (max-width:575.98px) {
  .center-toggle {
    left: 9%;
  }
}

@media (min-width:576px) {
  .center-toggle {
    left: 9%;
  }
}

@media (max-width:767.98px) {
  .center-toggle {
    left: 6%;
  }
}

@media (min-width:768px) {
  .center-toggle {
    left: 7%;
  }
}

@media (max-width:991.98px) {
  .center-toggle {
    left: 5%;
  }
}

@media (min-width:992px) {
  .center-toggle {
    left: 6%;
  }
}

@media (max-width:1199.98px) {
  .center-toggle {
    left: 5%;
  }
}

@media (min-width:1200px) {
  .center-toggle {
    left: 6%;
  }
}

@media (min-width:1159px) {
  .center-toggle {
    left: 2%;
  }
}

@media (min-width:1335px) {
  .center-toggle {
    left: 1.5%;
  }
}

/* Toggle Button */

/* Tabla Responsive */

/* Tabla Responsive */

/* Icon Action */
.iconAction { 
  cursor: pointer;
  margin-top: .25rem !important;
}

.iconActionSize {
  font-size: 20px;
}

.iconExcel {
  color: var(--colorExcel);
}

.iconPdf {
  color: var(--colorPdf);
}
/* Icon Action */

/* Recuadro Form */
.fieldsetForm {
  border: 1px solid #eff3f6;
  padding: 5px;
}

.toggle-content { 
  display: none;
}
/* Recuadro Form */

/* Preload */
.preloadTableHide {
  visibility: hidden;
  transition: 2s;
  display: none;
}

.preloadTableContent {
  height: 50vh;
  visibility: hidden;
  transition: 3s;
  display: none;
}
/* Preload */

/* disabled checkbox */
.checkDisabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.disabledbutton {
  pointer-events: none;
  filter: none;
  background-color: #e9ecef;
  opacity: 1;
}

/* disabled checkbox */

/* Hr Section */
.sectionHR {
  text-transform: uppercase;
  margin-top: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 13px;
}
/* Hr Section */

/* Otro participante */
.closeParticipante {
  display: none;
  transition: 2s;
}
/* Otro participante */

/* Clases Unidades / Temas */
.colorRojo {
  color: var(--colorPdf);
}

.colorAzul {
  color: var(--colorDic3);
}
/* Clases Unidades / Temas */


.cuadrado {
  background-color: #fff;
  width: 15px;
  height: 15px;
  text-align: center;
}

.mt-Menos3 {
  margin-top: -3%;;
}

.informationClass {
  font-size: .8rem !important;
}

/* Image Hover */
.image {
  background: #F2F3F4;
  position: relative;
  max-width: 172px;
  height: 172px;
  overflow: hidden;
}

.image img {
  position: relative;
  vertical-align: top;
}

.image .details {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.more {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  top: -60px;
  transition: 0.6s;
  transition-property: top;
}

.eventHover:hover .image .more {
  top: 0;
}

.more .read-more {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.more .read-more span {
  font-weight: bold;
}

.more .icon-links i {
  color: #000;
}
/* Image Hover */

/* Home */
/* Home dashboard */

.contentDashboard .cardDash {
  position: relative;
  height: 250px;
  background: #fff;
  display: flex;
  width: 100%;
  margin: 30px 0;
}

.contentDashboard .cardDash .iconBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  font-size: 5rem;
  color: #fff;
}

.contentDashboard .cardDash:hover .iconBx {
  width: 120px;
  height: 120px;
  left: 5px;
  top: calc(50% - 75px);
  transition: 0.5s ease-in-out;
  background: #259cca;
}

.contentDashboard .cardDash .contentPage {
  position: absolute;
  right: -35px;
  width: calc(100% - 75px);
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Home dashboard */
.cardIcon .iconBx2 {
  position:absolute ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #259cca;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  font-size: 8rem;
  color: #fff;
  border-radius: 2%;
}

.cardIcon:hover .iconBx2 {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  left: 12px;
  top: calc(36% - 75px);
  transition: 0.5s ease-in-out;
  background: #259cca;
  font-size: 13px;
  content: none;
}

.cardIcon .iconBx2::before {
  content: attr(data-text);
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: .18em;
  color: rgba(255, 255, 255, .5);
  font-weight: 700;
}

.heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center
}

.name {
  font-size: 15px;
  font-weight: bold
}

.square {
  background-color: #fedcdd;
  height: 30px;
  width: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}

.email {
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold
}

.dummytext {
  font-size: 12px;
  font-weight: normal;
  color: #848590
}

.icons i {
  color: #259cca;
  margin-left: 5px
}

.icons a {
  font-size: 13px;
  font-weight: normal;
  color: #848590;
}

/* = Buscador Ordenamiento = */
.form-search {
  position: relative;
}

.form-search input {
  padding-right: 10%;
  width: 100%;
}

.form-search span {
  position: absolute;
  top: 6px;
  left: 92%;
  font-size: 15px;
  color: var(--colorPrimario);
}
/* = Buscador Ordenamiento = */
/* Scrollbar Styling */
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: ##F8F9F9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E5E7E9; 
}

.context-sub-menu,
.context-menu {
  position: fixed;
  background: #fff;
  z-index: 9999999;
  width: 120px;
  margin: 0;
  padding: 5px 0;
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  font-size: 12px;
}

.context-menu .context-menu-item {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.context-menu .context-menu-item span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.context-menu-item:last-of-type {
  border-bottom: none;
}

.context-menu .context-menu-item:hover {
  background: #f2f2f2;
}

.context-menu .context-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 100px;
}

.context-menu .context-menu-item:hover > .context-sub-menu {
  display: block;
}

.context-menu.left .context-sub-menu {
  left: 0;
  transform: translateX(-100%);
}

.context-menu.top .context-sub-menu {
  top: 100%;
  transform: translateY(-100%);
}

.context-menu.left.top .context-sub-menu {
  transform: translate(-100%, -100%);
}

.profile-pic{
  height: 250px;
  width: 250px;
  z-index: 1001;
  padding: 10px;
}
.profile-pic img{
  cursor: pointer;
  width: 250px;
  height: 250px;
}  

.hidden {
  display: none!important;
  visibility: hidden!important;
}
