:root {
    --orange: #FF6600;
    --blue: #0679a9;
    --white: #FFFFFF;
    --grey: #cacaca;
    --black: #000000;
    --red: #EC524F;
    --speed: .4s;
}

.timer-container {
    color: black;
    font-size: 2rem;
    text-align: center;
    padding: 30px 0;
}

.loadingContainer_timer {
    position: relative;
    margin: 20px auto;
    width: 110px;
}

    .loadingContainer_timer div {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: black;
        float: left;
        margin: 0 3px;
        background: var(--blue);
        transform: scale(0);
    }

#timer {
    display: block;
    font-size: 5.0rem;
    margin-bottom: .8rem;
}

.tempo-rimasto {
    font-size: 1.6rem;
    font-family: "Montserrat-Light";
    letter-spacing: .2em;
}

.loadingContainer_timer .ball1 {
    z-index: 1;
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
}

.loadingContainer_timer .ball2 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loadingContainer_timer .ball3 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loadingContainer_timer .ball4 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-moz-keyframes grow {
    0% {
        -moz-transform: scale(0);
    }

    25% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(0);
    }

    75% {
        -moz-transform: scale(1);
        background: var(--orange);
    }

    100% {
        -moz-transform: scale(0);
        background: var(--orange);
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
    }

    25% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
    }

    75% {
        -webkit-transform: scale(1);
        background: var(--orange);
    }

    100% {
        -webkit-transform: scale(0);
        background: var(--orange);
    }
}
/*Modal Bigl*/
div.single-slot p {
    margin: 0;
}


div.single-slot .txt {
    word-break: break-word;
}


.price_singbigl {
    color: rgb(51, 122, 183);
}


div.single-slot {
    margin: 0 1rem;
    margin-bottom: 2rem;
    background-color: white;
    border-radius: 5px;
    padding: 1rem;
    min-height: 100px;
    box-shadow: 3px 3px 6px 4px rgba(0,0,0,0.26);
    -webkit-box-shadow: 3px 3px 6px 4px rgba(0,0,0,0.26);
    -moz-box-shadow: 3px 3px 6px 4px rgba(0,0,0,0.26);
}

    div.single-slot .fa-solid {
        color: rgb(46, 109, 164);
    }

    div.single-slot .title {
        /* color: #6f6f6f; */
    }

    div.single-slot .subtitle {
        color: rgb(90 67 52);
    }

    div.single-slot p.subtitle {
        text-align: left;
    }


.single-slot:active {
    transform: translateY(4px);
    box-shadow: 1px 1px 6px 4px rgba(0,0,0,0.26);
    -webkit-box-shadow: 1px 1px 6px 4px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 1px 6px 4px rgba(0,0,0,0.26);
}

@media (max-width: 767px) {
    .price_singbigl {
        margin-top: 1rem;
    }
}
/*end modal bigl*/

.site-footer {
    /* position: sticky;
    bottom: 0;
    width: 100%*/
}
