:root {
	--blue: #1C55A0;
	--primary-color: #004F88;
	--green-default: #52B788;
	--sidebar-width: 400px;
	--orange: #f76736;
	--red: #CF201B;
	--secundary-color: #9E4CA9;
	--sidebar-fixed-width: 85px;
	--ligth-gray: #7F7E83;
	--blue-two: #38B7EC;

	/*	--blue-default: #467FF7;*/
	--blue-default: #0054B9;
	--green-default: #B3C605;
}

*{
	padding: 0px ;
	margin: 0px ;
	user-select: none;

	font-family: "Montserrat", sans-serif;
}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

body {
	background: #FFF;
	user-select: none;
	overflow: hidden;
}

li,
ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
	/*	color: #fff;*/
}

.z-3 {
	z-index: 3;
}


.swal-overlay {
	z-index: 99999999999999999999999 !important;
	background: rgba(0, 0, 0, 0.8);
}

.swal-modal {

	z-index: 9999999999999999999999999999 !important;

}

.swal-text {

	text-align: center;

}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
	border-radius: 50px;
}

::-webkit-scrollbar {
	width: 7.5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .3);
	background-color: #666;
	/*	border-radius: 50px;*/
}

.whatsAppBubble {
	position: fixed;
	background: var(--green-default);
	z-index: 999;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	right: 25px;
	bottom: 25px;
	cursor: pointer;
	color: #fff;
	font-size: 2.5rem;
	padding: 0px;
	line-height: 65px;
	text-align: center;
}

.whatsAppBubble.ca {
	width: 47.5px;
	height: 47.5px;
	line-height: 47.5px;
	font-size: 1.8rem;
	z-index: 9;
	border-radius: 5px;
	right: 10px;
	bottom: 10px;
}

.circleFeature {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all 1.4s;
	-moz-transition: all 1.4s;
	-ms-transition: all 1.4s;
	-o-transition: all 1.4s;
	transition: all 1.4s;
	z-index: 99999;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgb(0, 61, 134);
	background: linear-gradient(270deg, rgba(0, 61, 134, 1) 0%, rgba(179, 198, 5, 1) 50%);
}

.circleFeature>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.circleFeature .name {
	font-size: 1.8rem;
	font-weight: 500;
	color: #666;
	font-family: "Teko";
	line-height: 1.8rem;
	z-index: 9;
}

.circleFeature::before {
	position: absolute;
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	background: #fff;
	left: 7px;
	top: 7px;
	border-radius: 50%;
	z-index: 9;
}

.circleBox {
	width: 225px;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	height: 225px;
	border-radius: 50%;
	background: rgb(0, 61, 134);
	background: linear-gradient(270deg, rgba(0, 61, 134, 1) 0%, rgba(179, 198, 5, 1) 50%);
}

.circleBox .iconProtheus {
	background: url('../images/protheus.webp');
	width: 100px;
	height: 80px;
	background-size: auto 85px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 45px;
}

.circleBox .title {
	font-weight: 600;
	text-align: center;
	padding: 0px;
	font-family: "Teko";
	font-size: 2.75rem;
	color: #666;
	margin-top: -5px;
}

ul.circleWrapper li:first-child .circleBox {
	display: block;
}

.circleBox::before {
	position: absolute;
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	background: #fff;
	left: 7px;
	top: 7px;
	border-radius: 50%;
}

.circleSelect {
	width: 140px;
	height: 140px;
	animation: 5s linear all;
}

.circleSelect::before {
	background: #FBFEDD;
}

.loaderPageArea {
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(231, 231, 231, 1) 90%);
	width: 100vw;
	height: 100dvh;
	z-index: 999999;
	position: fixed;
	top: 0px;
	left: 0px;
}

.loaderPageArea>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.loaderPageArea .logo {
	width: 250px;
	height: 100px;
	background-image: url('../images/logos/logoteste.png');
	background-size: auto 90px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 100px;
	line-height: 100px;
	font-size: 2.25rem;
	margin-left: 175px;
	color: #555;
}

.loaderPageArea .logo span {
	font-weight: 700;
}

.loaderPageArea .msg {
	height: 25px;
	margin-top: 20px;
}

.loaderPageArea .msg::before {
	content: "Carregando website";
	height: 25px;
	margin-top: 20px;
	line-height: 25px;
	font-size: 1.1rem;
	color: #999;
	font-weight: 500;
	animation: loaderPageText 1.5s linear infinite;
	width: 400px;
	text-align: center;
}


.topbar {
	height: 95px;
	background: #FFF;
	box-shadow: 0px 0px 3px 4px #ddd;
	position: fixed;
	top: 0px;
	z-index: 99;
}

.topbar>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.topbar .logo {
	height: 57.5px;
	background-image: url('../images/logos/prospera.webp');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
	width: 225px;
	margin-left: 100px;
}

.topbar .menuArea {
	margin-right: 100px;
}

.topbar .menuArea>.row:first-of-type {
	align-items: center;
	height: fit-content;
}

.topbar .menuArea .item {
	font-family: "Teko";
	font-size: 1.45rem;
	padding: 0px;
	margin-left: 25px;
}

.topbar .menuArea .item:first-of-type {
	margin-left: 0px;
}

.topbar .menuArea .item.special {
	background: var(--blue-default);
	padding-left: 17.5px;
	padding-right: 17.5px;
	border-radius: 50px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	color: #FFF;
	font-family: "Montserrat";
	text-transform: uppercase;
	font-size: 0.95rem;
	font-weight: 600;
}

.topbar .menuArea .item:not(.special):hover::before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--blue-default);
	position: absolute;
	bottom: 2.5px;
}

.callToActionCall {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 100px;
	margin-bottom: 50px;
}

.callToActionCall>.row:first-of-type {
	height: fit-content;
	align-items: center;
}

.callToActionCall .vector {
	height: 425px;
	background-image: url('../images/noticias.webp');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

.callToActionCall .text {
	height: fit-content;
}

.callToActionCall .text .title {
	font-family: "Teko";
	font-size: 3.7rem;
	color: #666;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px;
}

.callToActionCall .text .btnCall {
	background: var(--blue-default);
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	font-weight: 600;
	font-size: 0.9rem;
	margin-top: 7.5px;
	cursor: pointer;
}


/*----------------------------------------------------------------------------*
 * Área do Cliente															  *
 *----------------------------------------------------------------------------*/

.signInPage {
/*	background: rgb(167, 214, 50);*/
/*	background: linear-gradient(45deg, rgba(167, 214, 50, 1) 0%, rgba(4, 111, 192, 1) 70%);*/
	height: 100dvh;
	background: #0F172A;
}

.signInPage>.row:first-of-type {
	height: 100dvh;
	align-items: center;
}

.signInPage .formArea .logo {
	height: 99px;
	background-image: url('../images/logos/logoteste.png');
	background-repeat: no-repeat;
	background-size: auto 75px;
	background-position: center center;
	margin-top: 30px;
}

.signInPage .formArea .title {
	text-align: center;
	font-size: 1.2rem;
	color: #444;
	font-weight: 600;
	margin-top: 7.5px;
}

.signInPage .formArea .subtitle {
	text-align: center;
	font-size: 0.9rem;
	color: #999;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
}

.signInPage .formArea {
	background: #fff;
	border-radius: 10px;
	width: 550px;
	min-height: 50px;
	padding-bottom: 30px;
	border-radius: 5px;
	/*	box-shadow: 0 1px 3px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);*/
}

.signInPage .formArea .inputUser {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 35px;
}

.signInPage .formArea .inputPassword {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
}

.signInPage .formArea .btnDoAccess {
	height: 45px;
	background: var(--blue-default);
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	line-height: 42.5px;
	margin-right: 30px;
}

.signInPage .formArea .btnDoAccess>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.signInPage .formArea .btnDoAccess .text {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.775rem;
	padding: 0px;
	margin-left: 17.5px;
}

.signInPage .formArea .btnDoAccess .icon {
	padding: 0px;
	margin-left: 12.5px;
	font-size: 1.1rem;
	height: 32.5px;
	background: #0064DB;
	margin-right: 6.25px;
	border-radius: 5px;
	line-height: 32.5px;
	width: 35px;
	text-align: center;
}

.signInPage .formArea .btnDoAccess.loading {
	width: 60px;
	height: 45px;
	background: var(--blue-default);
	transition: all 1.5s ease;
	cursor: default;
}

.signInPage .formArea .btnDoAccess.loading .text,
.signInPage .formArea .btnDoAccess.loading .icon {
	display: none;
}

.signInPage .formArea .btnDoAccess.loading::before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f3f4";
	height: 45px;
	width: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	animation: spin 1.2s infinite;
	font-size: 1.2rem;
}

.signInPage .formArea .row.rpbta {
	height: 100%;
	align-items: center;
	margin-top: 25px;
}

.signInPage .formArea .recoverBtn {
	padding: 0px;
	margin-left: 30px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #999;
	cursor: pointer;
}

.clientAreaPage {
/*	background: rgb(167, 214, 50);*/
/*	background: linear-gradient(45deg, rgba(167, 214, 50, 1) 0%, rgba(4, 111, 192, 1) 70%);*/
	background: #0F172A;
	height: 100dvh;
}

.clientAreaPage .clientPageContainer {
	width: 100%;
	border-radius: 5px;
	background: #fff;
	margin: 15px;
	height: calc(100dvh - 30px);
	overflow: hidden;
}

/*.clientAreaPage .clientPageContainer::after{
	width: 70px;
	height: 70px;
	content: "";
	background: #0872BD;
	position: absolute;
	border-radius: 50%;
	right: -22.5px;
	bottom: -22.5px;
}*/

/* WhatsApp */
/*.clientAreaPage .clientPageContainer::after{
	width: 60px;
	height: 60px;
	content: "";
	background: #0872BD;
	position: absolute;
	border-radius: 5px;
	right: -15px;
	bottom: -15px;
}*/



/*----------------------------------------------------------------------------*
 * Sidebar menu  															  *
 *----------------------------------------------------------------------------*/

#icon-menu {
	position: absolute;
	top: 20px;
	right: -20px;
	background-color: #CAE2FF;
	border: 2px solid #97C6FF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease;
	z-index: 20;
}

#icon-menu i {
	font-size: 1.5rem;
	color: #0054B9;
	transition: transform 0.3s ease;
}

.sidebar:not(.expanded) #icon-menu i {
	transform: rotate(180deg);
}

/* menu expandido */
.clientAreaPage .clientPageContainer .sidebar {
	width: 380px;
	padding-top: 20px;
	height: calc(100dvh - 30px);
/*	border-right: 2px solid #97C6FF;*/
	border-bottom-right-radius: 2.5px;
	border-top-right-radius: 2.5px;
	transition: width 0.3s ease;
	background: #F8F9FE;
}

/* menu colapsado */
.clientAreaPage .clientPageContainer .sidebar .areaAtualizacoes{
	border-bottom: 2px dashed #ddd;
	border-top: 2px dashed #ddd;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.clientAreaPage .clientPageContainer .sidebar .areaAtualizacoes > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.clientAreaPage .clientPageContainer .sidebar .areaAtualizacoes .icone{
	padding: 0px;
	font-size: 1.2rem;
	color: var(--primary-color);
}

.clientAreaPage .clientPageContainer .sidebar .areaAtualizacoes .texto{
	padding: 0px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #666;
	margin-left: 12.5px;
}

@keyframes bell-shake{
	25% {translate: 2px 0;}
	50% {translate: -2px 0;}
	75% {translate: 2px 0;}
}

.clientAreaPage .clientPageContainer .sidebar .areaAtualizacoes .texto span{
	font-weight: 700;
	color: var(--primary-color);
}

.clientAreaPage .clientPageContainer .sidebar .areaAtualizacoes:has(span) .icone{
	animation: bell-shake 0.75s infinite;
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) {
	width: 85px;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu{
	margin-top: 20px;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item {
	margin-top: 7.5px;
	margin-left: 20px;
	margin-right: 12.5px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	height: 50px;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item .icon {
	background: #CAE2FF;
	border-radius: 5px;
	width: 47.5px;
	height: 47.5px;
	line-height: 47.5px;
	font-size: 1.4rem;
	color: #0054B9;
	padding: 0px;
	text-align: center;
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) .item .info {
	display: none;
}

.clientAreaPage .clientPageContainer .sidebar .item .info {
	margin-left: 12.5px;
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) .areaMenu .item:hover::after {
	content: attr(data-title) "\A" attr(data-description);
	white-space: pre;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFF;
	border: 2px solid #97C6FF;
	padding: 10px;
	z-index: 10;
	min-width: 100px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	font-size: 0.9rem;
	font-weight: 600;
	color: #777;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) .areaMenu .item:hover::after {
	opacity: 1;
	visibility: visible;
}

.clientAreaPage .clientPageContainer .sidebar.expanded .item .info .text{
	font-weight: 600;
	color: #666;
	padding: 0px;
}

.clientAreaPage .clientPageContainer .sidebar.expanded .item .info .text,
.clientAreaPage .clientPageContainer .sidebar.expanded .item .info .description {
	display: block;
	width: auto;
	opacity: 1;
	visibility: visible;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item {
	height: 50px;
	display: flex;
	align-items: center;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item:hover {
	height: 50px;
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) .areaMenu .item:hover .info .description {
	font-weight: 500;
	color: #555;
	font-size: 0.875rem;
	border-top: 1px;
	border-top: #FFFF !important;
	padding-top: 1px;
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) .areaMenu .item:hover .info .text {
	padding-bottom: 1px;
	border-bottom: 1px;
	border-bottom: #FFFF;
	font-weight: 600;
	font-size: 0.9rem;
	color: #777;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item.active .icon {
	background: var(--blue-default);
	color: #fff;
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item.active .text {
	color: var(--blue);
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .item .info .description {
	font-weight: 500;
	color: #555;
	font-size: 0.875rem;
	margin-top: -3px;
	padding: 0px;
/*	margin-left: 12.5px;*/
}

.clientAreaPage .clientPageContainer .sidebar .areaMenu .labelSection {
	padding: 0px;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.80rem;
	color: var(--primary-color);
	margin-top: 27.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.text-label {
	background-color: #FFF;
	padding: 1px;
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) .areaMenu .labelSection:hover {
	overflow: visible;
	white-space: nowrap;
	background-color: #FFF;
	z-index: 10;
}

.clientAreaPage .clientPageContainer .sidebar .areaLogout {
	position: absolute;
	bottom: 20px;
	margin-left: 20px;
	cursor: pointer;
	align-items: center;
}

.clientAreaPage .clientPageContainer .sidebar .areaLogout > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.clientAreaPage .clientPageContainer .sidebar .areaLogout .icon {
	background: #F3A3A1;
	height: 32.5px;
	width: 32.5px;
	border-radius: 5px;
	padding: 0px;
	text-align: center;
	line-height: 32.5px;
	font-size: 1.2rem;
	color: var(--red);
}

.clientAreaPage .clientPageContainer .sidebar:not(.expanded) .areaLogout .text {
	display: none;
}

.clientAreaPage .clientPageContainer .sidebar .areaLogout .text {
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 600;
	font-size: 0.9rem;
	color: #777;
}

.clientAreaPage .clientPageContainer .sidebar .profileArea {
	margin-left: 20px;
	margin-right: 20px;
}

.clientAreaPage .clientPageContainer .sidebar .profileArea > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.clientAreaPage .clientPageContainer .sidebar .profileArea .picture {
	background: #eee;
	border-radius: 5px;
	width: 47.5px;
	height: 47.5px;
	line-height: 47.5px;
	text-align: center;
	color: var(--blue);
	font-size: 1.5rem;
	padding: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.clientAreaPage .clientPageContainer .sidebar .profileArea .data {
	margin-left: 12.5px;
}

.clientAreaPage .clientPageContainer .sidebar .profileArea .name {
	padding: 0px;
	font-weight: 600;
	color: var(--primary-color);
	font-size: 0.95rem;
}

.clientAreaPage .clientPageContainer .sidebar .profileArea .resposability {
	padding: 0px;
	margin-top: -2.5px;
	text-transform: uppercase;
	color: #888;
	font-size: 0.8rem;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 2px;
}

/* -------------------------------------------------------------------------- */

.clientAreaPage .clientPageContainer .contentFinal {
	/*	height: calc(100vh - 80px);*/
	height: calc(100dvh - 30px);
	overflow-y: auto;
	overflow-x: hidden;
}

.modalUpdatePasswordRequired .inputPassword {
	margin-top: 20px;
}

.modalUpdatePasswordRequired .inputNewPassword {
	margin-top: 10px;
}

.modalUpdatePasswordRequired .inputNewPasswordRepeat {
	margin-top: 10px;
}

.modalUpdatePasswordRequired .msgArea {
	padding: 0px;
	font-weight: 500;
	color: #666;
	font-size: 0.9rem;
}

.btnModalItem {
	height: 45px;
	background: #eee;
	border-radius: 5px;
	margin-top: 20px;
	line-height: 45px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #666;
	cursor: pointer;
}

.btnModalItem:nth-child(2),
.btnModalItem:nth-child(3) {
	margin-left: 7.5px;
}

.btnModalItem.btnModalConfirm {
	background: var(--green-default);
	color: #fff;
}


/*----------------------------------------------------------------------------*
 * breadcrumbs  broadcumbs  												  *
 *----------------------------------------------------------------------------*/

.clientAreaPage .broadcumbs {
	height: 50px;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 20px;
	/* position: fixed; */
	background: #fff;
	/* z-index: 9; */
	/* width: calc(100vw - 490px); */
}

.clientAreaPage .broadcumbs::before {
	content: "";
	position: absolute;
	top: -20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.0) 95%);
	width: 100%;
	height: 85px;
	left: 0px;
}

.clientAreaPage .broadcumbs>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.clientAreaPage .broadcumbs .arrows {
	margin-right: 15px;
}

.clientAreaPage .broadcumbs .arrows .arrowItem {
	padding: 0px;
	cursor: pointer;
	font-size: 1.3rem;
	color: #666;
}

.clientAreaPage .broadcumbs .arrows .arrowItem:nth-child(2) {
	margin-left: 15px;
	cursor: pointer;
}

.clientAreaPage .broadcumbs .arrows .arrowItem.disable {
	cursor: default;
	color: #ccc;
}

.clientAreaPage .broadcumbs .item {
	cursor: pointer;
	padding: 0px;
	font-weight: 600;
	font-size: 0.9rem;
	color: #999;
}

.clientAreaPage .broadcumbs .itemDiv {
	width: 2px;
	padding: 0px;
	background: #ccc;
	height: 12.5px;
	margin-left: 15px;
	margin-right: 15px;
}

.clientAreaPage .broadcumbs .item.actual {
	color: var(--blue-default);
	cursor: default;
}

/*----------------------------------------------------------------------------*/

.clientAreaPage .chamadoPage {
	margin-left: 35px;
	margin-right: 35px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.clientAreaPage .chamadoPage .dataColumn {
	width: 400px;
	position: fixed;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 10px;
	padding-bottom: 7.5px;
}

.clientAreaPage .chamadoPage .dataColumn>.row:first-of-type .boxItem {
	margin-top: 0px;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .headerArea {
	height: 45px;
	border-bottom: 2px solid #eee;
	margin-bottom: 2.5px;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .headerArea>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .headerArea .icon {
	padding: 0px;
	margin-left: 12.5px;
	font-size: 1.2rem;
	color: var(--blue-default);
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .headerArea .title {
	padding: 0px;
	margin-left: 10px;
	font-weight: 600;
	color: #666;
	font-size: 0.9rem;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .itemData {
	height: 30px;
	margin-top: 5px;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .itemData>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .itemData .label {
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 600;
	color: #999;
	font-size: 0.8rem;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .itemData .value {
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 600;
	color: #666;
	font-size: 0.9rem;
}

.clientAreaPage .chamadoPage .dataColumn .boxItem .itemData.priority .value .tagPriority {
	height: 25px;
	background: #eee;
	line-height: 25px;
	margin-left: 15px;
	border-radius: 5px;
	font-size: 0.75rem;
	padding-left: 7.5px;
	padding-right: 7.5px;
	text-transform: uppercase;
	color: #fff;
}

.clientAreaPage .chamadoPage .contentColumn {
	margin-left: 400px;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea{
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 10px;
	/*padding: 10px;*/
}

.clientAreaPage .chamadoPage .contentColumn .titleArea {
	color: #666;
	font-weight: 500;
	height: 44px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 12.5px;
}

.clientAreaPage .chamadoPage .contentColumn .titleArea>.row:first-of-type {
	align-items: center;
	height: fit-content;
}

.clientAreaPage .chamadoPage .contentColumn .titleArea .icon {
	font-size: 1.3rem;
	color: var(--blue-default);
	padding: 0px;
}

.clientAreaPage .chamadoPage .contentColumn .titleArea .text {
	padding: 0px;
	margin-left: 12.5px;
	font-size: 1.15rem;
	font-weight: 600;
	user-select: text;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .content {
	padding: 0px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 7.5px;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .content * {
	user-select: text;
	max-width: 100%;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .content li,
.clientAreaPage .chamadoPage .contentColumn .descriptionArea .content ul {
	list-style-type: initial;
	margin-left: 15px;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .content img {
	max-width: 100%;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineArea {
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 10px;
	padding-bottom: 15px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineArea .titleArea .text {
	font-size: 0.95rem;
}

.clientAreaPage .chamadoPage .contentColumn .diviserItens {
	border-top: 2px dashed #ddd;
	margin-top: 25px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent {
	margin-top: 10px;
	margin-right: 15px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent>.row:first-of-type .timeItem {
	margin-top: -7.5px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem {
	margin-top: 10px;
	margin-left: 15px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem::before {
	/*width: 2px;
	height: calc(100% + 20px);
	position: absolute;
	left: 19px;
	top: 0px;
	content: "";
	background: #eee;*/
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent>.row:last-of-type .timeItem::before {
	height: calc(100% + 30px);
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .iconLeft {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #CAE2FF;
	line-height: 30px;
	font-size: 1.2rem;
	padding: 0px;
	text-align: center;
	color: var(--blue-default);
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem {
	/*	min-height: 100px;*/
	border-radius: 5px;
	background: #fff;
	margin-left: 10px;
	/*	box-shadow: 0px 0px 3px #eee;*/
	border: 1px solid #eee;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .actionArea {
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .actionArea>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .actionArea .icon {
	color: var(--blue-default);
	font-size: 1rem;
	padding: 0px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .actionArea .text {
	padding: 0px;
	font-weight: 500;
	color: #666;
	font-size: 0.8rem;
	padding: 0px;
	margin-left: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .actionArea .text span {
	color: var(--blue-default);
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .actionArea .time {
	padding: 0px;
	font-size: 0.825rem;
	color: #aaa;
	font-weight: 600;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .finalContent {
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 7.5px;
	font-weight: 500;
	color: #666;
	font-size: 0.9rem;
	border-top: 1px dashed #eee;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .finalContent *{
	user-select: text;
	word-wrap: break-word;
  	overflow-wrap: break-word; /* para compatibilidade */
  	white-space: normal;
  	font-family: "Montserrat";
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .finalContent ul,
.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .finalContent li{
	list-style-type: initial;
	margin-left: 15px;
	user-select: text;
	margin-right: 15px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .finalContent p,
.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .finalContent img,
.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .finalContent p img {
	max-width: 100% !important;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent{
	border-top: 1px dashed #eee;
	margin-left: 7.5px;
	margin-right: 7.5px;
	padding-bottom: 7.5px;
	padding-top: 2.5px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent > .row:first-of-type{
	margin-left: -20px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .textoAnexos{
	margin-left: 5px;
	width: calc(25% - 5px);
	height: 32.5px;
	margin-top: 5px;
	color: #999;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .textoAnexos > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .textoAnexos .icone{
	padding: 0px;
	/*margin-left: 5px;*/
	color: var(--primary-color);
	font-size: 0.85rem;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .textoAnexos .texto{
	padding: 0px;
	margin-left: 10px;
	font-weight: 600;
	font-size: 0.825rem;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .itemAnexado{
	margin-left: 5px;
	width: calc(25% - 5px);
	height: 32.5px;
	background: #eee;
	border-radius: 5px;
	margin-top: 5px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .itemAnexado > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .itemAnexado .nome{
	padding: 0px;
	margin-left: 10px;
	font-size: 0.8rem;
	color: #666;
	font-weight: 500;
	width: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .itemAnexado .btnsItem{
	margin-right: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .itemAnexado .itemBtn{
	margin-left: 12.5px;
	padding: 0px;
	cursor: pointer;
	font-size: 0.95rem;
	color: var(--primary-color);
}

.clientAreaPage .chamadoPage .contentColumn .timeLineContent .timeItem .containerItem .areaAnexosContent .itemAnexado .itemBtn.remover{
	color: var(--red);
}


.clientAreaPage .chamadoPage .contentColumn .areaToComment {
	margin-top: 10px;
	margin-left: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .label {
	background: #CAE2FF;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-weight: 600;
	color: var(--blue-default);
	font-size: 0.9rem;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaToReply {
	margin-top: 0px;
	/*	border-radius: 20px;*/
	/*	overflow: hidden;*/
	padding: 0px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaToReply .ql-toolbar.ql-snow{
	border-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaToReply .ql-container.ql-snow{
	border-color: #ddd;
/*	border: none;*/
	/*border-bottom-left-radius: 5px;*/
	/*border-bottom-right-radius: 5px;*/
	min-height: 100px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaToReply .ql-container{
	font-family: "Montserrat";
	height: auto !important;
	font-size: 0.9rem;
/*	border: none;*/
	border-color: #ddd;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaToReply .ql-container b,
.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaToReply .ql-container strong{
	font-weight: 600;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaToReply .ql-container p{
	font-weight: 500;
	color: #666;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList {
	margin-right: 0px;
	margin-top: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction {
	height: 42.5px;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	color: #eee;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction .icon {
	height: 30px;
/*	width: 30px;*/
/*	background: #eee;*/
	margin-left: 6.75px;
	border-radius: 5px;
	padding: 0px;
	line-height: 30px;
	text-align: left;
	font-size: 1rem;
	margin-left: 15px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction .text {
	padding: 0px;
	margin-left: 10px;
	margin-right: 20px;
/*	color: #eee;*/
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction.btnSendReply {
	margin-left: 10px;
	background: var(--blue-default);
}

/*.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction.btnSendReply .icon {
	color: var(--blue-default);
}*/

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction.btnReprove {
	background: var(--red);
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction.btnReprove .icon {
	color: #fff;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction.btnApprove {
	background: var(--green-default);
	margin-left: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnList .btnAction.btnApprove .icon {
	color: #fff;
}

:root {
	--tbw-cell-vertical-padding: 4px;
	--tbw-cell-horizontal-padding: 8px;
	--tbw-cell-line-height: 1.5em;
}

table {
	margin-bottom: var(--tbw-cell-line-height);
}

th,
td {
	height: calc(var(--tbw-cell-vertical-padding) * 2 + var(--tbw-cell-line-height));
	min-width: calc(var(--tbw-cell-horizontal-padding) * 2);
	padding: var(--tbw-cell-vertical-padding) var(--tbw-cell-horizontal-padding);
	border: 1px solid #e7eaec;
}

.downloadsListPage,
.chamadoListPage,
.ordensServicoListPage {
	margin-left: 35px;
	margin-right: 35px;
	padding-bottom: 20px;
/*	margin-top: 87.5px;*/
}

.chamadoListPage>.row:first-of-type {
	height: fit-content;
	align-items: end;
}

.downloadsListPage .presentationArea,
.ordensServicoListPage .presentationArea,
.chamadoListPage .presentationArea {
/*		background: #e7e7e7;*/
	border-radius: 5px;
	/*	height: 100px;*/
	border-bottom: 2px dashed #eee;
	margin-top: 15px;
}

.downloadsListPage .presentationArea .vector,
.ordensServicoListPage .presentationArea .vector,
.chamadoListPage .presentationArea .vector {
	height: 200px;
	background-image: url('../images/chamados.webp');
	background-size: auto 202px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 270px;
}

.chamadoListPage .presentationArea,
.ordensServicoListPage .presentationArea {
	overflow: hidden;
}

.chamadoListPage .presentationArea .vector {
	background-image: url('../images/undraw_performance-overview_1b4y.webp');
	background-size: auto 150px;
	background-position: bottom center;
	width: 200px;
	margin-bottom: -2px;
	height: 150px;
	margin-right: 30px;
}

.paginaListarOrcamentos .presentationArea .vector {
	background-image: url('../images/undraw_shared_workspace_re_3gsu.webp');
	background-size: 400px auto;
	background-position: bottom left;
	width: 400px;
	margin-bottom: -2px;
	height: 150px;
	margin-right: 30px;
}


.ordensServicoListPage .presentationArea .vector {
	background-image: url('../images/undraw_onboarding_re_6osc.webp');
	background-size: auto 160px;
	background-position: bottom left;
	margin-bottom: -2px;
	width: 225px;
	height: 160px;
}

.downloadsListPage .presentationArea {
	overflow: hidden;
}

.downloadsListPage .presentationArea .vector {
	background-image: url('../images/undraw_my_files_swob.webp');
	background-size: 270px auto;
	height: 170px;
	background-position: bottom left;
	margin-bottom: -2px;
	margin-right: 40px;
}

.downloadsListPage .presentationArea .titlePage,
.ordensServicoListPage .presentationArea .titlePage,
.chamadoListPage .presentationArea .titlePage {
	padding: 0px;
	font-size: 2.2rem;
	color: var(--primary-color);
	font-weight: 700;
	margin-top: 30px;
}

.downloadsListPage .presentationArea .lorem,
.ordensServicoListPage .presentationArea .lorem,
.chamadoListPage .presentationArea .lorem {
	padding: 0px;
	margin-right: 30px;
	font-weight: 500;
	color: #999;
	font-size: 1rem;
	padding-bottom: 20px;
}

.chamadoListPage .presentationArea .titlePage {
	margin-top: 0px;
}

.chamadoListPage .presentationArea>.row:first-of-type {
	align-items: end;
}

.ordensServicoListPage .presentationArea>.row:first-of-type {
	align-items: end;
}

.chamadoListPage .tableListChamados {
	margin-top: 20px;
}

.clientAreaPage .chamadoPage .contentColumn .areaClosedInfo {
	margin-top: 30px;
}

.clientAreaPage .chamadoPage .contentColumn .areaClosedInfo .label {
	background: #CAE2FF;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-weight: 600;
	color: var(--blue-default);
	font-size: 0.9rem;
}

.chamadoListPage .areaBtnCreate {
	border-top-left-radius: 10px;
	border: 2px dashed #eee;
	border-top-right-radius: 10px;
	height: 57px;
	border-bottom: 2px solid transparent;
}

.chamadoListPage .areaBtnCreate .btnRealCreated {
	height: 45px;
	background: var(--green-default);
	margin: 10px 0px 10px 10px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
}

.chamadoListPage .areaBtnCreate .btnRealCreated>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.chamadoListPage .areaBtnCreate .btnRealCreated .icon {
	padding: 0px;
	margin-left: 12.5px;
	color: #fff;
	font-size: 1.3rem;
}

.chamadoListPage .areaBtnCreate .btnRealCreated .text {
	padding: 0px;
	margin-right: 20px;
	margin-left: 12.5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 0.9rem;
}

.chamadoListPage .areaBtnCreate .btnExportData {
	background: #ddd;
	border-radius: 5px;
	height: 45px;
	width: 45px;
	margin-left: 7.5px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 45px;
	color: var(--blue);
	font-size: 1.2rem;
	cursor: pointer;
}

.modalCriarChamado .inputEmpresa {
	margin-right: 10px;
}

.modalCriarChamado .inputContatoCopia {
	margin-top: 10px;
}

.modalCriarChamado .inputProduto {
	margin-top: 10px;
}

.modalCriarChamado .inputDepartamento {
	margin-top: 10px;
	margin-left: 10px;
	display: none;
}

.modalCriarChamado .inputDescription {
	margin-top: 10px;
}

.modalCriarChamado .areaDescription {
	margin-top: 10px;
}

.modalCriarChamado .areaDescription label {
	font-weight: 600;
	font-size: 0.8rem;
	color: #888;
	padding-right: 15px;
	margin-bottom: 0px;
	height: 1.1rem;
	line-height: 1.1rem;
	padding-left: 0px;
}

.modalCriarChamado .areaDescription label span {
	color: red;
	padding-left: 5px;
}

.modalCriarChamado .inputAnexos {
	margin-top: 10px;
}

.modalCriarChamado .inputChamadoVinculado {
	margin-top: 10px;
	margin-left: 10px;
}

.modalCriarChamado .areaDescription .trumbowyg-box {
	border-radius: 5px !important;
	border: 1px solid #ddd;
	overflow: hidden;
}

.modalCriarChamado .areaDescription.invalid .trumbowyg-box {
	border: 1px solid var(--red);
	animation: input-shake 0.2s 2;
}

.modalCriarChamado .areaDescription .trumbowyg-box button:hover,
.modalCriarChamado .areaDescription .trumbowyg-box button:active {
	background: inherit;
}

.modalCriarChamado .areaDescription .trumbowyg-box .trumbowyg-active {
	background: inherit !important;
}

.modalCriarChamado .areaDescription .trumbowyg-box .trumbowyg-editor {
	height: 200px;
}

.modalCriarChamado .areaDescription .trumbowyg-box .trumbowyg-editor p {
	line-height: 0.80rem !important;
	font-size: 1rem;
	color: #666;
}

.modalCriarChamado .areaDescription .trumbowyg-box .trumbowyg-editor b {
	font-weight: 600 !important;
}

.modalCriarChamado .areaDescription .trumbowyg-box .trumbowyg-editor li,
.modalCriarChamado .areaDescription .trumbowyg-box .trumbowyg-editor ul {
	list-style-type: initial;
	margin-left: 10px;
}

.modalCriarChamado .iasp {
	/*	display: none;*/
}

.modalCriarChamado .areaDescription > .row > .col{
	padding: 0px;
}

.modalCriarChamado .areaDescription .ql-toolbar.ql-snow{
	border-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modalCriarChamado .areaDescription .ql-container.ql-snow{
	border-color: #ddd;
/*	border: none;*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 200px;
}

.modalCriarChamado .areaDescription.invalid .ql-container.ql-snow,  .modalCriarChamado .areaDescription.invalid .ql-toolbar.ql-snow{
	border-color: var(--red);
	animation: input-shake 0.2s 2;
}

.modalCriarChamado .areaDescription .ql-container{
	font-family: "Montserrat";
	height: auto !important;
	font-size: 0.9rem;
/*	border: none;*/
}

.modalCriarChamado .areaDescription .ql-container b,
.modalCriarChamado .areaDescription .ql-container strong{
	font-weight: 600;
}

.modalCriarChamado .areaDescription .ql-container p{
	font-weight: 500;
	color: #666;
}

.trumbowyg-box .trumbowyg-button-pane {
	z-index: 0 !important;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .titleArea {
	height: auto;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .titleArea .linkedChamado {
	height: 30px;
	margin-left: 27.5px;
	line-height: 30px;
	margin-top: 5px;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .titleArea .linkedChamado .iconLink {
	font-size: 0.94rem;
	color: var(--blue-default);
	padding: 0px;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .titleArea .linkedChamado .title {
	padding: 0px;
	margin-left: 10px;
	color: #666;
	font-weight: 500;
	font-size: 0.925rem;
}

.clientAreaPage .chamadoPage .contentColumn .descriptionArea .titleArea .linkedChamado .title a {
	color: var(--blue-default);
}

.clientAreaPage .chamadoPage .dataColumn .boxItem.boxAttachs {
	padding-bottom: 0px;
}

.clientAreaPage .chamadoPage .boxAttachs .inputAnexos {
	margin-top: -2px;
}

.clientAreaPage .chamadoPage .boxAttachs .inputAnexos .listAreaContent {
	border: none;
	border-radius: 0px;
	margin-top: 0px;
}

.clientAreaPage .chamadoPage .boxAttachs .inputAnexos .listAreaContent .btnUpload {
	background: #f7f7f7;
}

.clientAreaPage .chamadoPage .boxAttachs .inputAnexos .listAreaContent .notItensListed {
	line-height: 1.5rem;
	font-size: 0.8rem;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}

.clientAreaPage .chamadoPage .dataColumn .btnsActionChamadoItem {
	height: 47.5px;
	background: #eee;
	border-radius: 5px;
	line-height: 47.5px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.825rem;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
}

.clientAreaPage .chamadoPage .dataColumn .btnsActionChamadoItem.btnCancelChamado {
	background: #fd8251;
	color: #fff;
}

.modalCancelarChamado .description {
	padding: 0px;
	font-weight: 500;
	color: #666;
	font-size: 0.95rem;
	text-align: center;
}

.modalCancelarChamado .inputMotivoCancelamento {
	margin-top: 15px;
}

.downloadsListPage .titleSelect {
	font-weight: 600;
	color: #666;
	font-size: 1.1rem;
	padding: 0px;
	margin-top: 30px;
}

.downloadsListPage .titleSelect span {
	color: var(--primary-color);
}

.downloadsListPage .titleSelect.arquivos{
	font-size: 1rem;
}

.downloadsListPage .areaSelectProduct .listProducts .itemProduct {
	height: 75px;
	border-radius: 5px;
	background: #e9f3ff;
	margin-top: 10px;
	max-width: calc(25%);
	cursor: pointer;
	margin-left: 10px;
}

.downloadsListPage .areaSelectProduct .listProducts .itemProduct.active {
	background: #d4e9ff;
}

.downloadsListPage .areaSelectProduct .listProducts>.row .itemProduct:first-of-type {
	margin-left: 0px;
}

.downloadsListPage .areaSelectProduct .listProducts .itemProduct>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.downloadsListPage .areaSelectProduct .listProducts .itemProduct .logo {
	height: 50px;
	width: 50px;
	margin-left: 15px;
	background-image: url('../images/icone.webp');
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.downloadsListPage .areaSelectProduct .listProducts .itemProduct .text {
	font-weight: 600;
	color: #222;
}

.downloadsListPage .areaSelectProduct .listProducts .itemProduct .description {
	font-weight: 500;
	color: #666;
	font-size: 0.9rem;
	margin-top: -2px;
}

.downloadsListPage .areaSelectVersion {
	display: none;
}

.downloadsListPage .areaSelectVersion .listVersions {
	margin-left: -7.5px;
	margin-top: 2.5px;
}

.downloadsListPage .areaSelectVersion .listVersions .itemVersion {
	background: #e9f3ff;
	height: 42.5px;
	border-radius: 5px;
	margin-left: 7.5px;
	margin-top: 7.5px;
	cursor: pointer;
	line-height: 42.5px;
	font-weight: 600;
	color: #666;
	font-size: 0.9rem;
	/*	padding-right: 7.5px;*/
}

.downloadsListPage .areaSelectVersion .listVersions .itemVersion:has(span) {
	padding-right: 7.5px;
}

.downloadsListPage .areaSelectVersion .listVersions .itemVersion span {
	background: var(--primary-color);
	padding: 5px;
	border-radius: 2.5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75rem;
	margin-left: 17.5px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.downloadsListPage .areaSelectVersion .listVersions .itemVersion.active {
	background: #d4e9ff;
}

.downloadsListPage .areaInfoVersao{
	border-top: 2px dashed #eee;
	margin-top: 40px;
	display: none;
}

.downloadsListPage .areaDescricao{
	font-size: 0.95rem;
	color: #666;
	font-weight: 500;
	margin-top: 15px;
}

.downloadsListPage .areaDescricao *{
	user-select: text;
	color: #666 !important;
}

.downloadsListPage .areaDescricao li,
.downloadsListPage .areaDescricao ul{
	list-style-type: initial;
	margin-left: 10px;
}

.downloadsListPage .areaToShowArquivos {
	display: none;
	margin-top: 15px;
}

.downloadsListPage .areaToShowArquivos .columTypeFile {
	margin-left: 10px;
	margin-top: 12.5px;
	border-left: 2px dotted #ddd;
	max-width: calc(25% - 7.5px);

}

.downloadsListPage .areaToShowArquivos .columTypeFile:nth-child(1) {
	margin-left: 0px;
	border-left: 0px;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .titleLine>.row:first-of-type {
	align-items: center;
	height: fit-content;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .titleLine .icon {
	padding: 0px;
	font-size: 1.6rem;
	color: var(--primary-color);
	margin-left: 20px;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .titleLine .title {
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 600;
	color: #666;
}

.downloadsListPage .areaToShowArquivos .columTypeFile:nth-child(1) .titleLine .icon {
	margin-left: 0px;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .putListItens {
	margin-top: 5px;
	margin-left: 17.5px;
	margin-right: 7.5px;
}

.downloadsListPage .areaToShowArquivos .columTypeFile:nth-child(1) .putListItens {
	margin-left: 0px;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .putListItens .item {
	background: #e9f3ff;
	border-radius: 5px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .putListItens .item .iconDownload {
	height: 37.5px;
	width: 37.5px;
	border-radius: 5px;
	background: #FFF;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 37.5px;
	color: var(--primary-color);
	padding: 0px;
	text-align: center;
	font-size: 1.2rem;
	cursor: pointer;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .putListItens .item .descriptionItem {
	padding-top: 10px;
	font-weight: 500;
	color: #666;
	font-size: 0.9rem;
}

.downloadsListPage .areaToShowArquivos .columTypeFile .putListItens .item > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.downloadsListPage .areaToShowArquivos .notFoundFiles {
	border-radius: 5px;
	background: #FFC0CB;
	height: 80px;
	display: none;
	margin-top: 10px;
}

.downloadsListPage .areaToShowArquivos .notFoundFiles>.row:first-of-type {
	justify-content: center;
	height: 100%;
	align-items: center;
}

.downloadsListPage .areaToShowArquivos .notFoundFiles .iconNf {
	color: #666;
	font-size: 1.5rem;
	padding: 0px;
}

.downloadsListPage .areaToShowArquivos .notFoundFiles .textNf {
	color: #666;
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 500;
	font-size: 0.95rem;
}

.chamadoListPage .areaFiltros {
	border-bottom: 2px dashed #eee;
	min-height: 50px;
	margin-top: 15px;
	padding-bottom: 20px;
}

.chamadoListPage .areaFiltros .inputEmpresa {
	margin-left: 7.5px;
}

.chamadoListPage .areaFiltros .inputStatus {
	margin-left: 7.5px;
}

.chamadoListPage .areaFiltros .inputCreated {
	margin-left: 7.5px;
}

.chamadoListPage .areaFiltros .btnDoSearch,
.ordensServicoListPage .areaFiltros .btnDoSearch {
	height: 47.5px;
	background: var(--green-default);
	margin-left: 10px;
	border-radius: 5px;
	line-height: 47.5px;
	color: #fff;
	font-size: 1.1rem;
	cursor: pointer;
	padding: 0px;
	text-align: center;
	width: 45px;
}

.chamadoListPage .areaFiltros .btnClearFilter,
.ordensServicoListPage .areaFiltros .btnClearFilter {
	margin-left: 5px;
	height: 47.5px;
	cursor: pointer;
	border-radius: 5px;
	background: #ddd;
	color: #666;
	padding: 0px;
	text-align: center;
	line-height: 47.5px;
	width: 45px;
	font-size: 1.3rem;
}

.chamadoListPage .areaFiltros>.row:first-of-type,
.ordensServicoListPage .areaFiltros>.row:first-of-type {
	align-items: end;
}

.ordensServicoListPage>.row:first-of-type {
	height: fit-content;
	align-items: end;
}

.ordensServicoListPage .areaFiltros {
	border-bottom: 2px dashed #ddd;
	min-height: 50px;
	margin-top: 15px;
	padding-bottom: 20px;
}

.ordensServicoListPage .areaFiltros .inputEmpresa {
	margin-left: 7.5px;
}

.ordensServicoListPage .areaFiltros .inputProjeto {
	margin-left: 7.5px;
	display: none;
}

.ordensServicoListPage .areaFiltros .inputStatus {
	margin-left: 7.5px;
}

.ordensServicoListPage .areaFiltros .inputCreated {
	margin-left: 7.5px;
}

.ordensServicoListPage .areaBtnCreate {
	border-top-left-radius: 10px;
	border: 2px dashed #eee;
	border-top-right-radius: 10px;
	/*	height: 57px;*/
	height: fit-content;
	border-bottom: 2px solid transparent;
	width: 285px;
}

.ordensServicoListPage .areaBtnCreate .btnRealCreated {
	height: 45px;
	background: var(--green-default);
	margin: 10px 0px 0px 10px;
	border-radius: 5px;
	cursor: pointer;
}

.ordensServicoListPage .areaBtnCreate .btnRealCreated>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.ordensServicoListPage .areaBtnCreate .btnRealCreated .icon {
	padding: 0px;
	margin-left: 12.5px;
	color: #fff;
	font-size: 1.3rem;
}

.ordensServicoListPage .areaBtnCreate .btnRealCreated .text {
	padding: 0px;
	margin-right: 20px;
	margin-left: 12.5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 0.9rem;
}

/*.ordensServicoListPage .areaBtnCreate .btnExportData{
	background: #ddd;
	border-radius: 5px;
	height: 45px;
	width: 45px;
	margin-left: 7.5px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 45px;
	color: var(--blue-default);
	font-size: 1.2rem;
	cursor: pointer;
}*/

.ordensServicoListPage .areaBtnCreate .btnExportData {
	height: 40px;
	/*	background: var(--green-default);*/
	background: #ddd;
	margin: 10px 0px 0px 10px;
	border-radius: 5px;
	cursor: pointer;
	color: var(--blue-default);
	margin-right: 10px;
}

.ordensServicoListPage .areaBtnCreate .btnExportData>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.ordensServicoListPage .areaBtnCreate .btnExportData .icon {
	padding: 0px;
	margin-left: 12.5px;
	font-size: 1.1rem;
}

.ordensServicoListPage .areaBtnCreate .btnExportData .text {
	padding: 0px;
	margin-right: 20px;
	margin-left: 12.5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8rem;
}

.ordensServicoListPage .areaBtnCreate .areaToSelecteds {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	display: none;
}

.ordensServicoListPage .areaBtnCreate .areaToSelecteds .label {
	padding: 0px;
	font-size: 0.8rem;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}

.ordensServicoListPage .areaBtnCreate .btnDefault {
	background: #ddd;
	border-radius: 5px;
	height: 37.5px;
	margin-top: 5px;
	line-height: 37.5px;
	cursor: pointer;
}

.ordensServicoListPage .areaBtnCreate .btnDefault.btnApproveAll {
	background: var(--green-default);
	margin-top: 2.5px;
}

.ordensServicoListPage .areaBtnCreate .btnDefault.btnReproveAll {
	background: var(--red);
	margin-top: 2.5px;
	margin-left: 5px;
}

.ordensServicoListPage .areaBtnCreate .btnDefault .icon {
	font-size: 1rem;
	padding: 0px;
	color: #fff;
	margin-left: 12.5px;
}

.ordensServicoListPage .areaBtnCreate .btnDefault .text {
	padding: 0px;
	margin-left: 7.5px;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}

.ordensServicoListPage .areaBtnCreate .btnDefault.btnPrinterAll .icon,
.ordensServicoListPage .areaBtnCreate .btnDefault.btnPrinterAll .text {
	color: var(--blue-default);
}

.indexAreaCliente {
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
}

.indexAreaCliente .headerArea .vector {
/*	background-image: url('../images/undraw_product_iteration_kjok.webp');*/
	background-size: auto 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 340px;
	margin-left: 75px;
	margin-right: 17.5px;
	height: 170px;
	z-index: 9;
}

.indexAreaCliente .headerArea .areaText .wcOne {
	padding: 0px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #666;
}

.indexAreaCliente .headerArea .areaText .wcTwo {
	font-size: 2rem;
	color: var(--primary-color);
	padding: 0px;
	font-weight: 700;
}

.indexAreaCliente .exibindoEstatísticasDe {
	font-size: 0.825rem;
	padding: 0px;
	font-weight: 600;
/*	margin-top: 50px;*/
	color: #eee;
	text-transform: uppercase;
	background: #0054B9;
	padding: 5px 15px 5px 15px;
	border-bottom-right-radius: 7.5px;
	border-top-left-radius: 10px;
}

.indexAreaCliente .inputEmpresa {
	margin-top: 15px;
	margin-right: 2.5px;
	margin-left: 7.5px;
}

.indexAreaCliente .inputPeriodoMes {
	margin-top: 15px;
	margin-left: 7.5px;
}

.indexAreaCliente .inputProjeto {
	margin-left: 10px;
	margin-top: 7.5px;
}

.indexAreaCliente .placeholderContainer{
	background: #fff !important;
}

.indexAreaCliente .btnFind {
	height: 47.5px;
	width: 47.5px;
	padding: 0px;
	text-align: center;
	color: #fff;
	background: var(--green-default);
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
	line-height: 47.5px;
	font-size: 1.1rem;
	margin-right: 15px;
	z-index: 11;
}

.indexAreaCliente .rf {
	height: fit-content;
	align-items: end;
	padding-left: 7.5px;
}

.indexAreaCliente .headerArea .inputPeriodoAno {
	width: 125px;
}


.ordensServicoListPage .tableListOrdensServico {
	margin-top: 25px;
}

.ordensServicoListPage .tableListOrdensServico .bubbleStatus {
	height: 25px;
	border-radius: 25px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	font-weight: 500;
	background: #ddd;
	margin-left: 15px;
	font-size: 0.75rem;
	color: #fff;
	margin-right: 15px;
}

.ordensServicoListPage .tableListOrdensServico .valueFinal {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 2px;
}

.ordensServicoListPage .tableListOrdensServico .idFormatado {
	line-height: 25px;
	padding-right: 0px;
	height: 25px;
	padding-left: 15px;
}

.ordensServicoListPage .tableListOrdensServico .checkBox {
	width: 19px;
	height: 19px;
	border: 2px solid #ddd;
	border-radius: 2.5px;
	padding: 0px;
	margin-top: 3px;
	margin-left: 15px;
	margin-right: -5px;
	/*	display: none;*/
}

.ordensServicoListPage .tableListOrdensServico .checkBox.checked::before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f00c";
	height: 22px;
	width: 22px;
	padding: 0px;
	position: absolute;
	top: -3px;
	/*background: green;*/
	font-weight: 900;
	left: -1px;
	text-align: center;
	line-height: 22px;
	color: var(--green-default);
	font-size: 1.1rem;
}

.ordensServicoListPage .tableListOrdensServico .idChamadoVinculado {
	height: 25px;
	background: #e9f3ff;
	padding: 0px;
	border-radius: 25px;
	line-height: 25px;
	text-align: center;
	color: var(--blue);
	font-size: 0.9rem;
	margin-right: 0px;
	padding-left: 7.5px;
	align-items: center;
	padding-right: 7.5px;
	margin-left: 10px;
}

.ordensServicoListPage .tableListOrdensServico .idChamadoVinculado span {
	font-size: 0.85rem;
}

.ordensServicoListPage .tableListOrdensServico .btnSelectAll {
	cursor: pointer;
	height: 25px;
	background: var(--primary-color);
	margin-left: 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.7rem;
	line-height: 25px;
	padding-left: 7.5px;
	padding-right: 7.5px;
	font-weight: 600;
}

/*----------------------------------------------------------------------------*
 * ordem serviço  															  *
 *----------------------------------------------------------------------------*/

.clientAreaPage .osPage {
	width: 100%;
	margin-left: 35px; 
	margin-right: 35px; 
	padding-bottom: 20px; 
	margin-top: 20px; 
}

.clientAreaPage .osPage .dataColumn {
	width: 400px; 
	position: fixed;
}

.clientAreaPage .osPage .dataColumn .boxItem {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 10px;
	padding-bottom: 7.5px;
}

.clientAreaPage .osPage .dataColumn>.row:first-of-type .boxItem {
	margin-top: 0px;
}

.clientAreaPage .osPage .dataColumn .boxItem .headerArea {
	height: 45px;
	border-bottom: 2px solid #eee;
	margin-bottom: 2.5px;
}

.clientAreaPage .osPage .dataColumn .boxItem .headerArea>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.clientAreaPage .osPage .dataColumn .boxItem .headerArea .icon {
	padding: 0px;
	margin-left: 12.5px;
	font-size: 1.2rem;
	color: var(--blue-default);
}

.clientAreaPage .osPage .dataColumn .boxItem .headerArea .title {
	padding: 0px;
	margin-left: 10px;
	font-weight: 600;
	color: #666;
	font-size: 0.9rem;
}

.clientAreaPage .osPage .dataColumn .boxItem .itemData {
	height: 30px;
	margin-top: 5px;
}

.clientAreaPage .osPage .dataColumn .boxItem .itemData>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.clientAreaPage .osPage .dataColumn .boxItem .itemData .label {
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 600;
	color: #999;
	font-size: 0.8rem;
}

.clientAreaPage .osPage .dataColumn .boxItem .itemData .value {
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 600;
	color: #666;
	font-size: 0.9rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 2px;
}

.clientAreaPage .osPage .dataColumn .boxItem .itemData.status .value .tagStatus {
	height: 25px;
	background: #eee;
	line-height: 25px;
	margin-left: 15px;
	border-radius: 5px;
	font-size: 0.75rem;
	padding-left: 7.5px;
	padding-right: 7.5px;
	text-transform: uppercase;
	color: #fff;
}

.clientAreaPage .osPage .dataColumn .boxItem .areaChamadoVinculado .itemData.chamado .iconOpen {
	color: var(--blue-default);
	padding: 0px;
	margin-right: 12.5px;
	margin-left: 10px;
}

.clientAreaPage .osPage .dataColumn .boxItem .diviserItens {
	border-top: 2px dotted #ddd;
	margin-top: 12.5px;
	height: 5px;
}

.clientAreaPage .osPage .contentColumn {
	 margin-left: 435px; 
}

.clientAreaPage .osPage .contentColumn .titleArea {
	color: #666;
	font-weight: 500;
	height: 44px;
}

.clientAreaPage .osPage .contentColumn .titleArea>.row:first-of-type {
	align-items: center;
	height: fit-content;
}

.clientAreaPage .osPage .contentColumn .titleArea .icon {
	font-size: 1.3rem;
	color: var(--blue-default);
	padding: 0px;
}

.clientAreaPage .osPage .contentColumn .titleArea .text {
	padding: 0px;
	margin-left: 12.5px;
	font-size: 1.3rem;
}

.clientAreaPage .osPage .contentColumn .titleArea .btnPrinter {
	height: 32.5px;
	border-radius: 25px;
	background: #eee;
	cursor: pointer;
	color: #666;
}

.clientAreaPage .osPage .contentColumn .titleArea .btnPrinter>.row {
	height: 100%;
	align-items: center;
}

.clientAreaPage .osPage .contentColumn .titleArea .btnPrinter .iconPrinter {
	padding: 0px;
	margin-left: 15px;
}

.clientAreaPage .osPage .contentColumn .titleArea .btnPrinter .textPrinter {
	padding: 0px;
	margin-left: 10px;
	margin-right: 15px;
	font-size: 0.8rem;
	font-weight: 500;
}

.clientAreaPage .osPage .contentColumn .descriptionArea .content {
	padding: 0px;
	margin-top: 20px;
}

.clientAreaPage .osPage .contentColumn .descriptionArea .content li,
.clientAreaPage .osPage .contentColumn .descriptionArea .content ul {
	list-style-type: initial;
	margin-left: 15px;
}

.clientAreaPage .osPage .contentColumn .descriptionArea .content img {
	max-width: 100%;
}

.clientAreaPage .osPage .contentColumn .descriptionArea .content *{
	user-select: text !important;
	font-size: 0.95rem;
	font-weight: 500;
	color: #666;
	font-family: "Montserrat", sans-serif; !important;
}

.clientAreaPage .osPage .contentColumn .mensagemReenvio{
	margin-top: 25px;
	border-top: 2px dashed #ddd;
	padding-top: 20px;
}

.clientAreaPage .osPage .contentColumn .mensagemReenvio .titleArea .icon{
	font-size: 1.1rem;
}

.clientAreaPage .osPage .contentColumn .mensagemReenvio .titleArea .text{
	font-size: 1rem;
	font-weight: 600;
	color: var(--primary-color);
}

.clientAreaPage .osPage .contentColumn .mensagemReenvio .mensagem .identificacao{
	padding: 0px;
	font-weight: 600;
	color: #999;
	font-size: 0.95rem;
	margin-top: -12.5px;
}

.clientAreaPage .osPage .contentColumn .mensagemReenvio .mensagem .identificacao span{
	color: var(--primary-color);
}

.clientAreaPage .osPage .contentColumn .mensagemReenvio .mensagem .final{
	color: #666;
	font-weight: 500;
	padding: 0px;
	margin-top: 7.5px;
	font-size: 0.95rem;
}

.clientAreaPage .osPage .contentColumn .mensagemReenvio .mensagem .final span{
	font-weight: 600;
	font-size: 0.875rem;
}

.clientAreaPage .osPage .dataColumn .btnsActionChamadoItem {
	height: 47.5px;
	background: #eee;
	border-radius: 5px;
	line-height: 47.5px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8rem;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
	display: none;
}

.clientAreaPage .osPage .dataColumn .btnsActionChamadoItem.btnReprovarOS {
	background: var(--red);
	color: #fff;
	margin-top: 5px;
}

.clientAreaPage .osPage .dataColumn .btnsActionChamadoItem.btnAprovarOS {
	background: var(--green-default);
	color: #fff;
}

.clientAreaPage .osPage .dataColumn .btnImprimirOrdemServico {
	height: 47.5px;
	background: #eee;
	border-radius: 5px;
	line-height: 47.5px;
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8rem;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
/*	display: none;*/
}

.clientAreaPage .osPage .dataColumn .btnImprimirOrdemServico .icone{
	padding: 0px;
	font-size: 1.1rem;
}

.clientAreaPage .osPage .dataColumn .btnImprimirOrdemServico .texto{
	padding: 0px;
	margin-left: 12.5px;
}

.clientAreaPage .osPage .dataColumn .boxItem .itemData.codigo .value{
	color: var(--blue-default);
	cursor: pointer;
}

.modalReprovarOrdemServico .descricao{
	padding: 0px;
	font-weight: 500;
	color: #666;
	text-align: center;
	font-size: 0.95rem;
}

.modalReprovarOrdemServico .descricao span{
	color: var(--red);
	font-weight: 600;
}

.modalReprovarOrdemServico .inputMotivo{
	margin-top: 20px;
}

.modalReprovarOrdemServico .btnModalConfirm{
	background: var(--red);
}

/*----------------------------------------------------------------------------*/

.indexAreaCliente .areaEstatisticas {
/*	margin-top: 50px;*/
	padding-bottom: 20px;
	background: #F8F9FE;
	border-radius: 10px;
	margin-top: -65px;
/*	overflow: hidden;*/
/*	padding-left: 22.5px;*/
}

/*----------------------------------------------------------------------------*
 * DashPage																	  *
 *----------------------------------------------------------------------------*/

.publicDashboard {
	background: var(--primary-color);
	width: 100vw;
	height: 100dvh;
}

.publicDashboard .containerWhite {
	height: calc(100dvh - 137.5px);
	margin-left: 25px;
	margin-right: 25px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.publicDashboard .logoArea {
	height: 65px;
	/*	background: red;*/
	margin-left: 25px;
	width: 300px;
}

.publicDashboard>.row:first-of-type {
	height: 112.5px;
	align-items: center;
	/*	background: green;*/
}

.publicDashboard .controllsList {
	height: 45px;
	/*	background: blue;*/
	margin-right: 25px;
}

.publicDashboard .controllsList>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.publicDashboard .controllsList .icon {
	height: 32.5px;
	border: 2px solid #ddd;
	border-radius: 50%;
	margin-left: 10px;
	width: 32.5px;
	padding: 0px;
	line-height: 28.5px;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
}

.publicDashboard .controllsList .icon.one {
	margin-left: 0px;
}

.publicDashboard .controllsList .icon.two {
	height: 42.5px;
	width: 42.5px;
	line-height: 38.5px;
	font-size: 1.2rem;
}

.publicDashboard .logoArea>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.publicDashboard .logoArea .icon {
	background-image: url('../images/logos/logoprospera.webp');
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 55px;
	width: 55px;
}

.publicDashboard .logoArea .title {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.publicDashboard .logoArea .name {
	font-size: 1.25rem;
	color: #ddd;
	font-weight: 600;
	margin-top: -5px;
}

.publicDashboard .logoArea .name b {
	color: #fff;
	font-weight: 700;
}

.publicDashboard .containerWhite .containerChamados .statisticsArea {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.publicDashboard .containerWhite .containerChamados .statisticsArea .item {
	height: 110px;
	background: #BBE3FF;
}

.publicDashboard .containerWhite .containerChamados .statisticsArea .item:nth-child(2),
.publicDashboard .containerWhite .containerChamados .statisticsArea .item:nth-child(4) {
	background: #88CDFF;
}

.publicDashboard .containerWhite .containerChamados .tableListChamados {
	margin-right: 20px;
	margin-top: 20px;
}

.publicDashboard .containerWhite .containerChamados .tableListChamados .nameClient {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 2px;
}

.publicDashboard .containerWhite .containerChamados .graphArea {
	width: 30vw
}

.publicDashboard .containerWhite .containerChamados .statisticsArea .item .icon {
	color: var(--primary-color);
	font-size: 3.25rem;

	padding: 0px;
	margin-left: 22.5px;
}

.publicDashboard .containerWhite .containerChamados .statisticsArea .item>.row {
	height: 100%;
	align-items: center;
}

.publicDashboard .containerWhite .containerChamados .statisticsArea .item .title {
	padding: 0px;
	font-size: .95rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-left: 17.5px;
}

.publicDashboard .containerWhite .containerChamados .statisticsArea .item .value {
	padding: 0px;
	margin-left: 17.5px;
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-top: -7.5px;
}

.publicDashboard .titleDashOpened {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: 600;
}

.publicDashboard .graphChamadosPorColaborador {
	margin-left: 100px;
	margin-top: 100px;
}

.publicDashboard .graphChamadosPorColaborador .areaPlot {
	height: 400px;
	width: 400px;
}

.publicDashboard .graphChamadosPorColaborador>.row:first-of-type {
	height: fit-content;
	align-items: center;
}

.publicDashboard .graphChamadosPorColaborador .legendArea {
	margin-left: 25px;
}

.publicDashboard .graphChamadosPorColaborador .legendArea .itemLegend {
	height: 25px;
	margin-top: 7.5px;
}

.publicDashboard .graphChamadosPorColaborador .legendArea .itemLegend>.row:first-of-type {
	height: 100%;
	align-items: center;
}

.publicDashboard .graphChamadosPorColaborador .legendArea .itemLegend .colorArea {
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: #eee;
	padding: 0px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-weight: 600;
}

.publicDashboard .graphChamadosPorColaborador .legendArea .itemLegend.nra .colorArea {
	background: var(--red);
}

.publicDashboard .graphChamadosPorColaborador .legendArea .itemLegend .nameResponsable {
	padding: 0px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #666;
	margin-left: 12.5px;
}

/* ----------------------------------------------------------Inicio de responsividade -----------------------------*/
@media screen and (max-width: 1450px) {
	.areaEstatisticas {
		/* background-color: red; */
		width: 700px;
	}

	.graficoDosp {
		width: 350px;
		height: auto;
	}

	.graficoDosn {
		width: 350px;
		height: auto;
	}

	.indexAreaCliente .areaEstatisticas .cardsArea .cardItem .titulo .texto {
		font-size: 10px;
	}
}

@media screen and (max-width: 1350px) {
	.areaEstatisticas {
		width: 700px;
	}


	.indexAreaCliente .areaEstatisticas .cardsArea .cardItem .titulo .texto {
		font-size: 8.5px;
	}
}

@media screen and (min-width: 1450px) {
	.areaEstatisticas {
		/* background-color: blue; */
		min-width: 900px;
	}

	.indexAreaCliente .areaEstatisticas .cardsArea .cardItem .titulo .texto {
		font-size: 12px;
	}
}

.recoverPasswordPage .areaSuccess {
	margin: 25px;
	display: none;

	margin-bottom: 15px;
}

.recoverPasswordPage .areaSuccess .description {
	padding: 0px;
	text-align: center;
	font-weight: 500;
	color: #666;
	font-size: 1rem;
}

.recoverPasswordPage .areaSuccess .btnDoAccess {
	margin-top: 30px;
}


.areaAcoesPadrao {
/*	border-bottom: 2px dashed #eee;*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.areaAcoesPadrao .btnDefault {
	height: 42.5px;
	border-radius: 5px;
	background: #eee;
	cursor: pointer;
	margin-left: 10px;
	color: #666;
}

.areaAcoesPadrao .btnDefault > .row:first-of-type{
	align-items: center;
	height: 100%
}

.areaAcoesPadrao .btnDefault .icone{
	padding: 0px;
	margin-left: 13px;
}

.areaAcoesPadrao .btnDefault .texto{
	padding: 0px;
	margin-left: 12.5px;
	margin-right: 20px;
	font-weight: 600;
	font-size: 0.9rem;
}

.areaAcoesPadrao .btnDefault.btnCadastro{
	background: var(--green-default);
	color: #fff;
}

.areaAcoesPadrao .btnDefault.btnExportar{
	color: var(--blue);
}

.areaAcoesPadrao .btnDefault.btnAprovarTodos{
	color: #fff;
	background: var(--green-default);
}

.areaAcoesPadrao .btnDefault.btnReprovarTodos{
	color: #fff;
	background: var(--red);
}

.areaAcoesPadrao .btnDefault.btnImprimir{
	color: #fff;
	background: var(--blue);
}

.areaAcoesPadrao .btnDefault.btnAprovarTodos .icone,
.areaAcoesPadrao .btnDefault.btnReprovarTodos .icone{
	font-size: 1.15rem;
}

.areaAcoesPadrao .label{
	padding: 0px;
	font-weight: 600;
	font-size: 0.9rem;
	color: #666;
}

.paginaOrdensServico .areaAcoesPadrao .areaBotoesSelecionados{
	margin-left: 100px;
	display: none;
}

.paginaOrdensServico .areaAcoesPadrao .areaBotoesSelecionados > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.paginaOrdensServico .areaAcoesPadrao .label.labelComSelecionados{
	margin-right: 10px;
}

.btnAbrirMenuMobile{
	display: none;
}

.modalExportacaoChamado .observacoesExportacao{
	padding: 0px;
	font-weight: 500;
	color: #666;
	text-align: center;
	font-size: 0.95rem;
}

.modalExportacaoChamado .inputPaginas{
	margin-top: 20px;
}

.areaSelecionarCamposExportacao .label{
	font-weight: 600;
	font-size: 0.8rem;
	color: #888;
	margin-bottom: 0px;
	height: 1.1rem;
	line-height: 1.1rem;
	padding-left: 0px;
}

.areaSelecionarCamposExportacao .label span{
	color: red;
	padding-left: 2.5px;
}


.modalExportacaoChamado .areaSelecionarCamposExportacao,
.modalExportacaoOrdensServico .areaSelecionarCamposExportacao{
	margin-top: 12.5px;
	margin-left: -7.5px;
}

.modalExportacaoChamado .areaSelecionarCamposExportacao .label,
.modalExportacaoOrdensServico .areaSelecionarCamposExportacao .label{
	margin-left: 7.5px;
}

.areaSelecionarCamposExportacao .checkboxItem{
	height: 30px;
	margin-top: 5px;
	width: calc(33.333% - 7.5px);
	margin-left: 7.5px;
}

.areaSelecionarCamposExportacao .checkboxItem > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.areaSelecionarCamposExportacao .checkboxItem .areaCheck{
	height: 18px;
	width: 18px;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 0px;
	cursor: pointer;
}

.areaSelecionarCamposExportacao .checkboxItem.disabled .areaCheck{
	background: #eee;
	cursor: default;
}

.areaSelecionarCamposExportacao .checkboxItem.checked .areaCheck::before{
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	content: "\f00c";
	height: 22px !important;
	width: 22px !important;
	padding: 0px;
	/*background: green;*/
	font-weight: 900;
	text-align: center;
	line-height: 22px;
	color: var(--green-default);
	font-size: 1.15rem;
	text-align: center;
	margin-left: -1px;
	margin-top: -5.5px;
}

.areaSelecionarCamposExportacao .checkboxItem .labelItem{
	padding: 0px;
	padding-left: 10px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #666;
	cursor: pointer;
	width: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.areaSelecionarCamposExportacao .checkboxItem.disabled .labelItem{
	cursor: default;
}

.pgModalContainer .diviserItens {
	border-top: 2px dashed #ddd;
	margin-top: 17.5px;
	margin-bottom: -5px;
}

.modalExportacaoOrdensServico .observacoesExportacao{
	padding: 0px;
	font-weight: 500;
	color: #666;
	text-align: center;
	font-size: 0.95rem;
}

.modalExportacaoOrdensServico .inputPaginas{
	margin-top: 20px;
}

.paginaPerfil .header{
	margin: 30px 40px 10px 40px;
/*	border-top: 2px dashed #ddd;*/
/*	border-bottom: 2px dashed #ddd;*/
/*	padding-top: 20px;*/
	padding-bottom: 20px;
}

.paginaPerfil .header > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.paginaPerfil .header .imagemPerfil{
	width: 65px;
	height: 65px;
	background: #eee;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--primary-color);
	line-height: 65px;
	letter-spacing: 1px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.paginaPerfil .header .imagemPerfil:hover::after{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	border-radius: 7.5px;
	font-family: 'Font Awesome 5 Pro';
	content: "\f093";
	cursor: pointer;
	font-size: 1.4rem;
	padding: 0px;
	font-weight: normal;
	color: #fff;
}

.paginaPerfil .header .informacoesPrincipais{
	margin-left: 20px;
}

.paginaPerfil .header .informacoesPrincipais .nome{
	font-weight: 600;
	color: #666;
	font-size: 1.2rem;
	padding: 0px;
}

.paginaPerfil .header .informacoesPrincipais > .row:nth-child(2){
	height: fit-content;
	align-items: center;
	margin-top: 0px;
}

.paginaPerfil .header .informacoesPrincipais .item{
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #999;
}

.paginaPerfil .header .informacoesPrincipais .item.incompleto{
	color: var(--orange);
}

.paginaPerfil .header .informacoesPrincipais .divisor{
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	background: #ddd;
	border-radius: 25px;
	width: 10px;
	height: 7.5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tabsDefault {
	height: 45px;
	background: #fff;
}

.paginaPerfil .tabsArea{
	margin-left: 40px;
	margin-right: 40px;
	background: #eee;
}

.tabsDefault .tabItem {
	height: 45px;
	color: #999;
	margin-left: 15px;
}

.tabsDefault .tabItem:first-of-type {
	margin-left: 0px;
}

.tabsDefault .tabItem>.row:first-of-type {
	align-items: center;
	height: 100%;
}

.tabsDefault .tabItem .icon {
	padding: 0px;
	font-size: 1.2rem;
	cursor: pointer;
}

.tabsDefault .tabItem .text {
	padding: 0px;
	padding-left: 7.5px;
	margin-right: 25px;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
}

.tabsDefault .tabItem.active {
	color: var(--blue);
}

.tabsDefault .tabItem.active .icon {
	cursor: default;
}

.tabsDefault .tabItem.active .text {
	cursor: default;
}

.paginaPerfil .tabsArea .tabItem:first-of-type{
	margin-left: 15px;
}

.paginaPerfil .contentTabDados{
	margin: -15px 40px 0px 40px;
}

.paginaPerfil .contentTabDados .tituloSecao{
	width: 350px;
	margin-top: 40px;
}

.paginaPerfil .contentTabDados .tituloSecao > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.paginaPerfil .contentTabDados .tituloSecao .icone{
	padding: 0px;
	font-size: 1.2rem;
	margin-left: 15px;
	color: var(--primary-color);
}

.paginaPerfil .contentTabDados .tituloSecao .texto{
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 600;
	margin-left: 12.5px;
}

.paginaPerfil .contentTabDados .tituloSecao .btnEditar{
	cursor: pointer;
}

.paginaPerfil .contentTabDados .tituloSecao .btnEditar > .row:first-of-type{
	align-items: center;
	margin-top: 15px;
}

.paginaPerfil .contentTabDados .tituloSecao .btnEditar .icone{
	font-size: 0.80rem;
}

.paginaPerfil .contentTabDados .tituloSecao .btnEditar .texto{
	font-size: 0.75rem;
	color: var(--primary-color);
	margin-left: 7.5px;
	text-transform: uppercase;
}

.paginaPerfil .contentTabDados .dadosSecao{
	margin-top: 40px;
}

.paginaPerfil .contentTabDados .diviser{
	border-bottom: 2px dashed #eee;
	margin-top: 40px;
}

.paginaPerfil .contentTabDados .dadosSecao .item{
	margin-top: 5px;
}

.paginaPerfil .contentTabDados .dadosSecao .item .label{
	font-weight: 600;
	color: #999;
	font-size: 0.9rem;
	padding: 0px;
}

.paginaPerfil .contentTabDados .dadosSecao .item .valor{
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 500;
	color: #666;
	font-size: 0.9rem;
}

.paginaPerfil .contentTabDados .dadosSecao .item.incompleto .valor{
	color: var(--orange);
}

.modalEditarDadosPessoais .inputEmail{
	margin-top: 10px;
}

.modalEditarDadosPessoais .inputTelefone{
	margin-top: 10px;
	margin-left: 10px;
}

.modalEditarDadosPessoais .inputDocumento{
	margin-top: 10px;
}

.modalEditarDadosPessoais .inputDataNascimento{
	margin-top: 10px;
	margin-left: 10px;
}

.modalEditarDadosPessoais .inputEndereco{
	margin-top: 10px;
}

.modalAlterarSenha .inputNovaSenha{
	margin-top: 25px;
}

.modalAlterarSenha .inputRepetirNovaSenha{
	margin-top: 10px;
}

.modalAlterarSenha .descricao{
	text-align: center;
	font-size: 0.9rem;
	color: #666;
	margin-top: 15px;
}

.paginaPerfil .contentTabNotificacoes{
	margin: 25px 40px 0px 40px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes{
	margin: 0px 15px 0px 15px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .header{
	/*border-top-right-radius: 5px;
	border-top-left-radius: 5px;*/
	background: #ddd;
	margin-top: 15px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	margin: 0px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .header .item{
	font-weight: 600;
	color: #666;
	font-size: 0.8rem;
/*	text-transform: uppercase;*/
	padding-left: 12.5px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .header .item.gateway{
	width: 105px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .moduloArea .tituloModulo{
	background: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--primary-color);
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .moduloArea .tituloModulo > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .moduloArea .tituloModulo .icone{
	padding: 0px;
	font-size: 0.925rem;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .moduloArea .tituloModulo .texto{
	padding: 0px;
	margin-left: 12.5px;
	font-weight: 600;
	font-size: 0.875rem;
	
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens{
/*	padding: 0px;*/
	/*margin-left: 12.5px;
	font-weight: 600;
	font-size: 0.875rem;*/
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .itemNotificacao{
	border-bottom: 1px solid #eee;
/*	padding-top: 7.5px;*/
/*	padding-bottom: 7.5px;*/
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .itemNotificacao > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .descricao{
	padding-left: 12.5px;
	font-weight: 600;
	font-size: 0.875rem;
	color: #999;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .inputAtivo{
	width: 85px;
	margin-top: 0px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .inputAtivo .containerSwitch .itemToBubble{
	margin-left: 0px;
	margin-right: 0px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .inputAtivo:last-of-type{
	margin-right: 7.5px;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .inputAtivo .containerSwitch{
	border-color: transparent;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .inputAtivo.disabled .containerSwitch{
	background: transparent;
}

.paginaPerfil .contentTabNotificacoes .tabelaConfiguracaoNotificacoes .areaListaItens .bubbleStatus{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 85px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.modalPosicionarAvatar .areaCrop{
	border-radius: 7.5px;
/*	width: 320px;*/
	padding: 0px;
	overflow: hidden;
	background: #eee;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.modalPosicionarAvatar .areaCrop .cropme-container{
	padding: 0px !important;
	margin: 0px !important;
}

.modalPosicionarAvatar .btnEscolherOutra{
	height: 35px;
	line-height: 35px;
	background: #eee;
	border-bottom-left-radius: 7.5px;
	border-bottom-right-radius: 7.5px;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0px;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
}

.modalPosicionarAvatar .descricao{
	padding: 0px;
	text-align: center;
	font-weight: 500;
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 17.5px;
}

.bubbleStatus {
	height: 25px;
	border-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	font-weight: 500;
	background: #ddd;
	margin-left: 15px;
	font-size: 0.75rem;
	color: #fff;
	margin-right: 15px;
}

.bubbleStatus.ativo{
	background: var(--green-default);
}

.bubbleStatus.suspenso{
	background: var(--orange);
}

.indexAreaCliente .dashboardCard{
	background: #F8F9FE;
	border-radius: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.indexAreaCliente .dashboardCard > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.indexAreaCliente .dashboardCard .icone{
	background: #0054B9;
	border-radius: 5px;
	color: #fff;
	padding: 5px 12.5px;
	font-size: 1.2rem;
	margin: 15px 0px 0px 15px;
}

.indexAreaCliente .dashboardCard .titulo{
	padding: 0px;
	margin-left: 15px;
	margin-top: 15px;
	font-weight: 600;
	color: #666;
}

.indexAreaCliente .dashboardCard.cardChamado{
	margin-left: 10px;
}

.indexAreaCliente .dashboardCard .itemValor{
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.indexAreaCliente .dashboardCard .itemValor > .row:first-of-type{
	align-items: end;
	height: fit-content;
}

.indexAreaCliente .dashboardCard .itemValor .valor{
	padding: 0px;
	font-size: 2rem;
	color: var(--primary-color);
	font-weight: 700;
}

.indexAreaCliente .dashboardCard .itemValor .valor:nth-child(3){
/*	margin-left: 40px;*/
}

.indexAreaCliente .dashboardCard .itemValor .labelFinal{
	padding: 0px;
	margin-left: 10px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	padding-bottom: 7.5px;
}

.indexAreaCliente .dashboardCard .itemValor.menor{
	margin-top: 0px;
}

.indexAreaCliente .dashboardCard .itemValor.menor .valor{
	font-size: 1.3rem;
	color: #666;
}

.indexAreaCliente .dashboardCard .itemValor.menor .valor span{
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #999;
}

.indexAreaCliente .dashboardCard .itemValor.menor .labelFinal{
	padding-bottom: 2.5px;
	font-weight: 600;
/*	margin-left: 7.5px;*/
	padding-left: 2.5px;
	font-size: 0.875rem;
}

.indexAreaCliente .dashboardCard .itemValor.menor .iconeVisualizar{
	padding: 0px;
	padding-bottom: 2.2px;
	color: var(--primary-color);
	cursor: pointer;
	padding-left: 12.5px;
	display: none;
}

.indexAreaCliente .dashboardCard .itemValor.menor:nth-child(2){
/*	margin-left: 30px;*/
}

.indexAreaCliente .dashboardCard .labelSecundaria{
	margin-top: 20px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 0.95rem;
}

.indexAreaCliente .dashboardCard.cardOrdemServico .itemValor.menor .valor,
.indexAreaCliente .dashboardCard.cardOrdemServico .itemValor.menor .labelFinal{
	cursor: pointer;
}

.indexAreaCliente .graficoComparativoAnual{
	background: #F8F9FE;
	border-radius: 10px;
	margin-top: 30px;
}

.indexAreaCliente .graficoComparativoAnual .labelArea{
	font-size: 0.825rem;
	padding: 0px;
	font-weight: 600;
/*	margin-top: 50px;*/
	color: #eee;
	text-transform: uppercase;
	background: #0054B9;
	padding: 5px 15px 5px 15px;
	border-bottom-right-radius: 7.5px;
	border-top-left-radius: 10px;
}

.indexAreaCliente .graficoComparativoAnual #consumoHorasMesProjeto{
	height: 350px;
	margin: 15px;
}

.indexAreaCliente .dashboardCard.cardOrdemServico #ordemServicoNatureza{
	margin: 5px 15px 0px 15px;
	height: 250px;
}

.indexAreaCliente .dashboardCard.cardChamado .chamadosAbertos,
.indexAreaCliente .dashboardCard.cardChamado .chamadosFechados{
	margin-top: 7.5px;
}

.indexAreaCliente .dashboardCard.cardChamado .labelSecundaria.l2{
	margin-top: 35px;
}

.indexAreaCliente .dashboardCard.cardChamado #estatisticasAtualChamados{
	margin: 5px 15px 0px 15px;
	height: 240px;
}

.indexAreaCliente .dashboardCard.cardOrdemServico .itemValor.emAprovacao .labelFinal{
	color: var(--orange);
}

.indexAreaCliente .dashboardCard.cardOrdemServico .itemValor.aprovadas .labelFinal{
	color: var(--green-default);
}

.modalCentralNotificacoes .inputVisualizacao{
	margin-top: -5px;
}

.modalCentralNotificacoes .tabelaNotificacoes.pgTableContainer .pgTableHeader{
	display: none;
}

.modalCentralNotificacoes .tabelaNotificacoes .imagemAtor{
	border-radius: 5px;
	background: var(--primary-color);
	height: 54px;
	width: 54px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 0px;
	letter-spacing: 1px;
}

.modalCentralNotificacoes .tabelaNotificacoes .mensagem{
	padding: 0px;
	margin-left: 12.5px;
/*	height: 52px;*/
	display: -webkit-box; /* Define um contêiner flexível */
  	-webkit-line-clamp: 3; /* Limita o texto a 2 linhas */
  	-webkit-box-orient: vertical; /* Define a orientação do box */
  	overflow: hidden; /* Esconde o texto extra */
  	text-overflow: ellipsis; /* Adiciona "..." no final do texto truncado */
  	line-height: 20px;
  	max-height: 57px;
  	font-weight: 500;
  	font-size: 0.85rem;
  	color: #666;
  	align-self: center;
}

.modalCentralNotificacoes .tabelaNotificacoes .mensagem b{
	font-weight: 600;
}

.modalCentralNotificacoes .tabelaNotificacoes .mensagem span{
	color: var(--primary-color);
}

.modalCentralNotificacoes .tabelaNotificacoes .mensagem span.emoji{
	font-size: 1.05rem;
}

.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao > .row:first-of-type{
	align-items: center;
	height: fit-content;
	margin-top: 2.5px;
}

.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao > .row:nth-child(2){
	align-items: center;
	height: fit-content;
	margin-top: 15px;
	background: #eee;
	margin-bottom: -12.5px;
}

.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao.temReferencia > .row:first-of-type{
	cursor: pointer;
}

.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao .bubble{
	padding: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999;
}

.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao .data,
.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao .categoria,
.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao .marcarComoLido{
	font-size: 0.75rem;
	color: #666;
	padding: 0px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.modalCentralNotificacoes .tabelaNotificacoes .pgTableItens.pgTableCi .pgTableItensLine:hover{
	background: #fff;
}

.modalCentralNotificacoes .tabelaNotificacoes .row:nth-child(even) .pgTableItensLine{
	background: #fff;
}

.modalCentralNotificacoes .tabelaNotificacoes .pgTableItens.pgTableCi > .row:nth-child(even){
	background: #fff;
}

.modalCentralNotificacoes .tabelaNotificacoes .pgTableItens.pgTableCi .row:nth-child(even) .pgTableItensLine:hover{
	background: #fff;
}

.modalCentralNotificacoes .tabelaNotificacoes .itemNotificacao .marcarComoLido{
	cursor: pointer;
	color: var(--primary-color);
	font-weight: 600;
}

.modalCentralNotificacoes .btnMarcarTodosLido{
	margin-top: -32.5px;
	height: 25px;
	cursor: pointer;
	color: var(--primary-color);
	display: none;
}

.modalCentralNotificacoes .btnMarcarTodosLido > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.modalCentralNotificacoes .btnMarcarTodosLido .icone{
	padding: 0px;
}

.modalCentralNotificacoes .btnMarcarTodosLido .texto{
	padding: 0px;
	margin-left: 10px;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.areaAguardandoDirecionamento{
	display: none;
	border-top: 2px dashed #ddd;
	margin-top: 20px;
	margin-bottom: -25px;
}

.areaAguardandoDirecionamento > .row:first-of-type{
	height: fit-content;
	align-items: end;
}

.areaAguardandoDirecionamento .vector{
	height: 130px;
	background-image: url('../images/undraw_processing_bto8.webp');
	background-size: auto 85%;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 130px;
}

.areaAguardandoDirecionamento .areaTexto {
	margin-left: 25px;
	padding-bottom: 25px;
}

.areaAguardandoDirecionamento .areaTexto .titulo{
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--primary-color);
	padding: 0px;
}

.areaAguardandoDirecionamento .areaTexto .descricao{
	padding: 0px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #666;
}

.paginaListarOrcamentos .tabelaListarOrcamentos{
	margin-top: 20px;
}

.paginaDadosOrcamento .areaAprovacaoOrcamento{
	border-top: 1px solid #eee;
	margin-top: 10px;
/*	margin-bottom: -27.5px;*/
	padding-top: 10px;
}

.labelDefault{
	padding: 0px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #888;
}

.labelDefault span{
	color: var(--red);
	padding-left: 5px;
}

.paginaDadosOrcamento .previewOrcamento{
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.9rem;
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
/*	display: none;*/
}

.paginaDadosOrcamento .previewOrcamento *{
	user-select: text;
	word-wrap: break-word;
  	overflow-wrap: break-word; /* para compatibilidade */
 	white-space: normal;
}

.paginaDadosOrcamento .previewOrcamento ul,
.paginaDadosOrcamento .previewOrcamento li{
	list-style-type: initial;
	margin-left: 15px;
	user-select: text;
	margin-right: 15px;
}

.paginaDadosOrcamento .previewOrcamento p,
.paginaDadosOrcamento .previewOrcamento img,
.paginaDadosOrcamento .previewOrcamento p img {
	max-width: 100% !important;
}

.paginaDadosOrcamento .btnOrcamento{
	color: #666;
	text-transform: uppercase;
	font-size: 0.825rem;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	background: #eee;
	margin-top: 2.5px;
	margin-left: 7.5px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.paginaDadosOrcamento .btnOrcamento:nth-child(1){
	margin-left: 20px;
}

.paginaDadosOrcamento .btnOrcamento:nth-child(3){
	margin-right: 20px;
}

.paginaDadosOrcamento .btnOrcamento.btnReprovar{
	background: var(--red);
	color: #fff;
}

.paginaDadosOrcamento .btnOrcamento.btnAprovar{
	background: var(--green-default);
	color: #fff;
}

.paginaDadosOrcamento .btnOrcamento.btnNegociar{
	background: var(--blue);
	color: #fff;
}

.paginaDadosOrcamento .contentColumn{
	margin-left: 420px !important;
}

.paginaDadosOrcamento .contentColumn .tabsArea{
/*	background: green;*/
	border: 1px solid #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 0px;
}

.paginaDadosOrcamento .contentColumn .tabsArea .tabItem{
	border-bottom: 2px solid #eee;
	margin-left: 0px !important;
	cursor: pointer !important;
}

.paginaDadosOrcamento .contentColumn .tabsArea .tabItem.active{
	border-color: var(--primary-color);
	cursor: default !important;
}

.paginaDadosOrcamento .contentColumn .contentTabEscopo,
.paginaDadosOrcamento .contentColumn .contentTabDados{
	border: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 0px;
}

.paginaDadosOrcamento .contentColumn .descriptionArea{
	margin: 25px 25px 15px 25px !important;
}

.paginaDadosOrcamento .contentTabEscopo .areaItensOrcamento{
	margin: 25px 25px 25px 25px !important;
}

.paginaDadosOrcamento .totalizadores{
	background: #eee;
	border: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paginaDadosOrcamento .totalizadores .item{
	font-size: 0.9rem;
}

.paginaDadosOrcamento .totalizadores .item > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.paginaDadosOrcamento .totalizadores .item .label{
	padding: 0px;
	font-weight: 600;
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 0.75rem;
}

.paginaDadosOrcamento .totalizadores .item .quantidade{
	padding: 0px;
	font-weight: 700;
	color: #666;
	margin-left: 10px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento {
	margin-top: 20px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .titleArea .text {
	font-size: 1.15rem;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .pgTableItens{
	border-radius: 0px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .pgTableItensLine{
	padding-top: 10px;
	padding-bottom: 10px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .pgTableHeader{
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eee;
	border: 1px solid #ddd;
	border-bottom: 0px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .pgTableHeader .pgTableHeaderItem{
	font-size: 0.75rem;
	color: #666;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .pgTableHeader .pgTableHeaderItem > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .pgTableHeader .pgTableHeaderItem .icone{
	font-size: 0.925rem;
	padding-right: 0px;
	margin-top: -2px;
	margin-bottom: -2px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .pgTableHeader .pgTableHeaderItem .final{
	padding-left: 10px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .btnEditar{
	font-size: 0.925rem;
	color: var(--primary-color);
	cursor: pointer;
	padding: 0px;
	margin-right: 15px;
	margin-top: -2px;
	margin-bottom: -2px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .areaProdOperador{
	margin-top: -2px;
	margin-bottom: -2px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .areaProdOperador > .row:first-of-type{
	align-items: center;
	height: fit-content;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .areaProdOperador .prod{
	padding-right: 0px;
	font-size: 1.1rem;
	color: var(--primary-color);
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .areaProdOperador .operador{
	padding-left: 12.5px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .valor{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 1px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .valor.hora:nth-child(1){
	padding-right: 7.5px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .valor.hora:nth-child(2){
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .valor.hora:nth-child(3){
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .valor.hora:nth-child(4){
	padding-left: 7.5px;
}

.paginaDadosOrcamento .contentColumn .areaItensOrcamento .tabelaListarItensOrcamento .idArea{
	border-left: 3px solid #ddd;
	font-weight: 600;
	color: var(--primary-color);
	padding-right: 7.5px;
}

.paginaDadosOrcamento .contentColumn .tabsArea .tabItem[item="escopo"]{
	display: none;
}

.modalAvaliarChamado .description{
	padding: 0px;
	font-weight: 600;
	color: #666;
	text-align: center;
	font-size: 0.9rem;
}

.modalAvaliarChamado input[type=radio] {
  	-webkit-appearance: none;
  	width: 55px;
  	height: 55px;
  	border: none;
  	cursor: pointer;
  	transition: border 0.2s ease;
  	filter: grayscale(100%);
  	margin: 0 5px;
  	/*transition: all 0.2s ease;*/
  	margin-top: 25px;
   	outline: none !important;
  	box-shadow: none !important;
  	-webkit-tap-highlight-color: transparent
}

.modalAvaliarChamado input[type=radio]:hover, input[type=radio]:checked {
  	filter: grayscale(100%);
}

.modalAvaliarChamado input[type=radio]:focus,  .modalAvaliarChamado input[type=radio]:active, .modalAvaliarChamado input[type=radio]:blur{
  	outline: 0;

  	filter: grayscale(100%);
}

.modalAvaliarChamado input[type=radio].happy {
  	background: url("../images/happy_ampvnc.svg") center;
  	background-size: cover;
}

.modalAvaliarChamado input[type=radio].neutral {
  	background: url("../images/neutral_t3q8hz.svg") center;
  	background-size: cover;
}

.modalAvaliarChamado input[type=radio].sad {
  	background: url("../images/sad_bj1tuj.svg") center;
  	background-size: cover;
}

.modalAvaliarChamado .inputDescritivo{
	margin-top: 30px;
}

.modalAvaliarChamado .resultadoTexto{
	text-align: center;
	margin-top: 12.5px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #666;
}

.modalAvaliarChamado .resultadoTexto span{
	color: var(--primary-color);
}

.modalAvaliarChamado input[type=radio].happy:checked {
  	filter: grayscale(0%) invert(85%) sepia(43%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
}

.modalAvaliarChamado input[type=radio].neutral:checked {
  	filter: invert(85%) sepia(95%) saturate(500%) hue-rotate(10deg) brightness(100%) contrast(90%);
}

.modalAvaliarChamado input[type=radio].sad:checked {
  	filter: grayscale(0%) invert(15%) sepia(100%) saturate(7500%) hue-rotate(0deg) brightness(95%) contrast(100%);
}


.modalAvaliarChamado input[type=radio]:focus,
.modalAvaliarChamado input[type=radio]:active,
.modalAvaliarChamado input[type=radio]:hover {
  	outline: none !important;
  	box-shadow: none !important;
}

.modalReprovarChamado .description{
	padding: 0px;
	font-weight: 600;
	color: #666;
	text-align: center;
	font-size: 0.9rem;
}

.modalReprovarChamado .inputMotivoReprovacao{
	margin-top: 15px;
}

.modalNegociarOrcamento .descricao{
	padding: 0px;
	font-weight: 600;
	color: #666;
	text-align: center;
	font-size: 0.9rem;
}

.modalNegociarOrcamento .inputDescricao{
	margin-top: 20px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .areaAnexosMensagem{
	border: 1px solid #ddd;
	padding-bottom: 5px;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnEnviarAnexo{
	background: #eee;
	height: 32.5px;
	color: #666;
	border-radius: 5px;
	margin-left: 5px;
	width: calc(25% - 6.25px);
	margin-top: 5px;
	cursor: pointer;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnEnviarAnexo > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnEnviarAnexo .icone{
	padding: 0px;
	font-size: 0.9rem;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .btnEnviarAnexo .texto{
	padding: 0px;
	margin-left: 10px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .itemAnexado{
	background: #eee;
	height: 32.5px;
	/*color: #fff;*/
	border-radius: 5px;
	margin-left: 5px;
	width: calc(25% - 6.25px);
	margin-top: 5px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .itemAnexado > .row:first-of-type{
	align-items: center;
	height: 100%;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .itemAnexado .nome{
	padding: 0px;
	margin-left: 10px;
	font-size: 0.8rem;
	color: #666;
	font-weight: 500;
	width: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .itemAnexado .btnsItem{
	margin-right: 10px;
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .itemAnexado .itemBtn{
	margin-left: 12.5px;
	padding: 0px;
	cursor: pointer;
	font-size: 0.95rem;
	color: var(--primary-color);
}

.clientAreaPage .chamadoPage .contentColumn .areaToComment .itemAnexado .itemBtn.remover{
	color: var(--red);
}