@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);


/* You can add global styles to this file, and also import other style files */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.4s cubic-bezier(0.04, 0.7, 0.03, 1);
}
@font-face {
    font-family: BT Sport;
    src: url('BTSport_Bd.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}
:root {
    /* --background-color: #ffffff; */
    --title-font-color: #393939;
    --title-font-size: 2rem;
    --subtitle-color: #5b5b5b;
    --subtitle-font-size: 1rem;
    --scale-factor: 1;
    --thumbnail-image-aspect-ratio: 0.5;
    --thumbnail-text-background-colour: #020e32;
    --thumbnail-background-url: url('UCLGenericBackground.png');
    --team-1-logo-url: url('ManchesterCity.png');
    --team-2-logo-url: url('Chelsea.png');
    --competition-logo-url: url('UCLCompetitionLogo.png');
}
html,
body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    overflow: hidden;
    color: #3d3c38;
    font-size: 0.9rem;
}
/* .mainTitleWrapper h1, */
.contentTitleWrapper h2 {
    color: var(--title-font-color);
}
.contentDescriptionWrapper p,
.mainDescriptionWrapper p,
.contentTimeFirstBlock p {
    color: var(--subtitle-color);
}
/* Data Table related css */
table {
    width: 100% !important;
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
td {
    text-align: center;
}
tbody>tr>td {
    background: #ededed;
}
td:last-child,
#tableList>tbody>tr>td:nth-last-child(2) {
    background: #fff
}
table.dataTable thead th {
    border-bottom: none !important;
}
table.dataTable thead td {
    border-bottom: 0.5px solid #d2d2d2 !important;
}
table.dataTable thead th {
    border-top: 1px solid #D2D2D2 !important;
}
table.dataTable.row-border tbody tr:last-child td {
    border-bottom: 1px solid #D2D2D2 !important;
}
table.dataTable.row-border tbody tr td:last-child,
table.dataTable.row-border thead tr th:last-child {
    border-right: 1px solid #D2D2D2 !important;
}
table.dataTable.row-border tbody tr td:first-child,
table.dataTable.row-border thead tr th:first-child {
    border-left: 1px solid #D2D2D2 !important;
}
table>tbody>tr:last-child>td:last-child,
table>thead>tr:last-child>th:last-child {
    border-right: 0.5px solid #D2D2D2 !important;
}
table.dataTable.row-border tbody td {
    border-top: 0.5px solid #D2D2D2 !important;
}
table.dataTable.row-border thead tr th:first-child {
    border-top-left-radius: 4px !important;
}
table>thead>tr>th,
table>tbody>tr>td {
    font-weight: 700;
    color: #000000;
}
table>thead>tr>th,
table>tbody>tr>td {
    border-right: 0.5px solid #D2D2D2;
}
table.dataTable thead table>thead>tr>th:first-child {
    border-top-left-radius: 4px;
}
table.dataTable thead .sorting {
    background-image: url('sort-inactive.svg') !important;
}
table.dataTable thead .sorting_asc {
    background-image: url('sort-active.svg') !important;
}
table>thead>tr>th:last-child {
    border-top-right-radius: 4px;
}
table>tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 4px;
}
table>tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 4px;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 25px !important;
}
/* .dataTables_scrollHead>.dataTables_scrollHeadInner>table {
    opacity: 0 !important;
}*/
.dataTables_sizing {
    /* height: auto !important; */
}
#channelTable>tbody>tr>td:nth-last-child(3),
#channelTable>tbody>tr>td:nth-last-child(2) {
    font-weight: 400 !important;
}
.edit-button,
.select-button {
    border: none;
    background: transparent;
    cursor: pointer;
}
.error-msg {
    color: #e60050;
    margin: 0;
}
p {
    font-size: 0.8rem;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
}
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
textarea:focus,
input:focus {
    outline: none;
}
.colorpick-eyedropper-input-trigger {
    display: none;
}
/* uikit model */
.uk-modal-full {
    padding: 0;
    background: 0 0;
}
@media (min-width: 960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 640px) {
    .uk-modal {
        padding: 50px 30px;
    }
}
.uk-modal-body {
    color: #393939;
    font-weight: 700;
    font-size: 2rem;
}
.uk-button-primary {
    background: #5514b4 !important;
    border: 0.5px solid #5514b4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0.4rem 1rem;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    margin: 0 0.5rem;
    height: 2.4rem;
}
.uk-modal-close {
    display: flex;
    justify-items: center;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    background: #ededed;
    border: 0.5px solid #D2D2D2;
    font-family: Poppins;
    font-weight: 700;
    color: #2F2F2F;
    align-items: center;
    height: 2.4rem;
    margin: 0 0.5rem;
    cursor: pointer;
}
.uk-modal-close>img {
    margin-right: 0.3rem;
}
.uk-button:focus-visible {
    outline: none !important;
}
.uk-button-primary>img {
    filter: invert(1);
    margin-right: 0.3rem;
}
.e-daterangepicker.e-popup {
    border-radius: 4px;
}
.uk-modal-footer {
    margin-top: 1rem;
}
.uk-button,
.uk-modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row-reverse;
}
.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px;
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(200px);
            backdrop-filter: blur(200px);
    opacity: 0;
    transition: opacity 0.15s linear;
}
#uk-button {
    opacity: 0;
}
.uk-modal.uk-open {
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, .2);
}
.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}
.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - 0.01px) !important;
    opacity: 1;
    transition: 0.3s linear;
    transition-property: opacity, transform;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
button.uk-icon:not(:disabled) {
    cursor: pointer;
}
.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
}
.uk-close {
    color: #999;
    transition: 0.1s ease-in-out;
    transition-property: color, opacity;
}
[class*="uk-modal-close-"]:first-child+* {
    margin-top: 0;
}
.uk-flex-middle {
    align-items: center;
}
.uk-grid-collapse,
.uk-grid-column-collapse {
    margin-left: 0;
}
@media (min-width: 1200px) {
    .uk-grid {
        margin-left: -40px;
    }
}
.uk-grid {
    margin-left: -30px;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-background-cover {
    background-size: cover;
}
.uk-background-contain,
.uk-background-cover,
.uk-background-height-1-1,
.uk-background-width-1-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media (min-width: 640px) {
    .uk-child-width-1-2\@s >* {
        width: 50%;
    }
}
[class*="uk-child-width"]>* {
    box-sizing: border-box;
    width: 100%;
}
.uk-grid-collapse>*,
.uk-grid-column-collapse>* {
    padding-left: 0;
}
@media (min-width: 1200px) {
    .uk-grid>* {
        padding-left: 40px;
    }
}
.uk-grid>* {
    padding-left: 30px;
}
.uk-grid>* {
    margin: 0;
}
@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px;
    }
}
.uk-padding-large {
    padding: 30px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.logo {
    max-width: 400px;
}
.dataTables_wrapper .dataTables_processing {
    padding-top: 8px !important;
}
.dataTables_length {
    position: absolute;
    right: 0px;
}
.dataTables_filter {
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dataTables_wrapper .dataTables_filter input {
    width: 30rem;
    height: 2.4rem !important;
    font-size: 15px;
    border: 1px solid #d2d2d2 !important;
    border-radius: 4px !important;
    margin-left: 0.5rem;
}
.removeCriteria {
    height: 17px;
}
.dataTables_wrapper .dataTables_filter label {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dataTables_wrapper .dataTables_length label {
    font-weight: 700;
}
select {
    /* width: 172px; */
    height: 2.4rem;
    padding: 2px 7px;
    border: none;
    /* background: url(http://imgur.com/MJyZM.png) 0 0 no-repeat; */
}
table.dataTable tbody tr {
    background-color: transparent !important;
}
#ingestHistory>tbody td {
    padding: 0 !important;
    background: #ededed;
}
#ingestHistory thead {
    display: none !important;
}
#ingestHistory>tbody>tr>.historyData {
    color: #5B5B5B !important;
}
#ingestHistory {
    padding-top: 0px !important;
    border-collapse: separate !important;
    border-spacing: 0 1em !important;
}
#ingestHistory.dataTable.row-border tbody tr td:nth-child(2),
#ingestHistory.dataTable.row-border tbody tr td:nth-child(3) {}
#ingestHistory.dataTable.row-border tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.16) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important;
    border-left: none !important;
    border-right: none !important;
}
#ingestHistory.dataTable.row-border tbody td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.16) !important;
}
#ingestHistory.dataTable.row-border tbody td:last-child {
    /* border-top: none !important;
    border-bottom: none !important; */
    border-right: 1px solid rgba(0, 0, 0, 0.16) !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
#ingestHistory.dataTable.row-border tbody tr td:nth-child(3) {
    /* border-top: none !important;
    border-bottom: none !important; */
    /* border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; */
}
#ingestHistory.dataTable.row-border tbody tr td:first-child {
    border-right: none !important;
    /* color: #5b5b5b; */
    font-weight: bold;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    border-left: 1px solid rgba(0, 0, 0, 0.16);
}
#ingestHistory.dataTable.row-border tbody tr td.no-data-available {
    padding: 1rem !important;
    border-right: 1px solid rgba(0, 0, 0, 0.16) !important;
}
#ingestHistory.dataTable.row-border tbody tr.odd {
    display: none !important;
}
/* #ingestHistory.dataTable.row-border tbody tr td:nth-child(3)>span {
    color: #5b5b5b;
    font-weight: 400;
} */
#ingestHistory.dataTable tbody td:first-child,
#ingestHistory.dataTable tbody td:nth-child(2) {
    /* padding: 6px 10px !important; */
    padding: 0px !important;
}
.color-picker .type-policy,
#slotDuration span.e-input-group-icon.e-date-icon.e-icons,
#slotStartTime span.e-input-group-icon.e-date-icon.e-icons,
#slotDate span.e-input-group-icon.e-time-icon.e-icons {
    display: none !important;
}
.e-input-group,
.e-input-group.e-control-wrapper,
.e-float-input,
.e-float-input.e-input-group,
.e-float-input.e-control-wrapper,
.e-float-input.e-input-group.e-control-wrapper {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.6rem 1rem;
    width: inherit;
    border: 0.5px solid #e6e6e6 !important;
    border-radius: 4px;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.04, 0.7, 0.03, 1);
    margin: 0;
    padding: 0.23rem 1rem;
    height: 2.4rem;
}
.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span {
    background: #D2D2D2;
}
.e-calendar .e-content td,
.e-calendar .e-content th {
    border: 0.5px solid #D2D2D2;
}
#customDate>.e-input-group,
.e-input-group.e-control-wrapper {
    border: 0.5px solid #D2D2D2 !important;
}
.e-input-group-icon.e-range-icon,
*.e-control-wrapper .e-input-group-icon.e-range-icon {
    margin: 0;
    color: #3d3c38;
}
.e-daterangepicker {
    right: 4rem !important;
    left: auto !important;
}
/* .e-clear-icon {
    position: absolute;
    right: 38px;
    top: 2px;
} */
/* ejs-datetimepicker */
#slotStartTime,
#slotDate {
    width: 100% !important;
}
#slotDuration {
    width: 49.6% !important;
}
#datetimepicker {
    width: 70% !important;
}
.e-datetime-wrapper .e-input-group-icon.e-date-icon,
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
    min-height: 15px !important;
    margin-bottom: 0;
}
.e-control input.e-input,
.e-control .e-input-group input,
.e-control .e-input-group input.e-input,
.e-control .e-input-group.e-control-wrapper input,
.e-control .e-input-group.e-control-wrapper input.e-input {
    padding: 0 !important;
}
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input {
    min-height: auto !important;
}
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before {
    background: transparent !important;
}
.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
    color: #e60050 !important;
}
input.e-input::selection {
    background: transparent !important;
    color: #000 !important;
}
.switch {
    position: relative;
    display: inline-block;
    margin-left: .6rem;
    border-radius: 120px;
    width: 2.3rem;
    height: 1.1rem;
    background: #fff;
    border: .5px solid #e6e6e6;
    box-sizing: border-box;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s;
}
.slider:before {
    left: 0px;
    bottom: 0px;
    background-color: #4F4F4F;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    background: #4F4F4F;
    transition: .4s;
}
input:checked+.slider {
    background-color: #fff;
}
input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked+.slider:before {
    transform: translateX(1.2rem);
    background-color: #5514b4;
}
/*------ ADDED CSS ---------*/
.on {
    display: none;
}
.on,
.off {
    color: #000;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 25%;
    margin: -3% 4%;
    font-size: 0.45rem;
    font-weight: 400;
}
.on {
    top: 8px;
    left: 22%;
}
.off {
    left: auto;
    right: -4px;
    top: 8px;
}
input:checked+.slider .on {
    display: block;
}
input:checked+.slider .off {
    display: none;
}
/*--------- END --------*/
/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}
.slider.round:before {
    border-radius: 50%;
}
#filterDate span.e-input-group-icon.e-time-icon.e-icons {
    display: none !important;
}
.ui-notification {
    height: 3rem;
}
.uk-notification-bottom-center {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
}
.uk-notification-close {
    position: absolute;
    right: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.125rem solid #000000;
    border-radius: 50%;
    filter: invert(1);
    margin: 0.8rem 0rem;
}
.uk-notification-close>svg {
    width: 0.625rem;
    height: 0.625rem;
}
.suggestions-container>ul>li.item>div:hover a {
    color: #ffffff !important;
}
.autocomplete-container .suggestions-container.is-visible>ul {
    border-radius: 4px !important;
}
.autocomplete-container .input-container .x i {
    vertical-align: baseline !important;
    font-size: 20px !important;
}
.ng-autocomplete {
    width: 100% !important;
}
.autocomplete-container .input-container input {
    border: 1px solid #D2D2D2 !important;
    height: 2.4rem !important;
    border-radius: 4px !important;
}
.autocomplete-container {
    box-shadow: none !important;
    height: 2.4rem !important;
}
.suggestions-container>ul>li.item>div {
    background: #ffffff;
    font-weight: 700;
    align-items: center;
    text-align: center;
}
.suggestions-container>ul>li.item>div:hover,
.autocomplete-container .suggestions-container .complete-selected {
    background: #5514B4 !important;
    cursor: pointer;
}
.suggestions-container>ul>li.item>div:hover a,
.autocomplete-container .suggestions-container .complete-selected a {
    color: #ffffff !important;
}
.autocomplete-container .suggestions-container.is-visible {
    border-radius: 4px !important;
}
.autocomplete-container .input-container .x i {
    vertical-align: baseline !important;
    font-size: 20px !important;
}
/* Pagination */
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate span {
    display: flex;
    align-items: center !important;
}
.dataTables_wrapper .dataTables_paginate span {
    padding: 0 1.5rem;
}
.dataTables_wrapper .dataTables_paginate span img {
    width: 0.49rem;
    height: 0.75rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ededed !important;
    border: 1px solid rgba(0, 0, 0, 0.16) !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    height: 2.4rem !important;
    width: 2.4rem !important;
    padding: 1rem !important;
    margin: 0 0.25rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #393939 !important;
    font-weight: 700;
    font-size: 1rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none !important;
}
.cardsTable>.dataTables_wrapper .dataTables_filter {
    display: none !important;
    margin: 0.75rem 0rem;
}
input::-webkit-input-placeholder {
    color: #3D3C38;
    font-size: 1rem;
    font-weight: 400;
}
input:-moz-placeholder {
    color: #3D3C38;
    font-weight: 400;
    font-size: 1rem;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url('sort_both.png');
}
table.dataTable thead .sorting_asc {
  background-image: url('sort_asc.png') !important;
}
table.dataTable thead .sorting_desc {
  background-image: url('sort_desc.png') !important;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url('sort_asc_disabled.png');
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url('sort_desc_disabled.png');
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

table.dataTable thead .sorting_asc {
    background-image: url('sort-active.svg') !important;
}

table.dataTable thead .sorting_desc {
    background-image: url('sort-desc-active.svg') !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 700;
    border-radius: 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #E60050 !important;
    color: #fff !important;
    border: none !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #EDEDED !important;
    border: 1px solid rgba(0, 0, 0, 0.16) !important;
    box-sizing: border-box !important;
    color: #393939 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #5514b4 !important;
    transform: scale3d(1.1, 1.1, 1.1) !important;
    box-shadow: 0px 8px 8px rgb(85 20 180 / 40%);
    border: 0.5px solid transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover span>img,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover span>img {
    filter: invert(1) !important;
}

.primaryButtonColored:focus-visible,
.primaryButtonGray:focus-visible,
.primaryButtonWhite:focus-visible,
.primaryButtonColored:focus-visible {
    outline: none;
}

/*# sourceMappingURL=styles.css.map*/