.habitese-section {
  position: relative;
  z-index: 4;
}
.habitese-search-section {
  position: relative;
  z-index: 5;
}
.quadra-dropdown {
  position: absolute;
  z-index: 10001;
  display: none;
  background: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 8px;
  border-radius: 4px;
}
.alvara-preview {
  margin-top: 10px;
  margin-left: 15px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: none;
}
.uk-position-relative {
  position: relative;
}
.counter-normal {
  color: #999;
}
.counter-warning {
  color: #ff8c00;
}
.counter-danger {
  color: #ca2222;
}
.form-control[readonly] {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  opacity: 0.8;
  cursor: not-allowed;
  border-color: #d0d0d0 !important;
}
input[readonly], textarea[readonly], select[readonly] {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  opacity: 0.8;
  cursor: not-allowed;
  border-color: #d0d0d0 !important;
}
select[readonly], select.readonly-select {
  background-color: #f5f5f5 !important;
  color: #666 !important;
  opacity: 0.8;
  cursor: not-allowed;
  border-color: #d0d0d0 !important;
  pointer-events: none;
}
#FormSection_tramites .item {
  padding: 15px;
  margin-bottom: 15px;
  background: #f9f9f9;
  border-left: 4px solid #e0e0e0;
  border-radius: 4px;
  position: relative;
}
#FormSection_tramites .item.me {
  background: #e3f2fd;
  border-left-color: #2196f3;
}
#FormSection_tramites .item.me .nome {
  color: #1976d2;
}
#FormSection_tramites .item.unread {
  background: #fff3e0;
  border-left-color: #ff9800;
}
#FormSection_tramites .item.unread .uk-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
#FormSection_tramites .item .nome {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
#FormSection_tramites .item .data {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
#FormSection_tramites .item .msg {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#FormSection_tramites .item .btn {
  margin-top: 10px;
}
.shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
  pointer-events: none;
  z-index: 1;
}
