/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

.countdown-text {
    color: #f0f0f0;
    background-color: #24b9d7;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    text-align: center;
}

.vacationmsg {
    margin-top: 15px;
}

.page-content,
.ordercontainer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.columns-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.container {
    min-height: 0 !important;
}

.countdown-box {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    width: fit-content;
    position: relative;
    padding: 7px 12px;
    border-left: 6px;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.countdown-box .countdown-days,
.countdown-box .countdown-hours,
.countdown-box .countdown-minutes,
.countdown-box .countdown-seconds {
    font-size: 22px;
    margin-left: 5px;
}

.vacation-checkoutmsg-wrapper {
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: auto;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.pgcontent {
    overflow-x: hidden;
}
