
.row {
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 18px;
}

.nav-link{
    color:black !important;
}

.smarttitle {
    color: #FF8100;
}

input[type=range] {
    accent-color: #e57373;
}

.btn-primary {
    color:white!important;
    font-weight:bold;
}

.nav-link {
    color: white !important;
}

.material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}

/*timer*/

.svgtimer {
    background-color: transparent;
    position: absolute;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-90deg);
}

.timercombo {
    font-size: 24px;
    /*font-weight: 700;*/
}

.svgtimercircle {
    stroke: #DC3545;
    stroke-width: 16;
    fill: transparent;
    stroke-dashoffset: 880;
    stroke-dasharray: 880;
    transition: all 1s linear;
}

.hejena-timer {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #343A40;
    font-size: 42px;
    font-weight: 700;
}


element.style {
}

body {
    background-color: white;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 18px;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet
body {
    display: block;
    margin: 8px;
}

h4 {
    color: var(--red);
    font-weight: bold;
}

:root {
    --red: #FF1414;
}

.smarttitle {

    font-weight:bold;

}