.menu-mobile-portal-cr {
    margin: 0;
    padding: 0;
}

.menu-mobile-portal-cr li {
    list-style: none;
    padding: 19px 0px;
    border-top: 1px solid #F5F5F5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-mobile-portal-cr li:hover {
    background: #fafafa;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu-mobile-portal-cr li a {
    font-family: "Roboto", serif;
    font-weight: 700;
    color:#343731;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.menu-mobile-portal-cr span {
    margin-left: 20px;
}

.menu-mobile-portal-cr img {
    margin-right: 20px;
}

.box-acesso-user a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.box-acesso-user .info-thumb-user {
	display: flex;
	align-items: center;
}
.box-acesso-user .thumb-user img {
	width: 55px;
}
.box-acesso-user .info-user {
	margin: 0 20px;

}
.box-acesso-user .info-user h3 {
	font-family: "Roboto", Sans-Serif;
	color:#19AAE3;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.box-acesso-user .info-user h4 {
	font-family: "Roboto", Sans-Serif;
	color: #B2B2B2;
	font-size: 14px;
	margin-bottom: 0;
}
.box-acesso-user .arrow-user img {
	width: 9px;

}

.modal-editar-cr {
	background: white !important;
}

.modal-editar-cr  .modal-header .modal-title {
	color: #19AAE3 !important;
	font-weight: bold;
	margin-left: 16px;
	margin-bottom: 10px;
}

.modal-editar-cr.show .modal-dialog{
	margin: 0;
}

.modal-editar-cr .modal-header {
	margin-top: 25px;
}

.modal-editar-cr .close span {
	padding: 23px;
}

.cancelar-conta-cr-mobile {
	padding-left: 20px;
	padding-top: 20px;
	border-top: 1px solid #F5F5F5;
}

.cancelar-conta-cr-mobile a {
	color: #c7c7c7;
	font-size: 13px;
	padding-bottom: 6px;
}

button.btn.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 21px;
}
button.btn.wp-hide-pw:hover {
	background-color: transparent;
}

/** Ajustes de integração com plugin Seox - CR Portal Header **/
#perfilMenu {
	background: #ffffff !important;
    z-index: 9999999999999999;
}
#perfilMenu .modal-content {
	background: #ffffff !important;
}
#perfilMenu .modal-content button.close {
	padding: 0;
	margin: 0;
}

