/*! CountdownTimer for jQuery @version2.0.1 (https://harshen.github.io/jQuery-countdownTimer/).
 *  Written by Harshen Pandey (https://remote.com/harshen) January 2014.
 *  @license MIT (https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE.md)
 *  and GPLv3 (https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE-GPL.md).
 *  @release - @date
 *  Copyright (c) 2017 - 2020 Harshen Pandey
 *  Please attribute the author if you use it.
 */
/* jQuery.countdownTimer.css*/

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/static/Inter-SemiBold.ttf');
}

.style {
   width: 100%;
   font-family: sans-serif;
   font-weight: bold;
   border-style: solid;
}

.colorDefinition {
    background-color: #5776c4c7;
    color: #FFFFFF;
    border-color: #f0068e00;
}

.size_xl {
   font-size:50px;
   border-width: 8px;
   border-radius: 6px;
}

.size_lg {
   font-size:40px;
   border-width: 7px;
   border-radius: 5px;
}

.size_md {
   font-size:30px;
   border-width: 5px;
   border-radius: 4px;
}

.size_sm {
   font-size:20px;
   border-width: 3px;
   border-radius: 3px;
}

.size_xs {
   font-size:15px;
   border-width: 2px;
   border-radius: 2px;
}

.lang-rtl {
	direction: rtl;
}

.displaySection {
	display: block;
	float: left;
	font-size: 100%;
	text-align: center;
}

.timerDisplay > span.displaySection:last-child {
	border-right: none;
}

.label6 .displaySection {
    width: 15%;
}

.label5 .displaySection {
    width: 18%;
}

.label4 .displaySection {
    
}

.label3 .displaySection {
    width: 21.8%;
}

.label2 .displaySection {
    width: 48.6%;
}

.label1 .displaySection {
    width: 98%;
}

.numberDisplay {
    font-family: "Inter";
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.dotsDisplay {
    position: relative;
    top:-5px;
    opacity: 0.5;
    font-family: "Inter";
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    padding: 0px 8px 0px 8px;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.periodDisplay {
    display: block;
    height: 39px;
    position: relative;
    top: -17px;
    width: 62px;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.36;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.timerDisplay {
    clear: both;
    width: 100%;
    height: 95px;
    padding: 10px 0px 0px;
    text-align: center;
    float: left;
    display: flex;
    justify-content: space-around;
}

.labelformat {
	float: left;
	width: 100%;
	font-size: 15px;
    border-width: 0px 20px 0px;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.timeLabel {
    padding-top: 22px;
    font-size: 16px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-family: "Inter";
    background-color: #5776c4c7;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
