/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.main-menu.menu-fixed {
    top: 5rem;
}

.list-info-message {
	max-height: calc(100vh - 450px);
    overflow-y: auto;
}

.list-info-message li {
    text-align: left !important;
    margin: 0.5rem 0;
    font-size: 13px;
}

.buttons .plan:hover {
	text-decoration: underline;
}

.buttons .edit:hover {
	text-decoration: underline;
}

.buttons .clone:hover {
	text-decoration: underline;
}

.buttons .remove:hover {
	text-decoration: underline;
}

.more-options>div>div{
	display: none !important;
	
}

tr.color-row:hover {
	background-color: #e9e9e9;
}

tr.color-row:hover .more-options>div>div{
	display: flex !important;
	
}

.ui-carousel .slide, .ui-carousel .carousel-item {
    display: block;
}

.media-news {
    height: 360px !important;
    width: 100% !important;
    background-color: aliceblue;
}

.media-news-sm .media-news {
    height: 180px !important;
}

svg.highcharts-root {
	font-size: 1.3rem !important;
}

label-form.mb-0 fieldset {
	 margin-bottom: 0 !important;
}

.sort-icon {
    margin-left: 0.5rem;
}

.horizontal-scroll.scroll-example {
	overflow: initial;
}

.scroll-example .horz-scroll-content {
	overflow-x: auto;
}

.d-flex.hide {
    display: none !important;
}

#slide-fullscreen:fullscreen {
	background: white;
    height: 100vh !important;
    width: 100vw !important; 
}

#slide-fullscreen:fullscreen .card-slide {
    height: calc(100vh - 132px) !important;
    width: calc(100vw - 72px) !important;
}

#slide-fullscreen:fullscreen .slide,
#slide-fullscreen:fullscreen .slide video,
#slide-fullscreen:fullscreen .slide iframe,
#slide-fullscreen:fullscreen .slide img,
#slide-fullscreen .slide>div {
	width: 100%;
	height: 100%;
}

#slide-fullscreen:fullscreen .buttons-arrow {
	height: 0;
	margin-top: 0;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#slide-fullscreen:fullscreen .title-fullscreen {
	display: block !important;
}

#slide-fullscreen:fullscreen .title-fullscreen-none {
	display: none !important;
}

#slide-fullscreen:fullscreen .button-fullscreen-slide {
	display: none !important;
}
#slide-fullscreen:fullscreen .button-fullscreen-slide-none {
	display: block !important;
}

.button-fullscreen-slide {
	display: block !important;
}
.button-fullscreen-slide-none {
	display: none !important;
}

#slide-fullscreen:fullscreen .quiz {
    width: 100%;
    height: 100%;
}

#slide-fullscreen:fullscreen .quiz>div {
    height: 100%;
    width: 100%;
}

#slide-fullscreen:fullscreen .slide-quiz {
    max-height: 100%;
}

#slide-fullscreen:fullscreen .slide-questions {
    max-height: 100% !important;
}

.buid-quiz.quiz .card-shadow,
.quiz .card-shadow.slide-questions {
    background-color: #F5F7FA !important;
}

.buid-quiz.quiz .card-shadow.slide-questions,
.quiz .card-shadow {
    background-color: #FFF !important;
}

.title-slide {    
	position: absolute;
    display: flex;
    margin-left: -21px;
    margin-top: -19px;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
}

.title-slide h5{
    padding: 0.5rem;
    margin: 0.5rem;
    border-radius: 3px;
    background: black;
    opacity: 0.7;
    color: white;
    width: auto;
}

.title-fullscreen {
	display: none !important;
	margin: 2rem 1rem !important;
	height: 42px !important;
    overflow-y: auto !important;
}

.buttons-arrow {
	height: 0 !important;
	margin-top: 0;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.card-slide {
	display: block; 
	width: 842px;
}

.slide {
	display: none;
	width: 800px;
	height: 450px;
	align-items: center;
}

.slide iframe {
	width: 100%; 
	height: 100%;
}

.slide img {
	width: 800px; 
	height: 450px
}

.slide img,
.slide iframe,
.slide video {
	object-fit: contain !important;
}

.container-imagem {
    width: 260px;
    height: 195px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-imagem img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
}
    
.description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 195px;
    background-color: rgba(0, 0, 0, 0.6); /* Use um fundo semitransparente */
    color: #fff; /* Cor do texto */
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s; /* Adicione transição para suavizar a aparição */
}

.container-imagem:hover .description {
    opacity: 1;
}


table.table-nps td {
	text-align: center !important;
	border: 0px !important;
}

table.table-nps tr.tr-nps-icon td {
	width: 51px !important;
}


md-autocomplete-wrap {
	height: 2.25rem !important;
    box-shadow: none !important;
    background: white !important;
}

md-autocomplete input:not(.md-input) {
    font-size: 12px !important;
    padding: 0 !important;
    height: auto !important;
}

.daterangepicker .calendar-table th.prev, .daterangepicker .calendar-table th.next {
	background: none;
}

.percent {
    position: absolute;
    width: 260px;
    height: 14px;
    display: flex;
    justify-content: center;
}



#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


.info-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.info-icon .info-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px #ccc;
  width: 200px;
}

.info-icon:hover .info-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.info-icon i {
  font-size: 16px;
  color: #888;
}

.info-icon:hover i {
  color: #333;
}

.info-icon p {
  font-size: 14px;
  margin: 0;
}


.quiz {
	width: 800px;
	height: 450px;
	padding: 1rem;
}

.quiz>div {
	height: 422px;
	width: 772px;
	justify-content: space-between;
}

.slide-questions {
	background-color: white !important;
	max-height: 264px !important;
    margin: 0.5rem;
}

.slide-questions-scroll {
	overflow-y: auto !important;
	max-height: 222px !important;
}

.quiz.buid-quiz {
	height: 100% !important;
	width: 100% !important;
	padding: 0;
}

.quiz.buid-quiz>div {
	height: 100% !important;
	width: 100% !important;
}

.quiz.buid-quiz .slide-quiz {
	max-height: fit-content;
	overflow-y: inherit;
}



.timeline {
	width: 100% !important;
}

.timeline ul {
	margin: 0 1rem;
	height: 2px;
	background: #dfdfdf;
	transition: transform 0.4s;
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding: 0;
}

.filling-line {
	height: 2px;
	display: flex;
	margin: -2px 14px 0 14px;
	background-color: #00b5b8;
	transform: scaleX(0.1);
	transform-origin: left;
	transition: transform 0.3s;
}

.timeline li a {
	bottom: 0;
	z-index: 2;
	text-align: center;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #383838;
	margin-top: -28px;
	text-transform: uppercase;
}

.timeline li.selected:after {
	background-color: #00b5b8;
	border-color: #00b5b8;
}

.timeline li {
	display: flex;
	justify-content: center;
	margin-top: -5px;
	z-index: 2;
}

.timeline li:after {
	content: '';
	position: absolute;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	transition: background-color 0.3s, border-color 0.3s;
}

.timeline button {
	width: 52px;
}

.timeline-view>div {
	display: none;
}

.timeline-view>div.show {
	display: block;
}

.btn:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.slide-quiz {
	display: none;
	overflow-y: auto;
	max-height: 360px;
}

.drag-drop-topics,
.drag-drop-classes,
.drag-drop-contents {
	min-height: 2rem;
}

.number-slide {
	color: #f2f2f2;
	font-size: 12px;
	padding: 2px 3px;
	position: absolute;
	background: black;
	border-radius: 5px;
	margin: 0.5rem;
	z-index: 2;
}

.prev,
.next {
	cursor: pointer;
	top: 40%;
	width: auto;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background: black;
	opacity: 0.7;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

div.thumbnails>img {
	opacity: 0.6;
	max-width: 160px;
	max-height: 90px;
}

div.thumbnails {
	width: 166px;
	height: 96px;
	border-style: solid;
	border-radius: 0.21rem;
	text-align: center;
}

.thumbnails img,
.thumbnails iframe,
.thumbnails video {
	width: 160px;
	height: 90px;
	object-fit: contain !important;
}

.slide-selected,
div.thumbnails:hover {
	opacity: 1 !important;
}

.trash-slide {
	display: flex;
	justify-content: end;
	position: absolute;
	width: calc(100% - 34px);
	margin-top: 4px;
	z-index: 1;
}

.dd-title:hover,
.dd-title:focus {
	background-color: #404e67;
	color: #fff;
	border-radius: 0.25rem;
	outline: none;
	text-overflow: clip;
}

.dd-title {
	width: 100%;
	font-size: 1.14rem;
	word-break: break-all;
	cursor: text;
	font-weight: 700;
	margin: 0;
	padding: 0;
	display: inline;
}

.avatar img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0 none !important;
	border-radius: 50%;
	object-fit: cover !important;
}

.kanban-item-delete {
	cursor: pointer;
}

treecontrol.tree-classic li .tree-selected {
	background-color: transparent !important;
	font-weight: normal !important;
}

treecontrol.tree-classic li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

treecontrol>ul>li:first-child {
	position: relative;
	padding: 0;
	line-height: 20px;
}

treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
	padding: 0px 8px !important;
	background: url(../images/chevron-down.svg) no-repeat !important;
	background-size: 16px !important;
}

treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
	padding: 0px 8px !important;
	background: url(../images/chevron-right.svg) no-repeat !important;
	background-size: 16px !important;
}

treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
	padding: 0px 8px !important;
	background-size: 16px !important;
	background: url() no-repeat !important;
}

.main-menu.menu-light .navigation>li.open>a .icon-miranos {
	margin-left: -6px !important;
}

.kanban-board .kanban-board-header .kanban-title-board {
	word-break: break-all;
}

.panel-primary {
	border-color: #3276b1 !important;
}

.panel {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
	padding: 15px;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #3276b1;
	border-color: #3276b1;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}

.ql-container.ql-snow {
	border: 1px solid #ccd6e6;
	border-radius: 0 0 0.25rem 0.25rem;
}

.ql-toolbar.ql-snow {
	border: 1px solid #ccd6e6;
	border-radius: 0.25rem 0.25rem 0 0;
}

.sorting-asc {
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}

.sorting-desc {
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}

.sorting {
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}

.dd-item {
	border-radius: 0.25rem;
	padding: 1rem 0rem;
	margin: 0 1.8rem 1rem 0 !important;
	width: 100% !important;
	background-color: #F5F7FA;
	box-shadow: -4px 4px 6px 0 rgb(55 70 95 / 12%);
	float: left;
	background: #e2e4e6;
	transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.dropdown-item-sm {
	white-space: nowrap;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

.eplusOrgChartNode {
	background: azure;
	padding: 0.5rem;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
	transition: 0.3s;
	border-radius: 5px;
}

.eplusOrgChartNode:hover {
	cursor: pointer;
	transform: scale(1.02);
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.list-presentation .kanban-container {
	flex-direction: column !important;
}

.list-presentation .kanban-board {
	width: 100% !important;
}

.list-presentation .kanban-board header .kanban-title-board {
	width: 100% !important;
}

.kanban-footer {
	margin-top: 1rem !important;
	flex-direction: column !important;
	display: flex !important;
}

.list-presentation .kanban-footer {
	margin-top: 1rem !important;
	flex-direction: row !important;
	display: flex !important;
	width: 100%;
	justify-content: space-between;
}

.list-presentation .kanban-footer-right {
	width: 100%;
}

.list-presentation .kanban-footer-left {
	margin-right: 1rem;
}

.list-presentation .kanban-footer .font-size-small {
	width: max-content;
}

.list-presentation .kanban-item-list {
	display: block !important;
}

.list-presentation .kanban-board .kanban-item {
	margin-bottom: 0.5rem;
}

.kanban-item-list {
	display: none !important;
}

.kanban-item-kanban {
	display: block !important;
}

.list-presentation .kanban-item-kanban {
	display: none !important;
}

.kanban-item-header {
	display: flex;
	justify-content: space-between;
}

.kanban-board .kanban-item:before {
	width: 5px;
}

.modal-body {
	padding: 1rem 2rem;
}

.kanban-container .kanban-board .kanban-item[data-border=danger]:before {
	background-color: #ff7588 !important;
}

.kanban-container .kanban-board .kanban-item[data-border=info]:before {
	background-color: #2dcee3 !important;
}

.kanban-container .kanban-board .kanban-item[data-border=primary]:before {
	background-color: #00b5b8 !important;
}

.kanban-container .kanban-board .kanban-item[data-border=secondary]:before {
	background-color: #404e67 !important;
}

.kanban-container .kanban-board .kanban-item[data-border=success]:before {
	background-color: #16d39a !important;
}

.kanban-container .kanban-board .kanban-item[data-border=warning]:before {
	background-color: #ffa87d !important;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input[type="date"] {
	border: 1px solid #ccd6e6;
	color: #3f587e;
	height: 2.25rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.21rem;
}

.btn-sq {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1;
	border-radius: 0.21rem;
	margin-right: 0.25rem;
	width: 2.25rem;
	height: 2.25rem !important;
}

.btn-sm-overflow {
	max-width: 30ch;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.btn-md-overflow {
	max-width: 60ch;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.btn-lg-overflow {
	max-width: 90ch;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-none {
	text-transform: none !important;
}

input.editable:focus {
	border: 1px solid #ccd6e6 !important;
}

input.editable {
	border: 0 !important;
}


textarea.editable:focus {
	border: 1px solid #ccd6e6 !important;
	resize: none;
}

textarea.editable {
	border: 0 !important;
	resize: none;
}

.ql-picker-label {
	display: flex !important;
}

.form-control-position-md {
	top: 2px !important;
	width: 3rem !important;
}

.img-100 img {
	width: 100% !important;
}

.btn-flex {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	text-transform: capitalize;
}

.btn-data-primary {
	cursor: text !important;
	height: 2.25rem !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
	border: 1px solid #00b5b8 !important;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 17px;
}

.slider.round:before {
	border-radius: 50%;
}

.popover-menu.show {
	display: block;
}

.popover-menu {
	min-width: 0 !important;
}

.popover-menu {
	position: absolute;
	top: auto;
	left: auto;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #404e67;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.popover-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #2a2e30;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.form-edit {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 50%;
}

.dropdown-menu {
	min-width: 0 !important;
}

.btn-status-green {
	background-color: green !important;
	border-color: 0 !important;
	border-radius: 2rem;
	padding: 0.5rem !important;
	width: 1rem !important;
}

.btn-status-red {
	background-color: red !important;
	border-color: 0 !important;
	border-radius: 2rem;
	padding: 0.5rem !important;
	width: 1rem !important;
}

.btn-status-without-color {
	background-color: white !important;
	border-color: black !important;
	border-radius: 2rem;
	border-width: 1px !important;
	padding: 0.5rem !important;
	width: 1rem !important;
}

.btn-status-yellow {
	background-color: yellow !important;
	border-color: 0 !important;
	border-radius: 2rem;
	padding: 0.5rem !important;
	width: 1rem !important;
}

.dropdown .dropdown-menu .dropdown-item {
	color: inherit;
	cursor: pointer;
	padding: 10px 40px 10px 20px;
	width: auto;
}

.has-icon-left select.form-control,
.has-icon-left input.form-control {
	background-color: #fff;
	color: #000;
	padding-left: calc(2.75rem + 2px);
	padding-right: 1rem;
}

.header-navbar {
	font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
	min-height: 5rem;
	padding: 0px;
	transition: 300ms ease all;
}

.header-navbar .navbar-container ul:nth-child(1).nav li:nth-child(1)>a.nav-link {
	padding: 1.1rem 0.8rem 1.1rem 0rem;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
	height: 3.6rem;
	vertical-align: sub;
}

.header-navbar .navbar-header .navbar-brand,
body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
	padding: 0.6rem 0px;
}

.alert.bg-loading:after {
    content: '' !important;
    margin: -12px 0px 0px 15px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
}

.icon-loader {
	margin-bottom: -2px;
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #3498db;
	width: 15px;
	height: 15px;
	-webkit-animation: spin .5s linear infinite;
	animation: spin .5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

ul.menu-content {
	margin: -3px 0 0 -1px !important;
}

.not-roles.hide {
	display: block !important;
}

.not-roles {
	display: none !important;
}

.icon-miranos {
	height: 2rem;
	margin: 0rem 0.35rem 0rem -0.35rem;
	width: 2rem;
}

.icon-miranos-administracao {
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-administracao.svg) no-repeat;
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-administracao.svg) no-repeat;
}

.icon-miranos-analytics {
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-analytics.svg) no-repeat;
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-analytics.svg) no-repeat;
}

.icon-miranos-avalicorp {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-avalicorp.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-avalicorp.svg) no-repeat;
}

.icon-miranos-cronos {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-cronos.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-cronos.svg) no-repeat;
}

.icon-miranos-danger {
	background-color: #ff7588 !important;
}

.icon-miranos-docren {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-docren.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-docren.svg) no-repeat;
}

.icon-miranos-educorp {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-educorp.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-educorp.svg) no-repeat;
}

.icon-miranos-etica {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-etica.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-etica.svg) no-repeat;
}

.icon-miranos-feedback {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-feedback.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-feedback.svg) no-repeat;
}

.icon-miranos-home {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-home.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-home.svg) no-repeat;
}

.icon-miranos-info {
	background-color: #2dcee3 !important;
}

.icon-miranos-intermkt {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-intermkt.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-intermkt.svg) no-repeat;
}

.icon-miranos-large-2 {
	height: 4rem;
	margin: 0rem 0.35rem 0rem -0.35rem;
	width: 4rem;
}

.icon-miranos-metaplan {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-metaplan.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-metaplan.svg) no-repeat;
}

.icon-miranos-pesquisa {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-pesquisa.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-pesquisa.svg) no-repeat;
}

.icon-miranos-primary {
	background-color: #00b5b8 !important;
}

.icon-miranos-rs {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-rs.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-rs.svg) no-repeat;
}

.icon-miranos-secondary {
	background-color: #404e67 !important;
}

.icon-miranos-success {
	background-color: #16d39a !important;
}

.icon-miranos-usinaideias {
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-usinaideias.svg) no-repeat;
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-usinaideias.svg) no-repeat;
}

.icon-miranos-emotion {
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-emotion.svg) no-repeat;
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-emotion.svg) no-repeat;
}

.icon-miranos-meet {
	-webkit-mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-meet.svg) no-repeat;
	mask: url(/resources/stack-admin/assets/images/icon-miranos/icon-meet.svg) no-repeat;
}

.icon-miranos-warning {
	background-color: #ffa87d !important;
}

.main-menu.menu-light .navigation>li>a {
	display: flex;
	padding: 10px 30px 10px 20px;
}

.rounded-bottom-0 {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-left-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-right-0 {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.btn-switch-default {
	-webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
	box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
}

.btn-switch-danger {
	background-color: #ff7588 !important;
	border-color: #ff7588 !important;
	color: white;
}

.btn-switch-info {
	background-color: #2dcee3 !important;
	border-color: #2dcee3 !important;
	color: white;
}

.btn-switch-primary {
	background-color: #00b5b8 !important;
	border-color: #00b5b8 !important;
	color: white;
}

.btn-switch-secondary {
	background-color: #404e67 !important;
	border-color: #404e67 !important;
	color: white;
}

.btn-switch-success {
	background-color: #16d39a !important;
	border-color: #16d39a !important;
	color: white;
}

.btn-switch-warning {
	background-color: #ffa87d !important;
	border-color: #ffa87d !important;
	color: white;
}

.btn-add {
	font-size: 1.25rem !important;
	width: 30px !important;
	height: 30px !important;
	padding: 2px 0 0 0 !important;
}

.nine-box-adm-table {
	width: 100%;
	height: 400px;
	padding: 10px 10px 37px 46.63px;
	margin-top: -400px;
}

.nine-box-adm-text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-bottom: 2rem;
}

.nine-box-adm-help {
	display: flex;
	justify-content: flex-end;
}

.nine-box-adm-item {
	font-size: 14px;
	cursor: default !important;
	display: flex;
	flex-direction: column;
}

.nine-box-adm-legend-yaxis {
	position: absolute;
	margin-top: 199px;
	margin-left: -221px;
	text-align: center;
	width: 424px;
}


.w-20 {
	width: 20% !important;
}

.w-30 {
	width: 30% !important;
}

.h-20 {
	height: 20% !important;
}

.h-30 {
	height: 30% !important;
}


.w-1r {
	width: 1rem !important;
}

.w-1r25 {
	width: 1.25rem !important;
}

.w-1r5 {
	width: 1.5rem !important;
}

.w-2r {
	width: 2rem !important;
}

.w-2r25 {
	width: 2.25rem !important;
}

.w-3r {
	width: 3rem !important;
}

.w-4r {
	width: 4rem !important;
}

.w-4r5 {
	width: 4.5rem !important;
}

.h-1r {
	height: 1rem !important;
}

.h-1r25 {
	height: 1.25rem !important;
}

.h-1r5 {
	height: 1.5rem !important;
}

.h-2r {
	height: 2rem !important;
}

.h-2r25 {
	height: 2.25rem !important;
}

.h-3r {
	height: 3rem !important;
}

.h-4r {
	height: 4rem !important;
}

.modal-scrollable {
	max-height: 55rem;
	overflow-y: auto;
}

.dropdown-scrollable {
	max-height: 10rem;
	overflow-y: auto;
}

.dropdown-icon-left {
	margin-left: -1.5rem !important;
	width: 1.5rem !important;
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.dropdown-icon-right {
	margin-right: -1.5rem !important;
	width: 1.5rem !important;
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.w-fit-content {
	width: fit-content !important;
}

.scroll-example .horz-scroll-content {
	width: auto;
}

.table th,
.table td {
	padding: 0.5rem 1rem;
}

.table thead th {
	height: 3rem;
	font-size: 1.1rem;
	vertical-align: middle;
	text-transform: uppercase;
}

header.card {
	margin-bottom: 1rem;
}

main.card {
	margin-bottom: 0;
}

footer.card {
	margin-top: 1rem;
	margin-bottom: 0;
}

thead {
	min-height: 3rem;
}

.pointer {
	cursor: pointer;
}

.card-justify {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important;
}

.table-borderless>thead>tr>th,
.table-borderless>tbody>tr>td,
.card-justify>.horizontal-scroll>.horz-scroll-content>table>thead>tr>th,
.card-justify>.horizontal-scroll>.horz-scroll-content>table>tbody>tr>td {
	border-left: 0 !important;
	border-right: 0 !important;
}

.list-group-panel {
	padding: 0.5rem 1.25rem !important;
}

table thead th:first-of-type,
table tbody td:first-of-type,
table tfoot td:first-of-type {
	border-left: 1px solid #e3ebf3;
}

table thead th:last-of-type,
table tbody td:last-of-type,
table tfoot td:last-of-type {
	border-right: 1px solid #e3ebf3;
}

.heading-elements .list-inline {
	display: block;
}

.table {
	margin: 0;
}

.scroll-example {
	padding: 0;
	border: 0;
}

.status-green {
	background-color: green !important;
	background-image: none !important;
}

.status-yellow {
	background-color: yellow !important;
	background-image: none !important;
}

.status-red {
	background-color: red !important;
	background-image: none !important;
}

.badge-status-green,
.badge-indicator-Alto,
.badge-indicator-name-Superior {
	background-color: #0f8e67;
}

.badge-status-yellow,
.badge-indicator-Medio,
.badge-indicator-name-Satisfatorio {
	background-color: #f2d600;
}

.badge-status-red,
.badge-indicator-Baixo,
.badge-indicator-name-Insatisfatorio {
	background-color: #ff2946;
}

.nine-box-item {
	width: 3.5rem;
	height: 3.5rem;
	opacity: 0.5;
	font-size: 14px;
}

.nine-box-item:hover {
	opacity: 1;
}

.nine-box-item-legend {
	vertical-align: bottom;
	font-size: 9px;
	font-weight: 900;
}

.nine-box-legend-yaxis {
	width: 183px;
	margin-left: -82px;
	margin-top: -102px;
}

.card-shadow {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #F5F7FA;
	background-clip: border-box;
	border: none;
	border-radius: 0.25rem;
	padding: 1.5rem;
	box-shadow: -4px 4px 6px 0 rgb(55 70 95 / 12%) !important;
}

.card-item {
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
	display: flex;
	align-items: center;
	padding: 1rem;
	background: white;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
}

.rot-90 {
	transform: rotate(90deg);
}

.rot-180 {
	transform: rotate(180deg);
}

.rot-270 {
	transform: rotate(270deg);
}

.bg-focus-green {
	background-color: green !important;
}

.pr-2r5 {
	padding-right: 2.5rem !important;
}

.pl-2r5 {
	padding-left: 2.5rem !important;
}

.bg-focus-primary {
	background-color: #008385 !important;
}

.bg-focus-secondary {
	background-color: #2c3648 !important;
}

.bg-focus-success {
	background-color: #11a578 !important;
}

.bg-focus-info {
	background-color: #1ab0c3 !important;
}

.bg-focus-warning {
	background-color: #ff864a !important;
}

.bg-focus-danger {
	background-color: #ff425c !important;
}

.bg-focus-light {
	background-color: #9ea5b0 !important;
}

.bg-focus-dark {
	background-color: #0c131e !important;
}

.focus-primary {
	color: #008385 !important;
}

.focus-secondary {
	color: #2c3648 !important;
}

.focus-success {
	color: #11a578 !important;
}

.focus-info {
	color: #1ab0c3 !important;
}

.focus-warning {
	color: #ff864a !important;
}

.focus-danger {
	color: #ff425c !important;
}

.focus-light {
	color: #9ea5b0 !important;
}

.focus-dark {
	color: #0c131e !important;
}

@media (min-width: 1100px) {
	.col-llg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-llg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-llg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-llg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-llg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-llg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-llg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-llg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-llg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-llg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-llg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-llg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-llg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-llg-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
}

@media (min-width: 1500px) {
	.col-xlg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xlg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xlg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xlg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xlg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-xlg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xlg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xlg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xlg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xlg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xlg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xlg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xlg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xlg-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation>li>a>eplus-badge>span.badge {
	visibility: hidden;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation>li>a>eplus-badge>span.badge {
	position: absolute;
	right: 20px;
	visibility: visible;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation>li>a>span:nth-of-type(2) {
	display: none;
}

/* Estilos específicos para o módulo de Pulse de Sentimentos */

/* Estilos para os emojis */
.emoji-selector button {
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.emoji-selector button:hover {
    transform: scale(1.1);
}

/* Estilos para a nuvem de tags */
.word-cloud-container {
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.word-cloud {
    min-height: 250px;
}

.word-cloud div {
    transition: all 0.3s ease;
    cursor: default;
}

.word-cloud div:hover {
    transform: scale(1.05);
}

/* Timeline de histórico de respostas */
.timeline-center {
    position: relative;
    padding: 20px 0;
}

.timeline-center:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #ddd;
    transform: translateX(-50%);
}

.timeline-item {
    margin-bottom: 30px;
    position: relative;
}

.timeline-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-panel {
    width: calc(50% - 40px);
    float: left;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-right: 40px;
}

.timeline-panel:after {
    content: '';
    position: absolute;
    top: 15px;
    right: -15px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #fff;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.timeline-item:nth-child(even) .timeline-panel {
    float: right;
    margin-right: 0;
    margin-left: 40px;
}

.timeline-item:nth-child(even) .timeline-panel:after {
    right: auto;
    left: -15px;
    border-right: none;
    border-left: 1px solid #e9e9e9;
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
}

/* Estilos para o gráfico de donut com percentual central */
.donut-inner {
    pointer-events: none;
}

/* Pulse cards */
.card-header.bg-light {
    background-color: #f8f9fa !important;
}

/* Responsividade para mobile */
@media (max-width: 767px) {
    .timeline-center:before {
        left: 40px;
    }

    .timeline-badge {
        left: 40px;
    }

    .timeline-panel {
        width: calc(100% - 90px);
        float: right;
        margin-left: 90px;
        margin-right: 0;
    }

    .timeline-panel:after {
        left: -15px;
        right: auto;
        border-right: none;
        border-left: 1px solid #e9e9e9;
        border-top: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .timeline-item:nth-child(even) .timeline-panel {
        float: right;
        margin-left: 90px;
    }

    .timeline-item:nth-child(even) .timeline-panel:after {
        left: -15px;
        border-right: none;
        border-left: 1px solid #e9e9e9;
        border-top: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .emoji-selector button {
        min-width: 60px;
        min-height: 60px;
    }
}