/**
* 2007-2021 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-2021 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.
*/

.rd_tracking_content {
    background-color: #fff;
    font-size: 0.875rem;
}

#order_tracking_result {
    flex-basis: 60%;
}

.RadiHelper_TRACKING_item, .RadiHelper_TRACKING_head {
    padding: 0.5rem;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    text-align: right;
    justify-content: space-between;
}

.RadiHelper_TRACKING_item:last-child {
    border-bottom: none;
}

.RadiHelper_TRACKING_label {
    min-width: 210px;
    font-weight: 600;
    text-align: right;
}

.RadiHelper_TRACKING_label, .RadiHelper_TRACKING_value {
    font-size: 14px;
}

.order_track_error {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #ff4242;
    margin: 2rem 0;
    font-weight: 600;
}

@media (max-width: 768px) {
    .order_tracking_box, .RadiHelper_TRACKING_head, .RadiHelper_TRACKING_item {
        flex-direction: column;
    }

    .RadiHelper_TRACKING_label {
        margin-bottom: 5px;
    }
}


/** Order Track **/

.order_tracking {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    background: #fff;
}

.order_tracking_content {
    flex-basis: 40%;
    padding: 1rem;
    text-align: center;
}

.order_tracking_box {
    display: flex;
    border-top: none;
    padding: 1rem 0;
}

.order_tracking_title {
    border: 1px solid #e0e0e0;
    background: #40444d;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
}

.ReferenceOrder_box {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 0.5rem;
    text-align: center;
    border-radius: 5px;
    direction: ltr;
}

.label_tracking {
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
    text-shadow: 1px 1px black;
}

.btn_order {
    margin-top: 0.5rem;
    display: inline-block;
    padding: 0.4rem 0.5rem;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    width: 100%;
    border-radius: 5px;
}

.btn_order_tracking {
    color: #fff;
    background-color: #07c774;
    border: 1px solid #07c774;
}

.btn_order_tracking:hover {
    color: #fff;
    background-color: #059858;
    border: 1px solid #059858;
}

.btn-tracking {
    color: #fff;
    background-color: #ffbb00;
    border: 1px solid #ffbb00;
}

.btn-tracking:hover {
    color: #fff;
    background-color: #FF9100;
    border: 1px solid #FF9100;
}


.order_tracking_content_custom_text_box {
    padding: 1rem;
}

#order_tracking_result img {
    max-width: 530px;
    margin: auto;
    display: flex;
}
