.details-page .card .card-body dl {
    margin: 10px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px 10px;
    margin-bottom: 30px;
}

    .details-page .card .card-body dl dt, .details-page .card .card-body dl dd {
        padding: 20px;
        margin-bottom: unset !important;
        border-bottom: 1px dashed #808080;
    }
   
        .details-page .card .card-body dl dt:last-of-type, .details-page .card .card-body dl dd:last-child {
            border-bottom: none;
        }

.card .card-body .right-details dl dt, .card .card-body .right-details dl dd {
    padding: 20px 2px;
    margin-bottom: unset !important;
    border-bottom: 1px dashed #808080;
}
.card .card-body .right-details dl dt{
    text-align:left;
}
.card .card-body .left-details dl dt, .card .card-body .left-details dl dd {
    padding: 20px 2px;
}

.card .card-body .right-details dl dt:last-of-type, .card .card-body .right-details dl dd:last-of-type {
    border-bottom: none;
}
.card .card-body .right-details dl {
    margin: 10px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px 10px;
    margin-bottom: 30px;
}
.card .card-body .borderd-details-list, .card .card-body .borderd-details-list2, .card .card-body .borderd-details-list3 {
    margin: 10px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px 10px;
}
.card .card-body .borderd-details-list dd {
        border-left: 2px solid #e0e0e0;
    }
.card .card-body .borderd-details-list2 {
    margin: 10px;
    margin-right: -15px !important;
    
}
.card .card-body .borderd-details-list3 dd {
    *border: 2px solid #e0e0e0;
    padding:10px;
    text-align:center;
}
.card .card-body .borderd-details-list2 dt{
    border-bottom:1px solid #e0e0e0;
    
}
.card .card-body .borderd-details-list2 dt, .card .card-body .borderd-details-list2 dd{
   
    padding:15px;
}

.badge-details {
    *border-radius: 20px;
    font-size: 12px;
    line-height: 4;
    padding: 0.375rem 0.5625rem;
    font-weight: normal;
    white-space: nowrap;
}