.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.color-red {
    color: red;
}

/* table custom css */
table.side-table {
    margin: 0px !important;
    border: none;
}

table.side-table th {
    border: none;
}

ul.pagination, .dataTables_info {
    padding: 10px !important;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    display: flex;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}

/* custom button css */
.custom-btn {
    border-radius: 14px !important;
    border-bottom: 2px solid #353535 !important;
}

.card-header {
    /*border-bottom: 2px solid rgba(0, 0, 0, .125) !important;*/
    padding: .75rem 1.25rem 0rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
    width: 100%;
    margin-left: .375rem;
    margin-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    border: 0;
    margin-top: 1px;
}