﻿.timer .container {
    position: relative;
    top: 30px;
    width: 300px;
    margin: 0 auto;
}

.timer .controlls {
    position: absolute;
    left: 75px;
    top: 105px;
    text-align: center;
}

.timer .display-remain-time {
    font-weight: 700;
    font-size: 30px;
    color: #F7958E;
    
    justify-content: center;
    text-align: center;
    margin: auto;
}


.timer .e-c-base {
    fill: none;
    stroke: #B6B6B6;
    stroke-width: 4px
}

.timer .e-c-progress {
    fill: none;
    stroke: #F7958E;
    stroke-width: 4px;
    transition: stroke-dashoffset 0.7s;
}

.timer .e-c-pointer {
    fill: #FFF;
    stroke: #F7958E;
    stroke-width: 2px;
}

#e-pointer {
    transition: transform 0.7s;
}
