@font-face {
    font-family: Urbanist;
    src: url('../../fonts/Urbanist-Medium.ttf');
    font-weight: 500;
}

.wc-product-table-select-filters input[type=search] {
    box-sizing: border-box;
    display: inline-block;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
    min-height: 0;
    vertical-align: baseline;
    width: auto;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    color: #43454b;
    height: 32px;
    min-width: auto;
    padding: 0 .5em;
    border: 1px solid #BFA671 !important;
    background: white !important;
    margin: 0;
}
.affwp-table-no-data {
    margin-left: 16px;
}
.no-coupons-code {
    position: relative;
    left: 78px;
}
.ds-table-4 .product-table__cell--col--4:nth-child(2) {
    text-align: left !important;
    justify-content: flex-start !important;
    width: 55%;
    flex: unset !important;
}
.product-table__cell.product-table__cell--col--4.copy-coupon-icon {
    cursor: pointer;
}
.ds-table-4 .product-table__cell--col--4:first-child {
    width: 6% !important;

}
.ds-pagination form {
    display: flex;
    align-items: center;
}
.ds-pagination {
    gap: 20px 5px;
    color: #000;
    font-family: Gravity, serif;
}
.ds-table-4 .product-table__cell--col--4:nth-child(3) {
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000000DE;
    font-weight: 400;
    font-size: 14px;
}
.ds-table-4 .product-table__cell--col--4:nth-child(5) {
    text-align: right;
    justify-content: flex-end;
}
.select2-container .select2-selection--single {
    border: 1px solid #0000001F;
    width: 70px;
}
.product-table__overflow {
    overflow: visible !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    display: block;
}
.select2-container:has(.select2-dropdown) {
    top: 39px !important;
}
.dataTables_length .select2-container {
    width: 75px !important;
}

.select2-container,
.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
    padding-left: 19px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    border: none;
    height: 30px;
    top: 6px !important;
    transform: none;
    right: -15px !important;
}

.select2-dropdown .select2-results__option {
    font-weight: 600 !important;
    font-size: 16px !important;
}
.select2-dropdown {
    width: 70px !important
}
.page main {
    padding-bottom: 90px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(0deg);
}

.coupons-per-page {
    position: relative;
    right: 10px;
}

.ds-pagination__mobile .ds-button {
    padding: 0 51px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.account-wishlist-wrap .wc-product-table-select-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-table {
    overflow: visible !important;
}
#affwp-affiliate-dashboard-coupons .wc-product-table-controls.wc-product-table-above {
   margin-bottom: 30px;
}
.product-table__row.product-table__row--header--coupons .product-table__cell {
    font-weight: 600;
    font-size: 14px;
}
@media (max-width: 850px) {
    .ds-pagination {
        display: flex !important;
        margin-top: 30px;
    }
    .ds-pagination .coupons-per-page,
    .ds-pagination [for="coupons_per_page"] {
        display: none;
    }
    .ds-pagination .ds-pagination__nav {
        flex-direction: column;
    }

    .order-table {
        display: block !important;
    }
    .order-table .product-table__row {
        display: flex !important;
        padding-left: 0 !important;
    }
    .product-table__row--header {
        justify-content: flex-start !important;
    }
    .product-table__row {
        border-bottom: 1px solid #0000001F !important;
    }
    .product-table__row:not(:last-child) {
        margin-bottom: 5px !important;
    }
    .product-table__row--header {
        padding-bottom: 20px !important;
    }
    .product-table__row .product-table__cell:first-child {
        margin-right: 35px;
    }
    .product-table__row--header--coupons .product-table__cell {
        color: #000000DE;
        font-family: Urbanist !important;
        font-weight: 700 !important;
        font-size: 12px !important;
    }
    .product-table__row:not(.product-table__row--header--coupons) .product-table__cell {
        font-size: 12px !important;
        font-weight: 350 !important;
        color: #000000DE !important;
    }
    .copy-coupon-icon svg {
        width: 24px;
        height: 24px;
    }
}
