/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ejbh1f8xk0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ejbh1f8xk0] {
    flex: 1;
    color: #868686;
}

.sidebar[b-ejbh1f8xk0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.header-row[b-ejbh1f8xk0] {
    background-color: #000052;
    border-bottom: 1px solid #000052;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-row[b-ejbh1f8xk0]  a, .header-row[b-ejbh1f8xk0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .header-row[b-ejbh1f8xk0]  a:hover, .header-row[b-ejbh1f8xk0]  .btn-link:hover {
            text-decoration: underline;
        }

        .header-row[b-ejbh1f8xk0]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.footer-row[b-ejbh1f8xk0] {
    background-color: #000052;
    border-bottom: 1px solid #000052;
    justify-content: center;
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #868686;
}

    .footer-row[b-ejbh1f8xk0]  a, .footer-row[b-ejbh1f8xk0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .footer-row[b-ejbh1f8xk0]  a:hover, .footer-row[b-ejbh1f8xk0]  .btn-link:hover {
            text-decoration: underline;
        }

        .footer-row[b-ejbh1f8xk0]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }
    .footer-row .contact-us[b-ejbh1f8xk0] {
        color: #fff;
        font-size: 20px;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .footer-row .copyright[b-ejbh1f8xk0] {        
        font-size: 16px;
    }
.hamburger[b-ejbh1f8xk0] {
    color: white !important;
    font-size: xxx-large !important;
    margin: 10px !important;
    cursor: pointer !important;
}

.sidebar-content[b-ejbh1f8xk0] {
    background-color: #000052;
    height: 100%;
}
    .sidebar-content .header[b-ejbh1f8xk0] {
        cursor: pointer;
    }
        .sidebar-content .header .img-logo[b-ejbh1f8xk0] {            
            width: 100%
        }
    .sidebar-content .version[b-ejbh1f8xk0] {
        color: white;
        text-align: right;
        width: 100%;
        padding-bottom: 10px;
        padding-right: 20px;
        border-bottom: 1px solid var(--color-sf-border-light);
    }
    .sidebar-content .sidebar-menu[b-ejbh1f8xk0] {
        color: white;
        font-size: large;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        .sidebar-content .sidebar-menu .text-item[b-ejbh1f8xk0] {
            padding-left: 10px;
            cursor: pointer;
        }
        .sidebar-content .sidebar-menu:hover[b-ejbh1f8xk0] {
            background-color: var(--color-sf-info-bg-color-hover);
        }
@media (max-width: 640.98px) {
    .header-row[b-ejbh1f8xk0]  a, .header-row[b-ejbh1f8xk0]  .btn-link {
        margin-left: 0;
    }

    .footer-row[b-ejbh1f8xk0] {
        justify-content: center;
    }

        .footer-row[b-ejbh1f8xk0]  a, .footer-row[b-ejbh1f8xk0]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ejbh1f8xk0] {
        flex-direction: row;
    }

    .sidebar[b-ejbh1f8xk0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .header-row[b-ejbh1f8xk0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .header-row.auth[b-ejbh1f8xk0]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .footer-row[b-ejbh1f8xk0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .footer-row.auth[b-ejbh1f8xk0]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-ejbh1f8xk0] {
    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-ejbh1f8xk0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.dialog-logout[b-ejbh1f8xk0] {
    width: 100vw;
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
    .dialog-logout .dialog-logout-open[b-ejbh1f8xk0] {
        width: 300px;
        background-color: white;
        float: right;
        border-radius: 10px;
    }
        .dialog-logout .dialog-logout-open .circle-initial[b-ejbh1f8xk0] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            background-color: #6bbdae;
            border-radius: 30px;
            margin: 10px;
        }
            .dialog-logout .dialog-logout-open .circle-initial .initial-menu[b-ejbh1f8xk0] {
                font-size: 25px;
                color: white;
                font-weight: 600;
            }
        .dialog-logout .dialog-logout-open .initial-menu-name[b-ejbh1f8xk0] {                                    
            margin: 10px;
            margin-bottom:0px;
        }

            .dialog-logout .dialog-logout-open .initial-menu-name .initial-menu-name-label[b-ejbh1f8xk0] {
                font-size: 20px;
                color: #575757;
            }
        .dialog-logout .dialog-logout-open .initial-menu-group[b-ejbh1f8xk0] {      
            margin-left: 10px;
        }
            .dialog-logout .dialog-logout-open .initial-menu-group .initial-menu-group-label[b-ejbh1f8xk0] {
                font-size: 16px;
                color: #000000;
            }
        .dialog-logout .dialog-logout-open .initial-menu-email[b-ejbh1f8xk0] {            
            padding: 0px;
            border-bottom: 1px solid #868686;
        }
            .dialog-logout .dialog-logout-open .initial-menu-email .initial-menu-email-label[b-ejbh1f8xk0] {
                font-size: 16px;
                color: #868686;
                padding: 10px;
                padding-top: 0px;
            }
        .dialog-logout .dialog-logout-open .initial-menu-user-management[b-ejbh1f8xk0] {
            padding: 10px;
            border-bottom: 1px solid #868686;
        }
        .dialog-logout .dialog-logout-open .initial-menu-user-management-hiden[b-ejbh1f8xk0] {
            display:none;
        }
            .dialog-logout .dialog-logout-open .initial-menu-user-management .initial-menu-user-management-label[b-ejbh1f8xk0] {
                font-size: 16px;
                color: #000000;
                padding: 0px;
                cursor: pointer;
            }
        .dialog-logout .dialog-logout-open .initial-menu-logout[b-ejbh1f8xk0] {
            margin: 10px;
        }
            .dialog-logout .dialog-logout-open .initial-menu-logout .initial-menu-logout-label[b-ejbh1f8xk0] {
                font-size: 18px;
                color: #000000;
                margin-left: 0px;
                cursor: pointer;
            }
.dialog-logout-hiden[b-ejbh1f8xk0]
{
    display:none;

}

.dialog-info[b-ejbh1f8xk0] {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    display: flex;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    align-items: center;
    justify-content: center;
}

    .dialog-info .dialog-info-open[b-ejbh1f8xk0] {
        width: auto;
        height: auto;
        background-color: white;
        border-radius: 10px;
    }

        .dialog-info .dialog-info-open .circle-initial[b-ejbh1f8xk0] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            background-color: #6bbdae;
            border-radius: 30px;
            margin: 10px;
        }

            .dialog-info .dialog-info-open .circle-initial .initial-menu[b-ejbh1f8xk0] {
                font-size: 25px;
                color: white;
                font-weight: 600;
            }

        .dialog-info .dialog-info-open .initial-menu-name[b-ejbh1f8xk0] {
            margin: 10px;
            margin-bottom: 0px;
        }

            .dialog-info .dialog-info-open .initial-menu-name .initial-menu-name-label[b-ejbh1f8xk0] {
                font-size: 20px;
                color: #575757;
            }

        .dialog-info .dialog-info-open .initial-menu-group[b-ejbh1f8xk0] {
            margin-left: 10px;
        }

            .dialog-info .dialog-info-open .initial-menu-group .initial-menu-group-label[b-ejbh1f8xk0] {
                font-size: 16px;
                color: #000000;
            }

        .dialog-info .dialog-info-open .initial-menu-email[b-ejbh1f8xk0] {
            padding: 20px 30px;
            border-bottom: 1px solid #868686;
        }

            .dialog-info .dialog-info-open .initial-menu-email .initial-menu-email-label[b-ejbh1f8xk0] {
                font-size: 16px;
                color: #868686;
            }

        .dialog-info .dialog-info-open .initial-menu-logout[b-ejbh1f8xk0] {
            margin: 10px;
            display: flex;
            justify-content: flex-end;
        }

            .dialog-info .dialog-info-open .initial-menu-logout .initial-menu-logout-label[b-ejbh1f8xk0] {
                font-size: 18px;
                color: white;
                padding: 5px;
                cursor: pointer;
                background-color: #6bbdae;
                border-radius: 10px;
                width: 100px;
                text-align: center;
            }

.dialog-info-hiden[b-ejbh1f8xk0] {
    display: none;
}
