*,*::before,*::after {box-sizing:border-box;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size:xx-large;}

.body {
    margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
            overflow: hidden;
}

.centring { display:flex;
            justify-content: center;
            align-items: center;
            height: 100vh;}

.flowchartbody {  padding: 0;
        margin: 0;
        
        display:grid;
        justify-content: center;
        align-items: center;
        background-color: #12ab30;
        width: 100vw;
        height: 100vh;
    }


.containeradnexal{ width:100%;
    
    background-color:rgb(0, 0, 0);
    padding: 5 px; 
    border-radius: 5px;
box-shadow: 0 0 10px;
display: grid;}

.image1 {
    display: block;
    margin: 0 auto;
  }



.centralitems {
    display: grid;
      justify-content: center;
      text-align: center;
      align-items: center;
      height: 100%;
      max-width: 100%;
}

.btn-grid{
    display: grid;
    grid-template-columns: repeat(2 , auto);
    justify-content: center;
    gap: 5px;
    margin-top: 20px;}

.btn{
    background-color: rgb(93, 43, 139);
    border: 1px solid hsl(200, 100%, 30%);
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
    }

    @media (max-width: 576px) {
        .btn {

            background-color: rgb(93, 43, 139);
            border: 1px solid hsl(200, 100%, 30%);
            border-radius: 2px;
            padding: 2px 2px;
            
            outline:#12ab30;
        }
        .body {font-size:xx-small;}
        
      }

.btn:hover {background-color:  hsl(200, 100%, 30%);}

.helpflex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 12px solid  rgb(93, 43, 139);
    background-color: black;
    color: white;
    
    

}



.helpitem {
    min-height: 200px;
    background-color: hsl(200, 100%, 50%);
}

.totaladnexalcontent  {
    width: 100%;
    height: 100%;
    border:6px solid rgb(93, 43, 139);
}

.reportinggrid {
    display: grid;
    border: 6px solid rgb(93, 43, 139);
    gap: 10px;
    grid-template-columns: repeat (4 1fr);
}



