/**
 * Template: ms-lms-starter-theme
 * Theme Name: MasterStudy Templates Child
 * Theme URI: https://starter.stylemixthemes.com/
 * Author: StylemixThemes
 * Author URI: https://stylemixthemes.com/
 * Description: MasterStudy Templates Child Theme is the child theme for the MasterStudy Templates. With this child theme, you can customize your eLearning website appearance without changing the original templates.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
 */

/* CSS Login */
body.page-id-7:not(.logged-in) {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-id-7:not(.logged-in) div#wrapper {
    background-image: url(https://transformaciondigital.tv/wp-content/uploads/2025/03/2151552592.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.page-id-7:not(.logged-in) .masterstudy__login-page-form {
    background: rgb(255 255 255 / 75%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 0;
    border-radius: 10px;
}

body.page-id-7:not(.logged-in) a.masterstudy-button.masterstudy-button_style-primary {
    background: #e15251;
    border-radius: 20px;
}

body.page-id-9:not(.logged-in) a.masterstudy-button.masterstudy-button_style-primary:hover {
    background: #852A4E;
}
body.page-id-9:not(.logged-in) .masterstudy-authorization__switch-wrapper {
    flex-direction: column;
}

body.page-id-6:not(.logged-in) .masterstudy-authorization__switch-account {
    padding-bottom: 10px;
}

body.page-id-6:not(.logged-in) .masterstudy-authorization__switch-account a.masterstudy-authorization__switch-account-link {
    font-weight: bold;
    color: #a86880;
}
body.page-id-6:not(.logged-in) #wrapper{
    padding-top: 0;
}

body.page-id-6:not(.logged-in) .masterstudy__login-page {
    padding: 70px 0 70px;
}
/* FIN CSS Login */

/* CSS ADICIONAL DE PERSONALIZAR INICIO*/
.header{
	background: #FFFFFF;
}

/* Ocultar el widget específico usando el atributo data-widget_type */
div[data-widget_type="ms_lms_courses_searchbox.default"] {
    display: none !important;
}