@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/TranslationTool.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fgtdfruny1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fgtdfruny1] {
    flex: 1;
}

#blazor-error-ui[b-fgtdfruny1] {
    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-fgtdfruny1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TranslationTool.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwlp0q4kdp] {
    color: white;
    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 .navbar-toggler-icon[b-dwlp0q4kdp] {
        background: none;
    }

    .navbar-toggler:checked[b-dwlp0q4kdp] {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .navbar-toggler:focus[b-dwlp0q4kdp] {
        box-shadow: none;
    }

.nav-item[b-dwlp0q4kdp] {
    font-size: 0.9rem;
}

    .nav-item[b-dwlp0q4kdp]  .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-dwlp0q4kdp]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-dwlp0q4kdp]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.logo img[b-dwlp0q4kdp] {
    width: 50px;
}
/* _content/TranslationTool.Web/Components/ToolTip.razor.rz.scp.css */
/* Tooltip container */
.tooltip-custom[b-f4r1gb0ahs] {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip-custom .tooltiptext[b-f4r1gb0ahs] {
        visibility: hidden;
        font-size: 0.8rem;
        font-weight: 400;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 0.25rem 0.5rem;
        border-radius: 6px;
        position: absolute;
        z-index: 1100;
        white-space: nowrap;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip-custom:hover .tooltiptext[b-f4r1gb0ahs] {
        visibility: visible;
    }

    .tooltip-custom .tooltiptext[b-f4r1gb0ahs]::after {
        content: " ";
        position: absolute;
        border-width: 5px;
        border-style: solid;
    }

    /* Placement classes */
    .tooltip-custom.tooltip-top[b-f4r1gb0ahs] {
        padding-top: 0.5rem;
    }

        .tooltip-custom.tooltip-top .tooltiptext[b-f4r1gb0ahs] {
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

            .tooltip-custom.tooltip-top .tooltiptext[b-f4r1gb0ahs]::after {
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-color: black transparent transparent transparent;
            }

    .tooltip-custom.tooltip-bottom[b-f4r1gb0ahs] {
        padding-bottom: 0.5rem;
    }

        .tooltip-custom.tooltip-bottom .tooltiptext[b-f4r1gb0ahs] {
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

            .tooltip-custom.tooltip-bottom .tooltiptext[b-f4r1gb0ahs]::after {
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-color: transparent transparent black transparent;
            }

    .tooltip-custom.tooltip-left[b-f4r1gb0ahs] {
        padding-left: 0.5rem;
    }

        .tooltip-custom.tooltip-left .tooltiptext[b-f4r1gb0ahs] {
            top: 50%;
            right: 100%;
            transform: translateY(-50%);
        }

            .tooltip-custom.tooltip-left .tooltiptext[b-f4r1gb0ahs]::after {
                top: 50%;
                left: 100%;
                transform: translateY(-50%);
                border-color: transparent transparent transparent black;
            }

    .tooltip-custom.tooltip-right[b-f4r1gb0ahs] {
        padding-right: 0.5rem;
    }

        .tooltip-custom.tooltip-right .tooltiptext[b-f4r1gb0ahs] {
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
        }

            .tooltip-custom.tooltip-right .tooltiptext[b-f4r1gb0ahs]::after {
                top: 50%;
                right: 100%;
                transform: translateY(-50%);
                border-color: transparent black transparent transparent;
            }
