/*<!--Copyright 2020-2021 SUNIL KUMAR YADAV. (https://sunilkuyadav.github.io/MathFun/)-->*/
.cantainer{
    background-color: rgba(0,0,0,.7);
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
}
.live_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.live_scroll .row{
  display:inline;
}
.live_scroll .l_s {
  display: inline-block;
  float: none;
  padding: 15px;
  border: 1px solid red;
}
.l_s{
    background-color: rgba(0,0,0,.4);
    color: #eee;
    text-decoration: none;
}
.l_s:hover{
    background-color: rgba(0,0,0,1);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}
.qs{
    display: inline;
    text-align: center;
    min-width: 100%;
}
.question{
    text-align: center;
    font-size: 3em;
    background-color: rgba(255,255,255,.5);
    min-height: 100px;
    font-weight: bold;
    text-shadow: 1px 1px red;
    color: black;
    margin: 10px;
}
#cd{
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left: 47%;
}
.base-timer {
    position: relative;
    margin: auto;
  width: 50px;
  height: 50px;
    text-align: center;
    color: red;
}

.base-timer__svg {
  transform: scaleX(-1);
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: #333;
}

.base-timer__path-remaining {
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 2s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
    color: rgba(255,255,255,.5);
}
#base-timer-label{
            display: inline-block;
            font-size: 20px;
            line-height: 50px;
        }
/* timmer style end*/
.btn-grid{
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 10px;
    margin: 20px;
    margin-top: 0px;
}
.btn{
    background-color: rgba(0,0,0,.8);
    border: 1px solid rgba(255,255,255,.5);
    min-height: 70px;
    border-radius: 50px;
    color: rgba(255,255,255,.8);
    font-size: 2em;
}
.btn:hover{
    background-color: rgba(0,0,0,1);
    border: 1px solid rgba(255,255,255,.8);
    color: rgba(255,255,255,1);
    border-radius: 0;
}
.btnl{
    font-size: 1em;
    margin: 0;
    padding: 0;
    border-radius: 0;
    min-height: 20px;
    min-width: 100px;
}
.hint{
    text-align: center;
    color: red;
}
.hintshow{
    display: inline;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 30px;
    font-size: 10px;
}
.cpd{
    bottom: 50px;
    right: 50px;
    background-color: rgba(0,0,0,.7);
    color: aqua;
}