/*
 * * Theme Name: Secure Pin flow
 * * Author: Veloxbit wordpress dev
 * * Description: Simple customizable pin flow page.
 * * Version: 1.0
 * **/

 /*
 * Theme Name: Pin-code
 * Author: Veloxbit wordpress dev
 * Description: Simple customizable pin code flow page.
 * Version: 1.0
 * Text Domain: pin-code
 * */
@import url('https://fonts.googleapis.com/css?family=Akronim|Baloo+Bhai|Fira+Sans|Gugi|Heebo|Lato|Open+Sans|Poppins|Raleway|Roboto|Roboto+Mono|Roboto+Slab|Stylish|Titillium+Web|Ubuntu');
 
body {
  //height:750px;
}

html { margin-top: 0 !important; }

#timer-replace-text {
  display:none;
} 

#commercial-disclaimer {
  max-width:90%;
  color:#31ac48;  
  font-size:18px;
  margin:auto;
  padding:15px;
  font-weight:bold;
}

#logo-replace-text {
  display:none;
  animation: blinker 1.5s linear infinite;
}

#top-tnac-txt{
  width:50%;
  margin:auto;
  text-align: center;

}

#before-button-phone-promotional-text-wrapper {
  width: 90%;
    margin: 1% 0 0 5%;
    display: inline-block;
}

#after-button-phone-promotional-text-wrapper{
    text-align: center;
    margin: auto;
    width: 80%;
    font-family: "Arial", Helvetica,  sans-serif;
    color:#005FFB;
    font-weight:bold;
    //animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.rows-wrraper{
    float:left;
}

.top-row-wrraper {
  float:left;
  //border: 1px solid white;
}

.info-bar-wide .info-bar-top-bar-text {
  font-size:12px;
  color:white;
  float:left;
  text-align: center;
  padding:0 0 0 15px;
  font-weight:bold;
}

.info-bar-wide
.key-val-wrraper,
.key, 
.value,
.row {
  float:left;
  font-size:12px;
}

.info-bar-wide .row {
  padding:2px 0;
}

.info-bar-wide .key {
  color:white;
  text-decoration: underline;
  padding:0px 5px 0px 5px;
}

.info-bar-wide .value {
  color:black;
  padding:0px 10px 0px 10px; 
  background: white;
  border-radius: 15px;
}

.info-bar-wide .messa-image{
  float:right;
  margin:5px;
}

.info-bar-wide .info-bar-mark-1 {
  margin-top:2px;
  float:left;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid black;
  float:left;
}

.info-bar-wide .info-bar-top-bar {
  height:20px;
  width:230px;
  background: black;
  float:left;
  border-top-left-radius: 15px;
  padding-left:10px;
}

.info-bar-wide {
    width: 980px;
    display: block;
    margin: auto;
    background-color: #383838;
    min-height:70px;
    border-radius: 15px;
}


.info-bar-box
.key-val-wrraper,
.key, 
.value,
.row {
  float:left;
  font-size:12px;
  margin-top:1px;
}

.info-bar-box .key-val-wrraper{
  //margin-top:10px;
  word-break: break-all;
}

.info-bar-box .row {
  padding:10px 20px 0 20px;
}

.info-bar-box .key {
  color:white;
  text-decoration: underline;
  padding:0px 5px 0px 5px;
  //min-width:80px;
}

.info-bar-box .value {
  color:black;
  padding:0px 10px 0px 10px; 
  background: white;
  border-radius: 15px;
  max-width:60%;
}


.info-bar-box .info-bar-top-bar-text {
  font-size:16px;
  color:white;
  float:left;
  text-align: center;
  padding:8px;
  font-weight:bold;
}

.info-bar-box .messa-image {
  height:25px;
  width:25px;
  float:right;
  margin:5px;
}

.info-bar-box .info-bar-mark-1 {    
  height:25px;
  width:25px;
  float:left;
  margin:5px;
}

.info-bar-box .info-bar-top-bar {    
  min-height:40px;
  background: black;
  padding-left:10px;
  border-radius: 10px;
}

.info-bar-box {
    margin-top:10px;
    max-width: 480px;
    display: none;
    margin: auto;
    background-color: #383838;
    height:300px;
    border-radius: 10px;
}

@media screen and (max-width: 360px) {
  #top-tnac-txt{
    width:95%;
    font-size:12px;
  }

  .info-bar-box .info-bar-top-bar-text{
    font-size: 12px;
  }
  .info-bar-box .key {
    min-width:50px;
  }

  .info-bar-box .row {
    padding:0px;
  }

  .info-bar-box .key-val-wrraper {
    font-size: 8px;
  }
}

@media screen and (max-width: 1000px) {
    #top-tnac-txt{
      width:95%;
    }

    .info-bar-wide {
      display:none;
    }
    .info-bar-box {
      display: block;
    }
}

.error-text {
	width: 100%;
    text-align: center;
    display: inherit;
    color: white;
    font-weight: bold;
}

#top-tanc-txt {
	max-width: 50%;
	margin:auto;
	text-align:center;
}

#top-logo,
#bottom-logo {
	margin:1% auto;
	display:block;
	max-width: 35%;
}


#bottom-tanc-txt{
	color: white;
    width: 80%;
    margin: 0% auto;
    //background: rgba(0, 0, 0, 0.70);
}

.netsmart-highlighted-tnc-txt{
	color:white;background:black
}

#center-box{
	max-width:445px;
	min-height:250px;
	display: block;
	margin:auto;
    background-size: 100% 100%;
}

#phone-input,
#code-input{
	background-size: 100% 100%;
    background-repeat: no-repeat;	
    width: 80%;
    height: 52px;
    margin: 5% 10% 0 10%;
    background-color: rgba(255, 0, 0, 0);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    //color: rgb(254, 255, 205);
    //color: white;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
}

#phone-continue-button,
#code-continue-button{
	width: 80%;
    height: 52px;
    margin: 1% 10% 0 10%;
}


.defualt-input-text{
  color: blue;
  //color: #005FFB;
	//color: rgb(254, 255, 205);
}

.input-text-success{
    color:#01DF01;
}

#check-box-wrapper{
	padding:3%;
}

#thank-you-text{
	font-size:25px;
	color:brown;
	padding:10%;
	font-weight: bold;
}

#top-logo-promotion-text,
#bottom-logo-promotion-text {
	width: 80%;
    text-align: center;
    margin: auto;
    //font-size: 20px;
}

@media screen and (max-width: 450px) {
	#top-logo-promotion-text,
	#bottom-logo-promotion-text {
		font-size: 15px;
	}

	#top-tanc-txt,
	#check-box-text {
		max-width: 100%;
		margin:auto;
		text-align:center;
		font-size:14px;
	}	


	#top-logo,
	#bottom-logo {
		margin:1% auto;
		display:block;
		max-width: 90%;
	}
	#bottom-tanc-txt{
		color: white;
	    width: 100%;
	    margin: 40% auto;
	    background: rgba(0, 0, 0, 0.43);
	}

}

.spinner {
    position:absolute;
 
    top:150px;
    left:45%;
    right:0;  
  width: 40px;
  height: 40px;
  
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #5858FA;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}