/* Remove footer in login page */
.ic-Login-footer__links .external {
	display: none!important;
}
.ic-Login-footer__logo-link {
	display: none!important;
}

/* .chat-wrapper {
    background-image: url(http://cdn.unifranz.com/unifranz/logo/logo_chat.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.content-chibbi {
    background-image: url(http://cdn.unifranz.com/unifranz/logo/logo_chat.png);
    background-repeat: no-repeat;
    background-position: bottom;
} */
.img-chibbi {
    content: url(http://cdn.unifranz.com/unifranz/logo/profile_thumb.png);
}

/* Quita el icono de Link en los enlaces */
span.external_link_icon {
    display: none;
}

/* Logo Login Header */
.mobileLogin-Header {
    background-image: url(https://cdn.unifranz.com/unifranz/logo/LOGO_UNIFRANZ%20Online_v4%20_FINAL_login.png);
	background-size: 290px 200px;
	min-height: 210px;
}

/* Logo Login Google */
a.Button.ic-Login_sso-button--has-text.ic-Loginsso-button.ic-Login_sso-button--google {
    align-self: center;
    display: block;
}

/* Logo Unifranz Online Login*/

.ic-Login-header__logo {
    flex: 0 0 350px!important;
    min-width: 1px!important;
}

/* Quita el formulario de ingreso a Canvas en Mobil*/

.ic-Login__actions .ic-Login__actions-timeout {
    display: none!important;
}

/*------*/

.ic-Login__body {
    display: none;
}

#login_form {
	display: none;
}

/*------*/
.ic-Login-footer__links {
    display: none;
}

.ic-Login__sso-list {
    border-top: 0px solid transparent!important;
}

.ic-Login__container {
    margin-top: 5%!important;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}

.ic-Login__content {
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}

#f1_container {
    display: flex!important;
    justify-content: center!important;
    padding: 15px!important;
    background: url(https://cdn.unifranz.com/etec/online/fondo/31.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
}

#f1_card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 15px!important;
    background-color: #fff!important;
    border-radius: 10px!important;
    box-shadow: 0px 3px 4.85px 0.15px rgb(0 0 0 / 48%);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    z-index: 11;
    height: auto;
}

/* Coloca fondo en modo mobil*/
.ic-app-footer {
    display: none;
}
#f1_container {
    padding: 0px!important;
}


/* Add Marcial Cahuaya 04/09/23 */
#assignments-student-footer{
    width: 100% !important;
}
@media (min-width: 768px){
    #assignments-student-footer {
        margin-left: 0px;
    }
}
/*#assignments-student-footer .dJCgj_bGBk {
    width: 100%;
}
*/
#assignments-student-footer .dJCgj_bGBk #submit-button{
    width: 100%!important;
	display: flex;
	justify-content: center;
	align-content: center;
}
#assignments-student-footer [data-testid="next-assignment-btn"],
#assignments-student-footer [data-testid="previous-assignment-btn"] {
  display: none;
}
/*
#assignments-student-footer span.fOyUs_bGBk.dJCgj_bGBk.dJCgj_zczv{
    margin: 0px 0px!important;
}

#assignments-student-footer .fQfxa_dqAF.fQfxa_eCSh{
    padding: 10px;
}
*/

/*#assignments-student-footer span.fOyUs_bGBk{
    /*margin: 0px 0px 0px 0px!important;
	padding: 0px!important;
}
*/
#assignments-student-footer .fQfxa_dqAF{
    padding: 20px 130px 20px 130px;
	font-size: 14pt
	/*display: flex;
	justify-content: center;
	align-content: center;*/
	
}
/*
#assignments-student-footer span.fQfxa_biBD{
    width: 100%;
}
*/

/*CAMBIO DE ICONO DE ENVIADO*/
img[src="/dist/webpack-production/f5ab0049c6cc0c26761805a8b7be622f.svg"] {
    content: url("https://cdn.unifranz.com/etec/online/generales/enviado/f5ab0049c6cc0c26761805a8b7be622f.svg") !important;
    width: 150px !important;
    height: auto !important;
    object-fit: contain !important;
}


/*NUEVO BOTON UX+*/

/* UX Banner - Solo en /grades/ */
.custom-portal-banner-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 85px;
  padding: 0 1.5rem;
  background: #000000;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  margin-bottom: 20px;
}

.custom-portal-banner-button:hover {
  background-color: #1f2937;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}

.custom-portal-banner-button .text {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.custom-portal-banner-button .logo {
  width: 250px;
  height: 80px;
  background: url('https://cdn.unifranz.com/etec/online/generales/boton_ux/student-dark.png') no-repeat center;
  background-size: contain;
  z-index: 1;
}

.custom-portal-banner-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 2s infinite;
  z-index: 0;
}

@keyframes shine {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}


/* === POPUP COMUNICADOS CENTRALIZADO - CANVAS LMS === */
/* ================== POPUP GLOBAL ================== */
#global-course-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

#global-course-popup {
  position: relative;
  background: #fff;
  max-width: 620px;
  width: 90%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  overflow: hidden;
  font-family: system-ui, sans-serif;
}

#global-course-popup-header {
  background: #5a348b;
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#global-course-popup-close-x {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

#global-course-popup-content {
  padding: 25px;
  max-height: 82vh;
  overflow-y: auto;
  line-height: 1.5;
}

#global-course-popup-footer {
  padding: 15px 25px;
  background: #f8f9fa;
  text-align: center !important;
}

#btn-cerrar-sesion {
  background: #6c757d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

#btn-cerrar-sesion:hover {
  background: #5a6268;
}