/*
Theme Name: EduBlink Child
Theme URI: https://edublink.co/
Template: edublink
Author: DevsBlink
Author URI: https://themeforest.net/user/devsblink/portfolio
Description: EduBlink Theme For LMS and Education Purpose.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.0.0.1758244796
Updated: 2025-09-19 01:19:56

*/

/* SI NO ENCUENTRAS UN ARCHIVO DEL TEMA ES PORQUE ESTE ES UN TEMA HIJO, DEBERIAS AGREGAR LOS ARCHIVOS CON LOS SETTINGS DEL PLUGIN CHILD THEME GENERATOR */


/* Tutor LMS Login Background */

.tutor-page-wrap:has(> .tutor-login-wrap)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, var(--tutor-login-overlay-opacity));
	z-index: 1;
	pointer-events: none;
}

.tutor-page-wrap:has(> .tutor-login-wrap) {
	background-image: var(--tutor-login-bg-image);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tutor-login-wrap {
    max-width: 520px !important;
    padding: 0;
    margin: 0;
}

.tutor-template-segment {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.tutor-login-form-wrapper {
    background: white;
    margin: 0 !important;
    z-index: 1;
}


#tutor-pro-social-authentication {
    display: none !important;
}

@media (max-width: 768px) {
  .tutor-page-wrap:has(> .tutor-login-wrap) {
    background-attachment: scroll;
  }
} 

/* Modal z-index */

.tutor-modal-window {
	z-index: 1;
}

.tutor-modal-window-sm {
	z-index: 1;
}

.tutor-wrap {
	z-index: 2;
	position: relative;
}

.site-header {
	z-index: 3 !important;
}