.page .restricted-area {
    font-family: 'Raleway', sans-serif;
	background-color: #F8F8F8;
}

.page .restricted-area .container {
    background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 35px 20px;

    min-height: 500px;
}

.page .restricted-area .container h1.title {
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	color: #fa9131;

	margin: 20px 0px 40px 0px;
	padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
}

.page .restricted-area .container .user-menu {
    width: 100%;
}

.page .restricted-area .container .user-menu .box-user {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.page .restricted-area .container .user-menu .box-user .user {
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;

    margin-bottom: 30px;
}

.page .restricted-area .container .user-menu .box-user .user b {
	color: #FA9131;
}

.page .restricted-area .container .user-menu .box-user .box-items {
    display: flex;
    gap: 1rem;
}

.page .restricted-area .container .user-menu .box-user .box-items .item {
    font-size: 15px;
	line-height: 18px;
	font-weight: 700;
    color: #FFFFFF;
    text-align: center;

    background-color: #FA9131;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: 120px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page .restricted-area .container .user-menu .box-user .box-items .item:hover {
    background-color: #3080E4;
}

.page .restricted-area .container .user-menu .box-user .box-items .item span {
    margin-top: 15px;
}

.page .restricted-area .container .user-menu .box-user .box-items .item i {
    font-size: 35px;
}

.page .restricted-area .container #Login,
.page .restricted-area .container #Senha {
	background: #F4F4F4;
    padding: 20px;
    border-radius: 5px;

    width: 100%;
    max-width: 500px;
}

.page .restricted-area .container .page-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.page .restricted-area .container .col-12 {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.page .restricted-area .container .col-12 .btn.btn-primary {
	font-weight: 700;

    background-color: #FA9131;
    border: 1px solid #FA9131;
}

.page .restricted-area .container .col-12 .btn.btn-primary:hover {
    background-color: #F1A526;
    border: 1px solid #F1A526;
}

.page .restricted-area .container .col-12 a {
    color: #212529;
}

.page .restricted-area .container .col-12 a:hover {
    color: #FA9131;
}

.page .restricted-area .container .info {
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
}

.page .restricted-area .container .content {
    padding: 30px 0px 30px 0px;
    width: 100%;
    max-width: 100%;
    min-height: 500px;
}

.page .restricted-area .container .content .filter {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.page .restricted-area .container .content .filter span {
    display: flex;
    gap: 1rem;
}