@font-face{
  font-family: Segment7;
  src: url('../fonts/7segment.ttf');
}
#tmrbdy {
  min-width: 98%;
  width: max-content !important;
  padding: 10px 0; 
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.29) !important;
  margin-top: 5px;
  margin-left: 3px
}


#tmrbdy #js-countdown {
  display: flex;
  align-items: center;
  text-align: center;
}


.countdown {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 70%;
  text-align: center ;
  margin: 0 auto;
}

.countdown__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width: 20%;

}


.countdown__timer {
  padding: .35em;
  border: 1px solid white !important;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.3em;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-bottom: 2px;
}

/*.countdown__label {
  font-size: 1em;
  padding-top: .40em;
}*/


canvas{
  /*width: 500px !important;*/
  height: 75px !important;
  display: block;
  position: relative;
  background: transparent;
  margin: 40px auto;
  color: #5b6ec2;
  font: #5b6ec2;
  padding-right: 135px !important;
}




#timer2<?php echo $id;?>{
  width: 350px !important;
  padding-right: 81px !important;
  /*margin-left: -96px !important;
  display: flex !important;*/
}


.countdown-alt-1 .label {
  font-style: italic;
  text-transform: capitalize;
  background: #656565;
  border-radius: 5px;
  font-size: 12px;
  margin: -6%;
  padding: 2% 2%;
  position: absolute;
  left: 0;
  bottom: -44px;
  /*margin-left: 13px !important;*/
}
.label-hh {
 margin-left: 22% !important;
}
.label-mm {
 margin-left: 22% !important;
}
.label-ss {
 margin-left: 18% !important;
}
.label-dd {
 margin-left: 17% !important;
}
.countdown-alt-1 .separator-dd,
.countdown-alt-1 .separator {
  color: #000;
  font-size: 30px;
  position: relative;
}

div.demo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 98%;
  margin-left: 3px;
  padding: .6em 1.2em;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.29) !important;
}

div.demo ul {
  display: flex;
  list-style: none;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  /*padding-top: 5px;*/
  border-radius: 4px;
  margin: 0 !important;
}

div.demo ul > li {
  margin: unset;
}
div.demo ul > li:last-child {
  width: 100%;
  font-size: .65em;
}

div.demo .separator {
  position: relative;
  /*top: .01em;*/
  font-size: 1em !important;
  padding: unset;
}

div.timer2 {
  display: flex;  
  flex-direction: row;
  justify-content: space-between;
  width: 98%;
  margin-left: 3px;
  padding: 0 1.7em;
  font-size: 2em;
  line-height: unset;
  margin-bottom: 5px;
  box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.29) !important;
}

body {
  line-height: unset !important;
}

div.timer2 ul {
  width: 20%;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  font-family: 'Segment7';
}

div#timer2 ul > li {
  margin: unset;
}


div.timer2 ul > li:last-child {
  width: 100%;
  font-size: 0.4em;
  font-weight: 400;
  font-family: 'Roboto' !important;
}

div.square {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.6em;
  font-family: 'Roboto';
}

div.square ul {
  width: 21%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border: 1px solid black;
  padding-bottom: 0.55em;
  margin-bottom: 5px;
}

div.square ul > li{
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: 10px;
  list-style: none;
}

div.square ul > li:last-child {
  width: 100%;
  font-size: 0.5em;
  font-weight: 400;
  margin-bottom: 0.1;
}


div.circle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  font-size: 1.6em ;
}

div.circle  ul {
  width: fit-content;
  min-width: 78.13px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border: 1px solid black;
  padding: 10px 25px;
}

div.circle  ul > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

div.circle ul > li:last-child {
  width: 100%;
  font-size: 0.5em;
  font-weight: 400;
  margin-top: 0.1em !important;
}


@media (min-width: 768px) and (max-width: 1180px) {
  div.timer2 {
    font-size: 1.3em;
    padding: 0 1em;
  }
}