/* ***************** */
/* MINDY PUBLIC CSS */
/* ***************** */

/* LOGIN SCREEN */
#login h1 a, .login h1 a {
    background-image: url('https://mindy.sfo3.cdn.digitaloceanspaces.com/2025/09/Group-1.png');
    height:49px;
    width:165px;
    background-size: 165px 49px;
    background-repeat: no-repeat;
}

.login #nav {
    display: none !important;
}

#language-switcher {
    display: none !important;
}

body.login {
    background-image: url('https://mindy.sfo3.cdn.digitaloceanspaces.com/brand/mindy_login_background.png');
}

body.login div#login p#nav a {
    color: white;
}

body.login div#login p#backtoblog a {
    color: white;
}

body.login div#login form#loginform p.submit input#wp-submit {
    background-color: #6556be;
    border-color: #6556be;
}

body.login .dashicons.dashicons-translation {
    color: white;
}

.am-working-hours .am-period .am-edit-element , .am-working-hours .am-period .am-delete-element , .am-working-hours .am-dialog-table-head .am-add-element{
    display: none !important;
}

.am-cabinet-profile-details-description {
    display: none !important;
}

/* SE ESCONDE EL CHECK DE ASIGNACION DE CATEGORIOS Y SE LE SACA EL PUNTERO A LOS CAMPOS NUMERICOS */
.am-assigned-services.am-dialog-table .el-checkbox, .am-assigned-services .el-input-number.is-without-controls .el-input__inner, .am-assigned-services .am-assigned-services__service-row .el-col .el-input__inner{
    pointer-events: none!important;
}

/* SE ESCONDE TELEFONO DE MINDY-PRO/PANEL AMELIA */
.amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-content .am-cabinet-list .am-cabinet .am-cabinet-collapsed-content .am-has-divider:last-of-type .el-row div:nth-child(3) {
    display: none !important;
}



.fonasa-logo-schedule {
    width: 90px;
    height: auto;
    position: relative;
    margin-right: 5px;
    bottom: 10px;

}


.MindyPurple {
    color: #7540A0 !important;
}

.mindy-bono-border {
    border: solid 1px #BCBCBC;
    border-radius: 15px;
    padding: 15px;
    font-size: 11px;
}


.mindy-text-black {
    color: black;
}

.agenda-tu-sesion-button {
    position:relative;
    z-index: 99;
    border-radius: 15px !important;
    background-color: #7540A0 !important;
    color: white !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    /* &:hover {
        text-decoration: none;
    } */
}



.mindy-calendar-agenda {
    width: 130px;
    position: relative;
    width: 65px;
    right: 30px;
    z-index: 99;
}

#como-agendar {
    background-image: url('https://www.mindy.cl/wp-content/uploads/2024/06/agendar_background.png');
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}