@font-face {
  font-family: 'Fugaz One';
  font-style: normal;
  font-weight: 400;
  src: local('Fugaz One'), local('FugazOne-Regular'),
       url('../fonts/fugaz-one-v10-latin-regular.woff2') format('woff2'),
       url('../fonts/fugaz-one-v10-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'),
       url('../fonts/source-sans-pro-v14-latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'),
       url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff');
}

html, body {
  height: 100%;
  /*cursor: none;*/
}

body {
    transition: background 1s;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: 'Source Sans Pro', cursive;
    color: white;
    background: #FC466B;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #3F5EFB, #FC466B);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body.red{
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body.green{
    background: #52c234;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #061700, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body.black {
    background: black;
}

a, i {
    text-decoration: none;
}

a {
    color: #0d6ab2;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

hr {
    border: 0.5px solid #E4E4E4;
}

input {
    padding: 5px;
    width: 100%;
    font-size: 20px;
}

.padleft {
    padding-left: 10px;
}

.inblock {
    display: inline-block;
}

.form-slides form:not(:first-of-type) {
  display: none;
}

#wrapper {
  display: flex;
  clear: both;
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-top: 0;
  height: 100%;
}

#success, #error{
    display: none;
    min-width: 1000px;
}

.btn {
  cursor: pointer;
}

.clock, .btn {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  color: white;
  border: 2px solid white;
  display: inline-block;
  padding: 10px 8px 10px 10px;
  border-radius: 3px;
  transition: background 0.5s;
}

.btn:hover {
  background: #ffffff1f;
}

.clock div, .btn div{
	display: inline-block;
}

.card_vect {
    background: #000;
    width: 400px;
    height: 220px;
    border-radius: 10px;
    color: black;
    margin: 0 auto;
    transform: rotate3d(2, 3, 1, 0deg);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.58);
}

.strip {
    height: 40px;
    width: 100%;
    background: white;
    position: relative;
    top: 60%;
}

.logo_strip {
    background-image: url('/images/logo-print.png');
    background-size: 90%;
    background-repeat: no-repeat;
    height: 100%;
    width: 45%;
    background-position: center;
}

.scan_ins {
    padding: 20px 0px;
    color: white;
}

.scan_ins img{
    margin-left: -10px;
}

.scan_ins div:first-of-type {
    font-family: 'Fugaz One', cursive;
    font-size: 70px;
    font-weight: 100;
    text-transform: uppercase;
}

.scan_ins div:last-of-type{
    font-size: 30px;
    font-weight: 100;
}

.scan_ins_desc {
    font-size: 25px;
    font-weight: 100;
}

.fiftydpwrap{
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    float: left;
    margin-right: 15px;
    border-radius: 200px;
    overflow: hidden;
}

.fiftydpwrap img{
    height: 100px;
}

/*css loader*/
.lds-ellipsis div {
  background: #ffffff;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: -11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: -5px;
    border: 1px solid #b50909;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(207, 207, 207) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#access_code {
    position: absolute;
    top: -999999px;
    left: -999999px;
    z-index: 9999999;
    width: 1px;
    height: 1px;
}

.central {
    clear: both;
    margin: 0 auto;
    padding: 10px;
}

#welcome{
    text-align: center;
}

.access-timer{
    display: none;
    margin-top: 40px;
    height: 54px;
    background: rgb(168, 0, 0);
    border-radius: 5px;
}

.state_badge {
    display: inline-block;
    float: right;
    position: relative;
    top: 10px;
    background: rgb(255, 255, 255);
    padding: 0px 10px;
    height: 55px;
    font-size: 42px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.46);
    color: black;
}

.state_badge.valid {
    color: #00ad2e;
}

.state_badge.invalid {
    color: #c30000;
}

body.black .state_badge{
    margin-left: 50px;
}

.mid_part, .bottom_part{
    margin-top: 40px;
}

.access-notes{
    margin-top: -53px;
    text-align: center;
    border: 2px solid rgb(255, 235, 235);
    border-radius: 5px;
    padding: 13px;
    color: white;
    text-shadow: 1px 1px 4px black;
}

.access-notes span:last-of-type {
    padding-right: 0px;
}

.access-notes span {
    padding-right: 50px;
    line-height: 26px;
}

.access-icon{
    font-size: 60px;
    top: 5px;
}

.access-green{
    color: #19b919;
}

.access-head{
    font-size: 50px;
    font-weight: 100;
    display: inline-block;
}

.access-tag {
    font-size: 25px;
    position: relative;
    left: 5px;
    font-weight: 600;
}

.access-head .tagline {
    display: block;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    top: -25px;
    left: 85px;
}

.access-info {
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.48);
}

.access-sub-info i{
    margin-right: 10px;
}

.access-cards {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.access-cards .card-data span{
    display: block;
    width: 100%;
    font-size: 50px;
}

.access-cards .boxes {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.46);
}

.card-cap {
    background: #600731;
    border-radius: 2px 2px 0px 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 0px;
}

.card-data {
    display: inline-flex;
    width: 170px;
    height: 159px;
    align-items: center;
    padding: 0px 15px;
    overflow: hidden;
    color: black;
}

.access-cards i{
   color: rgb(207, 207, 207);
   font-size: calc(2vw + 2vh);
}

.access-cards .small-text{
    font-size: 37px !important;
}

.access-cards .big-text{
    font-size: 85px !important;
}

.chart-holder {
    position: relative;
    top: -25px;
    min-width: 140px;
    padding-top: 20px;
}

span.chart-caption {
    position: absolute;
    top: -5px;
    font-size: 14px;
}

.list_note_view{
    border: 1px solid #cbcbcb;
    padding: 10px 30px;
    margin-bottom: 13px;
    line-height: 23px;
}

ul.list_note{
    list-style-type: circle;
    font-size: 15px;
}

.side-pad td {
    padding: 4px 17px;
}

.access-client-sxpired{
    margin-top: 100px;
}

.access-client-sxpired .access-head{
    text-align: center;
}

.access-client-sxpired .access-head span{
    font-size: 130px;
}

.access-client-sxpired .access-head .tagline{
    font-size: 50px;
    position: initial;
}

.access-client-sxpired .publish_new {
    margin-top: 30px;
    text-align: center;
}

.access-client-sxpired .access-icon, .access-client-sxpired .access-cards, .access-client-sxpired .faccess-note{
    display: none;
}

.credit{
  font-weight: 100;
  text-align: center;
  font-size: 15px !important;
  position: absolute;
  bottom: 35px;
  color: white;
  left: 0;
  right: 0;
  line-height: 22px;
}

.credit img{
    position: relative;
    top: 7px;
}

.hide{
  display: none !important;
}