body {
	color: #6c6c6c;
  background: #f7f7f7;
	text-align: left;
	font-family: "GillSans-Regular", sans-serif;
}

.body-content,
.body-content * {
  box-sizing: border-box;
}
.body-content {
  background: #f7f7f7;
  height: 1309px;
  position: relative;

  -zoom: 1;
  transform-origin: top left;
  transform: scale(var(--zoom));
  width: calc(100% / var(--zoom));
  transition: transform 0.15s ease;
}

a {
  text-decoration: none;
}

@media (max-width: 600px) {
  .col2-container-col {
    flex: 1 1 100%;
    /* Em telas menores, cada coluna ocupa 100% da largura */
  }
}



/*###  ASSETS - START ####*/
.icn-settings {
	background-image: url('../assets/icn-settings.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.icn-settings-container:hover .icn-settings {
	background-image: url('../assets/icn-settings-hover.svg');
}
.icn-settings-container:active .icn-settings {
	background-image: url('../assets/icn-settings-active.svg');
}
.icn-settings.active {
	background-image: url('../assets/icn-settings-active.svg');
}
.icn-settings-container:hover .active {
	background-image: url('../assets/icn-settings-active.svg');
}

.icn-external-link {
	background-image: url('../assets/icn-external-link.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 14px;
	height: 14px;
}
.icn-external-link-container:hover .icn-external-link{
	background-image: url('../assets/icn-external-link-hover.svg');
}
.icn-external-link-container:active{
	background-image: url('../assets/icn-external-link-active.svg');
}
.icn-external-link-container:active .icn-external-link{
	background-image: url('../assets/icn-external-link-active.svg');
}

.icn-edit {
	background-image: url('../assets/icn-edit.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.icn-edit-container:hover .icn-edit{
	background-image: url('../assets/icn-edit-hover.svg');
}
.icn-edit-container:active{
	background-image: url('../assets/icn-edit-active.svg');
}
.icn-edit-container:active .icn-edit{
	background-image: url('../assets/icn-edit-active.svg');
}

.icn-return {
	background-image: url('../assets/icn-return.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.icn-return-container:hover .icn-return{
	background-image: url('../assets/icn-return-hover.svg');
}
.icn-return-container:active{
	background-image: url('../assets/icn-return-active.svg');
}
.icn-return-container:active .icn-return{
	background-image: url('../assets/icn-return-active.svg');
}
.icn-logout {
	background-image: url('../assets/icn-logout.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.icn-logout-container:hover .icn-logout{
	background-image: url('../assets/icn-logout-hover.svg');
}
.icn-logout-container:active .icn-logout{
	background-image: url('../assets/icn-logout-active.svg');
}

.icn-user {
  background-image: url('../assets/icn-user.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.menu-button-content.active .icn-user{
  background-image: url('../assets/icn-user-active.svg');
}

.icn-safety {
  background-image: url('../assets/icn-safety.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.menu-button-content.active .icn-safety {
  background-image: url('../assets/icn-safety-active.svg');
}

.icn-leaf {
  background-image: url('../assets/icn-leaf.svg');
  position: absolute;
  right: 35.71%;
  left: 35.71%;
  bottom: 32.14%;
  top: 32.14%;
}

.menu-button-content.active .icn-leaf {
  background-image: url('../assets/icn-leaf-active.svg');
}

.icn-incognito {
  background-image: url('../assets/icn-incognito.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu-button-content.active .icn-incognito {
  background-image: url('../assets/icn-incognito-active.svg');
}

.icn-xls {
  background-image: url('../assets/icn-xls.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu-button-content.active .icn-xls {
  background-image: url('../assets/icn-xls-active.svg');
}

.icn-layer {
  background-image: url('../assets/icn-layer.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu-button-content.active .icn-layer {
  background-image: url('../assets/icn-layer-active.svg');
}

.icn-safety-certificate {
  background-image: url('../assets/icn-safety-certificate.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu-button-content.active .icn-safety-certificate {
  background-image: url('../assets/icn-safety-certificate-active.svg');
}

.icn-vest {
  background-image: url('../assets/icn-vest.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu-button-content.active .icn-vest {
  background-image: url('../assets/icn-vest-active.svg');
}

.icn-emergency-cross {
  background-image: url('../assets/icn-emergency-cross.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu-button-content.active .icn-emergency-cross {
  background-image: url('../assets/icn-emergency-cross-active.svg');
}

.icn-user-security {
  background-image: url('../assets/icn-user-security.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.menu-button-content.active .icn-user-security {
  background-image: url('../assets/icn-user-security-active.svg');
}

.icn-stethoscope-line {
  background-image: url('../assets/icn-stethoscope-line.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.icn-file-text {
  background-image: url('../assets/icn-file-text.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.icn-avaliacao {
  background-image: url('../assets/icn-avaliacao.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.icn-download {
  background-image: url('../assets/icn-download.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-download-container:hover .icn-download {
  background-image: url('../assets/icn-download-hover.svg');
}

.icn-download-container:active .icn-download {
  background-image: url('../assets/icn-download-active.svg');
}

.icn-copy {
  background-image: url('../assets/icn-copy.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-copy-container:hover .icn-copy {
  background-image: url('../assets/icn-copy-hover.svg');
}

.icn-copy-container:active .icn-copy {
  background-image: url('../assets/icn-copy-active.svg');
}

.icn-schedule {
  background-image: url('../assets/icn-schedule.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-badge {
  background-image: url('../assets/icn-badge.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-calendar {
  background-image: url('../assets/icn-calendar.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* para alterar as definicoes de icon-button-square-1 - este icn é ligeiramente mais alto */
.icn-lock-container {
  padding: 5px 6px !important;
}

.icn-lock {
  background-image: url('../assets/icn-lock.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-lock-container:hover .icn-lock {
  background-image: url('../assets/icn-lock-hover.svg');
}

.icn-lock-container:active .icn-lock {
  background-image: url('../assets/icn-lock-active.svg');
}

.icn-list-check-line {
  background-image: url('../assets/icn-list-check-line.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-list-check-line-container:hover .icn-list-check-line {
  background-image: url('../assets/icn-list-check-line-hover.svg');
}

.icn-list-check-line-container:active .icn-list-check-line {
  background-image: url('../assets/icn-list-check-line-active.svg');
}

.icn-map-marker-green {
  background-image: url('../assets/icn-map-marker-green.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-map-marker-red {
  background-image: url('../assets/icn-map-marker-red.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-chevron-down {
  background-image: url('../assets/icn-chevron-down.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-chevron-down-container:hover .icn-chevron-down {
  background-image: url('../assets/icn-chevron-down-hover.svg');
}

.icn-chevron-up {
  background-image: url('../assets/icn-chevron-up.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-chevron-up-container:hover .icn-chevron-up {
  background-image: url('../assets/icn-chevron-up-hover.svg');
}

.icn-delete {
  background-image: url('../assets/icn-delete.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-delete-container:hover .icn-delete {
  background-image: url('../assets/icn-delete-hover.svg');
}

.icn-delete-container:active .icn-delete {
  background-image: url('../assets/icn-delete-active.svg');
}

.icn-delete.active {
  background-image: url('../assets/icn-delete-active.svg');
}

.icn-delete-container:hover .active {
  background-image: url('../assets/icn-delete-active.svg');
}

.zoom-controls {
  margin-left: auto;
  height: 25px;
}

.btn-zoom {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.icn-circle-minus {
  background-image: url('../assets/icn-circle-minus.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icn-circle-plus {
  background-image: url('../assets/icn-circle-plus.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
/* ******************* */
/****  ASSETS - End ****/


/*###  GERAL - START ####*/
.type-gadjets-darkgray-fw400 {
  color: #484848;
	width: 100%;
	height: 100%;
}
/* ******************* */
/****  ASSETS - End ****/


/*###  GERAL - START ####*/
.type-gadjets-darkgray-fw400 {
  color: #484848;
  text-align: left;
  font-family: "GillSans-Regular", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
}
.type-gadjets-darkgray-fw600 {
  color: #6c6c6c;
  text-align: left;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
}
.type-gadjets-gray-fw400 {
  color: #8d8d8d;
  text-align: left;
  font-family: "GillSans-Regular", sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
}

.type-gadjets-semibold {
  font-family: "GillSans-SemiBold", sans-serif;
  font-weight: 600;
}

.modal-content {
  border-radius: 16px;
}

.modal-header .btn-close {
  border: 0;
  margin: 0;
  right: 16px;
  position: absolute;
}

.modal-title {
  color: #2690cc;
  text-align: left;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.modal-body {
  padding: 16px;
}

.modal-footer {
  margin-top: 20px;
  padding: 16px 0 0 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

.hr-1-lightgray {
	border-bottom: 1px solid #ebebeb;
    height: 1px;
    width: 100%;
}

/* Esconde a checkbox padrão */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}

.switch input {
  background-color: transparent !important;
  border-color: transparent !important;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estiliza o fundo do switch */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D9DBE0;
  transition: .3s;
  border-radius: 13px;
}

/* Estiliza o círculo */
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

/* Quando a checkbox estiver marcada */
input:checked+.slider {
  background-color: #7BAA50;
}

input:checked+.slider:before {
  transform: translateX(22px);
}

.subtrair-horizontal-padding-16 {
  margin-left: -16px !important;
  width: calc(100% + 32px) !important;
}

.subtrair-horizontal-padding-20 {
  margin-left: -20px !important;
  width: calc(100% + 40px) !important;
}

.subtrair-vertical-padding-16 {
  margin-top: -16px !important;
  height: calc(100% + 32px) !important;
}

.subtrair-vertical-padding-20 {
  margin-top: -20px !important;
  height: calc(100% + 40px) !important;
}

.padding-start-16 {
  padding-left: 16px;
}

.padding-start-20 {
  padding-left: 20px;
}

.padding-end-16 {
  padding-right: 16px;
}

.paddin-end-20 {
  padding-right: 20px;
}

.padding-x-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.padding-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-top-16 {
  padding-top: 16px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-start-12 {
  margin-left: 12px;
}

.margin-end-12 {
  margin-right: 12px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-start-16 {
  margin-left: 16px;
}

.margin-end-16 {
  margin-right: 16px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-start-20 {
  margin-left: 20px;
}

.margin-end-20 {
  margin-right: 20px;
}

.margin-start-40 {
  margin-left: 40px;
}

.margin-end-40 {
  margin-right: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.width-1 {
  width: 1%;
}

.width-100 {
  width: 100%;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-table-cell {
  display: table-cell;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.align-items-start {
    align-items: flex-start !important;
}

.flex-align-items-stretch {
  align-items: stretch !important;
}

.flex-align-items-center {
  align-items: center !important;
}

.flex-align-items-end {
  align-items: end !important;
}

.flex-end {
  flex: 1;
  justify-content: end;
}

.gap-8 {
  gap: 8px !important;
  ;
}

.gap-10 {
  gap: 10px !important;;
}

.gap-20 {
  gap: 20px !important;;
}

.gap-40 {
  gap: 40px !important;
}

.gap-75 {
  gap: 75px !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-space-between {
  justify-content: space-between !important;
}

.justify-space-around {
  justify-content: space-around !important;
}

.justify-stretch {
  justify-content: stretch !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap;
}

.background-color-transparent {
  background-color: transparent !important;
}

.color-red {
    color: rgb(219, 0, 0);
}

.color-white {
  color: #ffffff;
}

.color-orange {
  color: rgb(255, 151, 74);
}

.color-blue {
  color: #2690cc;
}

.color-deep-blue {
  color: #004070;
}

.color-gray {
  color: #8d8d8d !important;
}

.color-deep-gray {
  color: #484848 !important;
}

.color-green {
  color: rgb(123, 170, 80) !important;
}

.color-body {
  color: #6c6c6c !important;
}

.input-text-gray {
  color: #8d8d8d;
}

.input-text-hover-blue:hover, .input-text-hover-blue:focus {
  color: #2690cc;
  border-color: #2690cc;
}

.vertical-align-middle {
  vertical-align: middle;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 8px;
  right: 0.5rem;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* No caso de se querer alterar o icone de X pelo caracter X */
/*
.btn-close::before {
  content: "X";
  font-size: 16px;
  font-weight: bold;
} */

.badge-circle {
  border-radius: 16px;
  border-style: solid;
  border-color: #2690cc;
  border-width: 1px;
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 25px;
  position: relative;
  overflow: hidden;
}

.badge-circle.blue {
  background: #2690cc;
}


.badge {
  background: #b8bfcc;
  border-radius: 100px;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: fit-content;
  color: #484848;
  font-family: "GillSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
}

.badge-small {
    padding: 8px 10px 8px 10px;
}

.badge.blue {
  background: #2690cc;
  color: #ffffff;
}

.badge.red {
  background: rgb(219, 0, 0);
  color: #ffffff;
}

.badge.lightcoral {
  background-color: lightcoral;
  /* background: rgb(240, 128, 128); */
  color: #ffffff;
}

.badge.orange {
  background: rgb(255, 151, 74);
  color: #ffffff;
}

.badge.yellow {
  background: rgb(255, 197, 66);
  color: #ffffff;
}

.badge.green {
  background: rgb(123, 170, 80);
  color: #ffffff;
}

.badge.gray {
  background: #b8bfcc;
  color: #484848;
}

.icon-button-square-1 {
  cursor: pointer;
  background: var(--white-white, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  box-shadow: var(
    --shadows-gray-1-level-box-shadow,
    0px 1px 3px 0px rgba(96, 108, 128, 0.05)
  );
}
.icon-button-square-1:hover {
  border-color: #2690CC;
}
.icon-button-square-1:active {
  background: #2690cc;
  border-color: #047abc;
}
.icon-button-square-2 {
  cursor: pointer;
  background: var(--white-white, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: var(
    --shadows-gray-1-level-box-shadow,
    0px 1px 3px 0px rgba(96, 108, 128, 0.05)
  );
}
.icon-button-square-2:hover {
  border-color: #2690CC;
}
.icon-button-square-2:active {
  background: #2690cc;
  border-color: #047abc;
}
.icon-button-square-2.active {
  background: #2690cc;
  border-color: #047abc;
}
.icon-button-square-blue-1 {
  cursor: pointer;
  background: #2690cc;
  border-radius: 8px;
  border-style: solid;
  border-color: #047abc;
  border-width: 1px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: fit-content;
  height: 32px;
  position: relative;
  box-shadow: var(
    --shadows-gray-1-level-box-shadow,
    0px 1px 3px 0px rgba(96, 108, 128, 0.05)
  );
}
.icon-button-square-red-1 {
  cursor: pointer;
  background: var(--white-white, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  box-shadow: var(--shadows-gray-1-level-box-shadow,
      0px 1px 3px 0px rgba(96, 108, 128, 0.05));
}

.icon-button-square-red-1:hover {
  border-color: #db0000;
}

.icon-button-square-red-1:active {
  background: #db0000;
  border-color: #c40202;
}

.icon-button-square-red-1.active {
  background: #db0000;
  border-color: #c40202;
}

.icon-button-square-red-2 {
  cursor: pointer;
  background: var(--white-white, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: var(--shadows-gray-1-level-box-shadow,
      0px 1px 3px 0px rgba(96, 108, 128, 0.05));
}

.icon-button-square-red-2:hover {
  border-color: #db0000;
}

.icon-button-square-red-2:active {
  background: #db0000;
  border-color: #c40202;
}

.icon-button-square-red-2.active {
  background: #db0000;
  border-color: #c40202;
}

.text-button-square-blue-1 {
  font-family: "GillSans-SemiBold", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  background: #2690cc;
  border-radius: 8px;
  border-style: solid;
  border-color: #047abc;
  border-width: 1px;
  padding: 15px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: fit-content;
  height: 32px;
  position: relative;
  box-shadow: var(
    --shadows-gray-1-level-box-shadow,
    0px 1px 3px 0px rgba(96, 108, 128, 0.05)
  );
}

.text-button-square-red-1 {
  font-family: "GillSans-SemiBold", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  background: #db0000;
  border-radius: 8px;
  border-style: solid;
  border-color: #c40202;
  border-width: 1px;
  padding: 15px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: fit-content;
  height: 32px;
  position: relative;
  box-shadow: var(--shadows-gray-1-level-box-shadow,
      0px 1px 3px 0px rgba(96, 108, 128, 0.05));
}

.text-button-square-1.hover-blue:hover {
  color: #2690CC;
  border-color: #2690cc;
}


.text-button-square-1 {
  font-family: "GillSans-SemiBold", sans-serif;
  color: #606c80;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  background: var(--white-white, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 15px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: fit-content;
  height: 32px;
  position: relative;
  box-shadow: var(--shadows-gray-1-level-box-shadow,
      0px 1px 3px 0px rgba(96, 108, 128, 0.05));
}

.text-button-square-1.hover-blue:hover {
  color: #2690CC;
  border-color: #2690cc;
}

.icon-button-circle {
  border-radius: 100%;
  border-style: solid;
  border-color: #8d8d8d;
  border-width: 1px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}

.icon-button-circle:hover {
  border-color: #2690cc;
}

.icon-button-2 {
  width: 40px;
  height: 40px;
}


.action-button-1 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
}
.action-button-2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.component-card {
  background: #ffffff;
  border-radius: 16px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-center;
  justify-content: center;
}

.component-card-canvas {
  width: 100%;
  height: 100%;
}

.col2-container {
  display: flex;
  /* Permite que os itens "quebrem" para a próxima linha */
  flex-wrap: wrap;
  /* Espaço entre as colunas */
  gap: 20px;
  width: 100%;
}

.col2-container-col {
  /* Cresce, encolhe e define a largura base (45% para 2 colunas) */
  flex: 1 1 45%;
  /* Define a largura mínima antes de quebrar */
  min-width: 300px;
}

.col3-container {
  display: flex;
  /* Permite que os itens "quebrem" para a próxima linha */
  flex-wrap: wrap;
  /* Espaço entre as colunas */
  gap: 20px 40px; /* 20px vertical (linha), 40px horizontal (coluna) */
}

.col3-container-col {
  /* Cresce, encolhe e define a largura base (33% para 2 colunas) */
  flex: 0 0 calc(33.333% - 27px);
  box-sizing: border-box;
  /* Define a largura mínima antes de quebrar */
  /* min-width: 300px; */
}

.col4-container {
  display: flex;
  /* Permite que os itens "quebrem" para a próxima linha */
  flex-wrap: wrap;
  /* Espaço entre as colunas */
  gap: 20px 40px;
  /* 20px vertical (linha), 40px horizontal (coluna) */
}

.col4-container-col {
  /* Cresce, encolhe e define a largura base (25% para 2 colunas) */
  flex: 0 0 calc(25% - 30px);
  box-sizing: border-box;
  /* Define a largura mínima antes de quebrar */
  min-width: 300px;
}


.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* tem como objetivo anular o gap do component-card - o header deve ficar mais proximo ao card-info*/
  margin-bottom: -16px;
}

.card-header-title {
  flex-grow: 1;
}

.card-header-actions {
  flex-shrink: 0;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}
.card-info .card-info-col1 {
  flex: 1;
  /* Cada coluna ocupa espaço igual */
  max-width: 100%;
  /* Garante que sejam duas colunas */
}
.card-info .card-info-col2 {
  flex: 1;
  /* Cada coluna ocupa espaço igual */
  max-width: 50%;
  /* Garante que sejam duas colunas */
}
.card-label {
  font-size: 14px;
  line-height: 110%;
}

.card-value {
  font-size: 16px;
  line-height: 110%;
}

.card-footer, .card-footer:last-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;

  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 16px;

  align-items: center;
}

.card-footer .card-footer-col2 {
  flex: 1;
  /* Cada coluna ocupa espaço igual */
  max-width: 50%;
  /* Garante que sejam duas colunas */
}

.google-pin {
  width: 24px;
  height: 30px;
  background-color: red; /* Altera dinamicamente na Blade */
  clip-path: polygon(0% 0%, 50% 25%, 100% 0%, 50% 100%);
  position: relative;
  display: flex;
  justify-content: center;
}
/****  GERAL - End ****/


/*###  TOPBAR MYWATER - START ####*/
.body-content-header {
  z-index: 999;
  position: fixed;
  /* position: sticky; */
  top: 0px;
  left: 0px;
  right: 0px;
  /* overflow: hidden; */
}
/****  GERAL - End ****/


/*###  TOPBAR MYWATER - START ####*/
.topbar-mywater {
  z-index: 999;
  background: #f7f7f7;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 0px 0px 1px 0px;
  padding: 13px 20px 16px 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 48px;
}

.topbar-mywater-content {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.mywater-logo-content {
  display: flex;
  flex-direction: row;
  gap: 8px;
  height: 15.5px;
}

.mywater-logo {
  width: 89px;
  height: 25px;
  top: 0.5px;
  overflow: visible;
}
/****  TOPBAR MYWATER - End ****/


/*###  TOPBAR - START ####*/
.topbar {
  z-index: 999;
  background-color:#f7f7f7;
  width: 100%;
  height: 90px;
  position: sticky;
  top: 48px;
}

.inner-topbar-sidebar-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  left: 20px;
  top: 20px;
}

.avatar {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 48px;
  position: relative;
}
.avatar-foto {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: static;
}
.avatar-foto-ellipse-1 {
  background: #2690cc;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.avatar-foto-ellipse-2 {
  background: #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.avatar-foto-ellipse-3 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 4px;
  top: 4px;
  object-fit: cover;
}
.avatar-small {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 38px;
  position: relative;
}
.avatar-foto-small {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  position: static;
}

.avatar-foto-ellipse-small-1 {
  background: #2690cc;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.avatar-foto-ellipse-small-2 {
  background: #ffffff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.avatar-foto-ellipse-small-3 {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 4px;
  top: 4px;
  object-fit: cover;
}

.avatar-large {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 58px;
  position: relative;
}

.avatar-foto-large {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  position: static;
}

.avatar-foto-ellipse-large-1 {
  background: #2690cc;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.avatar-foto-ellipse-large-2 {
  background: #ffffff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.avatar-foto-ellipse-large-3 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 4px;
  top: 4px;
  object-fit: cover;
}

.avatar-user-user {
  text-align: left;
  position: relative;
  width: 185px;
}
.avatar-user-user-greetings {
  color: #8d8d8d;
  font-family: "GillSans-Regular", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.avatar-user-user-name {
  color: #2690cc;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.inner-topbar-content-side {
  left: 300px;
  top: 24px;
  position: absolute;
  display: flex;
  right: 0;
}


.myrisk-logo {
  width: 149px;
  height: 40.64px;
  overflow: visible;
  margin-right: auto;
}

.page-search {
  background: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 0px 4px 0px 4px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: normal;
  width: 350px;
  height: 40px;
  box-shadow: 0px 1px 3px 0px rgba(96, 108, 128, 0.05);
}

.page-search input {
  border: none;
}

.dropdown-menu-search {
  background: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;

  position: fixed;
  margin-top: 12px;

  max-height: 300px;
  overflow-y: auto;
  width: 448px;
  right: 20px;
  z-index: 9999;
}

.dropdown-search-header {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: fit-content;

  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 600;

}

.dropdown-search-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;
  margin-left: 16px;

  font-family: "GillSans-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8d8d8d !important;
}

.dropdown-search-item a {
  text-decoration: none;
}

.submit-question {
  background: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 40px;
  box-shadow: var(
    --shadows-gray-1-level-box-shadow,
    0px 1px 3px 0px rgba(96, 108, 128, 0.05)
  );
  margin-left: 10px;
  cursor: pointer;
}
.submit-question a:hover {
    text-decoration: none;
    color: #047abc;
}
.submit-question:hover {
  border-color: #2690CC;
}
.submit-question:active {
  background: #2690cc;
  border-color: #047abc;
}
.submit-question:active .submit-question-button{
	color: white;
}

.submit-question-button {
  color: var(--gray-500, #606c80);
  text-align: left;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  position: relative;
}

.topbar-actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 20px;
}

.topbar-action-settings {
  display: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.topbar-action-settings-floating-menu {
  display: none;
  background: #ffffff;
  border-radius: 6px;
  border-style: solid;
  border-color: #d9dbe0;
  border-width: 1px;
  padding: 16px;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 163px;
  position: absolute;
  right: 0px;
  top: 56px;
}
.topbar-action-settings-floating-menu a {
  color: inherit;
}
.topbar-action-settings-floating-menu a:hover {
  color: #2690cc;
}

.topbar-action-settings-floating-menu.visible {
  display: flex;
  position: fixed;
  margin-right: 20px;
}
/****  TOPBAR - End ****/


/*###  SIDEBAR MENU - START ####*/
.sidebar-wrapper {
  position: fixed;
  top: 142px;
  /* a mesma distância que já usas no sidebar */
  left: 20px;
  width: 260px;
  height: calc(100vh - 142px);
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding-right: 6px;
  /* espaço para o scroll customizado */
}

/* Scrollbar fino */
.sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
}

.sidebar-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.sidebar-wrapper:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
}

.sidebar-wrapper {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  /* width: 260px; */
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.menu-button {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.menu-icon-1 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.menu-icon-2 {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.menu-button-content {
  border-radius: 50px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.menu-button-content:hover {
  background: rgba(38, 144, 204, 0.2);
  border-radius: 50px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.menu-button-content.active {
  background: #2690cc;
  border-radius: 50px;
  padding: 8px 16px 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.sub-menu-text {
  color: #004070;
  text-align: left;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
}
.sub-menu-button-content.active .sub-menu-text {
  color: #ffffff;
  text-align: left;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
}
.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  padding: 4px 0px 0px 20px;
  box-sizing: border-box;
}
.sub-menu.show {
  /* display: block; */
  max-height: 500px;
}
.sub-menu-button-content {
  border-radius: 30px 0px 0px 30px;
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 228px;
  height: 50px;
  position: relative;
  width: 100%;
}
.sub-menu-button-content:hover {
  background: rgba(38, 144, 204, 0.2);
  border-radius: 30px;
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 228px;
  height: 50px;
  position: relative;
  width: 100%;
}
.sub-menu-button-content.active {
  background: #004070;
  border-radius: 30px;
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 228px;
  height: 50px;
  position: relative;
  width: 100%;
}

.menu-text {
  color: #004070;
  text-align: left;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
}
.menu-button-content.active .menu-text {
  color: #ffffff;
  text-align: left;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
/****  SIDEBAR MENU - End ****/


/*###  CONTENT SIDE - START ####*/
.content-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  left: 300px;
  top: 142px;
  right: 20px;
}
/****  CONTENT SIDE - End ****/



/*###  BREADCRUMB - START ####*/
.breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
/****  BREADCRUMB - End ****/



/*###  PAGE CONTENT - START ####*/
.page-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
}
/****  PAGE CONTENT - End ****/


/*###  HOME - EPIS - START ####*/
.epis-card-foto {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  position: relative;
}
/** Home - Epis */


/*###  HOME - PROGRESS BAR - START ####*/
.progress-bar {
  display: flex;
  /* Para dividir as seções horizontalmente */
  flex-direction: row;
  /* Ocupa 100% do content onde está inserido */
  width: 100%;
  /* Altura da barra */
  height: 32px;
  /* Cantos arredondados */
  border-radius: 32px;
  /* Garante que os cantos arredondados funcionem */
  overflow: hidden;
  align-items: center;
}

.progress-bar .section {
  flex: 1;
  /* Divide igualmente entre os 4 blocos */
  height: 100%;
}

.progress-bar .section.green {
  background-color: rgba(123, 170, 80, 0.6);
  height: 24px;
}

.progress-bar .section.green.active {
  background-color: rgb(123, 170, 80);
  height: 100%;
  margin-right: 3px;
}

.progress-bar .section.yellow {
  background-color: rgba(255, 197, 66, 0.6);
  height: 24px;
}

.progress-bar .section.yellow.active {
  background-color: rgb(255, 197, 66);
  height: 100%;
  margin-left: 3px;
  margin-right: 3px;
}

.progress-bar .section.orange {
  background-color: rgba(255, 151, 74, 0.6);
  height: 24px;
}
.progress-bar .section.orange.active {
  background-color: rgb(255, 151, 74);
  height: 100%;
  margin-left: 3px;
  margin-right: 3px;
}

.progress-bar .section.red {
  background-color: rgba(219, 0, 0, 0.6);
  height: 24px;
}
.progress-bar .section.red.active {
  background-color: rgb(219, 0, 0);
  height: 100%;
  margin-left: 3px;
}
/** HOME - Progress bar */




/** TABS **/
.menu-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.menu-tabs li {
  border-right: 1px solid #ddd;
  white-space: nowrap;
}

.menu-tabs li:last-child {
  border-right: none;
}

.menu-tabs a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #6c6c6c;
  font-weight: 400;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  border: 1px solid transparent;
  /* necessário para o hover azul */
}

/* Aba ativa */
.menu-tabs a.active {
  background-color: #2690cc;
  color: white;
  font-weight: 600;
  border: 1px solid #2690cc;
  border-radius: 0;
}

/* Arredondamento condicional */
.menu-tabs li:first-child a.active {
  border-radius: 8px 0 0 8px;
}

.menu-tabs li:last-child a.active {
  border-radius: 0 8px 8px 0;
}

/* Hover: aplica azul no texto e borda */
.menu-tabs a:hover:not(.active) {
  color: #2690cc;
  border: 1px solid #2690cc;
}
/** TABS **/


/** BTN CLOSE**/
/* btn-close simples — coloca isto em mystyle.css */
.btn-close {
    --btn-close-size: 1.2rem;
    /* tamanho base (podes ajustar) */
    --btn-close-thickness: 3px;
    /* espessura das linhas */
    display: inline-block;
    width: var(--btn-close-size);
    height: var(--btn-close-size);
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    /* controla a cor com color: */
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}

/* as duas linhas que formam o X */
.btn-close::before,
.btn-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(var(--btn-close-size));
    height: var(--btn-close-thickness);
    background: currentColor;
    transform-origin: center;
    border-radius: 1px;
    /* centra as linhas (translate) e depois roda */
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform .12s ease, opacity .12s ease;
    opacity: 1;
    pointer-events: none;
}

/* a segunda linha com rotação oposta */
.btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* hover / active — um pequeno "zoom" visual */
.btn-close:hover,
.btn-close:active {
    transform: scale(1.06);
}

/* foco visível para acessibilidade */
.btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

/* variantes de tamanho */
.btn-close-sm {
    --btn-close-size: 0.75rem;
    --btn-close-thickness: 1.5px;
}

.btn-close-lg {
    --btn-close-size: 1.25rem;
    --btn-close-thickness: 2.5px;
}

/* variante branca (útil em fundos escuros) */
.btn-close-white {
    color: #fff;
}

/* estado oculto (útil para toggles) */
.btn-close[hidden],
.btn-close.hidden {
    display: none !important;
}

/* Equipas de Seguranca */
.funcao-nivel-topo {
    align-items: center;
}
.membro-equipa-card {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #d9dbe0;
    border-radius: 16px;
}
.membro-equipa-card-name{
    min-width: 300px;
}
