html {overflow-y:auto;}

body {
    width: 100%;
    background-color: rgb(255, 245, 252) !important;
}

.btn-custom {
	padding: 1px 65px 3px 2px;
	border-radius: 50px;
}

.btn-icon {
	padding: 8px;
	background: #ffffff;
}

.user-area {
    text-align: center;
    margin-bottom: 16px;
    padding-top: 16px
}

.bottom-area {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 16px
}

.img-circle img {
    width: 0;
    min-width: 150px;
    min-height: 150px;
}

.nome-usuario{
    color: rgb(84,55,51);
    font-family: 'Karla', 'Karla', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0px;
}

.slogan-usuario{
    color: rgb(222,65,124);
    font-family: 'Karla', 'Karla', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0px;
}

.botao {
    margin-bottom: 16px;
    position: relative;
}

.botaocardapio {
    margin-bottom: 16px;
    position: relative;
    color: #fff !important;
    background-color: rgb(222,65,124) !important;
    border: 1px solid transparent !important;
    border-color: rgb(222,65,124) !important;
}
