/* _content/EGIC.VSV.Tarification/Components/Layout/ErrorUI.razor.rz.scp.css */
#blazor-error-ui[b-qt1brdxki5] {
   
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.error-overlay[b-qt1brdxki5]{
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    backdrop-filter:blur(3px);
}
.error-body[b-qt1brdxki5] {
    max-width:60%;
    text-align:justify;
    box-shadow:black 5px 5px 30px;
    position:relative;
    border-radius:5px;
    padding:2rem;
    background: #febfbf;
}
#blazor-error-ui .dismiss[b-qt1brdxki5] {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 0rem;
}
/* _content/EGIC.VSV.Tarification/Components/Layout/MainHeaderMenu.razor.rz.scp.css */
.top-menu[b-apvv9rkbj7] {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px
}

    .top-menu > a[b-apvv9rkbj7] {
        text-decoration: none;
        color: var(--bs-neutral-text);
    }

.top-menu-home-link[b-apvv9rkbj7] {
    display: flex;
    align-items: center;
    padding-left: 8px
}

.top-menu-image-group[b-apvv9rkbj7] {
    display: flex;
    align-items: flex-end;
    gap: 20px
}

.top-menu-title[b-apvv9rkbj7] {
    font-size: 28px;
}

.top-menu-version[b-apvv9rkbj7] {
    display: flex;
    padding-left: 4px;
    height: 28px;
    font-size: 8px;
    align-items: end;
}

.top-menu-right-user[b-apvv9rkbj7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.8em;
    text-align: right
}
.top-menu-right-user .btn[b-apvv9rkbj7]{
    padding:0px 0px;
    font-size:0.8rem;
}
.top-menu-right-custom[b-apvv9rkbj7] {
    margin-right: 5px;
}

@media screen and (max-width:768px) {
    .top-menu-title[b-apvv9rkbj7] {
        font-size: 18px;
    }

    .top-menu-version[b-apvv9rkbj7] {
        padding-left: 2px;
        height: 20px;
        font-size: 6px;
    }
}

@media screen and (max-width:600px) {
    .top-menu-title[b-apvv9rkbj7], .top-menu-version[b-apvv9rkbj7] {
        display: none;
    }
}
/* _content/EGIC.VSV.Tarification/Components/Pages/Admin/Shared/LocalizedEditor.razor.rz.scp.css */
.flag-on-hover button[b-pb0ys5a43f] {
    display: none;
    position:absolute;
}
.flag-on-hover:hover button[b-pb0ys5a43f] {
    top:0;
    right:0;
    display: block;
}
/* _content/EGIC.VSV.Tarification/Components/Pages/Users/Tenders/CaseItemConfiguration.razor.rz.scp.css */
.rating-container[b-ibtwmvvuz3] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 5px;
}

.rating-select[b-ibtwmvvuz3] {
    flex: 1 0 45%;
}

@media screen and (min-width:800px) {
    .rating-select[b-ibtwmvvuz3] {
        flex: 1 0 30%;
    }
}
/* _content/EGIC.VSV.Tarification/Components/Pages/Users/UserPage.razor.rz.scp.css */
.label-file[b-bcj1ipa1kc] {
    background-color: #223388;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    border: 3px solid #2f44ad inset;
    display:flex;
    justify-content:center;
    padding:1rem;
}

    .label-file:hover[b-bcj1ipa1kc] {
        border: 3px solid #caa3f6 inset;
        background-color: #334cc7;
        color: #eee;
    }
