/**
 * 2020 SJ4WEB
 *
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement
 *
 *
 *  @author    SJ4WEB.FR <contact@sj4web.fr>
 *  @copyright 2020 SJ4WEB.FR
 *  @license   Commercial license (You can not resell or redistribute this software.)
 *
 */
.counterdowntime-container {
    display: block;
    padding: 5px;
}
.counterdowntime-slice-title {
    font-size: 1rem;
}
.counterdowntime-part  {
    font-size: 1rem;
    font-weight: 700;
}
.model_one .counterdowntime-container,
.model_two .counterdowntime-container {
    padding: 5px 10px;
    text-align: center;
    background-color: rgba(240,248,255, 0.4);
    border-radius: 5px;
    margin: 0 4px;
}
.model_two .counterdowntime-container {
    display: flex;
    flex-direction: column-reverse;
}
.model_one span.counterdowntime-slice-title, 
.model_one span.counterdowntime-part,
.model_two span.counterdowntime-slice-title, 
.model_two span.counterdowntime-part {
    display: block;
}
.model_one span.counterdowntime-part,
.model_two span.counterdowntime-part {
    background: rgba(240, 248, 255, 0.8);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
span.counterdowntime-slice-title {
    font-size: 0.8rem;
    text-transform: uppercase;
}