.Dashboard{
    padding-left: 0px!important;
    padding-right: 0px !important;
.Dinline{
    flex-wrap: wrap !important;
    display: flex !important;
    min-width: 80%!important;
}

 .FStyle{
font-weight: bold;
 }
 .CardMarg{
 
    .card{

        padding: 18px !important;
        border-radius: 21px !important;
        background-color: rgb(204, 240, 204);
        .vr{
            border: solid rgb(20, 183, 20);
            transform: rotate(90deg);
            width: 70px;
            position: fixed;
            margin-left: -31px;
            margin-top: 33px;
        }
    }
   
    .card3{

        border-radius: 21px !important;
        background-color: rgb(168, 192, 247);

        .vrb{
            border: solid rgb(27, 81, 168);
            transform: rotate(90deg);
            width: 70px;
            position: fixed;
            margin-left: -31px;
            margin-top: 33px;
        }
    }
    .card2{

    
        border-radius: 21px !important;
        background-color: rgb(167, 175, 224);

        .vrlb{
            border: solid rgb(9, 58, 139);
            transform: rotate(90deg);
            width: 70px;
            position: fixed;
            margin-left: -31px;
            margin-top: 33px;
        }
    }
  
 
    .card1{

     
        border-radius: 21px !important;
        background-color: rgb(240, 232, 204);
        .vro{
            border: solid rgb(236, 123, 10);
            transform: rotate(90deg);
            width: 70px;
            position: fixed;
            margin-left: -31px;
            margin-top: 33px;
        }
    }
   
    .card-title,.card-subtitle{
        margin-top: 9px;
    color: #3c4858;
    font-size: 18px;
    font-weight: 700;
    margin-left: 19px;
    }
   
 }
}