
@font-face {
    font-family: ClanSc;
    src: url(https://events.kjettamoen.com/assets/fonts/Clan-SC-Offc-Pro-Cond-Medium.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: ClanSc;
    src: url(https://events.kjettamoen.com/assets/fonts/Clan-SC-Offc-Pro-Cond-Bold.ttf) format("truetype");
    font-weight: bold;
}



@font-face {
    font-family: ClanScUltra;
    src: url(https://events.kjettamoen.com/assets/fonts/Clan-SC-Offc-Pro-Cond-Ultra.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: ClanScUltra;
    src: url(https://events.kjettamoen.com/assets/fonts/Clan-SC-Offc-Pro-Cond-Ultra-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family:"proxima-nova-condensed";
    src:url("https://use.typekit.net/af/970510/00000000000000003b9b0944/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/970510/00000000000000003b9b0944/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/970510/00000000000000003b9b0944/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;
}
    
    
.tk-proxima-nova-condensed { font-family: "proxima-nova-condensed",sans-serif;font-display: swap !important; }
.tk-proxima-nova-extra-condensed { font-family: "proxima-nova-extra-condensed",sans-serif;font-display: swap !important; }


.clan-sc {
    font-family: ClanSc, sans-serif;   
    font-weight: normal !important;
    text-transform: uppercase;
}

.strtoupper {
    text-transform: uppercase;
}

.form-field label {
    min-width: unset;
}

.signup-form-fields .form-field label,
.organizations-fields .form-field label,
.notifications-fields .form-field label {
    min-width: max-content;
}


span#distributeAllBibs,
.oid-action-btn{
    background-color: #0b203a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0;    
}

a.forgot-pw-link {
    display: block;
    width: fit-content;
    margin-top: 30px;
    font-size: 16px;
}

.clan-sc-ultra {
    font-family: ClanScUltra, sans-serif;   
}

.task-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 20px 0;
}

p.wait,
div#Output p {
    margin: 20px 0;
    font-size: 20px;
    color: red;
    font-size: 30px;
    display: flex;
    align-items: center;
}

div#Output svg {
    margin-right: 10px;
    max-height: 30px;
}

span.task-count {
    padding: 20px 0;
    font-size: 30px;
}

.task-item {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid;
    display: grid;
    grid-template-columns: 1fr 3fr 2fr 2fr 1fr;
}

.task-item-update-details{
    margin: 20px 0;
    display: flex;
    grid-column: 1/-1;
    flex-flow: column;
}

.task-item span svg {
    max-width: 16px;
    margin-left: 4px;
    cursor: pointer;
}



:root{
    --azure-radiance-50: #eef9ff;
    --azure-radiance-100: #d9f1ff;
    --azure-radiance-200: #bbe8ff;
    --azure-radiance-300: #8cdbff;
    --azure-radiance-400: #56c4ff;
    --azure-radiance-500: #2ea7ff;
    --azure-radiance-600: #1889f8;
    --azure-radiance-700: #1174ec;
    --azure-radiance-800: #145ab9;
    --azure-radiance-900: #174e91;
    --azure-radiance-950: #133058;


    --shiraz-50: #fdf4f3;
    --shiraz-100: #fce7e7;
    --shiraz-200: #f9d2d3;
    --shiraz-300: #f3aeaf;
    --shiraz-400: #ec8085;
    --shiraz-500: #e0535c;
    --shiraz-600: #cc3244;
    --shiraz-700: #a32335;
    --shiraz-800: #902135;
    --shiraz-900: #7b2033;
    --shiraz-950: #440d16;    
        
}



* {
    margin: 0;
    padding: 0;        
    box-sizing: border-box;
}

body {
    font-size: 2rem;
    line-height: 1.5;    
    /* font-family: 'Nunito', sans-serif; */
    /* font-family: ClanSc, sans-serif;   
    text-transform: lowercase !important; */
    font-family: "proxima-nova-extra-condensed", sans-serif;
    color: #020f1f;
    word-break: break-word;
    hyphens: auto;
    position: relative;
}

span.is-past {
    text-decoration: line-through;
}

html {
    font-size: 10px;
}


a { color: #0a1f5c;}

li a { color: unset;}
ul { padding-left: 20px; margin-bottom: 40px;}
ul.tier-table li { margin-bottom: 4px;}
li { margin-bottom: 5px; }
li::marker {
    color: #0738ca;
}
h1 { margin-bottom: 25px; font-size: 30px;}
h2 { margin-bottom: 15px; font-size: 26px;}
h3 { margin-bottom: 15px; font-size: 22px;}
h4 { margin-bottom: 15px; font-size: 18px;}

header, footer { 
    width: 100%;
    max-width: 1440px;
    margin: 50px auto;
    text-align: center;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: grid;
    /* grid-template-columns: 2fr 5fr; */
    /* grid-gap: 5vw; */
    /* margin-top: 10vh; */
}

footer a { color: white;}

.navigation {
    padding: 0 30px;
}


header {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;    
}

.registration-search { margin: 30px 0;}
.registration-search input { width: 100%;}


header a,
.navigation a { text-decoration: none;}

.view {
    height: auto;
    min-height: 80vh;
    padding: 60px 30px;
    margin-bottom: 100px;
}

.form-field {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 20px;
}

.form-field-checkbox {
    display: grid;
    grid-template-columns: 15px 1fr;
    align-items: center;
}

.form-field-checkbox input {min-height: unset;}
.form-field-checkbox label a { margin-left: 6px;}
.form-field-checkbox label:last-of-type {
    font-weight: 400;
}

.form-field-checkbox label:first-of-type {
    grid-column: 1/-1;
}

img.org-logo{
    max-width: 150px;
    max-height: 150px;
    object-fit: scale-down;    
}

.filter-controls-and-settings {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 5px;
}

.filter-form-item {
    /* margin:5px 0; */
    margin-bottom: 20px;
}

.filter-form-item label { margin-left: 10px;}


.new-cart-wrapper {
    width: 100%;
    display: grid;
    max-width: 1100px;
    margin: 50px auto;
    /* border: 1px solid; */
}

span.exc-vat { font-weight: 100; text-align: end; margin-right: 15px;}
span.vat { font-weight: 100; text-align: end; margin-right: 15px;}
span.inc-vat { text-align: end; margin-right: 15px;}
span.item-name { position: relative;}
.new-cart-wrapper .cart-wrapper-item {
    width: 100%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(100px, 1fr) );
    padding: 20px;
    border-bottom: 1px solid;
}



.filter-controls-and-settings .filter-btn { margin: 0;}
.filter-controls-and-settings span.filter-btn { background-color: white; border: 1px solid black; color: black;}

.filter-controls-and-settings i,
.filter-controls-and-settings svg { cursor: pointer;}

.summary-cards-wrapper {
    width: 100%;
    display: grid;
    gap: 50px;
}

.summary-cards-item-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.summary-cards-item-wrapper h3 { grid-column: 1/-1; margin-bottom: -20px; font-size: 30px;}
.summary-cards-item { 
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    /* align-items: center; */
    background-color: white;
    font-size: 24px;
    padding: 15px 30px;
    border: 1px solid black;
    color: black;
    border-radius: 5px;
    position: relative;
    line-height: 1.3;
}

span.percent{
    background: black;
    color: white;
    display: inline-block;
    width: fit-content;
    width: max-content;
    padding: 10px;
    /* border-radius: 50%; */
    border-top-left-radius: 5px;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;    
}

/* .summary-cards-item span,
.summary-cards-item h4 {
    padding: 15px 30px;
} */

/* span.percent { background-color: black;} */

.summary-cards-item h4 { margin: 0; font-size: inherit;}

.event-details-textarea img.org-logo {
    max-width: 220px;
    margin-bottom: 30px;
}

span.event-action-btn {
    background-color: #0b203a;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

div#createFilter,
div#storedFilters,
div#filterOutput {
    /* border: 1px solid; */
    margin: 20px 0;
    padding: 15px;
    padding-left: 0;
}
div#filterControlsResponse { width: 100%;}
div#filterControlsResponse p { margin: 20px 0; color: red; }


span.btn-response,
span#exportView,
a.filter-btn,
span.filter-btn {
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    background-color: #009FE3;
    color: white;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;        
    display: inline-block;
    text-decoration: none;
}

span.btn-response {
    cursor: unset;
    /* padding: 10px 20px;
    margin: 20px 0;
    background-color: cornflowerblue;
    color: white;
    display: inline-block; */
}


.active-filter-settings { line-height: 1; padding: 15px; border: 1px solid; }
.active-filter-settings h2 { margin-bottom: 0;}
.active-filter-settings p { margin: 20px 0;}
.active-filter-settings .filter-btn{
    padding: 0;
    margin: 0;
    background-color: unset;
    color: unset;
    font-size: 16px;
    text-transform: unset;
    margin-right: 15px;
    border-radius: 0;
    padding: 10px;
    border: 1px solid;
}

.active-filter-settings .filter-btn i {
    margin-left: 6px;
    font-size: 16px;
}


a.active-filter-btn { background-color: black; color: white;}
a.active-filter-btn i { margin-left: 6px; font-size: 20px;}

#toggleFilter { background-color: black; color: white;}

span.action-btn i { margin-right: 10px; }





.start-groups-fields .form-field,
.tiers-fields .form-field,
.details-fields .form-field {
    grid-gap: 10px 10px;
}
a.divlink { color: unset; text-decoration: none;}


.grid-item,
.list-item {background-color: white !important;}

.divlink:nth-child(even) .list-item,
.grid-item:nth-child(even),
.list-item:not(.list-header):nth-child(even){
    background-color: #e6f5fb !important;
}

.sort-reg-wrapper {
    margin: 50px 0;
}


form {
    margin: 50px 0;
    max-width: 760px;
}

.payment-wrapper {
    margin: 0 auto !important;
    /* max-width: 800px; */
}
.my-events-wrapper,
.reorder-events-wrapper,
.manage-orgs-wrapper,
.find-events-wrapper {
    margin: 0 auto !important;
    max-width: 1100px;
}
.reorder-events-wrapper h2,
.manage-orgs-wrapper h2,
.action h2,
.find-events-wrapper h2 { text-transform: uppercase;}
.events-wrapper h2 {font-size: 36px;}
.events-wrapper { margin: 50px auto;grid-gap: 30px;}


section .register { padding: 0 !important;}
section .register .wrapper { padding: 0 !important; max-width: unset !important;}

.events-wrapper .list-item {
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr 3fr !important; 
    grid-gap: 30px;
    height: 250px;
    background-color: #E6F5FB;
    color: #020f1f;
    position: relative;
    padding: 0;
    height: auto;
}
.events-wrapper .list-item p.event-date {font-size: 22px;}

[data-cta-action="transfer"],
[data-cta-action="edit"] {
  background-color: #007bff;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  margin-right: 10px;
}

.events-wrapper .list-item p.organizer {
    padding: 10px;
    background: black;
    color: white;
    display: inline-block;
    width: fit-content;
}

a.internal-link {
    text-transform: uppercase;
    margin-bottom: 50px;
    display: inline-block;    
}

p.event-data {
    padding: 10px;
    background: #009FE3;
    color: white;
    display: inline-block;
    width: fit-content;
}

.events-wrapper .list-item p.regcount {
    display: inline-block;
    width: fit-content;
    margin-top: 20px;
}

.events-wrapper .list-item h3 {
    font-size: 36px;
    margin: 20px 0;
    text-transform: uppercase;    
}
.events-wrapper .list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
}

.list-item-text {
    display: grid;
    align-items: center;
    padding: 3rem;
    height: max-content;
    margin: auto 0;    
}


.events-wrapper .list-item h4 {font-size: 22px;}

.events-wrapper .list-item a i { margin-left: 15px; color: unset; height: 18px; width: 18px;}

form.login {
    margin: 50px auto;
}

form#stripe-payment-form { max-width: 800px;}

label {
    cursor: pointer;
    font-weight: 700;
    min-width: max-content;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.field-wrapper textarea,
.form-field textarea { padding: 10px; border: 1px solid #0b203a;}
.form-field select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    /* and then whatever styles you want*/
    height: 30px; 
    /* width: 100px; */
    padding: 10px;
    border: 1px solid #0b203a;
    /* border-color: inherit; */
}

div.extra-form-fields,
div.helptext-class,
div.shuttle-bus-help-text {
    width: 100%;
    margin-bottom: 20px;
}

div.extra-form-fields p,
div.helptext-class p,
div.shuttle-bus-help-text p {font-size: 18px; margin-bottom: 10px;}

div.extra-form-fields input,
div.helptext-class input,
div.shuttle-bus-help-text input {width: 100%; padding: 10px;}

input[type=date] {
    width: 100%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    color: black;
    border: 1px solid #0b203a;
}


.checkout-error-message-wrapper {
    padding: 20px;
    color: red;
}

.checkout-error-message-wrapper a {
    color: red;
}

input[type=submit] {
    background-color: #0b203a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

input[type=submit]:disabled {
    background-color:#0b203a96;
    cursor: default;
}

.filter-special-fields-wrapper {
    display: flex;
    flex-flow: column;
    padding: 15px;
    background: aliceblue;
    margin-bottom: 15px;
}

/* .filter-gender-wrapper */

.cart-container-item-text svg.exit {
    width: 20px;
    height: 20px;
    fill: #009FE3;
    cursor: pointer;
    position: absolute;
    left: -10px;
    bottom: 20px;
    background: black;
    fill: white;
    border-radius: 50%;
    padding: 5px;
}

.form-field-messaging {
    grid-column: 1/-1;
    color: red;
}

#overlay img {
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

#createFilter input,
.form-field-wrapper input { min-height: unset;}

input,
select {
    padding: 10px;
    font-size: 16px;
    min-height: 50px;
}

button {
    padding: 10px;
}

.data-wrapper {
    display: grid;
    text-transform: uppercase;
    margin: 50px auto;
    grid-gap: 30px;
}

.data-wrapper .list-item {
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr 3fr !important; 
    grid-gap: 30px;
    height: 250px;
    background-color: #E6F5FB;
    color: #020f1f;
    position: relative;
    padding: 0;
    height: auto;
}
.data-wrapper .list-item p.event-date {font-size: 22px;}
.data-wrapper .list-item p.last-login {font-size: 16px;}
.data-wrapper .list-item p.organizer {
    padding: 10px;
    background: black;
    color: white;
    display: inline-block;
    width: fit-content;
    font-style: italic;
}

.docs-wrapper {
    max-width: 1140px;
    margin: 0 auto 100px auto !important;
    font-size: 20px;
    line-height: 1.4;
}

.users-wrapper {
    grid-template-columns: 1fr 1fr;
}

div.funding-failure {
    padding: 20px;
    border: 1px solid;
    margin-top: 20px;
}

p.instrument-declined { font-weight: 600;}
div.funding-failure ul { margin-bottom: 10px; margin-top: 10px;}

.users-wrapper .list-item:nth-child(even),
.users-wrapper .list-item:nth-child(odd) {
    background-color: #009FE3 !important;
    color: white !important;
    grid-template-columns:  1fr !important;
}
.users-wrapper .list-item h3 {font-size: 26px !important;}

.users-wrapper .list-item a {color: white;}

.data-wrapper .list-item p.regcount {
    display: inline-block;
    width: fit-content;
    margin-top: 20px;
}

.data-wrapper .list-item h3 {
    font-size: 36px;
    margin: 20px 0;
    text-transform: uppercase;    
}
.data-wrapper .list-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 300px;
}






.sort-btn {
    cursor: pointer;
    position: relative;
}

.sort-btn svg {
    width: 15px;
    height: 15px;
    fill: white;
}


.event-grid {
    width: 100%;
    display: grid;
    margin: 40px auto;
    grid-gap: 30px;
    text-transform: uppercase;
}

.event-grid .grid-item {
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr 3fr !important; 
    grid-gap: 30px;
    height: 250px;
    background-color: #E6F5FB;
    color: #020f1f;
    position: relative;
    padding: 0;
    height: auto;    
    position: relative;
    min-height: 300px;
}

.reorder-events-wrapper .event-grid {
    grid-gap: 15px;
}

div#eventTranslateWrapper {
    display: grid;
    grid-template-columns: 1fr; 
    grid-gap: 30px;
}

div.translateable-item-container{
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
    display: grid;
    padding: 20px;
    /* grid-template-columns: 1fr; 
    grid-gap: 30px; */
}

div.translateable-item-container div.item-content-div {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

div.form-field-cff-dropdown-question {
    /* padding: 20px;
    background-color: #133058; */
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

div.item-content-div .form-field {
    margin-bottom: 0;
}

div.item-content-div .form-field .alternatives-wrapper .alternative h4,
div.item-content-div .form-field .label h4,
div.item-content-div .form-field .info p {
    margin: 0;
    min-height: 40px;
    align-items: center;
    display: grid;
    background: aliceblue;
    padding: 0 0 0 40px;
    /* grid-column: 1/-1; */
}

div.item-content-div .form-field .info p {align-items: baseline; padding: 20px 0 0 40px;}

span.save-translations-btn {
    background-color: black;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 3px 3px 0;
    text-decoration: none;
    display: inline;
    cursor: pointer;
    width: fit-content;
    font-size: 24px;
}

div.start-groups div.item-content-div,
div.event-texts div.item-content-div,
div.item-content-div .form-field .label,
div.item-content-div .form-field .alternatives-wrapper,
div.item-content-div .form-field .info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

div.item-content-div .form-field .alternatives-wrapper {
    grid-template-columns: 1fr;
}

div.item-content-div .form-field .alternatives-wrapper .alternative {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

div.item-content-div .form-field .input-wrapper span {
    position: absolute;
    bottom: 0;
    left: 0;

}

div.item-content-div .form-field .textarea-wrapper span {
    position: absolute;
    bottom: 0;
    left: 0;
}
div.item-content-div .form-field .input-wrapper input{
    width: 100%;
    padding: 0 0 0 40px;
    min-height: 40px;
}

div.item-content-div .form-field .textarea-wrapper textarea { margin: 0;}
div.item-content-div .form-field .textarea-wrapper,
div.item-content-div .form-field .input-wrapper {position: relative;}


div.translateable-item-container div.item-nav-div {
    display: flex;
    align-items: center;
    cursor: pointer;
}
div.item-nav-div h2,
div.item-nav-div h3 { margin: 0;}
div.item-nav-div i {
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
}

.cff-dropdown-question hr {
    margin: 50px 0;
}

span.save-reorder-btn {
    background-color: black;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 3px 3px 0;
    text-decoration: none;
    display: inline;
    cursor: pointer;
    width: fit-content;
    font-size: 24px;
}

.reorder-events-wrapper .event-grid .grid-item {
    min-height: 50px;
    grid-template-columns: 1fr !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    gap: 10px;
    cursor: pointer;
}

.reorder-events-wrapper .event-grid .grid-item h3 {
    font-size: 20px;
}

.grid-item-image {
    width: 300px;
    height: 300px;
}

.grid-item-date-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #009FE3;
    color: white;
    text-align: center;
    padding: 10px 20px;
    display: flex;
    flex-flow: column;
    min-width: 90px;
    min-height: 90px;
}

.grid-item-date-container span.month { text-transform: capitalize; font-size: 16px;}
.grid-item-date-container span.day { font-size: 36px; font-weight: 700;}
.grid-item-date-container span.year { font-size: 16px;}

.grid-item a {
    text-decoration: none;
    color: black;
}
.grid-item a.event-race-link {
    background-color: #009FE3;
    color: white;
    padding: 12px 24px;
    margin-top: 20px;
    width: fit-content;
    font-size: 28px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.grid-item h3 {
    font-size: 36px;
    margin: 0 0 4px 0;
    text-transform: uppercase;    
}

.event-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-item-text {
    display: grid;
    align-items: center;
    padding: 3rem;
    height: max-content;
    margin: auto 0;    
}

.list-wrapper {
    display: grid;
    text-transform: uppercase;
    margin: 40px 0;
}
.list-item {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr;     */
    grid-template-columns: repeat( auto-fit, minmax(100px, 1fr) );
    padding: 15px 20px;
    /* background-color: #e8f6ff; */
    position: relative;
    line-height: 1;
}

.sort-reg-wrapper .list-item {
    grid-template-columns: repeat( auto-fit, minmax(100px, 1fr) );
    font-size: 22px;
    padding:40px 20px;
}


.registrations-wrapper .list-item {
    grid-template-columns: 2fr 2fr 1fr 1fr 1fr;    
}

a.all-events {
    background: #0a1f5c;
    padding: 4px 12px;
    border-radius: 4px;
    color: white !important;
}


.events-wrapper .list-item {
    grid-template-columns: 3fr 1.5fr 2.5fr 1fr 1fr;    
}

img.bannerimg{
    max-height: 400px;
    object-fit: cover;
    object-position: center;    
}

.list-item .list-item-actions {
    display: flex;
    /* justify-content: end; */
    gap: 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.sort-wrapper {
    width: 100%;
    display: flex;
}

.sort-wrapper span.sort-btn {
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    background-color: #009FE3;
    color: white;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
}

.org-list .list-item {
    /* grid-template-columns: 2fr 1fr 1fr;     */
    grid-template-columns: repeat( auto-fit, minmax(100px, 1fr) );
}

.list-header {
    background-color: #020f1f !important;
    color: white;
    font-weight: 600;
    padding: 15px 20px !important;
}

span#completeZero {
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: black;
    color: white;
    cursor: pointer;
    margin: 50px auto;
    width: fit-content;
    display: block;
    text-transform: uppercase;
}


.list-item a {
    text-decoration: none;
    /* color: #0c9ddb; */
    color: black;
}


.list-item h4 {margin-bottom: 0;}

.content-wrapper {
    margin: 0;
    /* max-width: 1000px; */
    /* line-height: 1.4; */
}
.create-reg-wrapper {margin-top: 0; max-width: 700px; position: relative;}
.language-selector { display: flex; gap: 10px; margin-bottom: 30px;}
.language-selector span { cursor: pointer;}

.create-reg-wrapper img.org-logo{
    max-width: 100%;
    margin-bottom: 30px;
    max-width: 300px;
}
/* 
.form-field-wrapper {
    width: 50%;
    display: inline-block;
} */

.details-fields h3 {display: none;}
.content-wrapper-item { margin: 50px 0;}

.form-field-wrapper .form-field {
    grid-template-columns: 1fr 1fr;
    width: min-content;
    margin-bottom: 6px;
}
.start-groups-fields,
.tiers-fields { 
    margin: unset; 
    position: relative;
    padding-bottom: 50px;
    display: grid;
    grid-gap: 10px;
}

.hide { display: none !important;}

.form-field-family-team-name {
    width: 100%;
    /* max-width: 740px; */
    padding: 20px;
    /* position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    /* text-align: center; */
    background-color: black;
    color: white;
    margin-top: -20px;
}

div#familyTeamNameOutput {
    color: white;
    display: grid;
    gap: 25px;
    grid-template-columns: max-content auto;
    padding-top: 5px;
    align-items: center;
}

div#familyTeamNameOutput i {
    cursor: pointer;
}

span.family-team-name {
    background: white;
    color: black;
    padding: 5px 15px;
    
}

.family-name-input-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    background-color: #009FE3;
}
span#saveFamilyName {
    text-align: center;
    cursor: pointer;
}

span#tieredPricing {
    position: absolute;
    right: 0;
    cursor: pointer;
}


.bib-admin-wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 50px auto;
    display: grid;
    
}

.bib-admin-wrapper .bib-action {
    display: grid;
}

span#saveSpecialbibsChanges,
span#saveExcludeChanges {
    cursor: pointer;
    display: block;
    background:#020f1f;
    color: white;
    padding: 15px;
    margin: 0;
    width: max-content;

}

span.close-modal {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

div.startlist-textarea {
    display: initial;
    position: relative;
}


.bib-admin-wrapper .bib-action span.manage-startlist{
    margin: 15px 15px 15px 0;
    display: inline-block;    
    text-decoration: underline;
    font-size: 18px;    
}

.bib-admin-wrapper .bib-action .start-group {
    margin-bottom: 50px;
}

.bib-admin-wrapper .bib-action .start-group .under-group {
    margin: 30px 0;
}

.bib-admin-wrapper .bib-action .start-group .under-group hr {
    margin: 15px 0;
}

.bib-admin-wrapper .bib-action .event {
    border-bottom: 1px solid;
    /* margin: 50px 0; */
    padding-bottom: 25px;
    /* font-size: 16px; */
}

.bib-admin-wrapper .bib-action .event h3 {
    font-size: 40px;
}

.bib-admin-wrapper .bib-action .event p.sg-name {
    display: block;
    /* background: #cdcd4d; */
    padding: 10px;
    /* margin-bottom: 15px; */
    font-size: 30px;
    background-color: #0b203a;
    color: white;
}

.bib-admin-wrapper .bib-action .event p.sg-range-msg {
    display: block;
    /* background: #cdcd4d; */
    padding: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    background-color: #167fff;
    color: white;
}


.bib-admin-wrapper .bib-action .event span.load-btn {
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    background: aquamarine;
    margin-bottom: 15px;
}

/* .bib-admin-wrapper .bib-action .event span.load-btn:hover {
    text-decoration: underline;
} */

.bib-admin-wrapper .bib-action .event .rid {
    display: grid;
    /* grid-template-columns: 2fr 1fr; */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 4px 0;
    align-items: center;
}

.bib-admin-wrapper .bib-action .event .rid select {
    min-height: unset;
}

p.conf-msg {
    color: red;
}

span.btn-confirmation {
    cursor: pointer;
    background-color: red;
    padding: 10px;
    color: white;
    text-align: center;
    text-transform: uppercase;    
}

span.bib-action-btn {
    cursor: pointer;
    background-color: black;
    padding: 10px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

span.bib-action-btn[data-action="add_to_startlist"]{
    background-color: #009FE3;
}

span.bib-action-btn[data-action="save_change"]{
    background-color: #145ab9;
}

span[data-action="unassign_all"],
span[data-action="distribute_all"]{
    background-color: #0b203a;
    color: white;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 16px;
    margin: 20px 0;
    display: inline-block;
}

span[data-action="unassign_all"]:hover,
span[data-action="distribute_all"]:hover{
    opacity: .7;
}

#bibDecisionContainer {
    display: grid;
    gap: 20px;
    max-width: 380px;
    margin: 30px 0;
}


.csv-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 50px auto;
    display: flex;
    flex-flow: row wrap;
}

.csv-wrapper p {
    margin: 10px 0;
    width: 100%;
}

p.qualify-msg {
   width: 100%; 
}

.csv-wrapper span#csvGenerate {
    background-color: #0b203a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;    
    width: 100%;
    max-width: fit-content;
    line-height: 1.5;
}    

.csv-wrapper input#csvEmail {
    padding: 10px;
    width: 100%;
    line-height: 1.5;
}

.qualify-wrapper input#searchQualify {
    margin-top: 15px;
    width: 100%;
}

.bib-action .event p.resp,
.csv-wrapper p.resp,
.qualify-wrapper p.resp {
    color: red;
    margin-bottom: 15px;
    
}

.qualify-wrapper span {
    background-color: #0b203a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;    
    margin-bottom: 15px;
    
}

.tmp-deactivate {
    pointer-events: none;
    background-color: grey !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.start-groups-fields i.plustier,
.tiers-fields i.plustier {
    font-weight: 700;
    height: 20px;
    width: 20px;
    font-size: 20px;
    cursor: pointer;    
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.start-groups-fields i.minustier,
.tiers-fields i.minustier {
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: 15px;
    cursor: pointer;    
    position: absolute;
    right: 20px;
    top: 20px;
}




.start-groups-fields .form-field-wrapper,
.tiers-fields .form-field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    padding: 15px;
    background-color: #e8f6ff;
    position: relative;
}
.start-groups-fields .form-field-wrapper .form-field,
.tiers-fields .form-field-wrapper .form-field {
    width: unset;
    display: grid;
    grid-template-columns: 1fr;
}

/* .form-field-languages {display: flex; margin: 10px 0;} */
/* .form-field-wrapper-languages { margin-bottom: 30px;} */

.form-field-banner input,
.checkbox-wrapper {
    background-color: white;
    border: 1px solid rgb(133, 133, 133);
    /* border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); */
    padding: 10px;
    font-size: 16px;
    align-items: center;
    display: flex;
}

.form-field-banner input {
    grid-column: 2 / -1;
}

.groups-item,
.tier-item,
.start-groups-item { 
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;    
}

.age-groups-form-fields .groups-item {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.age-groups-form-fields .groups-item .groups-item-icons {
    grid-column: 4 / 4;
}

.startlist-generation-data form { max-width: unset;}

.custom-form-fields-item { 
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr;    
    padding: 20px;
    background-color: white;
    border: 1px solid;
}

.custom-form-fields-wrapper .form-field-messaging {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.icons-inside,
div.icons-top {
    max-width: 150px;
    min-height: 40px;
    font-size: 14px;    
}






/* GENERIC */
div.subfolder-container {
    padding: 50px;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    box-sizing: border-box;

    form {
        margin: unset;
        max-width: unset;
    }

    .hidden {
        display: none !important;
    }
}

div.input-factors{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}


div.language-translation-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 50px 0;
}


div.options-param {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
}

div.options-param label {
    font-weight: 400;
}

div.language-translation-item div {
    display: grid;
}

div.language-translation-item div.hidden {
    display: none;
}

div.language-translation-item h3 {
    grid-column: 1/-1;
}

div.language-translation-item h3 span {
    margin-left: 15px;
}

input.missing {
    border: 1px solid red;
}











div.translate-form-field-answer-item {
    padding: 20px;
}
.info-section {
    display: grid;

}

.translate-form-field {
    position: relative;
    padding: 30px;
    border: 1px solid;
    background: aliceblue;
}

.translate-form-field-item textarea {
    width: 100%;
    padding-left: 40px;
    /* padding: 30px; */
}

.translate-form-field span.translan {
    position: absolute;
    left: 30px;
}

div.translate-form-field-answer-item span.translan { left: 50px;}

.translate-form-field-item input { width: 100%; padding-left: 40px;}

.custom-form-fields-item-answers {
    padding: 35px 50px;
    position: relative;
}

.custom-form-fields-item textarea {
    padding: 10px;
    font-size: 16px;
    min-height: 50px;
    max-width: 680px;
    margin-bottom: 20px;
}

span.default-alternative{
    position: absolute;
    right: 50px;
    background: black;
    color: white;
    padding: 15px;
    width: auto;
    text-align: center;
    min-width: 100px;
    font-size: 20px;
    cursor: pointer;
}

span.default-selected {
    background-color: red;
    cursor: unset;
}



.custom-form-fields-item-icons,
.groups-item-icons,
.tier-item-icons,
.start-groups-item-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 50px;
}

.custom-form-fields-item-icons i,
.tier-item-icons i,
.groups-item-icons i,
.start-groups-item-icons i{
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgb(133, 133, 133);
}

/* .start-groups-item-icons i.fa-plus{
    background: #0a1f5c;
    color: white;
} */

.custom-form-fields-types {
    margin: 20px 0;
}

span.custom-type {
    margin: 0 8px 8px 0;
    cursor: pointer;
    background: #0a1f5c;
    color: white;
    padding: 7px 14px;
    display: inline-block;
    border-radius: 5px;    
}


.custom-form-fields-item input,
.groups-item input,
.tier-item input,
.start-groups-item input {
    width: 100%;
}

.details-form-fields .form-field {
    grid-template-columns: 1fr 3fr;
    align-items: baseline;
}

.checkbox-wrapper label {margin: 0 20px 0 10px;}

.form-field-wrapper .form-field label { font-weight: unset;}

.form-field-phone{
    display: grid;
    grid-template-columns: 80px auto;
}

.form-field-price {
    display: grid;
    grid-template-columns: auto auto;
    position: relative;
}
.ultra-selecta { margin: 60px 0;}

/* .form-field-price label,
.form-field-price div, */
.form-field-phone label,
.form-field-phone div { grid-column: 1/-1; width: fit-content;}
.user-data-wrapper {
    line-height: 1.4;
}

.list-item i {
    font-weight: 600;
    /* position: absolute; */
    /* right: 20px;
    top: 15px;     */
    height: 20px;
    width: 20px;
    font-size: 20px;
    cursor: pointer;    
    color: #0738ca;
    color: #009FE3;
}
h2.purchase-success,
p.user-role,
p.action-message{
    display: block;
    background: #e8f6ff;
    padding: 10px 20px;
    margin-bottom: 30px;    
}

.coupon-list-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

div#cidStatus { margin-top: 10px;}
span.show-all-coupons {
    cursor: pointer;
    padding: 10px 30px;
    background-color: #0b203a;
    color: white;
    text-align: center;
    display: block;
    width: fit-content;
    font-size: 18px;
}

span.show-all-coupons:hover {
    background-color: #020f1f63;
}

.coupon-list-wrapper .coupon-list-item {
    display:grid;
    grid-template-columns: 1fr;
    /* background-color: #009FE3; */
    /* color: white; */
    padding: 30px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.coupon-list-item-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 50px 0;
}

.coupon-list-item-details div {
    display: flex;
    flex-flow: column;
}

/* .coupon-list-wrapper .coupon-list-item:nth-child(even){
    background-color: #e6f5fb;
} */



p.user-role {
    width: fit-content;
    margin: 0;
}

.users-wrapper p.user-role {
    
    background-color: black;
    color: white;

}


.user-orgs-wrapper {
    display: grid;
    max-width: 500px;
    grid-gap: 10px;
    margin-top: 50px;
}

.user-orgs-wrapper span{
    background: #e8f6ff;
    padding: 10px 20px;
}

section,
header {
    display: grid;
    min-height: 50px;
    padding: 0px;
    max-width: 100%;
    margin: 0;
    position: relative;
}


.full-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    position: relative;
}

.full-container .wrapper {
    position: absolute;
    width: 100%;
    max-width: 1140px;
    padding: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.full-container .wrapper .bgtext {
    background-color: white;
    color: #020f1f;
    padding: 10px 40px;
    font-size: 66px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.full-container .wrapper .bgtext i { margin-left: 15px; font-size: 55px;}

.full-container img {
    object-fit: cover;
    height: calc(100vh - 140px);
    max-height: 1200px;
}

header .content-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    max-width: 1440px;
    padding: 30px 30px;
    align-items: center;
    position: relative;
    display: none;
}

header .first-menu { background-color: #0b203a; color: white;}
header .second-menu { background-color: #009FE3; color: white;}
header .third-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


header .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    max-width: unset;
    padding: 20px 30px;
    align-items: center;
    position: relative;
}

header .container .wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    /* text-align: left; */
}

header .container .wrapper a {
    margin: 0 30px 25px 0;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
}


header .third-menu .wrapper a {
    color: #0b203a;
}

header .second-menu .wrapper a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

header .content-wrapper a {
    margin-right: 25px;
    color: unset;
}


section.first-footer {
    background-color: #009FE3;
    color: white;
}

section.first-footer .wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 30px;
    display: grid;
}

section.first-footer .wrapper a {
    color: white;
    text-decoration: none;
}


.user-data-wrapper {
    margin: 50px 0;
}




footer {
    min-height: 50px;
    padding: 35px 20px;
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    background-color: #0b203a;
    color: white;
}



.my-events-wrapper {
    /* display: grid;
    gap: 1.5rem; */
    justify-content: center;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.my-registrations {
    margin-bottom: 50px;
    display: grid;
    gap: 5px;
}

input[readonly] {
    background-color: #f2eeee;
    border: 0;
}

.my-events-wrapper form {
    width: 700px;
}
.my-events-wrapper p.past-regs,
.my-events-wrapper a {
    text-decoration: none;

}

.my-events-cta {
    cursor: pointer;
    width: max-content;
}

.my-events-wrapper .my-item {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); */
    grid-template-columns: 200px 300px 300px auto auto;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border: 1px solid;
}

span.my-events-event-name {
    font-weight: bold;
}

.cta-wrapper {
    display: flex;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    gap: 10px;
}


.cta-wrapper a.reg-more {
    background-color: #0c9ddb;
}

/* SHIRAZ COLOR SCHEME */
/* body.shiraz {
    background-color: var(--shiraz-50);
    color: unset;
}
.shiraz li::marker { color: black; }
.shiraz header {
    background-color: black;    
    color: white;
}
.shiraz footer {
    background-color: black;    
    color: white;    
} */


/* .shiraz .list-item {
    background-color: black;
    color: white;
}
.shiraz .list-header { background-color: unset; color: unset;}
.shiraz a.divlink:hover .list-item {
    background-color: white;
    color: black;    
}

.shiraz .tiers-fields .form-field-wrapper {
    background-color: unset;
}

.shiraz p.user-role, .shiraz p.action-message {
    background-color: white;
    color: black;
} */

/* DARK COLOR SCHEME */

/* body.dark {
    background-color: #000;
    color: white;
}
.dark li::marker { color: white; }
.dark header {
    color:#000;    
    background-color: white;    
}
.dark footer {
    color:#000;    
    background-color: white;    
}

.dark .list-item {
    background-color: white;
    color: black;
}
.dark .list-header { background-color: unset; color: unset;}
.dark a.divlink:hover .list-item {
    background-color: white;
    color: black;    
}

.dark .tiers-fields .form-field-wrapper {
    background-color: unset;
}

.dark p.user-role, .dark p.action-message {
    background-color: white;
    color: black;
} */

.payment-field-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
    grid-gap: 20px;
}

.payment-field-wrapper input { width: 100%;}


.full-size-event .create-reg-wrapper { max-width: unset;}
.full-size-event img.event-banner {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.event-content-wrapper {
    max-width: 1140px;
    margin: 0 auto 100px auto;
    position: relative;
    background: white;
    padding: 50px;
}

.checkout-container,
.addons-container {
    margin: 30px auto;
    max-width: 740px;
    padding: 0 20px;
}
img {
    width: 100%;
    max-width: 100%;
}

section .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    max-width: unset;
    padding: 60px 30px;
    align-items: center;
    position: relative;
}

section .container .wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: left;
    line-height: 1;
    min-height: 80vh;
}



.addons-container img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.complete-wrapper,
.cart-wrapper,
.addons-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    width: 100%;
    max-width: 800px;
    margin: 60px auto;
    text-align: center;
}
/* .addons-wrapper p { font-size: 18px;} */
.cart-wrapper h2 a,
.addons-wrapper h2 a {color: unset; text-decoration: underline; }

/* .cart-wrapper a {
    margin: 30px 0;
} */

.cart-wrapper {
    margin: 0 auto;
}

.cart-btn-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.cart-btn-wrapper span, 
.cart-btn-wrapper a {
    background-color: black;
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
}

.cart-btn-wrapper .coupon-wrapper { 
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 4fr 1fr;
}

.cart-btn-wrapper .coupon-wrapper p { 
    grid-column: 1/-1;
    margin: 15px 0;
}

.cart-btn-wrapper span:hover, 
.cart-btn-wrapper a:hover {
    background-color: #0a1f5c;
    text-decoration: underline;
}

.cart-btn-wrapper span { cursor: pointer;}

.addons-item {
    border: 1px solid;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.form-field-no-license p {
    line-height: 1.2;
}

.addon-container p.action-message { text-align: center;}

.addons-item .add-to-btn-wrapper {
    width: 100%;
    /* max-width: 200px; */
    display: grid;
    grid-template-columns: repeat(2, auto);
    border: 1px solid;
    margin-top: 20px;
    font-size: 20px;
}
.add-to-btn-wrapper span,
.add-to-btn-wrapper a {background-color: black; color: white; padding: 10px; text-align: center; text-decoration: none; cursor: pointer;}
.add-to-btn-wrapper p { font-size: 20px;padding: 10px;
    font-weight: bold;
}
.addons-item img { 
    height: auto; 
    /* padding: 20px;  */
    max-height: 150px;
    margin: 10px auto;
    object-fit: contain;
}
.addons-item-text { 
    padding: 35px; 
    text-align: left; 
    height: 100%; 
    /* background-color: #0738ca; 
    color: white; */
    display: grid;
    align-items: center;
}


span.user-action-btn,
span.user-role {
    background: #0738ca;
    padding: 4px 12px;
    border-radius: 4px;
    color: white !important;
    position: absolute;
    right: 30px;
}

.transfer-your-registration {
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);        
    background: #e8f6ff;
    padding: 20px;
    border: 1px solid;
}

span#transferClosePopup {
    font-size: 16px;
    margin: 15px auto 0 auto;
    display: block;
    width: max-content;
    cursor: pointer;
}

.transfer-your-registration input {
    min-height: unset;
    width: 100%;
    margin: 10px 0;
    border: 2px solid;
}

span#transferSubmit {
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 10px;
    display: block;
    text-align: center;
}

span.admin-user-action-btn {
    background-color: #0b203a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0;    
}


span.user-action-btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top: 50px;
    right: unset;
}

.appendix,
.doc-area-wrapper {
    margin: 50px 0;
    background-color: white;
    padding: 20px;
    padding: 50px;
    max-width: 800px;
}

.appendix li::marker,
.doc-area-wrapper li::marker {
    color: unset;
}

.doc-area-item {
    padding: 50px;
    background-color: #e4f0ff;
    /* color: white; */
    margin: 20px auto;
}
.event-details-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
}
.event-details-textarea .event-details-wrapper,
.event-details-textarea p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
}
.event-content-wrapper form { max-width: unset; margin: 0;}

.event-details-wrapper { 
    display: grid; 
    color: #009FE3; 
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.event-details-wrapper h2 { color: #0b203a; font-size: 20px; margin-bottom: 5px;}
.event-details-wrapper a { color: #009FE3;}

.event-details-textarea .event-details-wrapper {
    color: unset;
    font-weight: 400;
    text-transform: unset;
}


.event-details-container span.event-name { font-size: 36px; margin-bottom: 20px; grid-column: 1/-1; text-transform: uppercase;}

.event-fields-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 50px 0;
}

.doc-area-wrapper p {
    margin-bottom: 15px;
}

.doc-area-wrapper a {
    color: unset;
    text-decoration: underline;
    /* text-underline-offset: 4px; */
}

.select-to {
    background-color: #18a2ff63;
    background-color: aliceblue;
    padding: 20px;
    /* border-radius: 15px; */
    margin: 30px 0;
}

.select-from p { margin-bottom: 30px;}
.select-from span {
    margin: 4px;
    cursor: pointer;
    background: aliceblue;
    padding: 7px 14px;
    display: inline-block;    
    border-radius: 5px;
}
.select-to p {margin-bottom: 30px;}
.select-to span {
    margin: 0 8px 8px 0;
    cursor: pointer;
    background: #0a1f5c;
    color: white;
    padding: 7px 14px;
    display: inline-block;
    border-radius: 5px;
}

.form-field-section {
    background-color: aliceblue;
    padding: 20px;
    margin: 30px 0;    
}

.form-field-texts label { align-self: baseline;}
.form-field .textarea-wrapper {display: grid;}
.form-field .textarea-wrapper textarea {margin: 15px 0; min-height: 200px; padding: 10px; font-size: 16px;}

.ultra-selecta span i.fa-trash-xmark { margin-left: 10px; z-index: 999; display: inline-block;}

/* .select-to span.select-to::after {
    content: '<span class="remove-span">Remove</span>';
} */
.cart-wrapper {grid-gap: 1px;}
.cart-item {
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr 1fr;
    text-align: left;
    background-color: white;
    padding: 15px 30px;
    font-size: 20px;
    border: 1px solid;
}


span.cart-title {font-weight: 600; }
span.cart-title span.cart-sku { font-weight: 300;}
span.cart-price-html { text-align: right; position: relative;}

.cart-wrapper-item svg { width: 15px; height: 15px; cursor: pointer; position: absolute; right: 0; fill: red; top: 5px;}
.cart-wrapper-header { background-color: #020f1f; color: white; text-transform: uppercase;}
.cart-sum { background-color: #e8f6ff;}
.cart-sum span { font-weight: 600;}

img.sc-logo {
    max-height: 140px;
    object-fit: contain;
    position: absolute;
    left: 0;
    z-index: 6;
    width: auto;
    top: 0;
    display: block;
    right: 0;
    background: white;
    padding: 20px;
}

h1.eventheading{
    text-transform: uppercase;
    font-size: 40px;    
}

h1.eventheading span { color: #009FE3;}
a.editreg {
    position: absolute;
    right: 20px;
    top: 15px;
}
p.last-name {font-weight: 700;}


/* The animation code */
@keyframes disappear {
    from {opacity: 1;}
    to {opacity: 0;}
  }
  


p.action-message{
    position: fixed;
    bottom: 20px;
    left: 0px;
    animation-name: disappear;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    z-index: 1000;
    /* width: -webkit-fill-available; */
    background: black;
    color: white;    
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 900px) {

    .cart-count {
        top: 0 !important;
        right: 0 !important;
    }


    header .mobile-container {
        overflow-y: hidden;
        overflow-x: auto;
        padding: 10px !important;        
    }

    header .container .mobile-sideways {
        align-items: center !important;
        justify-content: flex-start !important;
        flex-flow: unset !important;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
    }

    header .container .mobile-sideways a {
        text-decoration: none;
        font-size: 20px;
        font-weight: 400;
        padding: 0 10px;
        white-space: nowrap;
    }


    body {
        font-size: 1.6rem;
    }

    section .container {
        padding: 20px 0;
    }

    header .container {
        padding: 20px;
    }
    section .container .wrapper { padding: 0 20px;}
    header .container .wrapper { 
        padding: 0;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-items: baseline;
    }
    header .container .wrapper a {font-size: 18px;}
    .appendix, .doc-area-wrapper {padding: 0;}

    header .container .wrapper a {
        margin: 0;
    }

    .sort-wrapper {display: grid;}
    .sort-reg-wrapper .list-item {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    }

    .org-list .list-item {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    }

    .list-item {
        padding: 8px 4px;
        font-size: 14px;
    }

    .list-item h4 {font-size: 14px;}

    .event-content-wrapper {padding: 20px; margin: auto;}
    .full-size-event img.event-banner {height: 250px;}
    .event-fields-wrapper {grid-template-columns: 1fr;}
    .event-details-container {grid-template-columns: 1fr 1fr;}
    select {width: 100% !important;}
    .event-details-container span.event-name { line-height: 1; font-weight: 600;}

    img.sc-logo {
        left: unset;
        max-height: 121px;
    }

    .doc-area-item {padding:20px;}

    .full-container img {
        height: calc(100vh - 240px);
    }

    .full-container .wrapper .bgtext {
        font-size: 26px;
        padding: 10px 20px;
    }

    .full-container .wrapper .bgtext i { font-size: 22px; }

    .events-wrapper .list-item { grid-template-columns: 1fr !important; grid-gap: 0;}
    /* .list-item-text { padding: 3rem;} */

    .list-item .list-item-actions {
        bottom: 20px;
        top: unset;
    }

    .cart-item { padding: 15px 10px;}
    .events-paypal-payment-wrapper {margin: 10px auto !important;}

    .events-wrapper .list-item img {
        height: 220px;
    }

    img.bannerimg{
        max-height: 200px;
    }

    h1.eventheading {
        font-size: 40px;
    }

}
.cancelled-wrapper,
.thank-you-wrapper {
    text-align: center;
    font-size: 24px;
    margin: 50px auto;
}

.cancelled-wrapper h2,
.thank-you-wrapper h2 { text-transform: uppercase;}

.cancelled-wrapper p,
.cancelled-wrapper a,
.thank-you-wrapper p,
.thank-you-wrapper a{
    display: block;
    margin: 20px auto;
}

.coupon-input-container {grid-column: 1/-1; margin: 20px auto;}
.coupon-input-container input[type="text"] { 
    width: unset;
    border-radius: 4px 0 0 4px;
    margin: auto;
    min-height: unset;
}

.coupon-input-container p {
    grid-column: 1/-1;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
span#applyCoupon {
    background-color: #009FE3;
    line-height: 1;
    color: white;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    height: 40px;    
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

p.label {
    font-weight: 600;
    margin-bottom: 7px;
}


div#response p {
    font-size: 18px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px auto;
}

.text-wrapper,
.fields-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.text-wrapper { margin-bottom: 100px;}

.new-cart-container .text-wrapper,
.checkout-container .text-wrapper { 
    margin-bottom: unset;
}

div.discount{
    background: #e6f5fb;
}

.fields-wrapper button {
    border-radius: 5px;
    text-decoration: none;
    background: black;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 40px;
    margin: 20px auto;
    height: auto;
    width: 100%;
    width: calc(100% - 12px);
    display: block;
    text-transform: uppercase;
}
    
a.payment-btn {
    border-radius: 55px;
    text-decoration: none;
    background: black;
    color: white;
    font-size: 22px;
    padding: 15px 45px;
    margin: 30px auto;
    margin-top: 10px;
}

.fields-wrapper .paypal-button-container {
    padding: 0;
    margin-bottom: 20px;
    width: calc(100% - 12px);
    display: block;
    background-color: #e6f5fb;
}

button[disabled=disabled], button:disabled {
    background: #000000b3;
    cursor: unset;
}

#applepay-container {
    padding: 0;
    margin-bottom: 20px;
    width: calc(100% - 12px);
    display: block;      
}

.paypal-buttons {
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}


apple-pay-button {
--apple-pay-button-width: 300px;
--apple-pay-button-height: 50px;
--apple-pay-button-border-radius: 7px;
--apple-pay-button-margin: 0px 0px 30px 0px;
--apple-pay-button-box-sizing: border-box;
}


.cart-container {
    width: 100%;
    display: grid;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    gap: 5px;
    margin: 20px 0 0 0;
    border: 1px solid #0b203a29;
}

.cart-container-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr 3fr;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #00000029;
    font-size: 14px;
    padding: 0 15px 5px 15px;
    position: relative;
}

.cart-container-item img {
    width: 100%;
    /* max-width: 100%; */
    max-width: 90px;
    height: 80px;
    object-fit: contain;
}
.cart-container-item-text h4 { margin: 0; margin-bottom: 4px;}
.cart-container-item-text { 
    display: grid; 
    padding: 15px 15px; 
    height: auto;
    align-items: flex-start;
}
div.order_total,
div.charge_amount {
    background: black;
    color: white;
    /* padding-top: 5px; */
    margin-top: -5px;    
    font-weight: 700;
    font-size: 22px;
}

#checkout-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    padding: 40px;
    border: 1px solid #0b203a29;
    border-top: 0;
    background-color: #e6f5fb;
}

#checkout-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / -1;
    align-items: end;
    gap: 0 20px;
}

div#response,
.fields-wrapper .paypal-button-container,
.fields-wrapper button,
#checkout-form #card-name-field-container,
#checkout-form #card-number-field-container {
    grid-column: 1/-1;
}

/* span.discounted { color: red; text-transform: uppercase; font-weight: 700;} */
span.discounted {color: #0c9ddb;;}
.cart-coupon-item { grid-template-columns: auto auto; justify-content:space-between; padding-bottom: 0; background-color: #e6f5fb; padding: 15px;}
.cart-coupon-item p span.coupon-code { font-weight: 600;}
.cart-coupon-item p span.remove-coupon { cursor: pointer; color: #0c9ddb;}
span#completePurchase{
    cursor: pointer;
    grid-column: 1/-1;        
    background: #0c9ddb;
    color: white;
    text-transform: uppercase;
    /* width: 100%; */
    width: auto;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    padding: 20px 40px;
    /* font-size: 20px; */
    display: block;
    /* padding: 15px 0px; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}
/* .cart-container-amount-item span.items-total {
    padding-right: 15px;
    padding-left: 15px;
} */

.cart-container-amount-item {
    padding: 10px 15px 10px 15px;
    margin-top: -5px;
}

.cart-container-amount-item .cart-container-item-text {
    padding: 5px 15px;
}

span.items-total { text-align: end;}

.checkout-container h2,
.cta-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

a.go-to-checkout,
.cta-wrapper a {
    border-radius: 5px;
    text-decoration: none;
    background: black;
    color: white;
    font-size: 22px;
    /* font-weight: 700; */
    padding: 10px 24px;
    text-transform: uppercase;
    display: inline-block;
    margin: 24px auto;
    width: max-content;
}


.year-nav-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    align-items: center;
    margin-bottom: 15px;
}

.year-nav-wrapper a {
    background-color: #0b203ab6;    
    border-radius: 5px;
    padding: 6px 16px;
    color: white;
    text-decoration: none;
}

.year-nav-wrapper a.selected-year {
    background-color: #0b203a;
}

@media only screen and (max-width: 600px) {

    .event-grid .grid-item {
        grid-template-columns: 1fr !important; 
        gap: 0;
    }

    .grid-item-text { padding: 2rem 1.5rem;}

    .grid-item a.event-race-link {position: relative; display: none;}

    .grid-item-image {
        width: 100%;
        height: auto;
    }

    .event-grid .grid-item img {height: 230px;}

    .grid-item h3 {
        font-size: 30px;
    }

    .event-grid { margin: 0 auto;}


    .cta-wrapper h2 {
        font-size: 26px;
    }

    a.go-to-checkout,
    .cta-wrapper a {
        margin: 10px auto;
        font-size: 18px;
    }


    .addons-item {
        grid-template-columns: 1fr;
    }

    .addons-item-text {padding: 20px;}

    .addons-item img { max-height: 200px;}

    .cart-container {
        /* padding: 15px; */
        box-sizing: border-box;    
        font-size: 14px;
        height: max-content;
    }

    .cart-container-item {
        grid-template-columns: 1fr 1fr;
        height: max-content;
        padding: 0 20px 5px 20px;
    }
    .cart-container-item img { grid-column: 1/-1;}

    
    .cart-container-item-text { padding: 15px 0;}
    .cart-container-amount-item .cart-container-item-text {
        grid-column: 1 / -1;
        text-align: left;
        padding: 0;

    }
   
    .cart-container-amount-item {
        grid-template-columns: 1fr;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px 10px 20px;
    }

    div.charge_amount {font-size: 16px;}

    #checkout-form {
        padding: 15px;
        grid-template-columns: 1fr;
    }
    .fields-wrapper button {padding: 15px 15px;}
    span.filler { display: none;}
    .cart-coupon-item { 
        grid-template-columns: 1fr !important;
        padding: 15px 15px;
        text-align: center;
    }
    .cart-coupon-item p {
        margin: 0;
        margin-bottom: 4px;
    }

    .coupon-input-container p {
        margin: 20px auto 0 auto;
    }

    span#completePurchase {
        padding: 15px;
        margin: 20px;
        border-radius: 5px;
        
    }
}



.additional-actions {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 20px 0;
    /* padding: 15px; */
    /* border: 1px solid red; */
    
}

.additional-action-item form {
    margin: 0;
}

.additional-action-item div.form-response {
    margin-top: 10px;
}

.additional-action-item span.user-action-btn { margin-top: 0;}

.combo-checkbox-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.form-field-checkbox-wrapper input {min-height: unset; margin-right: 10px;}
.form-field-checkbox-wrapper p { margin: 15px 0;}

span.spanpopup {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid black;
    background: white !important;
    color: black !important;
    min-width: 50vw;
    min-height: 50vh;
    top: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30px;
    text-decoration: underline;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

button#closeBtn {
    margin-left: 20px;    
}

.additional-action-item .select-wrapper {margin-top: 10px;}

.manual-add-wrapper {
    padding: 20px;
    background-color: #020f1f;
    color: white;
    margin-bottom: 20px;
}

.manual-add-wrapper .field-wrapper {
    display: grid;
    margin: 20px 0;
}

.manual-add-wrapper .field-wrapper label {
    margin-bottom: 10px;
}

p.issue {
    padding: 20px;
    background-color: #020f1f;
    color: white;
    margin-bottom: -30px;
}



div.startlist-form-item {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    align-items: center;
    margin: 10px 0;
    grid-column: 1 / -1;
}


div.startlist-textarea {
    display: grid;
    position: relative;
}

div.startlist-textarea textarea {
    grid-column: 1/-1;
    width: 100%;
    height: 150px;
    padding: 15px;
    font-size: 18px;
}

div.assign-special-bibs-item  h3 { margin: 0;}
div.startlist-form-item h4 { margin: 0;}

div.startlist-section {
    padding: 20px;
    border: 1px solid;
    margin: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}


div.form-field div.addon-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

div.addon-item input {
    min-height: unset;
}


div.startlist-section span.generate-startlist {
    margin: 0;
}


div.startlist-section-distro {
    padding: 100px;
}

div.startlist-section-inspect {
    padding: 20px;
}

p.startlist-issue {
    padding: 20px;
    background-color: #020f1f;
    color: white;
    
}

span.delete-startlist,
span.finalize-startlist,
span.generate-startlist {
    padding: 10px 20px;
    background-color: #009FE3;
    color: white;
    cursor: pointer;
    font-size: 20px;
    width: fit-content;
    display: inline-block;
    margin: 20px 0;
}

span.toggs {
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 5px 0;
    font-size: 18px;
}

span.toggs:last-of-type {
    margin-bottom: 20px;
}
div.manage-startlists form,
div.manage-startlists .wrapper {
    max-width: unset;
}

a.startlistBtn {
    background-color: #007bff;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    display: inline-block;
    width: max-content;
    cursor: pointer;
    font-size: 20px;
}

div.assign-special-bibs {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    margin: 20px 0;
    gap: 10px;
}

div.assign-special-bibs-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: black;
    color: white;
    text-align: center;
}

div.manage-startlists .task-item {
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
}




.task-item svg {
    width: 25px;
    height: auto;
}

.startlist-distribute {
    grid-column: 1 / -1;
}

div.startlist-section p {
    grid-column: 1 / -1;
}

span.manage-startlist {
    cursor: pointer;
}

div.manage-startlists .task-item a:hover,
span.manage-startlist:hover {
    font-weight: 600;
}

div.manage-startlists .task-item a {
    text-decoration: none;
    color: unset;
}

div.manage-startlists .task-item a svg {
    width: 14px;
    margin-left: 5px;
}

/* span.distro-group {
    text-decoration: underline;
    cursor: pointer;
}

span.distro-group:hover {
    font-weight: 600;
} */


.setting {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 10px 0;
}

.setting input {
    min-height: unset;
    margin-right: 10px;
}


.changelog li {
    margin: 10px 0;
}

.changelog ul li:first-of-type{
    margin-top: 20px;
}

.reg-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.reg-wrapper .reg-item {
    padding: 3rem;
    border: 1px solid;
    display: flex;
    flex-flow: column;
}

.reg-wrapper h1,
.reg-wrapper p {
    grid-column: 1/-1;
}

span#sendAddonLink {
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 45px;
    text-decoration: underline;
    font-size: 18px;
}

.verify-field {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: auto auto;
}

.verify-field p {
    grid-column: 1/-1;
    margin-bottom: 1.5rem;
}

.verify-field input { min-height: unset;}
.verify-field span {
    cursor: pointer;
    text-align: center;
    padding: 6px 12px;
    background-color: black;
    color: white;
}


.relay-participants-wrapper {
    grid-template-columns: 1fr;
    display: grid;
    gap: 10px;    
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: grey;
  opacity: 0.5;
  height: 100%;
  min-height: 100vh;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    
}



input#news-marketing-checkbox {
  min-height: unset;
  margin-right: 10px;
}

label.news-marketing-checkbox-label {
  margin-bottom: 20px;
  text-align: center;
  /* display: block; */
}

label.news-marketing-checkbox-label span {
  display: inline-block;
}

div.rule {
  text-align: center;
  margin: 20px auto;
}

div.rule span {
    cursor: pointer;
}


section .new-cart-container .wrapper {
    max-width: 800px;
}

/* .cart-items-container {
    padding: 20px;
    border: 2px solid;
} */

.center {
    text-align: center;
}


span#emptyCart {
    cursor: pointer;
    margin: 20px auto;
    display: block;
    font-size: 18px;
    text-align: center;
    width: fit-content;
}


.new-cart-container {
    margin: 30px auto;
    max-width: 740px;
    padding: 0 20px; 
}

.cart-items-container {
    width: 100%;
    display: grid;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    gap: 5px;
    margin: 20px 0;
    border: 1px solid #0b203a29;

}

.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: black;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  padding: 3px 6px;
  min-width: 16px;
  text-align: center;
}

.menu-cart {
  position: relative;
  /* display: inline-flex; */
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.menu-cart svg {
  margin-right: 6px;
}

.addons-text-wrapper {
    gap: 10px;
}

.cta-wrapper .new-cart-cta {
    border-radius: 0;
    margin: 15px 0;
}

.cta-wrapper .new-cart-cta:only-child{
    margin: 24px auto;
}

span.order-total-tax {
    font-size: 14px;
}

p.error {
    text-align: center;
}



#startlistInitModal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 18px;
}

#startlistInitModal form {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    min-width: 500px;
    display: grid;
    gap:15px;
}

#startlistInitModal h3 {
    margin-bottom: 0;
}

span#startlistModalBtn {
    cursor: pointer;
    background: black;
    color: white;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}

span#startlistModalBtn:hover {
    opacity: 0.7;
}

#startlistInitModal input,
#startlistInitModal select {
    min-height: unset;
}

.startlist-settings-wrapper {
    display: grid;
    gap: 15px;
    background: white;
    padding: 20px;
}

.startlist-setting {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.startlist-questions-modal-items span.question{
    min-width: 150px;
}

.startlist-questions-modal-items input { min-height: unset;}

.startlist-questions-modal-actions {
    margin-top: 25px;
    /* text-align: right; */
}

.prefix-wrapper-field {
    display: grid;
    /* grid-template-columns: 1fr 3fr; */
}

.prefix-wrapper-field label {
    grid-column: 1/-1;
}
