@import url("https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Freehand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marck+Script&display=swap");

table {
  /* display: block !important; */
  overflow-x: auto !important;
  width: 100% !important;
}

:root {
  --secondaryDarken: #8f9da6;
  --secondaryDarken25: #b8c3ca;
  --secondaryLighten: #f2f4f6;
  --greyBase: #495057;
  --blackBase: #0a0a0b;
  --primary2: #224dcb;
  --secondary2: #eff2f4;
  --accentRed: #c72c3d;
  --accentGreen: #37a852;
  --accentYellow: #ef9e08;
  --primary2-hover: #1a3ea6;
  --secondary2-hover: #d9dee2;
  --accentRed-hover: #a52432;
  --accentGreen-hover: #2e8a44;
  --accentYellow-hover: #d18806;

  /*tr{width: 100% !important; display: inline-block !important;}*/

  .label_busca_negrito {
    font-weight: bold;
    padding-top: 8px;
  }
}

/*tr{width: 100% !important; display: inline-block !important;}*/
.label_busca {
  padding-top: 8px;
}

.div_busca_row {
  margin-top: 15px;
}

.div_busca {
  margin-top: 10px;
}

.th-header-div {
  display: flex;
  width: 100%;
  align-items: center;
}

.th-header-a {
  width: fit-content;
  color: black;
  font-weight: bold;
  height: fit-content;
  display: flex;
  align-items: center;
}

.search-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 6%;
  margin-bottom: 8px;
}

.search-col {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 12px;
}

.input-func {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 12px;
}

.div-input {
  width: 83%;
}

.search-label {
  font-weight: bold;
  height: fit-content;
  margin: 0;
  padding: 0;
  width: 15.5%;
}

.form-group-meta {
  margin-bottom: 8px;
}

.th-header-a {
  width: fit-content;
  color: black;
  font-weight: bold;
  height: fit-content;
  display: flex;
  align-items: center;
}

.search-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 6%;
  margin-bottom: 8px;
}

.search-col {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 12px;
}

.search-row2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 6%;
}

.search-col2 {
  width: 47%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}

.input-func {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 12px;
}

.label-busca {
  font-weight: bold;
  height: fit-content;
  margin: 0;
  padding: 0;
  width: 15.5%;
}

.div-advancedSearch {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.form-group-meta {
  margin-bottom: 8px;
}

select:invalid:not(:has(option[value=""])) {
  height: 0px !important;
  opacity: 0 !important;
  position: absolute !important;
  display: flex !important;
}

select:invalid[multiple] {
  margin-top: 15px !important;
}

@media (min-width: 1024px) {
  .modal-xl2 {
    max-width: 1000px;
  }
}

@media (min-width: 1360px) {
  .modal-xl2 {
    max-width: 1340px;
  }
}

#content-photos {
  border: 1px solid #ccc;
  padding: 24px;
  margin: 6px;
  min-height: 240px;
}

#nav-photos {
  display: flex;
}

#nav-photos > div {
  padding: 12px 24px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

#nav-photos > div:not(:first-child) {
  border-left: 1px solid #ccc;
}

#nav-photos > div.selected::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: black;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#nav-photos > div.selected {
  color: orange;
}

.picture-1 {
  margin-top: 2%;
  text-align: center;
  width: 200px;
  height: 120px;
  background-color: #ddd;
  display: flex;
  color: #aaa;
  align-items: center;
  justify-content: center;
  border: 2px dashed currentColor;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-custom-photos {
  background-color: #0077f4;
  color: white;
  padding: 8px 15px;
  margin: 5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.picture-1:hover {
  color: #777;
  background: #ccc;
}

.picture-2 {
  margin-top: 2%;
  text-align: center;
  width: 200px;
  height: 120px;
  background-color: #ddd;
  display: flex;
  color: #aaa;
  align-items: center;
  justify-content: center;
  border: 2px dashed currentColor;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.picture-2:hover {
  color: #777;
  background: #ccc;
}

.picture-3 {
  margin-top: 2%;
  text-align: center;
  width: 200px;
  height: 120px;
  background-color: #ddd;
  display: flex;
  color: #aaa;
  align-items: center;
  justify-content: center;
  border: 2px dashed currentColor;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.picture-3:hover {
  color: #777;
  background: #ccc;
}

.picture-4 {
  margin-top: 2%;
  text-align: center;
  width: 200px;
  height: 120px;
  background-color: #ddd;
  display: flex;
  color: #aaa;
  align-items: center;
  justify-content: center;
  border: 2px dashed currentColor;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.picture-4:hover {
  color: #777;
  background: #ccc;
}

.logos-photo {
  height: 50%;
}

#picture__inputdisabled {
  display: none;
}

#picture__input {
  display: none;
}

#enviar-photos {
  display: none;
}

#salvar-fotos {
  cursor: pointer;
}

.cabecalho-form {
  height: 160px;
  width: 100%;
}

.base-modal-container-assinar-doc {
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
}

.sub-base-modal-container {
  width: 90%;
  height: 35%;
  display: flex;
  justify-content: space-between;
}

.modal-content-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 12px;
}

.modal-password-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

@media screen and (max-width: 600px) {
  .sub-base-modal-container {
    width: 80%;
    height: 45%;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1280px) {
  .cabecalho-form {
    height: 70px;
  }
}

@media screen and (min-width: 1280px) {
  .cabecalho-form {
    height: 110px;
  }
}

@media screen and (min-width: 1500px) {
  .cabecalho-form {
    height: 130px;
  }
}

@media screen and (min-width: 1800px) {
  .cabecalho-form {
    height: 160px;
  }
}

.escolha-rmv-container-class {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin: 5px;
  z-index: 999999999;
  position: absolute;
}

.escolha-meta-class {
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
}

.escolha-meta-class:hover {
  background-color: #eee;
}

.input_metadados {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  transition: box-shadow 200ms;
}

.input_metadados:not(:disabled):focus,
.input_metadados:not(:disabled):hover {
  box-shadow: 0 0 0 2px #ccc;
}

#text_teste {
  font-family: serif;
}

.app_download {
  width: 70%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.app_android {
  background-color: white;
  width: 100%;
  height: 70%;
  border-radius: 4px;
  box-shadow: #777 0px 0px 10px;
  background-image: url(../img/qr-code-android.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.baixe-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.image-loja {
  margin: 0%;
}

.apps-colums-itens {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apps-colums {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.app_ios {
  background-color: white;
  width: 100%;
  height: 70%;
  border-radius: 4px;
  box-shadow: #777 0px 0px 10px;
  background-image: url(../img/qr-code-ios.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media (max-width: 500px) {
  .app_ios {
    display: none;
  }

  .app_android {
    display: none;
  }

  .app_download {
    display: flex;
    flex-direction: column;
  }
}

.main-div-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-list {
  width: 90%;
  height: 100%;
}

.title-list {
  text-align: center;
  font-size: 18px;
  padding: 8px;
}

.list-convidado-share {
  width: 100%;
  height: 50%;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  overflow-y: auto;
}

.th-list {
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
}

.th-list-tbody {
  text-align: center;
  border-right: 1px solid #ccc;
}

.th-list-tbody:last-child {
  border-right: none;
}

.img-list-convidado {
  width: 60px;
  max-height: 60px;
}

.img-list-convidado:hover {
  opacity: 1;
  transition: 0.3s;
  border-radius: 3px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

.container-pai-convidado {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.container-filho-convidado {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  width: clamp(240px, 80%, 600px);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 1rem;
  text-align: center;
}

.txt-main-convidado {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.3rem;
  color: #000;
  word-spacing: wrap;
  margin-top: 1rem;
}

.sub-txt-convidado {
  text-align: center;
  font-size: 1rem;
  color: #333;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-convidado {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row-cpf-convidado {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.row-cpf-convidado > label {
  margin: 0;
  line-height: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-left: 6px;
}

.campo-cpf-convidado > input {
  border-radius: 6px;
}

.validar-btn-convidado {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.validar-btn-convidado > input {
  font-size: 1rem;
  padding: 6px 1rem;
  border-radius: 6px;
}

.error-aviso-convidado {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
  border: 2px solid #d11717;
  background-color: #fc8b8b;
  font-size: 1rem;
  color: white;
  border-radius: 6px;
  width: 80%;
}

.custom-modal-infos {
  width: 45%;
  height: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.base-custom-modal-infos {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-manual {
  height: 300px;
  width: 300px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: white;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  text-decoration: none;
}

.text-card-manual {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.card-manual:hover {
  border: 2px solid #ccc;
  text-decoration: none;
}

.div-pai-manual {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .container-filho-convidado {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding-top: 64px;
    border-radius: 0;
    padding: 1rem;
  }

  .div-pai-manual {
    align-items: center;
    flex-direction: column;
  }

  .custom-modal-infos {
    width: 70%;
    height: 50%;
  }
}

#form_edit {
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  outline: 0;
  margin-left: 10px;
  font-size: 16px;
  background-color: #4dbd74;
  text-decoration: none;
  display: none;
  cursor: pointer;
  text-align: center;
}

#form_edit:hover {
  background-color: #3a8b56;
}

#edit_form_btn {
  background-color: #4dbd74;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 6px 12px;
}

.animate-spin {
  animation: of-spin 1s linear infinite;
}

@keyframes of-spin {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

.link-tipy-doc {
  color: #000;
}

.link-tipy-doc:hover {
  text-decoration: underline;
  color: #ce5c00;
  cursor: pointer;
}

.modal-sun {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-sun {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  height: 30%;
  width: 60%;
}

.close-sun {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-sun:hover,
.close-sun:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.box-sun {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.images-lang {
  display: flex;
  width: 80%;
  height: 50%;
  border: dotted 4px grey;
  flex-direction: row;
}

.mole-lang {
  width: 60px;
  flex-direction: row;
  height: 35px;
}

.modal__sun {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0;
  left: 0;
  top: 0;
  padding-top: 80px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-dad {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid red;
  padding: 0;
  border: 1px solid #888;
  width: 70%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.closeButton {
  float: right;
  font-weight: bold;
  align-items: flex-end;
  justify-content: end;
  display: flex;
  font-size: 40px;
}

.closeButton:hover,
.closeButton:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal__scroll {
  overflow-y: scroll;
  height: 90%;
}

.modalHeaders {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}

.modal-body-dad {
  height: 80%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.numberCircle {
  border-radius: 10px;
  background-color: var(--primary2);
}

h2Title {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: black;
}

.wordsJson {
  border: 1px solid #d6d0d6;
  padding: 5px;
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  box-shadow: #777;
  border-radius: 8px;
  background-color: #d6d0d6;
}

.divList {
  padding: 10px;
  width: 100%;
  align-content: flex-start;
  display: flex;
}

.input_modal {
  border: none;
  width: 70%;
  outline: none;
  border-bottom: 2px solid #d6d0d6;
}

.ofsave {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  color: white;
  background: #07cf00;
  width: 64px;
}

.addNewWords {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  color: white;
  background: grey;
  width: 180px;
}

.imageInput-lang {
  padding: 5px;
  height: 35px;
  width: 120px;
  display: flex;
  justify-content: center;
  background: #333;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: 1px solid #333;
  border-radius: 6px;
  transition: 0.5s;
}

.imageInput-lang:hover {
  background: #fff;
  color: #333;
}

.button__save_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.wordsJson_fixed {
  border: 1px solid #d6d0d6;
  padding: 5px;
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  box-shadow: #777;
  font-size: 18px;
  border-radius: 8px;
  background-color: #c0d9d9;
  text-align: center;
  font-weight: 900;
}

.inputModal_fixed {
  border: 1px solid #d6d0d6;
  padding: 5px;
  margin-left: 4px;
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  box-shadow: #777;
  border-radius: 8px;
  background-color: #c0d9d9;
  text-align: center;
}

.divTooltip {
  position: relative;
  display: flex;

  text-align: center;
  justify-content: center;
  align-items: center;
}

.divTooltip > span {
  border-bottom: 1px dotted black;
  font-size: 14px;
  font-weight: 900;
}

.numberCircle {
  border-radius: 10px;
  background-color: var(--primary2);
}

.modal__message {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal__message_sun {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  height: 30%;
  width: 30%;
}

.close_message_sun {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_message_sun:hover,
.close_message_sun:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.div_content_language {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}

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

.divContent_All {
  background: white;
}

.trashBlack {
  color: red;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 6px;
}

.formControllTextArea {
  resize: none;
}

.of__main_container {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.of__form_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 480px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.alert-top {
  width: 100%;
  margin: 0 auto;
}
.no-height {
  height: 0 !important;
}

.of__container_passowrd {
  display: flex;
  height: 80px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.of_label_passowrd {
  margin-right: 8px;
}

.of__container_button {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 520px) {
  .of__container_passowrd {
    flex-direction: column;
  }

  .of__mar_form {
    margin: 40px !important;
  }

  .of__form_container {
    width: 400px;
    height: 480px;
  }
}

.impacto-base {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.impacto-card {
  box-shadow: 0 0 10px #ccc;
  background-color: white;
  width: 30%;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 1rem;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
}

.impacto-card:hover {
  border: 2px solid #ccc;
  width: 35%;
  height: 70%;
  transition: all 0.5s ease-in-out;
}

.impacto-card:hover img {
  width: 25%;
  height: 35%;
}

.impacto-card > img {
  width: 25%;
  height: 35%;
}

.impacto-card > p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.impacto-card > span {
  width: 50%;
  height: 40%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.impacto-card:hover span {
  font-size: 1.5rem;
}

@media (max-width: 1766px) {
  .impacto-card {
    width: 30%;
    height: 60%;
  }

  .impacto-card:hover {
    width: 40%;
    height: 70%;
    margin: 22px;
  }

  .impacto-card > span {
    font-size: 0.85rem;
  }

  .impacto-card:hover span {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .impacto-base {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .impacto-card {
    width: 80%;
    height: 30%;
  }

  .impacto-card:hover {
    width: 80%;
    height: 60%;
    flex-direction: column;
    margin: 12px;
  }

  .impacto-card > img {
    width: 25%;
    height: 35%;
  }

  .impacto-card > span {
    font-size: 1rem;
  }

  .impacto-card > p {
    font-size: 1rem;
  }
}

.of__animate-spin {
  animation: of-spin 1s linear infinite;
}

.of__animate-spin_2 {
  animation: of-spin 1s linear infinite;
  font-size: 42px;
  color: #ccc;
}

.of_content_convidado {
  height: 20%;
  width: 35%;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 10px #131212;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 1rem;
}

.of_load_spin_convidado {
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.of_ass_doc {
  font-size: 32px;
  font-weight: bold;
  color: #ccc;
}

.of__password {
  width: 100%;
  flex-direction: row;
  margin-top: 8px;
}

.of__requirements {
  list-style: none;
  color: #9ea4ac;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.of__checked {
  color: green;
}

.of__mar_form {
  margin: 120px;
}

.of__requirements_progress-bar {
  border-radius: 0.5rem;
  height: 0.4rem;
  margin-top: 1px;
  width: 0;
}

.of__requirements_progress-bar[data-percentage="25"] {
  background-color: #d95150;
}

.of__requirements_progress-bar[data-percentage="50"],
.of__requirements_progress-bar[data-percentage="75"] {
  background-color: #f3e24a;
}

.of__requirements_progress-bar[data-percentage="100"] {
  background-color: #81bc3a;
}

.of__input_ger {
  outline: none;
  width: 100%;
  height: 42px;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid #ccc;
}

.of__input_ger:focus {
  border: 1px solid black;
}

.of__input_ger:hover {
  border: 1px solid black;
}

.of__item_content {
  margin-top: 26px;
}

.of__item_reqirements,
.of__requirements {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.of__base_container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.of__modal_sun {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.of__modal_content_sun {
  background-color: #fefefe;
  margin: 8% 35%;
  padding: 20px;
  border: 1px solid #888;
  height: 30%;
  width: 900px;
  min-height: 480px;
  transition: height 400ms;
}

.of__close_sun {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.of__close_sun:hover,
.of__close_sun:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.of__button_multiple_users {
  float: right;
  background-color: #ff4300 !important;
  border: 1px solid #ff4300 !important;
  margin-right: 20px;
  cursor: pointer;
}

.of__button_baixar_csv {
  background-color: #3a9d5d !important;
  border: 1px solid #3a9d5d !important;
  margin-right: 20px;
  cursor: pointer;
}

.of__csv_users {
  background-color: green !important;
  border: 1px solid green !important;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

.of_label_csv {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  cursor: pointer;
  margin-top: 20px;
  width: 240px;
  margin-bottom: 20px;
}

.of__templat_user {
  border-top: 2px solid #ccc;
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.of__users_general {
  margin-top: 20px;
  display: none;
}

.of__users_cad_dupl {
  border-radius: 6px;
  margin-left: 5px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  height: 240px;
  width: 50%;
}

.of__log_users {
  flex-direction: row;
  display: none;
}

.of__users_cad_dupl::-webkit-scrollbar {
  width: 8px;
}

.of__users_cad_dupl::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 20px;
  border: 3px solid #666;
}

.of__headers_users {
  margin-top: 5px;
  display: none;
  flex-direction: row;
}

.of_span_register_users {
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.of__span_user_reg {
  text-indent: 5px;
  line-height: 10px;
  color: green;
}

.of__span_user_error {
  text-indent: 5px;
  line-height: 10px;
  color: red;
}

.of__spiner_log {
  display: flex;
  flex-direction: row;
}

.wrapper-table {
  width: 100%;
  /* overflow-x: scroll; */
  padding: 20px;
}

.of__loading {
  display: none;
  color: blue;
}

.of__message_user {
  display: inline-block;
  margin: 10px;
  text-align: start;
}

.wrapper-table {
  width: 100%;
  /* overflow-x: scroll; */
  padding: 20px;
}

.wrapper-table th {
  font-size: 1rem;
  padding: 5px;
  width: 200px;
  min-width: 200px;
  height: 50px;
  border-bottom: 1px solid #bbbbbb;
  position: sticky;
}

.wrapper-table td {
  padding: 5px;
  width: 200px;
  min-width: 200px;
  height: 50px;
  border-bottom: 1px solid #bbbbbb;
  font-size: 1rem;
}

.wrapper-table table {
  border-spacing: 0;
  text-align: center;
}

.text-medicao {
  font-size: 1.2rem;
}

.base-medicao-modal {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}

.row-medicao-modal {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  margin: 10px auto;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 12px;
}

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

.main__div_email {
  display: block;
  align-items: center;
  width: 15%;
  justify-content: center;
  flex-direction: column;
}

.footer__div_email {
  display: block;
  align-items: center;
  width: 15%;
  padding-top: 5px;
  justify-content: center;
  flex-direction: column;
}

.div__all_lang {
  height: 100%;
  width: 55%;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  filter: blur(8px);
  background-color: #cecece;
}

.div_center_email {
  background: #f2f2f2;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.header__email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  height: 35%;
  background: #f8f9fd;
}

.main__email {
  background: #071f4f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  height: 20%;
}

.div__email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  height: 40%;
  background: #f8f9fd;
}

.footer__1_email {
  background: #071f4f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  height: 5%;
}

.footer__2_email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  height: 25%;
  background: #f8f9fd;
}

.header_h1 {
  margin: 0;
  line-height: 28px;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: bold;
  color: #212121;
}

.header_h2 {
  padding: 0;
  margin: 0;
  padding-top: 0px !important;
  padding-bottom: 10px;
  font-size: 16px !important;
}

.header_img {
  display: block;
  border: 0;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

.label_main {
  font-size: 12px;
  font-weight: 600;
  color: #071f4f;
}

.span_main {
  height: 50%;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fefefe;
  margin: 5px;
}

.h2_main {
  font-size: 14px;
  font-weight: 900;
  color: #fefefe;
  text-align: center;
  margin-bottom: 6px;
}

.h1__email {
  margin: 0;
  line-height: 36px;
  font-family: roboto, "helvetica neue", helvetica, arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  color: #212121;
  text-align: center;
}

.h2__email {
  font-style: italic;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: roboto, "helvetica neue", helvetica, arial, sans-serif;
  line-height: 24px;
  color: #131313;
  font-size: 16px;
  margin: 5px;
}

.footer_h1 {
  line-height: 12px;
  font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #212121;
}

.icons_header {
  margin: 5px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}

.img_header_1:hover {
  cursor: pointer;
}

.img_header_1:hover .icons_header {
  opacity: 1;
  color: #07cf00;
}

.img_header_2:hover {
  cursor: pointer;
}

.img_header_2:hover .icons_header {
  opacity: 1;
  color: #07cf00;
}

.footer_img_1:hover {
  cursor: pointer;
}

.footer_img_1:hover .icons_header {
  opacity: 1;
  color: #07cf00;
}

.label_img_1 {
  cursor: pointer;
}

.label_img_2 {
  cursor: pointer;
}

.label_img_3 {
  cursor: pointer;
}

.class_button_save_email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px;
}

.modal-sun-email_share {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-sun-email_share {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  display: block;
}

.close-sun-email_share {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-sun-email_share:hover,
.close-sun-email_share:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.div_tooltip_email {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.div-email_share {
  height: 100%;
  width: 100%;
  position: relative;
}

.injectList_share_email {
  margin: auto;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  flex-direction: row;
}

.div_center_shared_list {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px;
}

.base-relatorio-modal-value {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 12px;
}

main {
  margin: 0 auto;
  width: max-content;
}

.title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.title > h1 {
  font-size: 2.5rem;
}

.title > p {
  font-size: 1.25rem;
}

#rubrica_edit {
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  outline: 0;
  margin-left: 10px;
  font-size: 16px;
  background-color: #4dbd74;
  text-decoration: none;
  display: none;
  cursor: pointer;
  text-align: center;
}

#rubrica_edit:hover {
  background-color: #3a8b56;
}

.btn_green {
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  outline: 0;
  margin-left: 10px;
  font-size: 16px;
  background-color: #4dbd74;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.btn_green:hover {
  background-color: #3a8b56;
}

.btn_green > span {
  font-size: 0.8rem;
  padding: 8px;
}

#ownCloud_edit {
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  outline: 0;
  margin-left: 10px;
  font-size: 16px;
  background-color: #4dbd74;
  text-decoration: none;
  display: none;
  cursor: pointer;
  text-align: center;
}

#ownCloud_edit:hover {
  background-color: #3a8b56;
}

.base_own_cloud_modal {
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.btn_next_ownCloud {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0px 20px 20px 0px;
}

.btn_next_ownCloud_specific {
  width: 15%;
}

.btn_previous_ownCloud {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 0px 0px 20px;
}

.btn_previous_btn {
  display: inline-block;
  padding: 8px;
  color: #666;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.quadrado {
  width: 300px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quadrado > span {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

#quadrado2 {
  max-height: 300px;
  height: 300px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

#quadrado3 {
  max-height: 300px;
  height: 300px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.input_ownCloud {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

.ownCloudClassList {
  width: 100%;
  border-radius: 12px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}

.ownCloudClassList:hover {
  background-color: #ccc;
  cursor: pointer;
}

.ownCloudClassList0 {
  border-radius: 12px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}

.informations_finnaly {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 10px;
}

.informations_finnaly label {
  font-weight: bold;
  margin-right: 10px;
}

.lista_pdfs_ul {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  list-style: none;
  gap: 1rem;
  scroll-behavior: auto;
  overflow-x: scroll;
  width: 300px;
  padding: 20px;
}

::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

::-webkit-scrollbar {
  width: 6px;
  background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
  background: #dad7d7;
}

.lista_pdfs_ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.1rem;
  width: 90px;
  height: 120px;
}

.title_pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0.1rem;
}

.span_container_pdf {
  margin: 0;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 90px;
  height: 40px;
  -webkit-line-clamp: 2;
}

.div_container_pdf {
  width: 90px;
  height: 70px;
  background-color: #d3d3d3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 2px;
}

#content-wrapper1 {
  display: flex;
  flex-direction: row;
}

#content-wrapper1 > nav {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  padding-right: 32px;
}

nav > button {
  background: none;
  padding: 6px 12px;
  border: none;
  outline: none;
  font-size: 1rem;
  cursor: pointer;
  background-color: #22ee77;
  transition: background-color 200ms;
}

nav > button:hover {
  background-color: #1ec061;
}

#edit1 {
  position: relative;
  overflow: hidden;
  width: max-content;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 8px;
}

.space_pages_next {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  height: 100%;
  padding: 12px 0;
}

#totalPages {
  padding: 12px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #13131a;
  background-color: #f4f4f4;
  border: 1px solid #13131a;
  border-radius: 4px;
  outline: none;
}

.signature {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  user-select: none;
  width: max-content;
}

.signature > img {
  width: 100%;
}

.x_signature {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: red;
  border-radius: 50%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.resizable-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #0084ff;
  border-radius: 50%;
  border: 1px solid white;
  cursor: nw-resize;
}

#signature-text {
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #13131a;
  padding: 6px 12px;
  border-radius: 4px;
  outline: none;
  transition: box-shadow 200ms;
  min-height: 54px;
  font-size: 1.5rem;
  font-family: "Nothing You Could Do";
  text-align: center;
}

#signature-text:focus {
  border-color: #0084ff;
  box-shadow: 0 0 0 2px #0084ff;
}

.rubrica_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.1rem;
  padding: 0 12px;
  margin-top: 1px;
}

.rubrica_desenhada {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.1rem;
  padding: 22px;
}

.base_modelos_rubrica {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 400px;
  height: 300px;
  list-style: none;
  scroll-behavior: auto;
  overflow-y: scroll;
}

.base_modelos_rubrica > li {
  position: relative;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 12px;
  width: 320px;
  height: 90px;
  border-top: 1px groove #ddd;
  border-left: 1px groove #ddd;
  font-size: 22px;
  cursor: pointer;
}

.base_modelos_rubrica > li > i {
  position: absolute;
  right: 0;
  top: 0;
  margin: 8px;
  padding: 4px;
  border-radius: 50%;
  background-color: #ddd;
  color: white;
}

/* .base_modelos_rubrica > li::after {
  bottom: 0;
  left: 0;
  border-left: 3px solid #0084ff;
  border-radius: 12px;
  height: 50%;
} */

.base_modelos_rubrica > li::before {
  top: 0;
  right: 0;
  border-top: 3px solid #0084ff;
  border-radius: 12px;
  width: 60%;
}

.base_modelos_rubrica > li::after,
.base_modelos_rubrica > li::before {
  content: "";
  position: absolute;
  z-index: 1;
}

.base_rubrica_preview {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 0.1rem;
  background-color: white;
  border-radius: 12px;
  margin: 0px 22px;
}

.base_rubrica_preview > div {
  width: 500px;
  height: 400px;
  margin: 22px;
  border: 2px solid #0084ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.1rem;
  border-radius: 12px;
}

.base_rubrica {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 0.1rem;
  background-color: white;
  border-radius: 12px;
  margin: 0px 22px;
}

.base_rubrica > div {
  width: 500px;
  height: 500px;
  margin: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.1rem;
  border-radius: 12px;
}

.base_rubrica > div > span {
  text-align: start;
  font-size: 1.2rem;
  font-weight: 500;
  color: #13131a;
}

.base_input_rubrica {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 0.1rem;
  background-color: white;
  border-radius: 12px 12px 0px 0px;
  margin: 0px 22px;
  width: 100%;
}

.base_input_rubrica > span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #13131a;
}

.ass_completa {
  position: absolute;
  top: 0;
  right: 0;
  color: orange;
  padding: 0 2px;
  background-color: white;
  border-top: 1px dashed grey;
  border-right: 1px dashed grey;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.input-signature {
  margin-bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #13131a;
  padding: 6px 6px;
  border-radius: 4px;
  outline: none;
  transition: box-shadow 200ms;
  min-height: 54px;
  font-size: 1.5rem;
  font-family: "Nothing You Could Do";
  text-align: center;
}

.input-signature:focus {
  border-color: #0084ff;
  box-shadow: 0 0 0 2px #0084ff;
}

.input_rubricas {
  margin-bottom: 0.5rem;
  background: #ddd;
  border: 1px solid #ddd;
  padding: 6px 6px;
  border-radius: 4px;
  outline: none;
  transition: box-shadow 200ms;
  min-height: 54px;
  font-size: 1rem;
  font-family: "Nothing You Could Do";
  text-align: center;
}

.input_rubricas:focus {
  border-color: #0084ff;
  box-shadow: 0 0 0 2px #0084ff;
}

@keyframes highlight {
  0% {
    box-shadow: 0 0 0 10px #22ee7799;
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.container_dicas {
  position: relative;
  margin: 5px;
  padding: 5px;
}

.dicas_icone {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0159dc;
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.modal_dicas_icone {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}

.modal_dicas_icone-content {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.dicas_icone:hover + .modal_dicas_icone {
  display: block;
}

.modal_dicas_icone-content p {
  font-weight: bold;
}

.modal_dicas_icone-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.modal_dicas_icone-content li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

#map {
  height: 100%;
}

.div_add_new_point {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 5px;
}

.container_mundi {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.span_mundi_width {
  width: 50%;
}

.span_mundi_100 {
  width: 100%;
}

progress {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  color: #4caf50;
}

#firstHeading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 85%;
}

#content {
  font-family: Arial, sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 0px;

  max-width: 300px;
}

.gm-ui-hover-effect {
  display: none !important;
}

hr.dashed {
  border-top: 3px dashed #bbb;
  width: 48%;
  margin-left: 17%;
}

.h1-phisical {
  cursor: pointer;
}

.divider {
  margin: 0 auto 20px;
}

.divider p {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #444;
}

.divider hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.lottie_animation {
  width: 50%;
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_mundi {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.span_mundi_width {
  width: 50%;
}

.span_mundi_100 {
  width: 100%;
}

.modal-sun-layers {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-sun-layers {
  position: relative;
  background-color: #f5f5f5;
  margin: 15% auto;
  padding: 15px;
  border: 1px solid #888;
  width: 28%;
  height: 45%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}

.close-layers {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

#firstHeading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 85%;
}

#content {
  font-family: Arial, sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 0px;

  max-width: 300px;
}

.close-layers:hover,
.close-layers:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#layers_all {
  width: 100%;
  flex: 1;
  overflow: auto;
}

#state_server {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 500px;
}

#state_server_request {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 500px;
}

.status-text {
  font-weight: bold;
  color: #333;
}

.loading-animation {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.own_cloud_list_accounts__item {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0;
  padding: 15px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.own_cloud_list_accounts__item__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.own_cloud_list_accounts__item__title span {
  color: #818080;
}

.own_cloud_list_accounts__item__content {
  padding: 10px 0;
}

.own_cloud_list_accounts__item__content__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.own_cloud_list_accounts__item__content__item span {
  color: #333;
}

.own_cloud_list_accounts__item__btns {
  display: flex;
  justify-content: flex-end;
}

.highlighted-layer {
  font-weight: bold;
  color: #007bff;
}

.rounded-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
}

.rounded-btn.btn-success {
  background-color: #0173f2;
  color: #fff;
}

.my-special-btn {
  background-color: #0173f2 !important;
  color: #fff !important;
}

.my-special-btn:focus,
.my-special-btn:active {
  box-shadow: none !important;
  outline: 0 !important;
}

.my-special-btn:not(:disabled):not(.disabled).active,
.my-special-btn:not(:disabled):not(.disabled):active {
  background-color: #0173f2 !important;
  border-color: #0173f2 !important;
}

#pagination {
  margin: 20px;
}

#pagination button {
  margin: 5px;
  padding: 10px 20px;
}

.bolinha {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 10px;
}

.bolinha-verde {
  background-color: green;
}

.bolinha-vermelha {
  background-color: red;
}

.bolinha-laranja {
  background-color: orange;
}

.delete_persistent {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #007bff;
}

.delete_enduring {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #04661a;
}

.cancel_modal {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #454749;
}

#resetButton {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #0271e0;
}

#searchButton {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  /* O botão Pesquisar ocupa mais espaço */
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #0271e0;
  margin-right: 10px;
}

#clearButton {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  flex: 0 0 20%;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #ee0505;
}

.button-container {
  display: flex;
  gap: 10px;
}

.btn_layers {
  padding: 6px 12px;
  margin: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
}

.btn_layers.hot {
  background: #f11616;
}

.btn_layers.persistent {
  background: #007bff;
}

.btn_layers.enduring {
  background: #04661a;
}
.menu-toggle {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.menu-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.menu-dropdown li {
  padding: 10px 15px;
  cursor: pointer;
}
.menu-dropdown li:hover {
  background-color: #f0f0f0;
}

.input-layers-eternal {
  border-radius: 10px;
  width: 70%;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.btn-layers-plans {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 10px;
  background: var(--accentGreen);
}

.btn-layers-plans:hover {
  color: #fff;
  background-color: #04661a;
  border-color: #04661a;
  border: none;
}

.btn-layers-plans-cancel {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 10px;
  background: var(--accentRed);
}

.btn-layers-plans-cancel:hover {
  color: #fff;
  background-color: #d15563;
  border-color: #d15563;
  border: none;
}

.custom-card {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 16px;
  position: relative;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-card:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.custom-card-selected {
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.custom-card-selected .check-icon {
  display: block;
}

.check-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 1000;
}

.custom-card-heading {
  font-weight: bold;
  margin-bottom: 8px;
}

.custom-card-body p {
  margin: 8px 0;
}

.btn-layers-plans {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 10px;
  background: var(--primary2);
}

.btn-layers-plans:hover {
  color: #fff;
  background-color: #4d70d4;
  border-color: #4d70d4;
  border: none;
}

.btn-layers-plans-cancel {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 10px;
  background: var(--accentRed);
}

.btn-layers-plans-cancel:hover {
  color: #fff;
  background-color: #d15563;
  border-color: #d15563;
  border: none;
}

/* TEMPORALIDADE */
.base_modal_temporalidade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal_temporalidade {
  width: 40%;
  height: 60%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.temporalidade_title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.temporalidade_square {
  width: 40%;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.temporalidade_square strong {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.temporalidade_square_dest {
  width: 80%;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.temporalidade_row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.temporalidade_col {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.infos_temporalidade {
  width: 100%;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.temporalidade_file_input_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.temporalidade_file_input_button {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.2rem;
  cursor: pointer;
}

.temporalidade_file_input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#temporalidade_logs {
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  padding: 12px;
}

.btn_download_csv_temporalidade {
  border-radius: 12px;
  background-color: #00cc55;
  color: white;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn_download_csv_temporalidade:hover {
  background-color: #00b34a;
  color: white;
}

.btn_download_csv_temporalidade i {
  padding: 6px 10px;
  color: white;
  font-size: 1.5rem;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-container:hover .tooltip-content {
  display: block;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.question-mark {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 1px 6px;
  border-radius: 50%;
  color: white;
  background-color: #0059cc;
  margin-left: 6px;
  transition: background-color 0.3s ease;
}

.question-mark:hover {
  background-color: #0044b2;
}

.tooltip-content {
  display: none;
  position: absolute;
  width: 300px;
  top: -10px;
  left: 25px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  z-index: 1;
}

/* TEMPORALIDADE */

.picture__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-download-aip {
  background-color: #0173f2;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-download-aip:hover {
  background-color: #0158c2;
  transform: translateY(-2px);
}

.btn-download-aip i {
  margin-right: 5px;
}

.form-group-user-gds-csv {
  margin-bottom: 15px;
  flex: 1;
  padding: 0 5px;
  min-width: 0;
}

.form-group-user-gds-csv label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group-user-gds-csv input[type="text"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.row-user-gds-csv {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
}

.col-user-gds-csv {
  flex: 1;
  padding: 0 5px;
  min-width: 0;
}

.col-user-gds-csv label {
  display: block;
  margin-bottom: 5px;
}

.col-user-gds-csv input[type="text"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.col-user-gds-csv select.form-control-user-gds-csv {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  height: 36px;
}

.col-user-gds-csv select.form-control-user-gds-csv:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

.label-spacer-user-gds-csv {
  height: 35px;
}

.label-spacer-user-gds {
  height: 25px;
}

/* Cards dos Guias de usuários */

p {
  margin: 0px;
}

.card-guide {
  width: 380px;
  height: 400px;
  padding: 30px;
  border: 3px solid #b5b5b5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 15px;
  transition: all 0.3s ease;
}

.card-guide:hover {
  transform: scale(1.03);
}

.title-card {
  font-size: 20px;
  font-weight: 600;
  color: #23282c;
  margin: 0px;
}

.text-card {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.container-guide {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.time-icon {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #b5b5b5;
}

.time {
  font-size: 16px;
}

.image-card {
  width: 100%;
  height: 170px;
  text-align: center;
}

.input-preservation-definiton {
  width: 100%;
  max-width: 500px;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  margin-bottom: 10px;
}

#adicionarCampos {
  position: fixed;
  bottom: 480px;
  right: 50px;
  z-index: 1000;
}

.container-botao {
  text-align: right;
  margin-bottom: 15px;
}

.btn-add-new-preservation {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  width: 20%;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #ff5f26;
}

.grupo-campos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.btn-remover-esquerda {
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
  background: #ff5f26;
}

.deleteButtonTranslate {
  color: red;
  background-color: white;
  border: 1px solid red;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer;
}

.quick-links {
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 8px;
  width: auto;
  text-align: center;
  display: inline-flex;
  outline: none;
  text-decoration: none !important;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.quick-links:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.quick-links span {
  position: relative;
  top: -2px;
}

.truncated-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.tooltip-text {
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.input-title-spread {
  width: 70%;
  max-width: 300px;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  margin-bottom: 10px;
}

.btn-upload-custom {
  padding: 6px 12px;
  background: #0271e0;
  border: none;
  outline: none;
  width: 20%;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  color: white;
  border-radius: 8px;
}

.file-drop-area {
  display: flex;
  align-items: center;
  justify-content: start;
  /* Alinha o conteúdo à esquerda */
  width: 40%;
  /* Removido o limite de largura para usar o espaço disponível */
  padding: 20px;
  border: 2px dashed #0271e0;
  border-radius: 8px;
  background-color: #f8f9fa;
  text-align: left;
  /* Alinhamento do texto à esquerda */
  cursor: pointer;
}

.fake-btn {
  background-color: #0271e0;
  color: #fff;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 5px;
}

.file-msg {
  font-size: 14px;
}

.file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#highlight_spreads {
  color: #007bff;
  font-weight: bold;
  font-size: 18px;
}

#sepator_spreads {
  color: #333;
  font-size: 14px;
}

.text-truncate {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.panel:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.status-span-ba:hover {
  cursor: pointer;
}

.hover-content {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  padding: 20px;
  top: 25px;
  left: 0;
  display: none;
}

.remove-btn {
  cursor: pointer;
  color: rgb(243, 241, 241);
  margin-left: 10px;
}

.dark-card {
  background-color: #0c3c69;
  color: #ffffff;
  margin-top: 10px;
  margin-right: 5px;
}

.card-remove-btn {
  cursor: pointer;
  color: #e6dedf;
  position: absolute;
  top: 10px;
  right: 10px;
}

.tooltip-flow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  font-family: Arial, sans-serif;
  color: #333333;
}

.tooltip-flow-content {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  opacity: 0;
  word-wrap: break-word;
}

.tooltip-flow:hover > .tooltip-flow-content {
  visibility: visible;
  opacity: 1;
}

.tooltip-flow-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.full-screen-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.full-screen-spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spinloader 2s linear infinite;
}

@keyframes spinloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.div-option-menu-config {
  width: 100%;
  background-color: #d95150;
}

.row-option-menu-config {
  width: 100%;
  background-color: #00b34a;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  gap: 8px;
}

.btn-option-menu-config {
  background-color: #eff2f4;
  width: 180px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-option-menu-config p {
  font-size: 16px;
  font-weight: 500;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
  display: table;
  margin-bottom: 18px;
}

.align-div-bottom {
  display: flex;
  align-items: baseline;
}

.col-label-padding {
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
}

.div-option-menu-config {
  width: 100%;
  background-color: #d95150;
}

.row-option-menu-config {
  width: 100%;
  background-color: #00b34a;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  gap: 8px;
}

.btn-option-menu-config {
  background-color: #eff2f4;
  width: 180px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-option-menu-config p {
  font-size: 16px;
  font-weight: 500;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
  display: table;
  margin-bottom: 18px;
}

.align-div-bottom {
  display: flex;
  align-items: baseline;
}

.col-label-padding {
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
}

.custom-tooltip-fields {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1000;
}

.hint_fields {
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 2px 4px;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 5px;
  font-weight: bold;
  color: #00c689;
}
