@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/TG.Admin.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-umxfg3a9ow] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-umxfg3a9ow] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f7fafc;
} 

.sidebar[b-umxfg3a9ow] {
    background-image: linear-gradient(100deg, #315291 0%, #1F2536 30%);
}

.top-row[b-umxfg3a9ow] {
    background-color: #f7f7f7;
    border-bottom: 1.5px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-umxfg3a9ow]  a, .top-row[b-umxfg3a9ow]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-umxfg3a9ow]  a:hover, .top-row[b-umxfg3a9ow]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-umxfg3a9ow]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

article.content[b-umxfg3a9ow] {
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    flex: 1;
    overflow-y: auto;
    height: calc(100vh - 3.5rem - 20px);
}

@media (max-width: 640.98px) {
    .top-row[b-umxfg3a9ow] {
        justify-content: space-between;
    }

        .top-row[b-umxfg3a9ow]  a, .top-row[b-umxfg3a9ow]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-umxfg3a9ow] {
        flex-direction: row;
    }

    .sidebar[b-umxfg3a9ow] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-umxfg3a9ow] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-umxfg3a9ow]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-umxfg3a9ow], article[b-umxfg3a9ow] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-umxfg3a9ow] {
    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-umxfg3a9ow] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TG.Admin.App/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-30cx1tb2r4] {
    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-30cx1tb2r4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-30cx1tb2r4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-30cx1tb2r4] {
    font-size: 1.1rem;
}

.nav-link[b-30cx1tb2r4] {
    display: flex;
    align-items: center;
}

    .nav-link .bi[b-30cx1tb2r4] {
        margin-right: 8px;        
    }

.submenu-icon[b-30cx1tb2r4] {
    margin-left: auto; 
    font-size:0.7rem;
}

.nav-submenu[b-30cx1tb2r4] {
    margin-left: 1.5rem;
    padding-left: 0.5rem;
    border-left: 2px solid rgba(255,255,255,0.2);
    cursor: pointer; 
}

.nav-item[b-30cx1tb2r4] {
    font-size: 0.9rem;
    cursor: pointer;
}

    .nav-item:first-of-type[b-30cx1tb2r4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-30cx1tb2r4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-30cx1tb2r4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
    }

.nav-item[b-30cx1tb2r4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-30cx1tb2r4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-30cx1tb2r4] {
    display: none;
    position: relative;
}

.navbar-toggler:checked ~ .nav-scrollable[b-30cx1tb2r4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-30cx1tb2r4] {
        display: none;
    }

    .nav-scrollable[b-30cx1tb2r4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .navbar-version-container[b-30cx1tb2r4] {
        /*  Hide element with version */
        display: none;
    }
}

@media (max-width: 640.98px) {
    .navbar-version-container[b-30cx1tb2r4] {
        /*  Hide element with version */
        display: none;
    }
}


.nav-item.navbar-version-container[b-30cx1tb2r4] {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem; 
}

.navbar-version[b-30cx1tb2r4] {
    font-size: 0.8rem;
    color: #d7d7d7;
}
/* _content/TG.Admin.App/Components/Pages/Dashboard/DomainActions/DomainAliases.razor.rz.scp.css */
.modal-spacing[b-p8mabud47w] {
    margin-bottom: 10px;
}

.flex-container[b-p8mabud47w] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 10px;
}

.label[b-p8mabud47w] {
    text-align: right;
}

.input[b-p8mabud47w] {
    width: 100%;
}
/* _content/TG.Admin.App/Components/Pages/Dashboard/Relays/RelayInstancesManagement.razor.rz.scp.css */
.modal-spacing[b-12fcupp3au] {
    margin-bottom: 10px;
}

.flex-container[b-12fcupp3au] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 10px;
}

.label[b-12fcupp3au] {
    text-align: right;
}

.input[b-12fcupp3au] {
    width: 100%;
}
/* _content/TG.Admin.App/Components/Pages/Dashboard/Relays/RelayRegionConfigurationsManagement.razor.rz.scp.css */
.modal-spacing[b-3bol40h8aq] {
    margin-bottom: 10px;
}

.flex-container[b-3bol40h8aq] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 10px;
}

.label[b-3bol40h8aq] {
    text-align: right;
}

.input[b-3bol40h8aq] {
    width: 100%;
}
/* _content/TG.Admin.App/Components/Pages/Dashboard/Relays/RelaySetsManagement.razor.rz.scp.css */
.modal-spacing[b-il34966hm0] {
    margin-bottom: 10px;
}

.flex-container[b-il34966hm0] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 10px;
}

.label[b-il34966hm0] {
    text-align: right;
}

.input[b-il34966hm0] {
    width: 100%;
}
/* _content/TG.Admin.App/Components/UI/AlertMessage.razor.rz.scp.css */
.alert-container[b-qrgnjpbhcb] {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999; 
    width: 70%; 
    text-align: center;
}

.alert-success[b-qrgnjpbhcb] {
    background-color: #5cb85c;
    color: #155724;
}

.alert-danger[b-qrgnjpbhcb] {
    background-color: #f8d7da;
    color: #721c24;
}

.fade-out.hidden[b-qrgnjpbhcb] {
    opacity: 0;
    transition: opacity 1s ease-out;
}
/* _content/TG.Admin.App/Components/UI/LoadingSpinner.razor.rz.scp.css */
.loading-spinner-container[b-7a9eepmsc9] {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.loading-spinner[b-7a9eepmsc9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .loading-spinner em[b-7a9eepmsc9] {
        color: #5175bd;
        margin-top: 10px;
    }
/* _content/TG.Admin.App/Components/UI/Modal.razor.rz.scp.css */
.modal-backdrop[b-xnm0za5gye] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal[b-xnm0za5gye] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); 
    height: auto;
    max-height: 90%; 
    width: auto;
    max-width: 90%; 
    z-index: 1051;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.modal-header[b-xnm0za5gye] {
    flex-shrink: 0;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer[b-xnm0za5gye] {
    border-top: 1px solid #e5e5e5;
    justify-content: flex-end;
    gap: 10px;
}

.modal-body[b-xnm0za5gye] {
    flex-grow: 1;
    margin: 1px;
    padding: 15px;
    overflow-y: auto;
}

.close[b-xnm0za5gye] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
