.card-header {
    color: #fff;
    background-color: #1948ad;
}

.has-error {
    color: red;
}
.has-errors {
    border: 1px solid #e29393
}

iframe {
    border: 1px solid #16af8e!important;
    border-radius: 8px!important;
  } 

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none!important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none!important;
}

/* element.style {
    position: relative;
    overflow: auto;
    width: 100%;
} */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.form-group.uploadaudio .dropify-wrapper {
    height: 104px;
}

.row .or {
    top: 68px;
}
.first-column
{
    color: black !important;
}