
/* css host circle */
.container-circle {
    display: flex;
}


.status-circle {
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin-left: 5px;
    display: flex; 
    justify-content: center;
    align-items: center; 
}


.status-circle h6 {
    margin: 0; 
    text-align: center; 
    
}

.status-container {
    display: flex;
    align-items: center;
}



/* css datacenter circle */
.dataCenter {
    background-color: #673AB7; /* Couleur de fond de l'élément hexagonal */
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex; 
    justify-content: center;
    align-items: center; 
}

.text-dataCenter {

    color: white; 
    
}



.container{
    margin-top: 3em;
}
hr{
    border: 2em solid #673AB7; 
    margin: 2em 0;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #673AB7; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* css graphic */

.container-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 5px;
}

.container-graphic {
    flex: 1;
    margin-right: 20px;
    height: 480px;
    width: 200px;
    margin-top: 3em ;
}


.table-responsive-md td,
    .table-responsive-md th {
        white-space: nowrap;
    }

.container-legend {
    flex: 1;
    height: 480px;
    width: 480px;
    margin-top: 3em;
    margin-right: 15em;
    font-size: x-large;
}

.legend {
    list-style: none;
    padding: 0;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.legend-color {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}


#result2{
    font-weight: bold;
}

.span{
    font-weight: bold;
}


p{
    font-size: small;
}


.block-icon {
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3.5rem;
    color: #323232;
    background-color: #d7d4d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    border-radius: 30px;
}
.custom-icon {
    width: 45px; 
    height: 45px; 
    display: inline;
    
}

/* detail optimization */
.title1 {
    
    margin-left: 10em; 
   
}

.panel-group {
    width: 75%;
}

.message-wrapper {
    position: relative;
}

.border-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #000; /* Couleur de la bordure */
    box-sizing: border-box;
}

