@import "../font-family.css";

html * {
    font-family: 'Poppins', sans-serif;
}

body {
    height:100%;
    background:none transparent;
    color: #3B556E;
    font-size: 14px;
    border-radius: 4px;
}

.sidebar-logo {
    border-right:none;
    line-height: 0;
    padding: 20px 0;
    transition: all .2s ease;
    min-height: 28px;
    text-align: center;
}

.navbar-toggle-icon .icon-bar {
    background-color: #0064C0;
    height: 4px;
    border-radius: 6px;
}

.demo-index {
    font-size: 14px;
    font-weight: 500;
    display: inline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1.title {
    font-weight: 100;
    color: #0064C0;
    text-align: center;
    margin-bottom: 50px;
}

.demo-index-mobile h4 svg {
    margin-right: 10px;
    max-width: 18px;
}

.demo-index-mobile h4 {
    font-weight: 400;
    padding: 8px 0;
    color: #0064C0;
    fill: #0064C0;
    cursor: pointer;
}

#navbar-collapse-demo ul {
    background: #fbfbfb;
    border: 1px solid #ececec;
    border-radius: 6px;
    text-align: center;
}

#navbar-collapse-demo {
    background: #0000;
    position: static;
}

.demo-index {
    font-size: 14px;
    font-weight: 500;
    display: inline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.demo-index:hover {
    text-decoration: none;
}

#demo-iframe-container {
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    min-height: 180px;
}

.iframe-low {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
}

.demo-index-mobile h4 {
    font-weight: 400;
    padding: 8px 0;
    color: #0064C0;
    fill: #0064C0;
    cursor: pointer;
}

.demo-index-mobile h4:hover {
    text-decoration: underline;
}

.demo-index-mobile h4 svg {
    margin-right: 10px;
    max-width: 18px;
}

.demo-index i {
    margin-right: 10px;
}

.demo-container-index {
    overflow: hidden;
}

.demo-index svg {
    fill: #0064C0;
    margin-right: 10px;
    vertical-align: -2px;
    width: 16px;
}

.demo-index-mobile h4 {
    font-weight: 400;
    padding: 8px 0;
    color: #0064C0;
    fill: #0064C0;
    cursor: pointer;
}

.demo-index-mobile h4:hover {
    text-decoration: underline;
}

.demo-index-mobile h4 svg {
    margin-right: 10px;
    max-width: 18px;
}

div.demo-tabs div.list-group>a,
div.demo-tabs div.list-group>a svg {
    color: #0064C0;
}

div.demo-tabs div.list-group>a:first-child{
    border-top-right-radius: 0;
}

div.demo-tabs div.list-group>a:last-child{
    border-bottom-right-radius: 0;
}

div.demo-tabs div.list-group>a.active,
div.demo-tabs div.list-group>a.active svg {
    background-color: #fbfbfb;
    color: #ff7f00;
    fill: #ff7f00;
    border-right: none;
}

div.demo-tabs div.list-group>a.active {
    -webkit-box-shadow: 0 4px 4px -5px #00000040;
    -moz-box-shadow: 0 4px 4px -5px #00000040;
    box-shadow: 0 4px 4px -5px #00000040;
}

.btn:focus {
    color: #ffffff;
}

.demo {
    padding-left: 44px;
}

h4 {
    font-weight: bold;
    text-transform: none;
    padding-bottom: 15px;
}

.arrow {
    width:6px;
    margin-left: 5px;
}

#anytext-panel {
    margin-top: 10px;
}

#arrow-down {
    width: 10px;
    transition-duration: 0.5s;
}

#consent-text {
    margin: 0;
}

#consent-text .text-next {
    font-size: 10px;
    max-width: 100%;
    margin: 0;
    color: #575757;
}

#startOver {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 400;
}

.failed #startOver {
    margin-top: 14px;
}

.form-horizontal .form-group {
    margin: 0 0 5px 0;
}

.form-group .form-group--label {
    position: relative;
    font-weight: 400;
    width: 100%;
    margin: 0;
}

.form-group .form-group--label span {
    position: absolute;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.input-sametext {
    font-size: 13.9px;
    padding-left: 8px;
}

.form-group .sametext {
    margin: 10px 0 25px 0;
}

.form-horizontal .checkbox {
    padding-top: 0px;
}

#details {
    display: inline-flex;
    cursor: pointer;
    font-weight: 400;
}

.alert {
    margin-bottom: 0px;
    position: relative;
}

.alert button.close {
    position: relative;
    /* top: -1.6em; */
}

a {
    color: #0f5e9d;
}

a:hover {
    color: #0f5e9d;
    text-decoration: underline;
}

.result {
    background-color: #ededed;
    color: #666666;
    padding: 1px 11px 1px 11px;
    border-radius: 10px;
    margin: 0 0 8px 5px;
    display: inline-block;
    font-weight: 400;
}

.result-red {
    background-color: #f6e1e1;
    color: #c70000;
    padding: 1px 11px 1px 11px;
    border-radius: 10px;
    margin: 0 0 8px 5px;
    display: inline-block;
    font-weight: 500;
}

.event-demo .btn i {
    margin-left: 5px;
    -webkit-text-stroke: 2px #ff7f00;
}

.event-demo .title i {
    margin-left: 5px;
    font-size: 33px;
    -webkit-text-stroke: 2px #fff;
}

.event-demo .title {
    font-size: 40px;
    font-weight: 300;
    color: #5C6878;
    margin-top: 0;
}

.event-demo .page-header-container {
    background: #E8F4FC;
    background-size: cover;
    padding-bottom: 112px;
}

.event-demo .page-header-container .sidebar-logo {
    text-align: left;
}

.event-demo .win-cool-prizes {
    background-color: #011C35;
    color: #E8F4FC;
    padding: 10px 0 103px 0;
}

.event-demo .win-cool-prizes .info-card {
    background-color: #E2E7F6;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}

.event-demo .win-cool-prizes .info-card .info-card-title {
    color: #3B556E;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 10px 0;
    text-align: center;
}

.event-demo .win-cool-prizes .info-card .info-card-description {
    color: #3B556E;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.event-demo .win-cool-prizes .info-card .info-card-description:last-of-type {
    margin-bottom: 30px;
}

.event-demo .win-cool-prizes .info-card .info-card-link-wrapper {
    bottom: 30px; /* info-card-padding */
    position: absolute;
    width: calc(100% - 60px); /* 100% - info-card-padding */
    text-align: center;
}

.event-demo .win-cool-prizes .info-card .info-card-link {
    color: #4373F5;
    font-size: 15px;
    font-weight: 700;
}

.event-demo .win-cool-prizes .title {
    color: #E8F4FC;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

.event-demo .win-cool-prizes p {
    color: #3B556E;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.event-demo .win-cool-prizes p > strong {
    color: #011C35;
}

.event-demo .win-cool-prizes p > a {
    color: #0064C0;
    font-weight: bold;
    text-decoration: underline;
}

.event-demo .win-cool-prizes .win-cool-prizes-main-paragraph {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-demo .cta-section {
    background: #E8F4FC url('/assets/images/background/dev-week-bg.svg') no-repeat;
    background-size: cover;
    min-height: 300px;
    border: none;
    display: flex;
    align-items: center;
}

.event-demo .cta-section h2.title, .cta-section h2 a {
    color: #011C35;
    font-size: 40px;
    font-weight: 700;
}

.event-demo .cta-section .cta-title-link {
    color: #FF7F00;
}

.event-demo .product-guides {
    background-color: #011C35;;
    padding: 64px 0;
    text-align: center;
}

.event-demo .product-guides .container {
    margin: 0 auto;
    max-width: 1024px;
}

.event-demo .product-guides h3 {
    color: #E8F4FC;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 32px 0;
}

.event-demo ul {
    background: #f6f9fb;
    padding: 35px 40px;
    border-radius: 20px;
    max-width: 860px;
    margin: 30px auto;
    font-size: 17px;
    line-height: 26px;
}

.event-demo ul a {
    font-weight: 500;
}

.event-demo p {
    margin: 0 auto;
    font-size: 17px;
    max-width: 950px;
    margin-bottom: 8px;
    color: #5c6878;
    text-align: center;
    line-height: 27px;
}

.event-demo .product-guides p {
    color: #E8F4FC;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    max-width: 100%;
}

.event-demo .product-guides .product-guide-promo-code {
    margin-bottom: 0;
    margin-top: 24px;
}

.event-demo .product-guides .btn {
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    background: #ff7f00;
    border-color: #ff7f00;
    border-radius: 7px;
    margin-bottom: 24px;
    white-space: inherit;
}

.event-demo li {
    margin-bottom: 10px;
    list-style: none;
    color: #5c6878;
}

.event-demo .product-guides .btn:focus {
    outline: none;
    box-shadow: none;
}

.event-demo h1.title {
    margin-bottom: 50px;
}

.event-demo #page-title {
    color: #011C35;
    font-size: 40px;
    font-weight: 700;
}

.event-demo .page-pre-title {
    color: #3B556E;
    font-size: 25px;
    font-weight: 700;
}

.event-demo #page-title .page-title-link {
    color: #FF7F00;
}

.event-demo {
    background: #ffffff;
}

.event-demo .typingdna-verify-section {
    background-color: #E8F4FC;
    padding: 112px 0 151px 0;
}

.event-demo .typingdna-verify-section .title {
    color: #011C35;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
}

.event-demo .typingdna-verify-section .description {
    color: #3B556E;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
}

.event-demo .typingdna-verify-section .description:nth-of-type(2) {
    margin-bottom: 32px;
}

.event-demo .typingdna-verify-section .verify-cta-container {
    margin-bottom: 64px;
    text-align: center;
}

.event-demo .typingdna-verify-section .sign-up-now-button,
.event-demo .typingdna-verify-section .learn-more-button {
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
}

.event-demo .typingdna-verify-section .learn-more-button {
    color: #0064C0;
}

.event-demo .typingdna-verify-section .typingdna-verify-watch-link-wrapper {
    color: #0064C0;
    font-size: 18px;
    font-weight: 700;
    margin-top: 17px;
    text-decoration: underline;
}

.event-demo .product-pill span {
    padding: 1px 8px;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.event-demo .typingdna-verify-section .typingdna-verify-container .product-pill span {
    background: #011C35;
    color: #FFFFFF;
}

@media (min-width: 992px) {

    .event-demo .win-cool-prizes .title,
    .event-demo .win-cool-prizes p,
    .event-demo .win-cool-prizes .info-card .info-card-title,
    .event-demo .typingdna-verify-section .title,
    .event-demo .typingdna-verify-section .description,
    .event-demo .typingdna-verify-section .verify-cta-container,
    .event-demo .win-cool-prizes .info-card .info-card-link-wrapper {
        text-align: left;
    }

    .event-demo .typingdna-verify-section .typingdna-verify-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .event-demo .win-cool-prizes .win-cool-prizes-main-row {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .event-demo .win-cool-prizes .card-items-first-row {
        display: flex;
        padding-bottom: 30px;
    }

    .event-demo .win-cool-prizes .card-items-second-row {
        display: flex;
    }

    .event-demo .win-cool-prizes .info-card {
        height: 100%;
    }
}

.event-demo .main-card {
    border-radius: 8px;
    background-color: #ffffff;
    color: #3B556E;
    padding: 40px;
    position: relative;
}

.event-demo .main-card .card-heading {
    text-align: right;
    font-weight: 500;
    font-size: 7px;
    line-height: 10px;
    color: #A1B9D4;
    position: absolute;
    right: 0;
    top: 0;
}

.event-demo .main-card .card-free {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    color: #00C07B;
    background-color: #00C07B33;
    padding: 3px 6px;
}
.event-demo .main-card .card-free-desc {
    padding-right: 6px;
}

.event-demo .main-card.card-focus .card-free {
    color: #897FF5;
    background-color: #897FF529;
    border-radius: 4px;
}

.event-demo .main-card .left {
    padding-left: 0;
    padding-right: 0;
}

.event-demo .main-card .right {
    padding-right: 0;
}

.event-demo .main-card .middle {
    padding-right: 0;
    padding-left: 0;
}

.event-demo .main-card h3 a:hover {
    text-decoration: none;
}

.event-demo .main-card h3 a img {
    max-height: 20px;
    max-width: 30px;
    padding-right: 5px;
}

.event-demo .main-card.card-focus h3 a img {
    max-height: 25px;
}

.card-learn-more a {
    font-size: 19px;
    font-weight: 600;
    font-color: #0064C0;
    line-height: 29px;
    text-decoration: underline;
}

.card-learn-more a svg {
    margin-left: 5px;
}

.event-demo .main-card .card-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.9;
    color: #011C35;
    margin-bottom: 8px;
}

.event-demo .main-card .card-tag {
    font-weight: bold;
    font-size: 10px;
    color: #011C35;
    background: #E8F4FC;
    border-radius: 2px;
    padding: 3px 8px;
    white-space: nowrap;
    line-height: 23px;
}

.event-demo .main-card .card-body {
    font-size: 19px;
    line-height: 29px;
}

.event-demo .main-card.card-focus h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.event-demo .main-card.card-focus .card-body {
    line-height: 29px;
}

.event-demo .main-card.card-focus .card-learn-more {
    float: right;
    margin-bottom: inherit;
    padding-right: 0;
}

.event-demo .main-card.card-verify {
    height: 330px;
    align-items: center;
    margin-bottom: 16px;
}

.event-demo .main-card.card-auth-api {
    height: 241px;
    margin-bottom: 15px;
}
.event-demo .main-card.card-auth-api .video-wrap img {
    max-height: 123px;
}

.event-demo .main-card .card-tags {
    line-height: 19px;
}

.card-focus.bck-white {
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 74px;
    border-radius: 8px;
}

.event-demo .main-card.card-focus {
    height: 74px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90.03deg, #3575f026 -2.01%, #3975f02b 2.41%, #4476f124 5.72%, #5677f124 9.03%, #7179f221 13.45%, #927cf426 16.76%, #b27ef51f 18.97%, #bb7eef24 24.49%, #d37cde1c 33.32%, #f97ac31c 43.26%, #ff7abf1f 44.36%, #ff7bb624 45.46%, #ff828a1f 49.88%, #ff876826 54.3%, #ff8b501f 58.71%, #ff8d4121 62.02%, #ff8e3c1c 65.34%, #fe94391c 67.54%, #5677f121 85.21%, #5677f11f 99.56%, #5677f124 108.39%);
}

.event-demo .main-card.card-focus .focus-content {
    display: block;
}

@media (max-width: 1199px) {

    .event-demo .main-card.card-focus {
        display: block;
        height: auto;
    }

    .event-demo .main-card.card-focus .focus-content {
        text-align: center;
        margin: 0 auto 16px auto;
    }


    .event-demo .main-card.card-focus .focus-content:first-child {
        margin-top: 10px;
    }

    .event-demo .main-card.card-focus .card-learn-more {
        float: none;
    }

}

.result-green {
    background-color: #d7efde;
    color: #45bb64;
    padding: 1px 11px 1px 11px;
    border-radius: 10px;
    margin: 0 0 8px 5px;
    display: inline-block;
    font-weight: 400;
}

.circular-chart {
    display: block;
    margin: 0;
    max-height: 250px;
}

#enrollments {
    margin-bottom: 0px;
}

.gauge {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin-bottom: 5px;
}

.gauge .indicator-left {
    width: 60px;
    height: 120px;
    overflow: hidden;
    background-color: #EEEEEE;
    border-radius: 60px 0 0 60px;
    position: absolute;
    top:0;
    left:0;
}

.gauge .indicator-left-inner {
    width: 60px;
    height: 120px;
    content: "";
    border-radius: 60px 0 0 60px;
    background-color: #ff7f00;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: rotate(180deg);
}

.container.center {
    margin-top: 50px;
}

#reset-link {
    font-weight: 100;
    display: none;
}

textarea#stickyNoteTextarea::placeholder {
    color: #b3b3b3;
}

textarea#stickyNoteTextarea {
    box-shadow: none;
    position: relative;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    min-width: 250px;
    min-height: 120px;
    background: #fcf1e7;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 400;
}

.gauge .indicator-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 120px;
    overflow: hidden;
    background-color: #EEEEEE;
    border-radius: 0 60px 60px 0;
}

.gauge .indicator-right-inner {
    width: 60px;
    height: 120px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff7f00;
    border-radius: 0 60px 60px 0;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-180deg);
}

.panel-details {
    margin-bottom:0;
    margin-top:10px;
    padding-bottom: 10px;
    padding-top: 9px;
}

.gauge .inner {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 5px;
    left: 5px;
    text-align: center;
    line-height: 95px;
    background-color: #fff;
    border-radius: 60px;
    z-index: 2;
    font-size: 30px;
    font-weight: 200;
    display: grid;
    align-items: center;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 1.5;
}

.bookmark-empty, .bookmark-solid {
    vertical-align: middle;
}

.bookmark-empty {
    display: inline;
    opacity: 1;
    visibility: visible;
}

.bookmark-solid {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#enroll {
    text-decoration: none;
}

#enroll:hover {
    text-decoration: underline;
}

.circle {
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #45bb64;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-size: 7px;
    font-weight: 300;
    text-anchor: middle;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-color: #d0dde7;
    color: #666666;
}


.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    letter-spacing: 0.5px;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.text-info {
    display: none;
    font-size: 13px;
    color: #c70000;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

.form-control:focus {
    border-color: rgba(13,94,157,0.6);
    -webkit-box-shadow: 0 0 5px rgba(13,94,157,0.6);
    -moz-box-shadow: 0 0 5px rgba(13,94,157,0.6);
    box-shadow: 0 0 5px rgba(13,94,157,0.6);
}

input[type=number] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

div.step {
    float: left;
    max-width: 900px;
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity .300s ease-in-out;
    -moz-transition: opacity .300s ease-in-out;
    -webkit-transition: opacity .300s ease-in-out;
}

div.message {
    float: left;
    clear: both;
    max-width: 600px;
}

textarea {
    max-width: 680px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#cardnumber {
    font-family:  "Courier New", Courier, monospace;
    text-shadow: 0px 0px 2px rgba(0,0,0,.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#fullname {
    font-family:  "Courier New", Courier, monospace;
    text-shadow: 0px 0px 2px rgba(0,0,0,.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

b {
    font-weight: 400;
}

p {
    max-width: 680px;
    font-family: 'Poppins', sans-serif;
    word-spacing: 1px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

input {
    letter-spacing: 0.3px;
}

span.highlighted {
    color: #999;
}

a.btn-colors {
    background: none;
    border: 2px solid #0064C0;
    color: #0064C0;
}

a.btn-colors:hover {
    background: #0064C0;
    border: 2px solid #0064C0;
    color: #fff;
}

.icon-repeat {
    display: flex;
    align-items: center;
    padding-left: 4px;
}

.icon-circle-info {
    display: flex;
    align-items: center;
}

.icon-repeat svg {
    height: 11px;
}

.icon-circle-info svg {
    height: 14px;
}

.icon-repeat svg path,
.icon-circle-info svg path {
    fill: #0f5e9d;
}

#pA1H, #pA1, #pA, #pAH {
    font-weight: 700;
    font-family:  "Courier New", Courier, monospace;
    letter-spacing: 0px;
    font-size: 14.55px;
    word-spacing: -4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pA1, #pA {
    background-color: #ff7f004d;
    color: #545454;
    border-radius: 2px;
    padding: 3px 0 2px 0;
}

#pA1.no-highlight, #pA.no-highlight {
    background: none;
}

/* 
span.highlighted {
    font-weight: 700;
    font-family:  "Courier New", Courier, monospace;
    letter-spacing: 0px;
    font-size: 14.55px;
    word-spacing: -4px;
} */

.btn-s:hover {
    background: #0064C0;
    border: 2px solid #0064C0;
    color: #fff;
}
.btn-s {
    background: none;
    border: 2px solid #0064C0;
    color: #0064C0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 22px;
    -webkit-font-smoothing: antialiased;
}

.input-group {
    max-width:550px;
}

.list-group-item {
    background-color: #efefef;
    border-color: #ececec;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
    border-color: #ececec;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    background-color: #efefef;
}

.disabled {
    background: none;
    border-color: #ccc;
    color: #ccc;
}

.text-next {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0;
    word-spacing: 1px;
    color: #999999;
    line-height: 15px;
}

.demo-block {
    width: 15%;
    height: 2px;
    background-color: #ffe5cc;
    margin-bottom: 20px;
    border-radius: 8px;
}

.login-demo {
    padding: 12px 20px 10px 15px;
}

.login-demo #consent-text.visible {
    padding-top: 10px;
}

#carddata .text-next {
    font-size: 13px;
    margin-bottom: 0px;
}

.btn:first-child {
    margin-left: 0px;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    float: left;
}

.demo-bm {
    margin-bottom: 0px;
}

.result-title {
    display: flex;
    align-items: center;
}

.result-title svg {
    margin-right: 8px;
}

.result-title #autoenroll {
    margin-bottom: 0;
}

.togglepass {
    position: relative;
}
.togglepass input {
    padding-left: 50px;
}
.togglepass .input-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    left: 20px;
    color: #0064C0;
}
.togglepass .input-icon path {
    fill: #0064c0;
}

.share-demo a:hover {
    text-decoration: none;
}

.try-again .btn {
    padding: 10px 24px;
}

.quick-long {
    font-weight: 500;
    font-size: 16px;
    color:#92999F;
    padding-left: 32px;
    font-family: 'Poppins', sans-serif;
}

.btn-finance {
    background: #0064c0;
    font-weight: 500;
    border: 2px solid #0064c0;
    color:#FFFFFF;
    margin-top: 10px;
}

.btn.btn-finance {
    padding: 10px 24px;
}

.btn-finance:hover {
    background: #0064c0;
    color: #FFFFFF;
    opacity: 1;
}

.btn-orange {
    background: #ff7f00;
    border: 2px solid #ff7f00;
    color:#FFFFFF;
}

.btn-detail {
    float:left;
    margin-right: 10px;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 14px;
    margin-top: 9px;
}

.btn-orange:hover {
    background: #ff7f00;
    color: #FFFFFF;
    border: 2px solid #ff7f00;
    box-shadow: 1px 1px 5px 0 #0000004d;
}

.panel-result {
    margin-bottom: 5px;
    border: none;
    background-color: #ffffff4d;
    box-shadow: none;
    border: 1px solid #ececec;
}

.panel-result .panel-body {
    padding-top: 0;
    display: flex;
    max-height: 130px;
    overflow: hidden;
}

.panel-result .panel-body .demo-chart {
    display: flex;
    flex-direction: column;
    margin: 5px;
}

.panel-result .panel-body .demo-chart .demo-chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-result .panel-body .demo-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.panel-result .panel-body #details {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flex-item {
    padding: 5px;
    margin: 0 5px;
    text-align: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.note {
    font-size: 12px;
    margin-top: 60px;
    display: none;
}

.note p, .note ul {
    font-size: 12px;
}

#title,
.demo-section--title,
.consent-section--title {
    font-size: 16px;
    line-height: 1.4;
    color: #3B556E;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px;
}

.contact-form-inner--list {
    padding-left: 15px;
    margin-bottom: 24px;
}

.contact-form-inner--list-paragraph {
    margin: 0;
}

.blue {
    color: #0064C0;
}

.green {
    color: green;
}

.output-loader {
    float: left;
    display: inline-block;
    width:25px;
    height:25px;
}

.output-text {
    line-height: 30px;
    float: left;
    display: inline-block;
    padding: 10px;
}

.panel-body {
    padding: 15px 15px 0;
}

.demo-div {
    border-radius: 4px;
    margin: 0 auto;
    background-color: #fbfbfb;
}

.demo-div .alert-danger {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-div .alert-danger .close {
    display: flex;
}

.demo-div .schedule-demo--title{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.demo-div .schedule-demo--subtitle{
    font-size: 12px;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.demo-div .schedule-demo-button {
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background-color: #FF7F00;
    border-radius: 6px;
    color: #fff;
    padding: 12px 24px;
}

@media (max-width: 767px) {

    .navbar-collapse .nav {
        margin: 0;
    }

    .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 90px;
        position: absolute;
        background: #253340;
        z-index: 45;
    }

    .demo-index-mobile {
        display: block;
        margin-bottom: 10px;
    }

    .demo-index-mobile .navbar-toggle {
        padding: 0;
        margin-top: 0;
    }

    .next-max {
        width:299px;
    }

    .demo {
        max-width: 413px;
    }

    .demo-two {
        margin-left:0px;
        margin-top:10px;
        margin-right:10px;
    }

    .event-demo .page-header-container {
        padding-bottom: 29px;
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.loader {
    margin: 10px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(181,179,180, 0.2);
    border-right: 0.5em solid rgba(181,179,180, 0.2);
    border-bottom: 0.5em solid rgba(181,179,180, 0.2);
    border-left: 0.5em solid #b5b3b4;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.info-card.info-card.verify-info-card #signup-cta {
    margin-left: 28px;
}

.info-card.verify-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-card.verify-info-card p {
    margin: 0;
}

a.try-verify-cta {
    padding: 10px 24px;
    border-radius: 8px;
    background: #FF7F00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
}

#second-signup-cta a.try-verify-cta {
    margin-left: 0;
}

.error-container {
    min-height: 235px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.error-container .btn {
    margin: 5px;
    padding: 10px 24px;
    background: #0064c0;
    font-weight: 500;
    border: 2px solid #0064c0;
    color: #FFFFFF;
}

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

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

@media (min-width: 992px) {

    #demo-iframe-container {
        min-width: 461px;
    }

    .input-sametext {
        width: 481px;
    }

    #demo-login-div {
        max-width: 457px;
    }

    #demo-card-div {
        max-width: 761px;
        width: 761px;
    }

    .next-max {
        width:395px;
    }

    .event-demo .win-cool-prizes .info-card.verify-info-card {
        height: auto;
    }

    .info-card.info-card.verify-info-card #signup-cta {
        margin-left: 10px;
    }

    .info-card.verify-info-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    a.try-verify-cta {
        margin-left: 8px;
        margin-top: 0;
    }
}

@media (max-width: 992px) {

    .win-cool-prizes-main-row {
        margin-top: 20px;
    }

    .info-card.info-card.verify-info-card #signup-cta {
        margin-left: 0;
        margin-top: 15px;
    }

    .product-pill {
        text-align: center;
    }

    .event-demo .typingdna-verify-section .title {
        margin-bottom: 46px;
    }

    .event-demo .typingdna-verify-section .description {
        margin-bottom: 65px;
    }

    .typingdna-verify-container #second-signup-cta {
        display: block;
        text-align: center;
        margin-bottom: 110px;
    }

}

@media (max-width: 375px) {

    /*gauge*/

    #g1 {
        margin: 0 auto 5px;
    }

    .gauge {
        width: 50px;
        height: 50px;
    }

    .gauge .indicator-left, .gauge .indicator-left-inner, .gauge .indicator-right, .gauge .indicator-right-inner {
        width: 25px;
        height: 50px;
    }

    .gauge .inner {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .card-mobile {
        bottom: 40px;
    }

    .sametext .demo-result {
        font-size: 13px;
        margin-top: 3px;
    }

    .sametext #tryagain {
        margin-top: 5px;
    }

    .sametext #startOver {
        margin-top: 10px;
    }

    #share {
        margin-top: 5px;
    }

    #arrow-down {
        margin-left: 1px;
    }

    .details-mobile {
        max-width: 161px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    #demo-short {
        margin-top: 15px;
    }

    #cardnumber {
        font-size: 16px;
    }

    .share-demo p {
        display: inline;
        margin-right: 6px;
        margin-left: 7px;
    }

    .circular-chart {
        max-width: 100%;
    }

    .share-demo {
        margin-top: 14px;
    }

    .try-again {
        float: left;
    }

    .demo-result {
        margin-top: 5px;
        font-weight: 300;
        text-align: center;
    }

    .demo-result .name {
        display: block;
        font-size: 13px;
    }

    .result, .result-red, .result-green {
        margin: 0 0 3px 5px;
    }

    .demo-chart, .result-title#title, .result-title #sbmForm {
        text-align: center;
    }

    .result-title {
        display: block;
    }

    #fullname, #cardnumber {
        word-spacing: -5px;
    }

    .panel-result {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    #forgot-pass a, #fullname {
        font-size: 14px;
    }

    #forgot-pass small {
        font-size: 8px;
    }

    .panel-result .panel-body .demo-chart {
        max-height: 55px;
        overflow: hidden;
        margin-top: 16px;
    }

    a.try-verify-cta {
        text-align: center;
    }
}

@media (min-width: 376px) {

    .card-mobile {
        bottom: 50px;
    }

    #arrow-down {
        margin-left: 5px;
    }

    .panel-details {
        margin-top:10px;
    }

    #anytext-panel {
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 56px;
        padding-top: 50px;
    }

    #panel-anytext {
        margin-bottom: 15px;
    }

    #cardnumber {
        font-size: 27px;
    }

    #fullname {
        font-size: 20px;
    }

    .panel-result {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .share-demo p {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        margin-bottom: 0;
    }

    .circular-chart {
        max-width: 80%;
    }

    .btn-result {
        float:left;
        margin-right: 15px;
    }

    .share-demo {
        margin-top: 6px;
    }

    .demo-chart {
        display:inline-block;
        max-width:40%;
        width:100%;
        padding-right:0;
        padding-left: 0px;
        border-right: 1px solid #bababa33;
    }

    .demo-result {
        display:inline-block;
        max-width: 53%;
        font-weight:300;
        margin-left: 25px;
        padding: 0;
    }
}

#consent-section, #consent-text{
    display: none;
    margin-bottom: 0;
}

#consent-section.visible {
    display: block;
}

#demo-section.hidden {
    display: none;
}

#consent-info {
    display: none;
    margin-top:5px;
}

#consent-info.visible {
    display: block;
}

#consent-text.visible {
    display: block;
    margin-bottom: 15px;
}

#text-info.visible {
    display: block;
}

@supports (-ms-ime-align:auto) {
    /* IE Edge 16+ CSS */
    input::-ms-clear, input::-ms-reveal {
        display: none;
    }
}

@media(max-width: 767px) {

    .demo-index-desktop {
        display: none;
    }

    .demo-index-mobile {
        display: block;
        margin-bottom: 10px;
    }

    .demo-index-mobile .navbar-toggle {
        padding: 0;
        margin-top: 0;
    }

}

@media (min-width: 768px) {
    .demo-container-index {
        background-color: #fbfbfb;
        border: 1px solid #ececec;
        max-width: 452px;
        width: auto;
        border-radius: 0 4px 4px 4px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 10px;
    }

    .list-group-item:first-child {
        border-top-left-radius: 10px;
    }

    div.demo-tabs div.list-group {
        width: 217px;
    }

    .demo-index-desktop {
        display: block;
        padding-right: 0;
        width: 100%;
        max-width: 216px;
    }

    .demo-index-mobile {
        display: none;
    }
}

@media (min-width: 992px) {

    .demo-index {
        font-size: 18px;
    }

    div.demo-tabs div.list-group {
        width: 241px;
    }

    .event-demo .demo-index-desktop {
        margin-left: 0;
    }

    .demo-index-desktop {
        display: block;
        padding-right: 0;
        width: 100%;
        max-width: 240px;
        margin-left: 17.667%;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .demo-index-desktop {
        margin-left: 12.333%;
    }
}

@media (max-width: 1150px) {
    .event-demo .col-lg-3 .sticky-note {
        display: none;
    }
}

img.gauge.auth-img {
    border-radius: 0;
}
