﻿h1 {
    font-family: Be Vietnam Pro, Roboto;
    font-size: 26px;
    line-height: 3.125rem;
    font-weight: 700;
}

h3 {
    font-family: Be Vietnam Pro, Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
}

label {
    font-family: Be Vietnam Pro, Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

label.heading {
    color: #8E9497;
}

strong {
    font-weight: 500;
}

a, a:visited {
    color: #0c9a9a;
}

.g-ui-box {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 1.875rem 1.5625rem;
    background: #fff;
    margin-bottom: 1rem;
}

section.g-ui-box {
    margin-top: 30px;
}

.g-small-print {
    font-size: 13px;
}

.small-print-light {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
    color: #757575
}

.btn.btn-primary {
    background-color: #0c9a9a;
    border-color: #0c9a9a;
}

.field-validation-error {
    color: red;
    display: inline-block;
    margin-bottom: 10px;

}

.validation-summary-errors {
    color: red;
}

.input-validation-error {
    border-color: red !important;
}

body.l-layout {
    background-image: url(https://c.ststat.net/content/seeticketsapi/images/shared/new-see-logo-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFF;
    font-family: Be Vietnam Pro, Roboto;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    font-weight: 300;
    min-height: 100%;
    color: #232323;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.l-layout .container {
    margin-top: 30px;
}

.l-layout.slim .container {
    max-width: 475px;
}

.l-layout .see-logo {
    text-align: center;
    margin-bottom: 20px;
}

.l-layout .see-logo img {
    width: 120px;
}

input[type="email"], input[type="text"], input[type="password"] {
    padding: .71875rem .625rem;
    min-width: 100%;
    border-radius: .2em;
    border: 1px solid #bababa;
}

button {
    padding: .71875rem .625rem;
    min-width: 100%;
    margin-top: 10px;
}

a.link-button, a.link-button:visited {
    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #F9FAFB;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: .71875rem .625rem;
    min-width: 100%;
    margin-top: 10px;
    text-decoration: none;
    color: #182230;
}

.profile h3 {
    margin-bottom: 10px;
}

.profile h5 {
    color: #0c9a9a;
    margin-bottom: 20px;
}

.profile ul {
    margin-left: 15px;
}

.claims-raw {
    font-size: 14px;
}

.success-msg {
    background-color: #EFE;
    border: 1px solid #DED;
    border-radius: 0.4rem;
    color: #404040;
    padding: 10px;
}

.warning {
    background-color: #fffbec;
    padding: 12px;
}

input[type="text"],
input[type="password"],
select {
    margin-bottom: 10px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 16px center;
    background-size: 14px;
    padding: 15px 50px 15px 10px;
    border-radius: 0.2em;
    border: 1px solid rgb(186,186,186);
    line-height: 1.2;
}

.prom-terms-accept {
    padding: 10px;
    background: aliceblue;
}

.fee-table {
    width: 100%;
    margin-bottom: 20px;
}

.fee-table th {
    font-weight: normal;
    color: #a6a6a6;
}

#feeDetailsHeader {
    margin-bottom: 0;
}

.google-recaptcha-box, .g-recaptcha {
    display: flex;
    justify-content: center
}

/* Set max width to captcha iframe size in px */
@media screen and (max-width: 325px) {
    .google-recaptcha-box, .g-recaptcha {
        padding-left: 6rem;
        transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
        -ms-transform: scale(0.75);
        -ms-transform-origin: 0 0;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
    }
}

p:last-child {
    margin-bottom: 0;
}

.impersonate-checkbox {
    margin-top: 10px;
    display: block;
    padding: 10px;
    background: #f2f2f2;
}

.content-center {
    display: flex;
    align-content: center;
    justify-content: center;
}

.info-header-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.info-content-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
}

.card {
    display: flex;
    padding: 1rem;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    flex-direction: column;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.card-start {
    justify-content: start;
    align-items: start;
} 

.card-center {
    justify-content: center;
    align-items: center;
}

.terms-scroll {
    padding: 20px
}

.card-link {
    color: #139DF4;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px; /* 128% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.checkbox-group {
    display: inline-block;
}

li {
    margin-bottom: 7px;
}

@media (min-width: 475px) {
    .row {
        .col-w-cont {
            flex: 1 0 0%;
        }
    }
}