@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ecixg61e35] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ecixg61e35] {
    flex: 1;
}

.sidebar[b-ecixg61e35] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ecixg61e35] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ecixg61e35]  a, .top-row[b-ecixg61e35]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ecixg61e35]  a:hover, .top-row[b-ecixg61e35]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ecixg61e35]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ecixg61e35] {
        justify-content: space-between;
    }

    .top-row[b-ecixg61e35]  a, .top-row[b-ecixg61e35]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ecixg61e35] {
        flex-direction: row;
    }

    .sidebar[b-ecixg61e35] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ecixg61e35] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ecixg61e35]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ecixg61e35], article[b-ecixg61e35] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ecixg61e35] {
    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-ecixg61e35] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4bvi476n03] {
    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-4bvi476n03] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4bvi476n03] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4bvi476n03] {
    font-size: 1.1rem;
}

.bi[b-4bvi476n03] {
    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-4bvi476n03] {
    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-4bvi476n03] {
    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-4bvi476n03] {
    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");
}

.bi-dashboard-nav-menu[b-4bvi476n03] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v4.707l2.65 1.524a.5.5 0 0 1-.5.866l-3-1.724a.5.5 0 0 1-.25-.433V4.5A.5.5 0 0 1 8 4z'/%3E%3Cpath d='M3.5 13a7 7 0 1 1 9 0h-.018a6.978 6.978 0 0 1-8.964 0H3.5zm1.813-1.465a6 6 0 1 0 5.374 0A8.978 8.978 0 0 0 8 15a8.978 8.978 0 0 0-2.687-.465z'/%3E%3C/svg%3E");
}



.nav-item[b-4bvi476n03] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4bvi476n03] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4bvi476n03] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4bvi476n03]  .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-4bvi476n03]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4bvi476n03]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4bvi476n03] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4bvi476n03] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4bvi476n03] {
        display: none;
    }

    .nav-scrollable[b-4bvi476n03] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SecondLayout.razor.rz.scp.css */

html *[b-2brvyp1xgc] {
    -webkit-font-smoothing: antialiased;
}

h3[b-2brvyp1xgc] {
    font-size: 25px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.4em !important;
}

p[b-2brvyp1xgc] {
    font-size: 14px;
    margin: 0 0 10px !important;
    font-weight: 300;
}

small[b-2brvyp1xgc] {
    font-size: 75%;
    color: #777;
    font-weight: 400;
}

.container .title[b-2brvyp1xgc] {
    color: #3c4858;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}

    .container .title h3[b-2brvyp1xgc] {
        font-size: 25px;
        font-weight: 300;
    }

div.card[b-2brvyp1xgc] {
    border: 0;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

    div.card.card-plain[b-2brvyp1xgc] {
        background: transparent;
        box-shadow: none;
    }

    div.card .card-header[b-2brvyp1xgc] {
        border-radius: 3px;
        padding: 10px 10px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -30px;
        border: 0;
        background: linear-gradient(60deg,#eee,#bdbdbd);
    }

.card-plain .card-header:not(.card-avatar)[b-2brvyp1xgc] {
    margin-left: 0;
    margin-right: 0;
}

.div.card .card-body[b-2brvyp1xgc] {
    padding: 15px 30px;
    position: relative;
}

div.card .card-header-primary[b-2brvyp1xgc] {
    background: linear-gradient(60deg,#bd1217,#050100);
    box-shadow: 0 4px 19px 0 rgba(0,0,0,.2), 0 13px 14px -11px rgba(0,0,0,.87);
}

div.card .card-header-danger[b-2brvyp1xgc] {
    background: linear-gradient(60deg,#ef5350,#d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}


.card-nav-tabs .card-header[b-2brvyp1xgc] {
    margin-top: -30px !important;
}

.card .card-header .nav-tabs[b-2brvyp1xgc] {
    padding: 0;
}

.nav-tabs[b-2brvyp1xgc] {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav[b-2brvyp1xgc] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item[b-2brvyp1xgc] {
    margin-bottom: -1px;
}

    .nav-tabs .nav-item .nav-link.active[b-2brvyp1xgc] {
        background-color: hsla(0,0%,100%,.2);
        transition: background-color .2s .1s;
    }

    .nav-tabs .nav-item .nav-link[b-2brvyp1xgc] {
        border: 0 !important;
        color: #fff !important;
        font-weight: 500;
    }

    .nav-tabs .nav-item .nav-link[b-2brvyp1xgc] {
        color: #fff;
        border: 0;
        margin: 0;
        border-radius: 3px;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 12px;
        padding: 10px 15px;
        background-color: transparent;
        transition: background-color .3s 0s;
    }

.nav-link[b-2brvyp1xgc] {
    display: block;
}

.nav-tabs .nav-item .material-icons[b-2brvyp1xgc] {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item[b-2brvyp1xgc] {
    position: relative;
}

footer[b-2brvyp1xgc] {
    margin-top: 100px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
}

.footer p[b-2brvyp1xgc] {
    margin-bottom: 0;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 300;
}

footer p a[b-2brvyp1xgc] {
    color: #555;
    font-weight: 400;
}

    footer p a:hover[b-2brvyp1xgc] {
        color: #9f26aa;
        text-decoration: none;
    }
/* /Components/Pages/Admin/CamerasFilter.razor.rz.scp.css */
.spinner[b-slq5mmtprc] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56px;
    width: 56px;
    box-sizing: border-box;
    background: conic-gradient( from 90deg at 50% 50%, rgba(39, 174, 96, 0) 0deg, rgb(0, 0, 0) 0.09deg, #ff0000 360deg );
    border-radius: 56px;
    /* previous code */
    animation: 1s rotate-b-slq5mmtprc infinite linear;
}

    .spinner[b-slq5mmtprc]::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        background: #fff;
        border-radius: 48px;
    }

    .spinner[b-slq5mmtprc]::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 8px;
        width: 8px;
        background: #ff0000;
        border-radius: 8px;
    }

@keyframes rotate-b-slq5mmtprc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-soft-yellow[b-slq5mmtprc] {
    background-color: #ffe0b2; /* amarillo suave */
}
.floating-panel[b-slq5mmtprc] {
    position: absolute;
    top: 110%;
    right: 0;
    width: 400px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 9999;
}

.panel-header[b-slq5mmtprc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.panel-body[b-slq5mmtprc] {
    font-size: 0.9rem;
    max-height: 150px;
    overflow-y: auto;
}
/* /Components/Pages/Admin/ConfigsCamera.razor.rz.scp.css */
@media (max-width: 768px) {
    .table td[b-64brrvy4hm], .table th[b-64brrvy4hm] {
        font-size: 12px; 
        padding: 8px; 
    }
}
.notes-column[b-64brrvy4hm] {
    max-width: 250px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.source-url-column[b-64brrvy4hm] {
    max-width: 250px;
    white-space: normal;
    word-break: break-word;
    cursor: pointer;
}
.name-column[b-64brrvy4hm] {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.hotel-column[b-64brrvy4hm] {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
