.navbar-brand img {
  height: 1.2em;
  width: auto; }

h2 {
  font-size: 1.5rem;
  font-weight: bold; }

h3 {
  font-size: 1.3rem; }

table .actions {
  display: flex;
  gap: 0.75rem; }
  table .actions .btn {
    white-space: nowrap; }

#admin-estates .thumb_canvas {
  width: 120px;
  padding: 0; }
#admin-estates .thumb img {
  width: 100%;
  height: auto; }
#admin-estates .title {
  font-weight: bold; }
#admin-estates .highlight {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-block;
  background: url("/imoveis/images/star.svg");
  background-size: contain;
  vertical-align: text-top; }
#admin-estates .toggles .section {
  margin: 0.5rem 0; }
#admin-estates .toggles .toggle_link {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  text-decoration: none; }
  #admin-estates .toggles .toggle_link.toggle_on {
    background-color: #0d6efd;
    border: 1px solid #0d6efd; }
    #admin-estates .toggles .toggle_link.toggle_on:hover {
      background-color: #0b5ed7;
      border-color: #0b5ed7; }
  #admin-estates .toggles .toggle_link.toggle_off {
    color: #0d6efd;
    border: 1px solid #0d6efd; }
    #admin-estates .toggles .toggle_link.toggle_off:hover {
      color: white;
      background-color: #0d6efd;
      border: 1px solid #0d6efd; }

#images_form #images_count {
  font-weight: bold;
  font-size: 1.3em; }
#images_form .image {
  display: flex;
  gap: 20px;
  margin-bottom: 20px; }
#images_form #submit_message {
  padding: 20px;
  border: 1px solid currentColor;
  border-radius: 20px; }
