.card{
    border: 0px !important;
    border-radius: 0px !important;
}
/*.card:nth-child(1)>.card-header:nth-child(1){*/
/*    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;*/
/*}*/
.card>.card-header{
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 0px;
}
.card .card-header{
    display: flex;
    justify-content: space-between;
    border-radius: 0px !important;
    align-items: center;
}
.bi{
    font-size: 30px;
    cursor: pointer;
    color: #2b7de1;
}
.card-title{
    /*font-size: 20px;*/
    font-weight: 500;
    color: black;
}
.card .parameter{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d994;
    color: #000;
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.card .parameter .name{
        white-space: nowrap;
}
.card .parameter .value{
    text-align: right;
}
/*.card .parameter:hover{*/
/*    background: #f3f3f3;*/
/*}*/
/*.parameter .name,.parameter .value{*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    padding: 5px 0px;*/
/*}*/
.parameter:nth-child(odd) .value {

  /*padding-right: 40px;*/
}
.parameter:nth-child(even) .name{

  /*padding-left: 40px;*/
}

.card-body .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
.card-body .name *,.card-body .value *{
    font-size: 16px !important;
    color: #000 !important;
    font-family: "Light" !important;
}
.card-body td span sapn sapn{
    font-size: 16px !important;
    color: #000 !important;
    font-family: "Light" !important;
}
@media all and (max-width: 576px) {
    .parameter:nth-child(odd) .value {

  /*padding-right: 0px;*/
}
.parameter:nth-child(even) .name{

  /*padding-left: 0px;*/
}
}
