@import '_content/Inteleduc.Platform.Components/Inteleduc.Platform.Components.cod3gwa1ci.bundle.scp.css';

/* _content/Inteleduc.NoMapa/Components/Carousel/PlacesCarousel.razor.rz.scp.css */
.places-container[b-yhsirxtski] {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(98%, 1200px);
  padding: 0 4px; /* container invisível, só spacing lateral */
  background: transparent; /* sem fundo branco */
  z-index: 90;
}

.places-strip[b-yhsirxtski] {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 3); /* 3 cards + 2 gaps (12px each) */
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}

.places-strip.is-dragging[b-yhsirxtski] { cursor: grabbing; }

.place-card[b-yhsirxtski] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 24px rgba(0,0,0,0.14), 0 2px 6px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: box-shadow .15s ease, transform .15s ease;
  position: relative;
}

.place-img[b-yhsirxtski] {
  width: 100%;
  height: 120px; /* deixa o card mais fino */
  object-fit: cover;
  border-radius: 10px;
}

.place-img-placeholder[b-yhsirxtski] {
  width: 100%;
  height: 120px;
  background: #1E88E5; /* azul do tema */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-img-placeholder .logo[b-yhsirxtski] {
  max-width: 60%;
  max-height: 60%;
}

.place-info[b-yhsirxtski] { min-width: 0; display: flex; flex-direction: column; gap: 2px; padding: 0 2px 2px; }
.place-title[b-yhsirxtski] { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.place-meta[b-yhsirxtski] { font-size: 12px; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.place-price[b-yhsirxtski] { font-size: 14px; font-weight: 700; color: #111; }

.place-footer[b-yhsirxtski] { padding: 6px 2px 0; }
.place-footer .chips-scroll[b-yhsirxtski] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  cursor: grab;
  user-select: none;
}
.place-footer .chips-scroll.is-dragging[b-yhsirxtski] { cursor: grabbing; }
.price-chip[b-yhsirxtski] { font-size: 12px; padding: 2px 8px; height: auto; line-height: 1.2; border-radius: 999px; pointer-events: none; }
.form-chip[b-yhsirxtski] { font-size: 12px; padding: 2px 8px; height: auto; line-height: 1.2; border-radius: 999px; pointer-events: none; }

.place-card:hover[b-yhsirxtski] { box-shadow: 0 10px 28px rgba(0,0,0,0.18), 0 4px 10px rgba(0,0,0,0.08); transform: translateY(-1px); }

.empty[b-yhsirxtski] { padding: 8px 12px; color: #666; }

@media (max-width: 900px) {
  .places-strip[b-yhsirxtski] { grid-auto-columns: calc((100% - 12px) / 2); }
}

@media (max-width: 600px) {
  .places-container[b-yhsirxtski] { bottom: 8px; width: calc(100% - 16px); }
  .places-strip[b-yhsirxtski] { grid-auto-columns: 100%; }
}
/* _content/Inteleduc.NoMapa/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dna0i0sbcd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dna0i0sbcd] {
    flex: 1;
}

.sidebar[b-dna0i0sbcd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dna0i0sbcd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dna0i0sbcd]  a, .top-row[b-dna0i0sbcd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dna0i0sbcd]  a:hover, .top-row[b-dna0i0sbcd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dna0i0sbcd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dna0i0sbcd] {
        justify-content: space-between;
    }

    .top-row[b-dna0i0sbcd]  a, .top-row[b-dna0i0sbcd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dna0i0sbcd] {
        flex-direction: row;
    }

    .sidebar[b-dna0i0sbcd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dna0i0sbcd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dna0i0sbcd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dna0i0sbcd], article[b-dna0i0sbcd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dna0i0sbcd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dna0i0sbcd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Inteleduc.NoMapa/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1kuyv1x1rl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-1kuyv1x1rl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1kuyv1x1rl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1kuyv1x1rl] {
    font-size: 1.1rem;
}

.bi[b-1kuyv1x1rl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1kuyv1x1rl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-1kuyv1x1rl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1kuyv1x1rl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-1kuyv1x1rl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1kuyv1x1rl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1kuyv1x1rl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1kuyv1x1rl]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-1kuyv1x1rl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1kuyv1x1rl]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1kuyv1x1rl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1kuyv1x1rl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1kuyv1x1rl] {
        display: none;
    }

    .nav-scrollable[b-1kuyv1x1rl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Inteleduc.NoMapa/Components/Pages/Map.razor.rz.scp.css */
/* Top bar container */
.topbar[b-z7rdbehp98] {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    z-index: 100;
    display: flex;
    justify-content: center;
}

/* Top bar content row */
.topbar-row[b-z7rdbehp98] {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    max-width: 1100px;
}

/* Search and toggle groups */
.search-group[b-z7rdbehp98] { display: flex; gap: 8px; align-items: center; flex: 1; }
.toggle-group[b-z7rdbehp98] { display: flex; gap: 0; align-items: center; }
.toggle-text[b-z7rdbehp98] { display: flex; gap: 8px; }
.toggle-icons[b-z7rdbehp98] { display: none; gap: 6px; align-items: center; }

/* Carousel overlay */
.carousel-overlay[b-z7rdbehp98] {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: min(96%, 1100px);
    z-index: 90;
    pointer-events: auto;
}
.carousel-overlay :global(.mud-carousel)[b-z7rdbehp98] {
    background: transparent !important;
}

/* Loader position */
.load-position[b-z7rdbehp98] {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

/* Adjust MudBlazor input borders (global selectors to bypass CSS isolation scoping) */
:global(.mud-input-control-input-container)[b-z7rdbehp98] {
    border: none !important;
}

:global(.mud-input-root-outlined)[b-z7rdbehp98],
:global(.mud-input)[b-z7rdbehp98],
:global(.mud-input-outlined)[b-z7rdbehp98],
:global(.mud-input-control-input-container)[b-z7rdbehp98] {
    border: none !important;
}

:global(.mud-input > input.mud-input-root-outlined)[b-z7rdbehp98],
:global(div.mud-input-slot.mud-input-root-outlined)[b-z7rdbehp98] {
    border: none !important;
}

/* Mobile tweaks */
@media (max-width: 600px) {
    .topbar[b-z7rdbehp98] {
        top: 8px;
        width: calc(100% - 16px);
    }

    .topbar-row[b-z7rdbehp98] { gap: 8px; }
    .search-group[b-z7rdbehp98] { gap: 6px; }

    /* Switch to icons on mobile */
    .toggle-text[b-z7rdbehp98] { display: none; }
    .toggle-icons[b-z7rdbehp98] { display: flex; }

    .carousel-overlay[b-z7rdbehp98] {
        bottom: 8px;
        width: 100%;
        padding: 0 8px;
    }

    /* Smaller buttons in the topbar */
    :global(.topbar .mud-button)[b-z7rdbehp98] {
        padding: 4px 10px !important;
        min-height: 30px !important;
        font-size: 0.85rem !important;
    }

    /* Smaller icon buttons */
    :global(.topbar .mud-icon-button)[b-z7rdbehp98] {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
    }

    /* Compact textfield */
    :global(.topbar .mud-input-root)[b-z7rdbehp98] {
        font-size: 0.9rem;
    }
    :global(.topbar .mud-input-root .mud-input-slot)[b-z7rdbehp98],
    :global(.topbar .mud-input-root input)[b-z7rdbehp98] {
        height: 36px !important;
    }
}
