input[type=text],
input[type=number] {
    font-size: 15px;
}

.countDown_cont {
    font-family: Lato, Arial, Gadget, sans-serif;
    font-size: 13px;
    display: flex;
    color: #2e3094
}

.countDown_interval_cont {
    display: flex;
    justify-content: space-around;
    width: auto
}

.countDown_interval_cont:nth-child(n+1):not(:last-child) {
    margin-right: 1em
}

.countDown_interval_basic_cont {
    display: flex;
    flex-direction: column
}

.countDown_interval_basic_cont_description {
    font-weight: 200!important;
    display: flex;
    margin-right: 0.4em;
    margin-top: .3em;
    font-weight: 700;
    color: #2e3094;
    justify-content: center;
    font-size: 14px;
    /*text-shadow: .1em .1em .1em #000*/
}

.countDown_digit_cont {
    perspective: 1.6em * 2;
    box-shadow: .1em .1em .1em rgba(0, 0, 0, .2);
    width: 1em;
    height: 1.6em;
    position: relative;
    line-height: 1.6em;
    font-size: 2.5em;
    font-weight: 700;
    border-radius: .08em
}

.countDown_digit_cont:nth-child(n+1):not(:last-child) {
    margin-right: .06em;
    border-radius: 0 0 8px 8px;
}

.countDown_digit_last_placeholder,
.countDown_digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    overflow: hidden
}

.countDown_digit_last_placeholder {
    bottom: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.countDown_digit_last_placeholder_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute
}

.countDown_digit_new_placeholder {
    top: 0;
    background: #f7f7f7;
    border-radius: 8px 8px 0 0
}

.countDown_digit_last_rotate,
.countDown_digit_new_rotate {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    font-weight: 700;
    position: absolute;
    top: 0;
    overflow: hidden;
    animation-duration: .4s;
    animation-timing-function: linear;
    border-radius: 8px 8px 0 0;
    animation-fill-mode: forwards;
    transform-origin: 100% 100%
}

.countDown_digit_last_rotate:after,
.countDown_digit_new_rotate:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: .01em solid rgba(0, 0, 0, .1)
}

.countDown_digit_last_rotate {
    animation-name: countDown_flip_1;
    background: #f7f7f7
}

.countDown_digit_new_rotate {
    animation-name: countDown_flip_2;
    background: #fff
}

.countDown_digit_new_rotated {
    transform: rotateX(180deg);
    width: 100%;
    height: 100%
}

.countDown_digit_new_rotated_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute
}

@keyframes countDown_flip_1 {
    0% {
        transform: rotateX(0);
        z-index: 1
    }
    100% {
        transform: rotateX(-180deg);
        z-index: 0
    }
}

@keyframes countDown_flip_2 {
    0% {
        transform: rotateX(0);
        z-index: 0
    }
    100% {
        transform: rotateX(-180deg);
        z-index: 1
    }
}

.container2 {
    border-radius: 80px;
    display: table;
    margin: auto;
    padding: 10px 50px 0px 58px;
    background: #fecdd1;
    width: auto;
}

.heart_date {
    margin: auto;
    display: table;
}

.date_pick input#start {
    text-align: center;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #2e3094;
    font-weight: 600;
    width: 96px;
    display: initial;
    padding: 0;
}

.date_pick {
    border: 2px solid #e3007e;
    /* min-width: 151px; */
    display: inline-block;
    position: relative;
    background: white;
    border-radius: 40px;
    margin: 0 10px;
    width: 300px;
}

i.fa.fa-heart {
    font-size: 25px;
    color: #e3007e;
}

.container2 {
    display: none;
}

.alg-date-pick i.fa.fa-heart {
    color: #e3007e;
    font-size: 25px;
    padding: 10px;
}

.all-date-pick {
    border: 2px solid #e3007e;
    border-radius: 30px;
}

.date-picker .month,
.date-picker .day,
.date-picker .year {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none !important;
    border-color: inherit;
    text-align: center;
    height: 38px;
    line-height: 36px;
    background: transparent!important;
    margin: 0 2px;
}

.alg-date-pick {
    display: flex;
}

.wheel-picker .select-wrapper {
    display: none;
    position: absolute;
    top: 260%!important;
    left: 0;
    height: auto;
    z-index: 3;
    width: 100%;
}

.countDown__interval_basic_cont div {
    color: #2e3094;
    font-weight: 700;
}

.countDown_interval_basic_cont_description {
    line-height: 2!important;
}

h4.avant_date {
    text-transform: uppercase;
    font-weight: 800;
    color: #2e3094;
}

.cnt-nwDate {
    display: none;
}

input#start[type=text]:focus {
    box-shadow: none!important;
}

.datepicker-dropdown.datepicker-orient-left:after,
.datepicker-dropdown.datepicker-orient-left:before {
    left: 50%;
}

table.table-condensed {
    width: 205px;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    display: table-cell!important;
}

@media (max-width: 600px) {
    div#sandbox-container {
        margin: 0 5px;
        width: 145px;
    }
    .heart_date i.fa.fa-heart {
        padding: 5px 1px;
        font-size: 20px;
    }
    div#sandbox-container i.fa.fa-calendar {
        font-size: 12px;
    }
    div#sandbox-container input#start {
        font-size: 12px;
        width: 80px;
    }
    h4.avant_date {
        font-size: 12px;
    }
    label.lab-date {
        font-size: 14px;
    }
    .container2 {
        padding: 10px 20px;
        border-radius: 40px;
    }
    .countDown_cont {
        font-size: 6px;
    }
    .countDown_interval_basic_cont_description {
        font-size: 10px;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    div#sandbox-container {
        margin: 0 5px;
        width: 250px;
    }
    .heart_date i.fa.fa-heart {
        padding: 10px 5px;
        font-size: 22px;
    }
    div#sandbox-container input#start {
        font-size: 15px;
    }
    .container2 {
        padding: 15px 30px;
    }
    .countDown_cont {
        font-size: 10px
    }
    h4.avant_date {
        font-size: 15px;
    }
    label.lab-date {
        font-size: 15px;
    }
}

#exampleModalCenter {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 6000000;
    top: 0;
    display: none;
}

#content_modale {
    float: none;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #fff;
    height: auto;
    padding-top: 30px;
    border-radius: 20px;
    display: none;
    border: solid 4px #e3007e;
    text-align: center;
}

#zr_modale {
    margin-bottom: 72px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}