
body{
    font-family: 'quincy regular', sans-serif !important;
}
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}



@media (min-width: 300px) {
    .adjust-font{
        font-size: 12px !important;
    }
    .login-heading {
        font-family: 'quincy black', sans-serif !important;
        font-size: 33px !important;
        color: #3d62ad;
    }
}

@media (min-width: 576px) {
    .adjust-font{
        font-size: 14px !important;
    }
    .login-heading {
        font-family: 'quincy black', sans-serif !important;
        font-size: 37px !important;
        color: #3d62ad;
    }
    .login,
    .image {
        min-height: 100vh;

    }
}

/*
::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
*/

.v-100{
    height: 100vh
}
.scroll-y{
    overflow-y: auto;
}


@media (min-width: 768px) {
    .adjust-font{
        font-size: 14px !important;
    }
}


@media (min-width: 992px) {
    .adjust-font{
        font-size: 16px !important;
    }
}


@media (min-width: 1200px) {
    .adjust-font{
        font-size: 18px !important;
    }
}



.login{
    background-image: url('https://your.nwtf.org/images/logo_fade.png');
    background-size: cover;
    background-position: center;
}

.bg-image {
    /*background-image: url('https://your.nwtf.org/images/feather_alt.jpg');*/
    background-image: url('https://your.nwtf.org/images/convention/2025_turkey_desktop.jpg');
    background-size: cover;
    background-position: center;
}
#swipe-field{
    border: 1px solid #fff;
    background: #fff;
    color: #ffffff;
    width: 100%
}
#swipe-field:focus{
    outline: none !important;
}

.bg-image-logged-in {
    /*background-image: url('https://your.nwtf.org/images/feather_alt.jpg');*/
    background-image: url('https://your.nwtf.org/images/convention/gaylord.jpg');
    background-size: cover;
    background-position: center;
}

.btn-clay{
    background: #9E663D;
    color: #fff
}
.btn-outline-clay{
    border: transparent !important;
    color: #9E663D
}

.text-clay{
    color: #9E663D
}
.bg-clay-light{
    background: rgba(158, 102, 61, .1);
}
.bg-slate{
    background: #3B4F52;
}
.bordered-p{
    background: rgba(158, 102, 61, .2);
    padding: 20px;
    border: 1px solid #ddd
}
.white{
    color: #fff !important;
}
.children-number{
    background: #333;
    border-radius: 50%;
    color: #fff;
    padding: 5px 10px
}

@media print {
    .no-print { display: none; }
}

.home-btn{
    padding: 5px
}

.btn-default{
    background: #eee;
    color: #999
}

.no-radius{
    border-radius: 0 !important;
}

.same-last-name{
    background: rgba(158, 102, 61, .2);
    border: 2px solid #9E663D;
    padding: 15px 10px 10px 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #9E663D
}

.mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

::placeholder {
    color: #ccc !important;
}

.form-control:focus {
    outline: none !important;
    border:1px solid #9E663D !important;
    box-shadow: 0 0 10px #9E663D !important;
}



.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 10em;
    padding: 15px;
    margin: 15px;
    background: white;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.btn{
    border-radius: 5px !important;
}
.btn:hover{
    background: #8E4C3A !important;
    color: #fff !important;
}

.text-danger{
    color: #fF5252 !important;
}

.required-ast{
    color: #fF5252;
    display: inline-block;
    font-size: 20px;
    margin-top: -10px

}

.logo-header-mobile{
    border: 1px solid #ddd;
    padding: 20px;
    /*background-image: url('https://your.nwtf.org/images/feather_alt.jpg');*/
    background-image: url('https://your.nwtf.org/images/convention/2025_turkey_mobile.jpg');
    text-align: center;
    height: 200px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    margin-top: 60px
}

.mobile-text{
    background: #f2f2f2;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-bottom: 4px solid #ddd;
    border-top: 4px solid #ddd;
}

.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.font-24{
    font-size: 24px
}

.btn-link{
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    font-family: 'quincy black', sans-serif !important;
    color: #9E663D;
}
h3.accordion-header{
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}
.card-header{
    cursor: pointer;
}

form#user-info-form label{
    font-weight: bold;
    padding: 8px;
    text-align: left;
}
.loading-class{
    padding: 30px
}

.user-input-label{
    text-align: left;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.form-group{
    margin-bottom: 0 !important;
}

.checkmark {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    margin-top:15px;
    stroke-width: 7px;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.table-label{
    display: block;
    font-size: 12px
}
.table-value{
    display: block;
    font-weight: bold;
    font-size: 18px
}

@-webkit-keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    60% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}
@-moz-keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(30px);
    }
    60% {
        transform: translateX(15px);
    }
}
@keyframes bounceLeft {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    60% {
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
}
/* /left bounce */
.fa-arrow-left {
    -webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
}


.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 30px;
    width: 30px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}


.blob.red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.missing-field{
    color: rgba(255, 82, 82, 1);
}

.hidden{
    display: none !important;
}

.inline-block{
    display: inline-block
}

.font-20{
    font-size: 20px
}
.font-18{
    font-size: 18px
}
.font-16{
    font-size: 16px
}
.font-14{
    font-size: 14px
}


#container {
    width: 100px;
    height: 100px;
    position: relative;
}
#navi,
#infoi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff
}
#infoi {
    z-index: 10;
    background: rgba(91, 124, 128, .97);
}

.btn-large{
    padding: 20px !important;
}

.payment-total{



    background: #fff;
    padding: 20px;
    width: 100%
}
#total-registration-amount, #total-registration-amount-dollar{
    font-size: 32px;
    color: #558058;
    font-weight: bold;
}

.text-bold{
    font-weight: bold;
}

.bg-default{
    background: #f2f2f2
}
.bg-danger{
    background:rgba(217, 83, 79, .1) !important;
}
.login-div a{
    color: #aaa
}
.sponsor-div img{
    filter: grayscale(1) !important;
    /*margin-left: 20px;
    margin-right: 20px;*/
}
.logo-div img{

    /*
    border-radius: 30px;
    background: rgba(255,255,255,.35);
    margin-bottom: 30px;
    */


}
.login-div{
    background: rgba(255,255,255,.1);
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    color: #636065 !important;
}
.home-text{
    margin: 20px;
    color: #fff
}

.footer-content{
    position: absolute;
    top: 0;
    /*background: #f2f2f2;*/
    width: 100%;

    padding: 15px;
    height: 60px
}
.pointer{
    cursor: pointer;
}

.ml-minus-15{
    margin-left: -15px
}

.or-text{
    margin-top: -35px;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 30px;
    background: #f2f2f2;
    padding: 5px;
    color: #333;
    width: 180px;
    font-weight: bold;
    border-radius: 5px;
    font-style: italic;
}
.registration-search-label{
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}

/* Add margins to the top for smaller mobile devices
-------------------------------------------------- */

@media (max-height: 800px) {
    .add-height{
        margin-top: 20px; !important;
    }
}

@media (max-height: 650px) {
    .add-height{
        margin-top: 30px; !important;
    }
}

@media (max-height: 575px) {
    .add-height{
        margin-top: 40px; !important;
    }
}

@media (max-height: 400px) {
    .add-height{
        margin-top: 50px; !important;
    }
}

/* Style the tabs */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    padding: 6px 12px;
}





