.container-content {
    font-size: 12px;
    padding: 20px;

    .item-formule {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .container-content {
        padding: 5px;
    }
}

.title-custome {
    text-align: center !important;
    font-size: 26px !important;
    color: #0D0D0D !important;
    font-weight: 600;
}

.container-card-information {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000029;
    border: 0.699999988079071px solid #D9D8D8;
    border-radius: 7px;
    opacity: 1;
    padding: 5px 15px;
}


/* timeline */
#timeline-wrap {
    margin: 10px 30px 64px 30px;
    top: 100;
    position: relative;

}

#timeline {
    height: 2px;
    width: 100%;
    background-color: #EDEDED;
    position: relative;
}

.marker {
    z-index: 1000;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    margin-left: -12px;
    background-color: #999999;
    border-radius: 50%;

    i {
        position: absolute;
        top: 8px;
        left: 6px;
    }
}

.marker:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.timeline-icon.one {
    background-color: #1DD595 !important;
}

.timeline-icon.two {
    background-color: #1DD595 !important;
}

.timeline-icon.three {
    background-color: #1DD595 !important;
}

.timeline-icon.four {
    background-color: #1DD595 !important;
}


.mfirst {
    top: -11px;
}

.mfirstLo {
    top: -11px;
    left: -13.5%;
}

.m2 {
    top: -11px;
    left: 32.5%
}



.m3Lo {
    top: -11px;
    left: 85%
}


.m3 {
    top: -11px;
    left: 66%
}

.mlast {
    top: -11px;
    left: 100%
}

.timeline-panel {
    position: absolute;
    text-align: center;
    padding: 25px 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    float: left;
    white-space: nowrap;
    line-height: 1.5;
}

.mfirstp {
    top: -11px;
    left: -33px;
}

.m2p {
    top: -11px;
    left: 22.5%
}

.m3p {
    top: -11px;
    left: 57%
}


.mlastp {
    top: -11px;
    left: 92%
}

.important-container {
    text-align: center;
    font-size: 11px;
}

.back-gray-es {
    background-color: #F7F7F7 !important;
}

.back-gray-em {
    background-color: #E6FAF3 !important;
}

.bell-color {
    color: #D3AF37 !important;
}

.check-color {
    color: #1DD595 !important;
}

/* Locker */
.mfirstLocker {
    top: -11px;
}

.m2Locker {
    top: -11px;
    left: 48%
}

.m3Locker {
    top: -11px;
    left: 99%
}

.mfirstpLocker {
    top: -11px;
    left: -33px;
}

.m2pLocker {
    top: -11px;
    left: 36.5%
}

.m3pLocker {
    top: -11px;
    left: 90%
}

