@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');

html {
    box-sizing: border-box;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
}

body {
    font-family: nunito-sans, aptos, calibri, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-item {
    font-size: 18px;
    /* Change this to your desired size */
}

.lang-select {
    font-weight: 400;
}

p {
    margin: 0 0 12px 0;
}

/*#region Header*/
.header-top {
    padding: 24px 12px;
}

.header-logo {
    max-height: 64px;
    width: auto;
}

/*#endregion Header*/


/*#region Footer*/
footer {
    /*background-color: #f2f2f0;*/
    line-height: 1;
}

.footer-bottom {
    /*padding-top: 32px;*/
    /*color: #898989;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*background-color: #f2f2f0;*/
}

.footer-bottom>p {
    font-size: 11px !important;
}

/*#endregion Footer*/

/*#region Button Styles*/
.btn-primary {
    color: #FFFFFF;
    background-color: #0071ce;
    border: 1px #0071ce solid;
    font-size: 1em;
    font-weight: bold;
    border-radius: 4px;
    padding: 16px;
    min-width: 200px;
}

.btn-primary:hover {
    background-color: #00559b;
    border: 1px #00559b solid;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #00559b !important;
    border: 1px #00559b solid !important;
}

.btn-primary:disabled {
    background-color: #336E9A !important;
    border: 1px #414141 solid !important;
}

@media (max-width:576px) {
    .btn-primary {
        margin-bottom: 8px;
    }
}

/*#endregion Button Styles*/

/*#region Checkbox Styles*/
.checkbox-xl {}

.checkbox-xl>.form-check-input {
    top: 0.8rem;
    scale: 1.7;
    position: relative;
    margin-left: -1em !important;
    border-radius: 0px !important;
}

.checkbox-xl>.form-check-label {
    /*padding-top: 13px;*/
    margin-left: 1rem;
}

/*#endregion Checkbox Styles*/

/*#region Pin Page*/
.pin-header {
    font-size: 2rem;
    padding-bottom: 20px;
}

.pin-description {
    font-size: 24px;
    padding-bottom: 20px;
}

.pin-form {
    padding: 20px 0px;
}

.pin-input {
    /* margin: 0px auto 0px auto; */
    max-width: 500px;
}

.pin-formcopy {
    text-align: left;
}

.pin-control {}

.pin-control>input[type="text"] {
    font-size: 1.5rem !important;
}

@media (max-width:768px) {
    .pin-header {
        padding: 0px 15px 15px 15px;
    }

    .pin-description {
        padding: 0px 15px 15px 15px;
    }

    .pin-input {
        padding: 0px 0px;
    }

    .pin-container {}

    .pin-control {
        max-width: none;
    }

    .pin-form {
        padding: 0px 15px;
    }

    .pin-submit>.btn-primary {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-bottom: 0px !important;
    }
}

/*#endregion Pin Page*/

/*#region Gift Select Page*/
.giftcard-container {
    padding: 15px;
    background-color: #FFFFFF;
}

.giftcard-container>.row {
    justify-content: center;
    align-content: center;
}

.giftcard-header {
    font-size: 2rem;
    padding-bottom: 20px;
    text-align: center;
}

.giftcard-description {
    text-align: center;
    padding: 0px 15px 15px 15px;
}

ul.giftcard-list {
    margin-bottom: 0px !important;
}

li.giftcard-ticket {
    max-width: 250px;
    margin: 10px;
    display: inline-grid;
}

li.giftcard-ticket:last-child {
    margin-bottom: 0px !important;
}

.giftcard-image {
    max-height: 150px;
}

@media (max-width:768px) {
    li.giftcard-ticket {
        max-width: 185px;
    }
}

.giftcard-ticket img {
    margin-bottom: 10px;
}

/*#endregion Gift Select Page*/

/*#region Confirm Page*/
.confirm-container {
    padding: 15px;
}

.confirm-container>.row {
    /* justify-content: center;
        align-content: center; */
}

.confirm-header {
    font-size: 2rem;
    padding-bottom: 20px;
    text-align: center;
}

.confirm-header-description {
    padding-bottom: 16px;
}

.confirm-description {
    padding-bottom: 16px;
}

.confirm-copy {

}

.confirm-card-image>img {
    max-height: 150px;
}

@media only screen and (max-width: 576px) {
    .confirm-text {
        padding-top: 1em;
    }
}

.confirm-text {
    padding-bottom: 1em;
}

.confirm-buttons {
    padding-top: 1em;
    text-align: right;
}

@media (max-width: 992px) {
    .confirm-card-image {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .confirm-buttons {
        text-align: center;
    }
}

/*#endregion Confirm Page*/

/*#region Registration Page*/
.registration-container {
    padding: 15px;
}

.registration-header {
    font-size: 2rem;
    padding-bottom: 20px;
    text-align: center;
}

.registration-description {
    text-align: center;
    margin-bottom: 16px;
}

.registration-required {
    padding-left: 30px !important;
    padding-bottom: 15px;
}

.registration-buttons {
    padding-top: 1em;
    text-align: right;
}

/*#endregion Registration Page*/

/*#region Congrats Page*/

.congrats-image>img {
    max-height: 150px;
}

@media (max-width: 992px) {
    .congrats-image {
        margin-bottom: 16px;
    }
}

/*#endregion Congrats Page*/

/*#region Navigation*/
.navbar {
    margin-top: 20px !important;
    border-top: none !important;
}

.nav-container {}

.nav-left>p {
    font-size: 11px !important;
}

@media only screen and (max-width: 576px) {
    .nav-container {
        /*padding: 0px 20px !important;*/
        /*justify-content: flex-end !important;*/
    }
}

.navbar>.container {}

/* START - Change Height */
.navbar-nav>li>a {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* END - Change Height */

.navbar-nav {
    /*margin-left: unset !important;*/
}

/* START - Add Pipes */
.nav-link {
    /*color: #FFFFFF !important;*/
    white-space: nowrap;
}

#options-nav li>a {
    border-right: 1px solid currentColor !important;
}

#options-nav li:last-child>a {
    border-right: 0 !important;
}

@media only screen and (max-width: 576px) {
    #options-nav li>a {
        border-right: 0 !important;
        text-align: center;
    }

    .nav-item {
        padding: 8px;
        font-size: 1.25em;
    }
}

/* END - Add Pipes */
/*#endregion Navigation*/


/* START - Signup */
.signup-header>h1 {
    padding: 40px 0px 8px 0px;
}

.signup-copy {
    padding-bottom: 16px;
    font-size: 18px !important;
}

.signup-giftcards {
    padding-top: 11px;
    padding-bottom: 32px;
}

.signup-form {
    padding-bottom: 32px;
}

.signup-footer>h1 {
    font-size: 1.5rem;
    color: #244C5A;
}

.signup-form-header {
    font-size: 1.5rem;
    font-weight: 700;
}

.signup-form-terms {
    padding-bottom: 16px;
}

.signup-congrats-copy {
    text-align: center;
    word-wrap: break-word;
}

/* END - Signup */

/* START - Referral */
.referrer-header>h1 {
    padding: 16px 0px 8px 0px;
}

.referrer-copy {
    padding-bottom: 16px;
    font-size: 18px !important;
}

.referee-entry {
    padding-bottom: 8px;
}

.referrer-form {
    padding-bottom: 32px;
}

.referrer-form-terms {
    padding-bottom: 16px;
}

/* END - Referral */

.referee-entry-addgrid {
    display: grid;
    grid-template-columns: auto 1fr;
    /* Button takes auto width, text takes remaining space */
    gap: 10px;
    /* Adds spacing between button and text */
    align-items: center;
    /* Aligns button and text vertically */
}

.referee-entry-addplaceholder-row {
    display: grid;
    align-items: center;
    /* Centers content inside the row */
}

.referee-entry-addplaceholder-col {
    display: flex;
    align-items: center;
    min-height: 100%;
    /* Ensures it takes full row height */
}