html {
  /*font-size: 14px;*/
}

@media (min-width: 768px) {
  html {
    
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

#headerImage {
    width: 40%;
}

#uxDivError, #uxDivErrorNoMatch {
    font-size: 20px !important;
}

body {
    text-align: center;
}

.event-title {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 6px solid #000;
}

.name-first {
    font-family: Arial black;
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.name-last {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

#uxSpanCompany {
    line-height: 0em;
    font-weight: bold;
}

.font-size_1_5em {
    font-size: 1.5em;
}

.font-size_1_25_em {
    font-size: 1.25em;
}

#uxSpanVendor {
    line-height: 0em;
    font-weight: bold;
}

.job-title-default {
    font-family: Arial black;
    align-content: center;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
}

#uxDivStaffText {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial black;
    align-content: center;
    font-size: 1.7em;
    line-height: 2em;
    font-weight: bold;
    margin-bottom: 5px;
}

#uxDivTextExhibitor {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial black;
    align-content: center;
    font-size: 1.7em;
    line-height: 2em;
    font-weight: bold;
}

#uxDivBooth {
    font-size: 1.5em;
    font-weight: bold;
}

#uxDivVendorText {
    text-decoration: underline;
    font-size: 1.0em;
    margin-bottom: 5px;
}

#uxDivCompanyText {
    text-decoration: underline;
    font-size: 1.0em;
    margin-bottom: 5px;
}

.staff-volunteer {
}

.job-title {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}

.registration-id {
    font-family: Arial black;
    font-weight: bold
}

.ticket {
    border: 0 !important;
    padding: 0 !important;
    text-align: center !important;    
    /*border: 1px solid #00ff21 !important;*/
}

.ticket-scan {
    border: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    /*border: 1px solid #00ff21;*/
}

#uxDivFront {
    padding-top: 35px;
    /*border-bottom: 1px solid #f00;*/
}

#uxDivBackSide {
    width: 100%;
    padding-top: 35px !important;
    transform: rotate(180deg);
    font-weight: bold;
}

#uxDivBackSideAttendee {
    width: 100%;
    padding-top: 35px !important;
    transform: rotate(180deg);
    font-weight: bold;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 0px !important;        
    }

    @page {
        margin: 0px !important;
        padding: 0px !important;
    }

    #uxDivBackSide {
        height: 570px !important;
        /*border: 1px solid #f00;*/
    }

    #uxDivBackSideAttendee {
        height: 560px !important;
        /*border: 1px solid #f00;*/
    }

    #uxDivFront {
        height: 500px !important;
        /*border: 1px solid #f00;*/
    }    
}

h1 {
    font-size: 3.5em !important;
}

h2 {
    font-size: 2.5em !important;
}

h3 {
    font-weight: bold;
}

h4 {
    /*font-weight: bold;*/
}

p {
    margin-bottom: 0px !important;
}

