﻿.fsh-center-text {text-align: center !important;}
.fsh-justified-text {
    text-align: justify !important;
}

#blazor-error-ui {
    color: var(--mud-palette-drawer-text);
    background: var(--mud-palette-drawer-background);
}
.mud-overlay-dark {    backdrop-filter: blur(2px);}

.mud-tabs-toolbar {   margin-bottom: 10px;}

.mud-tabs-tabbar {    margin-bottom: 10px;}


.mud-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
       padding:16px; 
}
.pnlMrbtm5 {
    margin-bottom: 5px;
}
.pnlMrbtm {
    margin-bottom: 10px;
}




.mud-button-filled {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 30%), 0 2px 2px 0 rgb(0 0 0 / 0), 0 1px 5px 0 rgb(0 0 0 / 10%) !important;
}

.mud-dialog {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 0), 0 10px 10px 0 rgb(0 0 0 / 5%) !important;
}


.mud-nav-link.active:not(.mud-nav-link-disabled) {
    border-right: 3px solid var(--mud-palette-primary);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
}


 
::-webkit-scrollbar {
    width: 2px !important;
    height: 6px !important;
}
 



.mud-icondrawer .mud-typography-subtitle1 {
    font-weight: 500;
}

.mud-icondrawer .mud-typography-subtitle2 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 1rem;
}

.mud-icondrawer .mud-paper {
    background-color: var(--mud-palette-background-grey);
}

.mud-icondrawer .mud-input-adornment {
    display: none;
}

.mud-iconcode {
    font-size: 12px;
    overflow: hidden;
    user-select: all;
    letter-spacing: normal;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    -webkit-font-smoothing: subpixel-antialiased;
}

.docs-icon-panel {
    height: 128px;
    width: 100%;
    max-width: 112px;
    padding: 0 6px;
    margin: 16px 12px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius: var(--mud-default-borderradius);
    transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1);
    user-select: none;
}

    .docs-icon-panel:focus {
        outline: 2px solid var(--mud-palette-primary);
    }

    .docs-icon-panel:focus-visible {
        background-color: var(--mud-palette-action-default-hover);
        outline: 0;
    }

    .docs-icon-panel .mud-svg-icon {
        font-size: 40px;
        margin-top: 12px;
    }

    .docs-icon-panel .mud-typography {
        margin-bottom: 4px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .docs-icon-panel:hover {
        cursor: pointer;
        background-color: var(--mud-palette-action-default-hover);
    }


.background-page0 {
    position: absolute; /* No afecta el flujo del contenido */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/client.png'); /* Ruta de la imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08; /* Ajusta la opacidad para un efecto sutil */
    z-index: -1; /* Lo mantiene en el fondo sin afectar los elementos */
}

.background-page1 {
    position: absolute; /* No afecta el flujo del contenido */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Ocupa toda la pantalla */
    background-image: url('/client.png'); /* Ruta de la imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
 
.background-page2 {
    background-image: url('/client.png'); /* Ruta de la imagen */
    background-size: cover; /* Ajusta la imagen al tamaño de la pantalla */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */
    height: 100vh; /* Ocupa toda la pantalla */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.background-section {
    background-image: url('/client.png');
    background-size: auto ; /* Ajusta la imagen dentro del contenedor */
    background-position: center;
    background-repeat: no-repeat;
 
 

}

.background-overlay {
    position: relative;
    background-image: url('/client.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .background-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Filtro oscuro */
    }

.circle-container {
    width: 120px; /* Tamaño del círculo */
    height: 120px;
    border-radius: 50%; /* Hace que el div sea un círculo */
    background-color: #05843D; /* Color de fondo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-container-home {
    width: 220px; /* Tamaño del círculo */
    height: 220px;
    border-radius: 50%; /* Hace que el div sea un círculo */
    background-color: #05843D; /* Color de fondo */
    display: flex;
    justify-content: center;
    align-items: center;
}
