/* _content/GoToLightServerWebAdmin/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fb1l1yc4uf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fb1l1yc4uf] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-fb1l1yc4uf] {
    background-image: linear-gradient(180deg, #b3e8fc 50%, #b3e8fc 98%);
}

.top-row[b-fb1l1yc4uf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fb1l1yc4uf]  a, .top-row[b-fb1l1yc4uf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-fb1l1yc4uf]  a:hover, .top-row[b-fb1l1yc4uf]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-fb1l1yc4uf]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.license-box[b-fb1l1yc4uf] {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    height: 2rem;
    font-size: 0.8rem;
}

.license-header[b-fb1l1yc4uf] {
    font-weight: bold;
    margin-right: 10px;
}

.license-info[b-fb1l1yc4uf] {
    display: flex;
    gap: 10px;
}

    .license-info span[b-fb1l1yc4uf] {
        white-space: nowrap;
    }

.box-success[b-fb1l1yc4uf] {
    background-color: #d4edda; 
    border-color: #c3e6cb;
    color: #155724; 
}

.box-danger[b-fb1l1yc4uf] {
    background-color: #f8d7da; 
    border-color: #f5c6cb; 
    color: #721c24; 
}

@media (max-width: 640.98px) {
    .top-row[b-fb1l1yc4uf] {
        justify-content: space-between;
    }

        .top-row[b-fb1l1yc4uf]  a, .top-row[b-fb1l1yc4uf]  .btn-link {
            margin-left: 0;
        }

    .main-footer[b-fb1l1yc4uf] {
        float: none;
        text-align: center;
        margin-top: 0.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-fb1l1yc4uf] {
        flex-direction: row;
    }

    .sidebar[b-fb1l1yc4uf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fb1l1yc4uf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-fb1l1yc4uf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-fb1l1yc4uf], article[b-fb1l1yc4uf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.main-footer[b-fb1l1yc4uf] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    padding: 1rem;
    width: 100%;
    margin-top: auto;
}

.footer-content[b-fb1l1yc4uf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer-content strong[b-fb1l1yc4uf] {
        margin-right: 0.5em;
    }

.version-info[b-fb1l1yc4uf] {
    margin-left: auto;
}

#blazor-error-ui[b-fb1l1yc4uf] {
    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-fb1l1yc4uf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GoToLightServerWebAdmin/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rmqwlpprnj] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: grey;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(156, 156, 156, 0.5);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28156, 156, 156, 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(156, 156, 156, 0.1);
}

    .navbar-toggler:checked[b-rmqwlpprnj] {
        background-color: rgba(156, 156, 156, 0.5);
    }

.top-row[b-rmqwlpprnj] {
    height: 3.5rem;
    background-color: #f7f7f7;
}

.navbar-brand[b-rmqwlpprnj] {
    font-size: 1.0rem;
}

.fa[b-rmqwlpprnj], .fa-brands[b-rmqwlpprnj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.2rem;
    top: 2px;
    background-size: cover;
}

.nav-item[b-rmqwlpprnj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rmqwlpprnj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rmqwlpprnj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rmqwlpprnj]  .nav-link {
        color: #333333;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 0.9rem;
    }

    .nav-item[b-rmqwlpprnj]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-rmqwlpprnj]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-rmqwlpprnj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rmqwlpprnj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rmqwlpprnj] {
        display: none;
    }

    .nav-scrollable[b-rmqwlpprnj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640.98px) {
    .navbar-toggler[b-rmqwlpprnj] {
        display: block;
    }
}
/* _content/GoToLightServerWebAdmin/Components/Layout/TotemLayout.razor.rz.scp.css */
/* _content/GoToLightServerWebAdmin/Components/Pages/SkrinyPages/SkrinyConfigurationEdition.razor.rz.scp.css */
.cross[b-gboq8ed5os] {
    width: 120px;
    height: 120px;
    position: relative;
    left: calc(50% - 60px);
    top: 300px;
    display: none;
}

.txt-pts[b-gboq8ed5os] {
    text-align: left;
}

.container-video[b-gboq8ed5os] {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    position: relative;
}

.overlay[b-gboq8ed5os] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* L'overlay n'interfère pas avec les interactions de la vidéo */
    /*z-index: 1;*/ /* Assurez-vous que l'overlay est au-dessus de la vidéo */
}

.container-video video[b-gboq8ed5os] {
    height: 100%;
    height: auto;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
}

#videoPlayerContainer[b-gboq8ed5os] {
    position: relative; /* Permet à l'overlay de se superposer correctement */
    display: inline-block;
}

.container-data-wrap[b-gboq8ed5os] {
    display: flex;
    justify-content: center;
}

.points[b-gboq8ed5os] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* 4 colonnes de taille égale */
    grid-template-rows: 1fr 1fr;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.points:hover[b-gboq8ed5os] {
    background: #c5c4c4;
}

.points p[b-gboq8ed5os] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}

.container-square[b-gboq8ed5os] {
    padding: 0 25px;
}

.play[b-gboq8ed5os],
.back[b-gboq8ed5os],
.up[b-gboq8ed5os] {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .3s ease;
    margin: 10px;
}

.play:hover[b-gboq8ed5os],
.back:hover[b-gboq8ed5os],
.up:hover[b-gboq8ed5os] {
    transform: scale(1.3);
}

#videoProgressContainer[b-gboq8ed5os] {
    width: 320px;
    height: 5px;
    background-color: #ddd;
    cursor: pointer;
}

#videoProgressBar[b-gboq8ed5os] {
    height: 5px;
    background-color: #ff0000;
    width: 0;
}

.pts-data[b-gboq8ed5os] {
    background-color: #c5c4c4;
}

.tab-content > .tab-pane[b-gboq8ed5os] {
    display: none;
}

.tab-content > .active[b-gboq8ed5os] {
    display: block;
}

.no-padding-on-table th[b-gboq8ed5os],
.no-padding-on-table td[b-gboq8ed5os] {
    padding: 0 !important;
}

.break-word[b-gboq8ed5os] {
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 225px;
}

.info-btn[b-gboq8ed5os] {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #007BFF;
    border: 2px solid #007BFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s, border-color 0.3s;
    position: relative;
}

    .info-btn:hover[b-gboq8ed5os] {
        color: #0056b3;
        border-color: #0056b3;
    }

    .info-btn .tooltip-text[b-gboq8ed5os] {
        visibility: hidden;
        width: 400px;
        background-color: #f9f9f9;
        color: #333;
        text-align: left;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: 120%; 
        right: 0;
        opacity: 0;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        border: 1px solid #ccc;
        user-select: text;
    }

        .info-btn .tooltip-text[b-gboq8ed5os]::after {
            content: "";
            position: absolute;
            bottom: 100%;
            right: 10px;
            margin-right: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #f9f9f9 transparent transparent transparent;
        }

    .info-btn:hover .tooltip-text[b-gboq8ed5os],
    .tooltip-text:hover[b-gboq8ed5os] {
        visibility: visible;
        opacity: 1;
    }

.tooltip-text pre[b-gboq8ed5os] {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.info-js-btn[b-gboq8ed5os] {
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #007BFF;
}

    .info-js-btn .tooltip-text[b-gboq8ed5os] {
        visibility: hidden;
        width: 400px;
        background-color: #f9f9f9;
        color: #333;
        text-align: left;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 120%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        border: 1px solid #ccc;
        user-select: text;
    }

        .info-js-btn .tooltip-text[b-gboq8ed5os]::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #f9f9f9 transparent transparent;
        }

    .info-js-btn:hover .tooltip-text[b-gboq8ed5os],
    .tooltip-text:hover[b-gboq8ed5os] {
        visibility: visible;
        opacity: 1;
    }

    .tooltip-text pre[b-gboq8ed5os] {
        margin: 0;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
