#wxy-attendee-check-in-wrapper {
    width: 1120px;
    padding: 0.75rem 0 0;
}

.wxy-attendee-check-in-container {
    width: 100%;
    padding: 1rem 1rem 0.5rem 1rem;
    margin: auto;
    display: flex;
    align-items: baseline;
    color: #353c59;
    background-color: #e6f0f9;
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    position: relative;
}

.wxy-attendee-check-in-container form {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.main-logo {
    width: 30%;
    font-family: "Comfortaa";
    font-weight: 700;
    font-size: 1.4em;
    color: #353c59;
    letter-spacing: 8px;
    text-decoration: none;
}

.main-logo>.logo {
    width: 10rem;
    margin-bottom: -0.75rem;
}

#wxy-attendee-check-in-day {
    width: 1.5rem;
    text-align: center;
    border: 1px solid #e6f0f9;
}

.is-option {
    font-size: 0.8em;
}

.is-search {
    display: flex;
    flex-basis: 0;
    flex-grow: 0.75;
}

#wxy-attendee-check-in-value {
    background-color: white;
    border: 1px solid #d3ced2;
    color: #4a4a4a;
    padding: 0.5rem;
    flex-grow: 0.6;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#wxy-attendee-check-submit {
    flex-grow: 0.5;
    /* border: 2px solid #d3ced2; */
    margin-left: -3px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.wxy-attendee-check-in-notickets {
    text-align: center;
}

.wxy-attendee-check-in-status-checked-in {
    color: #26a34d;
    padding-left: 20px;
    background: url(../images/icon-status-checked-in.png) no-repeat top left;
}

.wxy-attendee-check-in-status-not-checked-in {
    color: #df772a;
    padding-left: 20px;
    background: url(../images/icon-status-not-checked-in.png) no-repeat top left;
}

.wxy-attendee-check-in-status-unpaid {
    color: #d02525;
    padding-left: 20px;
    background: url(../images/icon-status-unpaid.png) no-repeat top left;
}

.wxy-attendee-check-in-status-canceled {
    color: #d02525;
    padding-left: 20px;
    background: url(../images/icon-status-unpaid.png) no-repeat top left;
}

.wxy-attendee-check-in-button-td {
    text-align: right;
}

.wxy-attendee-check-in-button-td button {
    width: 100%;
}

.wxy-attendee-check-in-mobile {
    display: none;
}

.wxy-attendee-check-in-button-group {
    width: 220px;
}

.wp-core-ui .wxy-attendee-check-in-cancel {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.wxy-attendee-check-in-loading {
    background: url("../images/ajax-loader.gif") no-repeat right center;
}

/* Notice messages */
.notice {
    /* margin-bottom: 1em; */
}

#wxy-attendee-check-in-message-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#wxy-attendee-check-in-message-wrapper div {
    position: relative;
    top: 6.4rem;
    left: 0;
    right: 0;
}

/* End notice messages */
.is-scale {
    transform: scale(0.8);
    margin-top: -4rem;
}

.columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.columns.is-scale {
    transform: scale(0.8);
    margin-top: -4rem;
}

.column {
    display: block;
    padding: 0.75rem;
}

.card {
    background-color: #e6f0f9;
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    width: 100%;
    position: relative;
}

.card.is-2-3 {
    width: 44rem;
}

.card-header {
    box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
    display: flex;
}

.card-header:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-header:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.card-header-title {
    /* align-items: center; */
    color: #353c59;
    display: flex;
    padding: 0.75rem 1rem;
    font-size: 1em;
    pointer-events: none;
    margin: 0;
}

.card-header-title.main {
    flex-grow: 1;
    font-family: "Comfortaa";
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 1.2px;
}

.card-header-title.is-dimmed {
    opacity: 0.5;
    filter: brightness(10%);
}

.card-content {
    padding: 0.25rem 1rem;
    height: 13.2cm;
    display: flex;
    justify-content: center;
}

.card-content:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-content:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.card-content>.column {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.card-content.bg {
    aspect-ratio: 9.5/16.5;
    background-image: url(../images/nametag-hp25.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.25rem 1.75rem;
}

.card-footer {
    background-color: #e6f0f9;
    border: 1px solid #ededed;
    display: flex;
    gap: 1rem;
}

.card-footer:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-footer:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.dashicons {
    font-size: 1.5em;
}

.field {
    pointer-events: none;
}

.field:not(:last-child) {
    margin-bottom: 0.75rem;
}

.field.is-highlight {
    position: absolute;
    bottom: 5rem;
}

.label {
    color: #353c59;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
}

.label:not(:last-child) {
    margin-bottom: 0.25em;
}

.text-box {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #d3ced2;
    color: #4a4a4a;
    display: block;
    padding: 0.25rem;
    line-height: 1.2;
}

.link {
    pointer-events: auto;
}

.nametags {
    position: absolute;
    top: 9.35cm;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0.25rem 1.75rem;
    pointer-events: none;
}

.namebox {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.grouptags {
    display: flex;
    width: 100%;
    flex-basis: 1;
    justify-content: space-between;
    margin-top: 0.25rem;
}

.nametag {
    display: block;
    text-decoration: none;
    font-family: Oswald;
    font-size: 0.7em;
    font-weight: 500;
    line-height: 1.4;
    background-color: transparent;
    color: #353c59;
}

.name-1-row {
    font-size: 0.9em;
    font-weight: 700;
}

.name-2-row {
    font-size: 0.72em;
    font-weight: 700;
}

.nametag.program {
    text-align: left;
    padding-left: 0.5rem;
}

.program-list {
    padding-bottom: 0.25rem;
}

.program-role {
    padding-top: 1rem;
    font-size: 1.28rem;
    color: #ff795e;
}

.qrcode {
    display: block;
    border-left: 2px solid #48c2fb;
    padding: 0 0.5rem;
}

.qrcode>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 4rem;
}

hr {
    width: 100%;
    border: 1px solid #48c2fb;
    margin: 0.25rem 0;
}

.is-small {
    font-size: 0.65em;
    font-weight: 500;
}

.is-medium {
    font-size: 1.5em;
}

.is-large {
    font-size: 2em;
}

.button {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 0.5rem;
    text-decoration: none;
    font-family: Oswald;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    background-color: #48c2fb;
    border: 1px solid #48c2fb;
    color: #e6f0f9;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.button:not(:last-child) {
    border-right: 1px solid #e6f0f9;
}

.button.is-outlined {
    background-color: transparent;
    border: 2px solid #48c2fb;
    color: #48c2fb;
}

.button.is-outlined[disabled] {
    pointer-events: none;
    background-color: #e6f0f9;
    border-color: #48c2fb;
    color: #48c2fb;
    filter: brightness(30%);
}

.button:hover {
    border-color: #b5b5b5;
    color: #353c59;
}

.button:focus {
    border-color: #485fc7;
    color: #353c59;
}

.button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.button:active {
    border-color: #4a4a4a;
    color: #353c59;
}

.button[disabled], .button.is-disabled {
    pointer-events: none;
    background-color: #48c2fb;
    border-color: #48c2fb;
    color: #e6f0f9;
    filter: brightness(30%);
}

.flip {
    transform: rotateY(180deg);
}

.icon-search {
    background-image: url("../images/search.svg");
    background-position: 0.5rem 50%;
    background-repeat: no-repeat;
    background-size: 1.75rem 1.75rem;
    box-sizing: initial;
}
