/*
Theme Name: JusTeam
Author: JusTeam
Author URI: https://justeam.com.br
Description: Tema desenvolvido para plataforma JusTeam
Version: 1.0
Template: workreap
Domain Path: /languages
License: 
License URI:
*/





/* =Theme customization starts here
-------------------------------------------------------------- */
.wt-logo {
    float: left;
    margin: 20px 0;
    max-width: 205px;
}

/*btn home*/
.btn-home{
	border: 0px solid rgba(35, 157, 219, 0);
    border-radius: 4px;
    background-color: transparent;
    background-image: linear-gradient(
90deg
, rgba(248, 72, 93, 1) 0%, rgba(161, 112, 217, 0.77) 100%);
	color: #fff;
    padding: 25px;
}
.btn-home:hover {
    color: #f9f9f9;
}


/*
 * Ocultando elementos temporariamente 
*/

/*Menu lateral do Dashboard*/
/*
ul.dashboard-menu-left {
    display: none;
}
/*Barra de progresso do perfil no Dashboard*/
/*
.wtprofile-strength-wrap.toolip-wrapo.data-tip-strength-5 {
    display: none !important;
}
/*Menu superior direito do dashboard*/
/*
.avatar-wrap-icon {
    display: none;
}
*/