/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

ul.filter-order {
    display: flex;
    width: 100%;
    column-gap: 15px;
    justify-content: flex-end;
}

ul.filter-order li.item-filter-order {
    display: flex;
    column-gap: 15px;
}

ul.filter-order li.item-filter-order button {
    align-items: center;
}

#module-customsav-list #content .filter-order .item-filter-order .btn i,
#module-customsav-list #content .filter-order .item-filter-order .btn i * {
    font-family: 'Font Awesome 6 Free' !important;
}

.filter-order .item-filter-order label {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
    color: #000;
    font-size: 14px;
}

.filter-order .item-filter-order input {
    display: flex;
    border: 1px solid #d7d7d7;
    margin-top: 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 30px;
}

table#table-retoursav {
    width: 100%;
}

table#table-retoursav thead tr th {
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    vertical-align: top;
}

table#table-retoursav thead tr th.col-retour,
table#table-retoursav thead tr th.col-date {
    width: 180px;
}

table#table-retoursav thead tr th.col-actions {
    width: 80px;
}

table#table-retoursav thead tr th.col-actions .btn:after {
    display: none;
}

table#table-retoursav tbody tr {
    border-bottom: 1px solid #d7d7d7;
}

table#table-retoursav tbody tr td[colspan] {
    padding: 10px;
    text-align: center;
    color: #000;
}

div#table-retoursav_filter {
    display: flex;
    justify-content: flex-end;
}

div#table-retoursav_filter label,
#table-retoursav_length label,
div#table-retoursav_info {
    display: flex;
    width: max-content;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
    color: #000;
    font-size: 16px;
}

div#table-retoursav_filter label input,
#table-retoursav_length label select {
    background: #fff;
    border-radius: 30px;
    outline: 0 !important;
    padding: 5px 20px;
    height: 42px;
}

div#table-retoursav_wrapper .row {
    margin-bottom: 10px;
}

.dataTables_paginate ul.pagination {
    margin: 0;
    justify-content: flex-end;
    column-gap: 8px;
}

.dataTables_paginate ul.pagination li a {
    border-radius: 10px !important;
}

table#table-retoursav thead tr th.col-ref,
table#table-retoursav thead tr th.col-date {
    width: 120px;
}

table#table-retoursav thead tr th input {
    display: flex;
    border: 1px solid #d7d7d7;
    margin-top: 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 30px;
    outline: initial !important;
}

table#table-retoursav thead tr th input:first-child {
    margin-bottom: 8px;
}

table#table-retoursav thead th.col-sku {
    width: 190px;
}

#table-retoursav-ref thead th,
#table-retoursav-ref tbody td {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

table#table-retoursav-ref {
    width: 100%;
}

#table-retoursav-ref tbody td {
    text-align: left;
}

#table-retoursav-ref thead tr,
#table-retoursav-ref tbody tr {
    border-bottom: 1px solid #d7d7d7;
}

#table-retoursav-ref thead th.col-retour {
    width: 130px;
}

#table-retoursav-ref tbody td select,
#table-retoursav-ref tbody td textarea {
    width: 100%;
    border-radius: 30px;
    padding: 10px;
}

table#table-retoursav tbody td {
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

table#table-retoursav tbody td span {
    display: block;
}

table#table-retoursav tbody td span.statut-rma span {
    padding: 6px 12px !important;
    display: inline-block;
    border-radius: 3px;
}

table#table-retoursav tbody td.col-product {
    text-align: left;
}

table#table-retoursav tbody td.col-product ul {
    margin-bottom: 8px;
}

body #content table#table-retoursav thead th i,
body #content table#table-retoursav tbody td i {
    font-family: 'Font Awesome 6 Free' !important;
}

body #content table#table-retoursav thead th button:after,
body #content table#table-retoursav tbody td a:after {
    display: none;
}

.d-flex.btn-form {
    padding: 20px 0 0;
}

h4.charge,
h4.charge ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

h4.charge ul {
    column-gap: 5px;
    margin: 0;
}

h4.charge ul li img {
    height: 38px;
    width: auto;
}

.content-charge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    background: #fff;
    width: 500px;
    margin: 0 auto 30px;
    padding: 30px;
    border-radius: 30px;
}

.content-charge-desc ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    row-gap: 10px;
}

.content-charge-desc ul li a,
.content-charge-desc ul li a i {
    color: #232323;
}

@media screen and (max-width: 767px) {
    .content-charge {
        width: 90%;
    }
}