.header-utils{
	align-items: flex-start !important;
}
.card-comments-wrapper{
    display: none !important;
}
.table-responsive>.table-bordered{
    border: 1px solid #d6dce3;
}
.role-docente .user-details .user-details-content .btn,
.role-docente .menu-user-list{
    display: none !important;
}
/* .role-docente .menu-user.dropdown-menu,
.role-docente .menu-user.dropdown-menu,
.role-docente .cbp-spmenu-right,
.role-docente .cbp-spmenu-right.menu-open,
body.role-docente.push-body.push-body-search #main-header:after, 
body.role-docente.push-body.push-body-toleft #main-header:after, 
body.role-docente.push-body.push-body-toright #main-header:after{
    display: none !important;
}
.role-docente.push-body-toleft, .role-docente.push-body-toright{
 overflow: auto;   
} */

.home .mt-2{
    margin-top: 0 !important;
}
body.mm-lightbox-show {
    overflow: hidden;
}
.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 90vh; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#mm-lightbox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity .5s;
}
#mm-lightbox.show{
    display: block;
    opacity: 1;
}

#mm-lightbox #mm-lightbox-wrap {
    width: 90%;
    height: 90vh;
    background: #fff;
    padding: 30px;
    position: relative;
    margin: 30px auto;
    overflow: hidden;
}
#mm-lightbox #mm-lightbox-content{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#mm-lightbox .lightbox-close {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 32px;
    background-color: #fff;
}
#mm-lightbox .close {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 1;
}
#mm-lightbox .close:hover {
  opacity: 1;
}
#mm-lightbox .close:before, #mm-lightbox .close:after {
  position: absolute;
  left: 12px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #000;
}
#mm-lightbox .close:before {
  transform: rotate(45deg);
}
#mm-lightbox .close:after {
  transform: rotate(-45deg);
}

.logged-in .article-wrapper a{
    text-decoration: none;
}