.jcgmt-container {}

.jcgmt-container .jcgmt-lbl {
    color: var(--white);
    font-weight: 500;
    text-align: center;
}

.jcgmt-clockHolder {
    width:100px; 
    margin:0 auto;
    position:relative;
}

.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
    display:block;
    position:absolute;
}

.jcgmt-rotatingWrapper {
    position:absolute;
    width:100px;
    height:100px;
}

.jcgmt-digital,
.jcgmt-date {
    font-weight: 600;
    color: var(--white);
    text-align:center;
}
