.logo-sm{height:58px !important;}
.logo-lg{display:none !important;}

#form1 {width: 100%;}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
 .wizard>.steps .current a .number, .wizard>.steps .current a:active .number, .wizard>.steps .current a:hover .number {background-color: #ed1c25;}
.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover {background: #000;}
.wizard>.actions .disabled a, .wizard>.actions .disabled a:active, .wizard>.actions .disabled a:hover {background: #ccc;}
.btn-primary {background-color: #000000;border-color: #000000;}
.btn-outline-primary {border-color: #000000;color:#000;}
.btn-primary:hover,.btn-outline-primary:hover {background-color: #0985d1;border-color: #0985d1;}
.bg-soft-primary {background-color: rgb(80 80 80 / 8%) !important;color: #000000 !important;}

#datatable-buttons_wrapper .col-sm-12,.card-body1,#datatable_wrapper .col-sm-12{overflow: auto;}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
label {
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_filter {    text-align: right;}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
.mt-10{margin-top:28px;}