.btn-primary {
    color: #000;
    background-color: #f07d00;
    border-color: #000
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
    margin-top: 8px;
}

div.dataTables_length {
    margin-top: 8px;
}

div.dataTables_length, .toolbar {
    float: left;
    margin-right: 4px;
}

.tab-content {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.table-right-header-fit-content th {
    width: 1px;
    white-space: nowrap;
}

.email-product-table th {
    text-align: end;
}

.email-product-table th,
.email-product-table td {
    width: 16.66%;
    box-sizing: border-box;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.filter-row th {
    padding: 0 !important;
    margin: 0 !important;
}

.form_filter {
    height: 25px;
    width: 100%;
    border: 1px solid rgba(71, 95, 217, 0.47);
    border-radius: 4px;
}

.form_date_filter {
    vertical-align: middle;
    text-align: center;
}

.form_date_filter i {
    padding-top: 5px;
    padding-right: 5px
}


#emailSchedulingDataTable {
    width: unset;
}

#emailSchedulingDataTable th,
#emailSchedulingDataTable td {
    text-align: end;
}

.table {
    margin: unset;
}

#dataTable {
    text-align: center;
}

.contentButtons {
    margin-bottom: 10px;
}

*.table-bordered-tab {
    border: 2px solid #fdb022;
    border-radius: 10px;
    background: #fffcf5;
    border-collapse:separate;
}

.table-bordered-tab td, .table-bordered-tab th {
    border: none;
}

.table-bordered-tab>:not(caption)>* {
    border: none;
}

.table-bordered-tab>:not(caption)>*>* {
    padding: 8px 8px;
}

.table-bordered-tab .form-control, .table-bordered-tab .form-select {
    padding: 4px 4px;
}
.form-control {
    padding: 5px;
    margin: 3px;
}

.form-select {
    padding: 5px;
    margin: 3px;
}

.table-edits-form {
    padding: 10px;
}
.table-tab-edit {
    width: 100%;
}

.table-tab-edit tbody, td, tfoot, th, thead, tr {
    border: none;
    padding: 0 5px;
}

.table-tab-edit th {
    text-align: end;
    vertical-align: middle;
    white-space: nowrap;
}

.table-tab-edit td {
    width: 50%;
}

.table-tab-edit2 {
    width: 100%;
    margin-top: 10px;
}

.table-tab-edit2 tbody, td, tfoot, th, thead, tr {
    border: none;
    padding: 0 5px;
}

.table-tab-edit2 th {
    text-align: end;
    vertical-align: middle;
    white-space: nowrap;
}

.table-tab-edit2 td {
    width: 25%;
}