﻿.frame {
    display: block;
    width: 50vw;
    height: 80vh;
  /*  max-width: calc(100% - 41px);
    min-height: calc(100% - 41px);*/
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.body {
    overflow: hidden;
}
.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.fsh-center-text {
    text-align: center !important;
}

.mud-button {
    text-transform: none;
}


.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) {
        font-weight: 500 !important;
        border-right: 3px solid var(--mud-palette-primary);
        background-color: var(--mud-palette-action-default-hover);;
    } 

.mud-card {
    margin-bottom: 20px !important;
}

#blazor-error-ui {
    color: var(--mud-palette-drawer-text);
    background: var(--mud-palette-drawer-background);
}

.mud-overlay-dark {
    backdrop-filter: blur(2px);
}

.mud-card-header .mud-card-header-avatar {
    margin-inline-end: 10px !important;
}

.mud-nav-link {
    white-space: normal !important;
    padding: 12px 16px 12px 15px !important;
}

.mud-dialog-content {
    max-height: 75vh !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.mud-grid-spacing-xs-3 {
    margin: 0px !important;
    margin-left: -12px !important;
}

.mud-table-toolbar {
    flex-wrap: wrap;
    /*padding-bottom: 0 !important;*/
}
.mud-expand-panel {    
    padding-bottom: 0 !important;
}

::-webkit-scrollbar {
    width: 2px !important;
    height: 6px !important;
}

.fsh-nav-child {
    padding-left: 10px !important;
}


/*landing page*/
@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.fsh-wasm {
    animation: slide 4s ease-in-out infinite alternate;
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1
}

.fsh-wasm-cont {
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%)
}
/*landing page*/

.mud-appbar-dense ~ .mud-main-content {
    padding-top: 0;
}

.short-text-container {
    width: 250px;
}

.short-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.apexcharts-legend-text {
    color: var(--mud-palette-text-primary) !important;
}
.apexcharts-menu {
    background: transparent !important;
}
div.apexcharts {
    background: transparent !important;
}

.apexcharts-tooltip-title{   
    color:black!important;    
}

.apexcharts-tooltip-text{  
    color:black !important;    
}  

 .apexcharts-text tspan {
    fill: var(--mud-palette-text-primary) !important; 
} 

.apexcharts-datalabel-value {
    fill: var(--mud-palette-text-primary) !important; 
}

.cap-zero[data-val="0.00"] {
    /*visibility: hidden;*/ /* Ou display: none; si tu veux le retirer totalement */
    color: transparent !important;
}

.cap-number.positive {
    color: #289470 !important;
}

.cap-number.negative {
    color: #E06666 !important;
   
}
.clickable-word {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .clickable-word:hover {
        color: #007bff;
        text-decoration: underline;
    }

    .exit-effect {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        will-change: transform, box-shadow, background-color;
    }

    .exit-effect:hover {
        transform: translate(0px, 5px) scale(1.1) rotateX(5deg);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        z-index: 10;
    }
    /* .mud-button:hover {
        transform: translate(0px, 3px) scale(1.01) rotateX(3deg);
        box-shadow: 0 5px 5px ;
    }
  
    .mud-button:active {
        transform: translateY(2px);
        box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3);
    } */
    .mud-dialog .mud-dialog-content  {
        max-height: 100vh !important;
    } 
