@keyframes uil-ripple {
	0% {
        transform: scale(0.3);
		opacity: 0;
    }
	50% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(1.3);
		opacity: 0;
    }
  }

.bm-processing {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #ffcc00;
	position: absolute;
	animation: uil-ripple 1.5s linear infinite;
}

.bm-processing:after {
	background: #fff;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.timer-container {
	color: #000000;
	font-family: Delivery,Verdana,sans-serif;
	/* font-size: 18px; */
  font-size: 6vw;
	font-weight: 400;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	position: absolute
}

.spinner-time-parent {
	position: relative;
	margin: 2px auto;
	width: 75px;
	height: 75px
}

#sec-if-cpt-container .timer-container {
	display: block !important
}


#sec-if-cpt-container {
    padding: 0;
    margin: 0
}

  
#sec-if-customtext-container {
  text-align: center;
  font: 14px arial, sans-serif;
  line-height: 1.6
}

#sec-if-cpt-container .timer-container {
  display: none
}

#sec-if-cpt-message {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center
}

#sec-if-cpt-message .message-text-red {
  color: #D40511;
  font-family: Delivery,Verdana,sans-serif;
  font-size: 2.7vw;
  font-size: 12vh;
  font-weight: 800;
  line-height: 100%;
  display: block;
  position: relative;
  bottom: 15%; 
  padding-top: 60px;
}

#sec-if-cpt-message .message-text {
  color: #000000;
  font-family: Delivery,Verdana,sans-serif;
  font-size: 2vw;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: 10px; 
  line-height: 1.4;
}

.c-nav {
  background: linear-gradient(90deg,#fc0 0,#fc0 48%,#ffe57f 70%,#fff0b2);
  padding: 0.5rem 0.5rem 10;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  overflow: hidden; /* Hide scrollbars */
}