Fihtml, body { height: 100% }
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding: 0.1rem 0.1rem;
  margin: 0.1rem 0.1rem;
}
.custom-alert {
  display: none; 
  position: fixed;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  padding-top: 60px;  
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid black;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  z-index: 10; /* Ensure it appears above other content */
}

.btn-eedit {
  display: none;
  font-size: .75em;
  border-radius: 5px;
  background-color: rgb(184, 179, 179);
  border: 1px solid black;
}

a {
  text-decoration:none;
  color: black;
}
a:visited {
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
  /* font-weight: bold;  */
  color: brown;
  border: #0ff;
  }

  .box {
    border-radius: 5px;  
    border: 1px solid #ddd;
    padding: 2px;
    /* border-left: 1px solid #eee;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; */
  }

  .item-select {
    display: block;
    /* display: inline-block; */
  }
  .item-select:hover {
    border-radius: 3px;
    border: 1px solid #aaa;
  }


body {
    font-family: Arial, sans-serif;
}

.modal {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center; 
  align-items: center; 
  align-content: center;
  padding-bottom: 40%;
}

.modal-content {
  background-color: #eee;
  margin: 0px;
  border: 1px solid #777;
  border-radius: 5px; 
  height: auto;
  width: auto;
  min-width: 100px;
  box-shadow: 10px 10px 8px #aaa; 
  display: flex;
  flex-direction: column; 
  flex-wrap: nowrap;
  align-items: top;
  /* padding: .1rem; */
}

@media (max-width: 600px) {
  .mmodal-content {
    width: 90%; /* Reduz a largura em telas menores */
  }
  .modal {
  background-color: rgba(225, 225, 225, 0.80);

  }
}

.modal-target {
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
  opacity: 0.7;
  margin-bottom: 5px; 
  align-items: center;
  color: brown;
  font-weight: bolder;
  font-size: 1.2;
  background-color: #ccc;
  display: flex;
  /* box-shadow: 0px 10px 18px #fff;  */
}    

.modal-body, .modal-header {
  padding: 10px;
  border-color:#777;
  /* border-radius: 5px; */
  border: 1 px solid #777;
  /* box-shadow: 2px 2px 2px #ccc;  */
}

.modal-text {
  word-wrap: break-word; /* Quebra linhas longas */
  word-break: break-all; /* Quebra palavras longas */
  white-space: pre-wrap; /* Mantém quebras de linha e espaços */
}

.modal-icon {
  margin: 10px;
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #777;
  filter: contrast(200%);
  opacity: 0.7;
}

.modal-title {
  display: block; 
  font-size: 1em; 
  width: 100%; 
  margin-right: 2em;
 
}

.modal-footer {
  border-color:#777;
  margin: 3px;
  padding: 3px;
}

.modal-button {
  border-radius: 4px;
  border: 1 px solid #777;
  box-shadow: 4px 4px 5px #888;
}

.modal-below {
  padding: 0.1rem 0.2rem;
  overflow-y: none;
  overflow-x: auto;
}

.bar-theme {
  flex-grow: 1;
  height: 1em;
  border-radius: .2rem;
  border-radius: 4px;
  border: 1 px solid #000;
  box-shadow: 4px 4px 5px #be4444;
}

.dropdown-item {
  padding: .25rem .5rem;
  border-radius: .5rem;
  border: 1px solid transparent;
  align-self: center;

}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus { 
  border-color: red;
  background-color: rgb(208, 225, 231);
  cursor: pointer;

}

.checked-item {
  display: inline-block;
  width: 100%;
}
.collapse {
  cursor: pointer;
}

.bg-gray { background: #CCC };
.tab-content { background: #CCC }

.windows {
  width: auto; 
  height: auto; 
  background-color: #ccc;
  padding-bottom: 1px;
  margin: 0px;
  
  }   

.menu {
  background-color: #eee;
  white-space: nowrap;
  overflow: auto; 
}

.btn-menu {
  background-color: #eee;
  border-radius: 5px;  
  border-color: #aaa;
  border-style: 1px;
}
.btn-menu:hover {
  background-color: #fff;
  color: brown;
}
.teste {
  color: #ff0 #f0f #0ff #000 #fff #f00 #0f0 #00f
}

