/**
* 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.
*/

/* Product page timer */

.ltr-countdowntimer-product-page {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none !important;
    border: none !important;
}

.ltr-countdowntimer-product-page .countdown-row {
    display: flex;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none !important;
}

.ltr-countdowntimer-product-page .countdown-row .countdown-section {
    margin-right: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    float: left;
    display: block;

}

.ltr-countdowntimer-product-page .countdown-row .countdown-section .countdown-amount {
    padding:15px 10px;
    display: block;
    color: #fff;
    text-align: center;
    background: #04AA6D;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ltr-countdowntimer-product-page .countdown-row .countdown-section .countdown-period {
    padding: 10px;
    display: block;
    color: #000;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 3px #000 inset;
}

.ltr-competition-myaccount-wrapper {
    border: 1px solid #ddd;
}

.ltr-myaccount-panels-content table {
    width:97% !important;
}

#ltr-competition-summary-wrapper p {
    color: #000;
}

#ltr-competition-summary-wrapper p span.ltr-highlight {
    color: #04aa6d;
    font-weight: bold
}

#ltr-competition-winner-logs-wrapper h3{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

/* Shop page */
.ltr-competition-date-label{
    padding: 10px;
    color:#200000;
    font-size: 16px;
}

/*Question Answer Layer*/

.ltr-competition-question-answer-wrapper {
    display:inline-block;
    float:left;
    width:100%;
    margin:10px 0;
}

ul.ltr-competition-answer-wrapper {
    display:inline-block;
    float:left;
    width:100%;
    margin:0;
    padding: 0;
    list-style: none;
}

ul.ltr-competition-answer-wrapper li {
    display:block;
    width:100%;
    padding:10px;
    margin: 10px 0;
    background: #fff;
    cursor: pointer;
    border:#cccccc;
    color:#000000;
}

ul.ltr-competition-answer-wrapper li:hover {
    border:#cccccc;
    background:#04aa6d;
    color:#ffffff;
}

ul.ltr-competition-answer-wrapper li.ltr-selected {
    border:#cccccc;
    background:#04aa6d;
    color:#ffffff;
}

/*Question Answer Layer*/

/*Status*/
.ltr-status{
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.ltr-status-started{

    background: #fffb16;
    color: #1a1919;
}

.ltr-status-not_started{

    color: #777;
    background: #e5e5e5;
}

.ltr-status-finished{
    background: #5cb85c;
    color: #fff;
}

.ltr-status-closed{
    background: #f8dda7;
    color: #94660c;
}

.ltr-status-failed{
    background: #eba3a3;
    color: #761919;
}

.ltr-status-pending{
    color: #777;
    background: #e5e5e5;
}

.ltr-status-buyer{
    background: #fffb16;
    color: #1a1919;
}

.ltr-status-winner{
    background: #5cb85c;
    color: #fff;
}
/*Status*/

/* My Account page */
.lty-competition-myaccount-link span i {
    display: none !important;
}

.lty-competition-myaccount-link span{
    background:#fff url("../img/trophy.png") no-repeat top 15px center !important;
    padding-top: 70px !important;
}

.lty-competition-myaccount-link:hover span{
    background:#fff url("../img/trophy-hover.png") no-repeat top 15px center !important;
    padding-top: 70px !important;
}

/* My Account page */