.elementor-7802 .elementor-element.elementor-element-2c36629{--display:flex;border-style:none;--border-style:none;}.elementor-7802 .elementor-element.elementor-element-f4997c0{--spacer-size:50px;}.elementor-7802 .elementor-element.elementor-element-35d5c55{--display:flex;--min-height:1;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:7px 7px;--row-gap:7px;--column-gap:7px;--border-radius:41px 41px 41px 41px;--margin-top:0px;--margin-bottom:0px;--margin-left:33px;--margin-right:0px;--padding-top:6px;--padding-bottom:6px;--padding-left:16px;--padding-right:18px;--z-index:2;}.elementor-7802 .elementor-element.elementor-element-35d5c55:not(.elementor-motion-effects-element-type-background), .elementor-7802 .elementor-element.elementor-element-35d5c55 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f586374 );}.elementor-7802 .elementor-element.elementor-element-520a786 > .elementor-widget-container{margin:2px 0px -4px 0px;padding:0px 0px 0px 0px;}.elementor-7802 .elementor-element.elementor-element-520a786.elementor-element{--align-self:center;}.elementor-7802 .elementor-element.elementor-element-520a786 .elementor-icon-wrapper{text-align:center;}.elementor-7802 .elementor-element.elementor-element-520a786.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-92103c5 );}.elementor-7802 .elementor-element.elementor-element-520a786.elementor-view-framed .elementor-icon, .elementor-7802 .elementor-element.elementor-element-520a786.elementor-view-default .elementor-icon{color:var( --e-global-color-92103c5 );border-color:var( --e-global-color-92103c5 );}.elementor-7802 .elementor-element.elementor-element-520a786.elementor-view-framed .elementor-icon, .elementor-7802 .elementor-element.elementor-element-520a786.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-92103c5 );}.elementor-7802 .elementor-element.elementor-element-520a786 .elementor-icon{font-size:16px;}.elementor-7802 .elementor-element.elementor-element-520a786 .elementor-icon svg{height:16px;}.elementor-7802 .elementor-element.elementor-element-d67d5d6 .elementor-heading-title{color:var( --e-global-color-92103c5 );}.elementor-7802 .elementor-element.elementor-element-430fa00 > .elementor-widget-container{border-style:none;}@media(max-width:768px){.elementor-7802 .elementor-element.elementor-element-35d5c55{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:769px){.elementor-7802 .elementor-element.elementor-element-2c36629{--content-width:700px;}}/* Start custom CSS for container, class: .elementor-element-35d5c55 */.elementor-7802 .elementor-element.elementor-element-35d5c55 {
    width: fit-content;
    height: fit-content;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-430fa00 */<style>


 /* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&family=Poppins:wght@400&display=swap');

/** SIST OPPDATERT JANUAR 2025 **/

/* Apply Inter Regular to all normal text */
body, #checkin_registration, .registration--body, .userDetails, .ticket-details-ticket-header, .total-price, table, td, th, tr {
    font-family: 'Inter', sans-serif !important;
}

/* Apply Poppins Regular to general buttons */
button, #checkin_registration button, .btn-success, .btn-remove-radio {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    padding: 0px 16px !important; /* Ensures consistent padding */
}

/* Fix styling for plus and minus buttons */
.ticket--amount--button.minus, .ticket--amount--button.plus {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    width: 62px !important; /* Ensure fixed size */
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important; /* Reset padding to prevent layout shifts */
    border-radius:4px !important; /* Optional: Makes them slightly rounded */
}



/* Apply Poppins Regular to all headers and center align */
#checkin_registration h1 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    text-align: left !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}
#checkin_registration h2{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;

    color: #0171E3 !important;
    margin-bottom: 10px !important;
}
#checkin_registration h3{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    text-align: left !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    
}
/* Hovedbredde (custom) */
#checkin_registration .registration--body, .checkin_registration .registration--body {
    max-width: none !important;
}

#checkin_registration .registration, .checkin_registration .registration {
    max-width: none !important;
}

.registration--order:before {
  content: "Oppgi kontaktinfo til forelder/foresatt som vi kan kontakte underveis i leiren. Ved flere foresatte: Oppgi som kommentar senere eller kontakt oss.";
}

.userDetails:before {
    content: "Oppgi informasjon om deltakeren.";
}

.ticket-details-ticket-header {
    margin-top: 10px !important;
}

/* Fjerner "Deltaker samme som betalingskontakt-boksen" */
.df.aic.jcfs.form-group {
    display: none !important;
}

/* Next button styling */
#checkin_registration button.btn-success {
  color: #fff !important;
  background: #0171e3 !important;
  border-color: #0171e3 !important;
  border-width: 3px !important;
  font-weight: 900;
  font-size: 22px !important;
}

.btn-success {
    font-size: 16px !important;
}

#ticket-next:after {
  content: "Neste -- Start påmeldingen";
}

/* Plus button styling */
#checkin_registration .ticket--amount--button.plus {
  color: #fff !important;
  background: #0171e3 !important;
}

/* Minus button styling */
#checkin_registration .ticket--amount--button.minus {
  border-color: #0171e3 !important;
  color: #0171e3 !important;
}

/* Replace "Choose tickets" heading */
#choose-tickets span {
  display: none;
}
#choose-tickets::after {
  content: "Start påmelding ved å velge antall billetter";
}

/* Tilleggsvalg */
#ticket_additional span {
  display: none !important;
}
#ticket_additional:after {
  content: "Detaljer til påmeldingen";
}

/* Deltakerinformasjon */
#attendee-information span {
  display: none;
}
#attendee-information:after {
  content: "Deltakerinformasjon";
}

/* Tekststørrelser */
#checkin_registration .ticket--description {
 font-size: 18px !important;
}

#checkin_registration h2, #checkin_registration h3 {
 font-size: 2rem !important;
}

/* Prisinformasjon - tekst styling */
#checkin_registration h4, .total-price {
    font-weight: 900;
}

/* Fjerner linjer om MVA i oppsummeringen */
.table-total {
    display: none !important;
}

/* Fikser formatering i sammendraget */
#checkin_registration table.summary table, 
#checkin_registration table.summary td, 
#checkin_registration table.summary th, 
#checkin_registration table.summary tr, 
.checkin_registration table.summary table, 
.checkin_registration table.summary td, 
.checkin_registration table.summary th, 
.checkin_registration table.summary tr {
    font-style: normal !important;
    font-weight: 400;
}

/* Endre angre valg-knappen */
#checkin_registration .btn-remove-radio, 
.checkin_registration .btn-remove-radio {
    background-color: white;
    color: black;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

/* Makes body background white */
#checkin_registration .registration--body,
#checkin_registration .registration--start>.ticket>div,
#checkin_registration .registration--start>.ticket>div:last-child,
#checkin_registration {
  background-color: white !important;
}


</style>/* End custom CSS */