.flack-table-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.flack-table {
    flex: 0 0 65%;
}
.flack-image {
    flex: 0 0 35%;
}

.flack-table-wrapper .select2-container--default .select2-selection--single {
    background-color: #FCCC7C;
    border: 1px solid #fff;
    border-radius: 2px;
}
.flack-table-wrapper thead {
    background-color: #517385;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.flack-table-wrapper table td, table th {
    border: none;
}

.flack-table-wrapper table tbody tr:hover>td, .flack-table-wrapper table tbody tr:hover>th {
    background-color: #FDCC7D;
}
.flack-table-wrapper .dataTables_wrapper {
    overflow-y: scroll;
}
.flack-table-wrapper tr td:first-child {
    padding-left: 10px;
}
.flack-table-wrapper tr td:first-child:before {
    content: none !important;
}
@media (max-width: 767px) {
    .flack-table-wrapper {
        display: block;
    }
}