:root {
  --medium-blue: #7c8fac;
  --medium-plus-blue: #5a6a85;
  --almost-white: #e3e7ed;
  --orange: #f8a049;
  --light-pink: #ffa9a9;
  --input-bd-color: #dfe5ef;
}

.admin-bar .topbar {
  top: 46px;
}

@media (min-width: 768px) {
  .admin-bar .topbar {
    top: 32px;
  }
}
.single-admin-bar {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 24px;
  gap: 20px;
}
.single-admin-bar .single-admin-bar-title {
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2em;
}

.single-settings-bar {
  background-color: var(--bs-success);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 24px;
  gap: 20px;
}
.single-settings-bar .single-settings-bar-title {
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2em;
}

.sidebar-link svg path {
  stroke: var(--bs-primary);
}
.sidebar-link.active svg path {
  stroke: white;
}

.user-profile-name {
  font-size: 0.875rem;
  line-height: 1.2em;
  padding-right: 8px;
}

.btn-with-icon .icon,
.btn-with-icon svg {
  height: 1.5em;
  margin-right: 0.5em;
}

.help-header {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.help-header .help-header-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.help-header .help-header-aside .help-header-title,
.help-header .help-header-aside .help-header-subtitle {
  color: inherit;
  margin: 0;
}
.help-header .help-header-aside .help-header-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2em;
}
.help-header .help-header-aside .help-header-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.28px;
  color: var(--medium-blue);
}
.help-header .help-header-btn {
  color: inherit;
  border-color: var(--bs-white);
}
.help-header .help-header-btn svg path {
  transition: all 0.15s ease-in-out;
}
.help-header .help-header-btn:active, .help-header .help-header-btn:focus, .help-header .help-header-btn:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: var(--bs-success);
}
.help-header .help-header-btn:active svg path, .help-header .help-header-btn:focus svg path, .help-header .help-header-btn:hover svg path {
  stroke: var(--bs-primary);
  fill: var(--bs-primary);
}

.not-found-container {
  background-color: var(--almost-white);
  color: var(--medium-plus-blue);
  border-radius: 12px;
  border: 1px solid var(--almost-white);
}
.not-found-container .not-found-message {
  padding: 30px 20px;
  margin: 0;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.225rem;
  letter-spacing: -0.14px;
}

.projeto-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  background-color: var(--bs-white);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(145, 158, 171, 0.2), 0 12px 24px -4px rgba(145, 158, 171, 0.12);
}
.projeto-item .projeto-item-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.projeto-item .projeto-item-content .projeto-item-img {
  width: 210px;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}
.projeto-item .projeto-item-content .projeto-item-info .projeto-item-title {
  color: var(--bs-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.projeto-item .projeto-item-content .projeto-item-info .projeto-item-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--medium-plus-blue);
  line-height: 1.2em;
  font-weight: 400;
}
.projeto-item .projeto-item-content .projeto-item-info .projeto-item-info-list li strong {
  font-weight: 700;
}
.projeto-item .projeto-item-content .projeto-item-btn {
  margin-left: auto;
}
.projeto-item .projeto-item-footer {
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: var(--bs-success);
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}
.projeto-item .projeto-item-footer-title,
.projeto-item .projeto-item-footer-preco {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.projeto-status {
  border-radius: 4px;
  padding: 2px 15px;
  color: var(--bs-white);
  font-size: 0.75rem;
  font-weight: 600;
  background-color: var(--bs-secondary);
  margin-left: 15px;
}
.projeto-status.obra {
  background-color: var(--orange);
}
.projeto-status.finalizado {
  background-color: var(--bs-success);
}

.section-title {
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 30px;
}

textarea.form-control {
  text-align: left;
  resize: none;
}

.green-input .form-control,
.green-input .form-control:disabled,
.green-input .input-group-text {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
  color: var(--bs-white);
}

.pink-input .form-control,
.pink-input .form-control:disabled,
.pink-input .input-group-text {
  background-color: var(--light-pink);
  border-color: var(--light-pink);
  color: var(--bs-white);
}

.form-control.focus-input {
  border-width: 0;
}
.form-control.focus-input.show-bd {
  border-width: 1px;
}

.table > thead {
  vertical-align: middle;
}
.table .with-border {
  border-top: var(--bs-border-width) solid var(--bs-table-border-color);
  border-bottom: var(--bs-border-width) solid var(--bs-table-border-color);
}
.table .no-border {
  border: none;
}
.table tfoot tr:last-child td {
  border-bottom: none;
}

.previsao-lucro-resultado-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  background-color: var(--bs-success);
  color: var(--bs-white);
  border-radius: 5px;
  margin-top: 20px;
}
.previsao-lucro-resultado-container .previsao-lucro-resultado-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.previsao-lucro-resultado-container .previsao-lucro-resultado-aside .previsao-lucro-resultado-aside-title,
.previsao-lucro-resultado-container .previsao-lucro-resultado-aside .previsao-lucro-resultado-aside-text {
  margin-bottom: 0;
  color: inherit;
}
.previsao-lucro-resultado-container .previsao-lucro-resultado-aside .previsao-lucro-resultado-aside-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}
.previsao-lucro-resultado-container .previsao-lucro-resultado-aside .previsao-lucro-resultado-aside-text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2em;
}
.previsao-lucro-resultado-container .previsao-lucro-resultado-aside .previsao-lucro-resultado-resultado {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.site-footer {
  margin-top: 80px;
}

.file-image-preview .images-preview {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.file-image-preview .images-preview .images-preview-item {
  position: relative;
}
.file-image-preview .images-preview .images-preview-item .btn-clear-image {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background-color: var(--bs-danger);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.file-image-preview .images-preview .images-preview-item .btn-clear-image svg {
  stroke: var(--bs-white);
}
.file-image-preview .images-preview .images-preview-item .image-preview {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 130px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}
.file-image-preview .image-inputs {
  display: block;
}
.file-image-preview.has-image .images-preview .images-preview-item .btn-clear-image {
  display: flex;
}
.file-image-preview.has-image .images-preview .images-preview-item .image-preview {
  display: flex;
}
.file-image-preview.has-image .image-inputs {
  display: none;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

.alert {
  padding: 20px 30px;
}
.alert > * {
  margin-bottom: 0;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media (min-width: 992px) {
  .form-actions {
    justify-content: flex-end;
  }
}
.dragging {
  opacity: 0.5;
  cursor: grabbing;
}

.drag-over {
  position: relative;
  border: solid 2px var(--almost-white) !important;
}

.icon-draggable {
  stroke: var(--medium-blue);
  margin-right: 10px;
  cursor: grab;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  opacity: 0.95;
}
.preloader.hiding {
  opacity: 0;
}
/*# sourceMappingURL=partilha-urbana.css.map */