@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css');
/* Reset styles */
* {
    font-family:Montserrat, sans-serif;
    box-sizing: border-box;
}
body{
    background-color:#f1f1f1;
    word-break: break-all;
}
h3{
    color:#000000;
}
.form-check-input {
    display: none; /* Hide the actual radio input */
}

/* Float the label and input container next to each other */
.form-check {
    float: left;
    padding: 5px; /* Adjust the padding as necessary for spacing */
}
.black{
    background-color:transparent;
    border-radius:0;
    padding:5px;
}
.black-infobox {
    background-color: #403957bf;
    border-radius: 15px;
    padding: 5px;
    margin-top: -17px;
    margin-bottom: 5px;
}

/* Style the labels */
.form-check-label {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 9px;
    margin-bottom: 10px; /* Provide space between rows */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Style for when the radio button is checked */
.form-check-input:checked + .form-check-label {
    background-color: #60cc8d;
    color: #fff;
    border-color: #60cc8d;
}

/* Clearfix for the float */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px){
.selectnr .form-check {
    float: none;
    width: 100%;
}}
@media (min-width: 768px){
.col-md-6 {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 51%;
    }}
.textbox {
    border-radius: 10px;
    border: 3px solid #403957;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-top: -10px;
}
div#header {
    text-align: center;
    margin-bottom: -35px;
}
.cr_validation_error_message {
    background-color: tomato;
    color: white;
    font-weight: bolder;
    border-radius: 10px;
    margin: 5px;
    padding-left: 5px;
}
button.btn.btn-primary {
    font-weight: 800;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #ffffff;
    flex: 1 0 100%;
    margin: 10px 0px;
    padding: 0.8125rem;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border:1px solid #60cc8d;
    border-radius: 4px;
    background-color: #60cc8d;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
}
.next_button.row.item_container.item_331_container{
        background-color:#403957;
    border-radius:15px;
    padding:5px;
    margin-top:15px;
}
* {
    word-break: keep-all !important;
}
.form-check {
    width: 100%;
}
div#item_332_container label.form-check-label {
    margin-left: 50px;
}
input#answer_13313 {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -10px;
}
input#answer_13313::after {
    content: '\f25a';
    color: #0000008a;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 30px;
    font-style: normal;
    position: relative;
    left: 27px;
    top: 40px;
    text-decoration: none;
}
.hidden{display:none;}
.h3, h3 {
    font-size: 1.2rem;
}
label.form-check-label {
    font-weight: bold;
}
 .header-container {
            display: flex;
            align-items: center;
            gap: 10px;
justify-content:center;
        }
        .logo {
            max-height: 50px;
            vertical-align: middle;
        }
.blackbox{
border:2px solid #403957;
  background-color:#403957;
  border-radius:10px;
  padding:10px;
  margin-bottom:-20px;
}
@media screen and (min-width:425px){


div#item_355_container .radio_answers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust space between boxes */
  justify-content: flex-start;
}

div#item_355_container .form-check {
  flex: 0 1 200px; /* Adjust the width of each option */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

div#item_355_container .form-check:hover {
  transform: scale(1.03);
}

div#item_355_container .form-check input {
  display: none;
}

div#item_355_container .form-check-label {
  cursor: pointer;
  font-weight: 600;
}
  div#item_355_container .form-check{
  margin:auto;
}

  
div#item_354_container .radio_answers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust space between boxes */
  justify-content: flex-start;
}

div#item_354_container .form-check {
  flex: 0 1 500px; /* Adjust the width of each option */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

div#item_354_container .form-check:hover {
  transform: scale(1.03);
}

div#item_354_container .form-check input {
  display: none;
}

div#item_354_container .form-check-label {
  cursor: pointer;
  font-weight: 600;
}
div#item_354_container .form-check{
  margin:auto;
}
  
  .col-md-6{
  max-width:100%
}


div#item_296_container .radio_answers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust space between boxes */
  justify-content: flex-start;
}

div#item_296_container .form-check {
  flex: 0 1 200px; /* Adjust the width of each option */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

div#item_296_container .form-check:hover {
  transform: scale(1.03);
}

div#item_296_container .form-check input {
  display: none;
}

div#item_296_container .form-check-label {
  cursor: pointer;
  font-weight: 600;
}
  div#item_296_container .form-check{
  margin:auto;
}

  
}
span.GB {
    font-size: x-large;
}
h6 {
    font-size: 13px;
}


/* General reset for info boxes */
.info-box {
    color: #fff; /* White text */
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px; /* Space from the top */
    margin-bottom:10px;
    width: 100%; /* Full width */
    box-sizing: border-box; /* Padding included in the width */
}

/* Title style for info boxes */
.info-box h4 {
    font-size: 24px; /* Large font size for title */
    font-weight: bold;
    margin-bottom: 15px; /* Space below the title */
}

/* Style for the benefits list */
.info-box ul {
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin-bottom: 20px; /* Space below the list */
}

.info-box ul li {
    padding-left: 20px; /* Space for the bullet */
    position: relative;
    margin-bottom: 10px; /* Space between list items */
}

.info-box ul li:before {
    content: '•'; /* Custom bullet */
    color: #60cc8d; /* Bullet color */
    position: absolute;
    left: 0;
}

/* Style for the price breakdown */
.info-box .price-section {
    border-top: 2px solid #60cc8d; /* Accent color top border */
    padding-top: 15px; /* Space above the price section */
}

.info-box .price-section h5 {
    font-size: 20px; /* Font size for the section title */
    margin-bottom: 10px; /* Space below the section title */
    font-weight:bolder;
}

.info-box .price-section p {
    font-size: 18px; /* Font size for the prices */
    margin-bottom: 5px; /* Space between price lines */
}
.partnertext{
color:#ffffff;
  font-size:14px;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .info-box {
        padding: 15px; /* Smaller padding on mobile */
    }

    .info-box h4 {
        font-size: 20px; /* Smaller font size for title on mobile */
    }

    .info-box .price-section h5 {
        font-size: 18px; /* Smaller font size for section titles on mobile */
    }

    .info-box .price-section p {
        font-size: 16px; /* Smaller font size for prices on mobile */
    }

  .partnertext{
  font-size:10px;
}
}




@media (max-width: 768px) {
  div#item_296_container .radio_answers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  div#item_296_container .form-check {
    flex: 0 1 calc(50% - 12px); /* Two per row with spacing */
    border-radius: 10px;
  }

  div#item_296_container .form-check-label {
    padding: 10px;
    font-size: 0.95rem;
  }

  div#item_296_container .form-check-label .GB {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 6px;
  }

  div#item_296_container .form-check-label h6 {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  div#item_296_container .form-check-label hr {
    margin: 6px auto;
  }

  div#item_296_container .form-check-label .btn {
    font-size: 0.9rem;
    padding: 8px;
    margin-top: 8px;
  }

  #item_296_label h3 {
    font-size: 1.1rem;
    text-align: center;
  }
   div#item_355_container .radio_answers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  div#item_355_container .form-check {
    flex: 0 1 calc(50% - 12px); /* Two per row with spacing */
    border-radius: 10px;
  }

  div#item_355_container .form-check-label {
    padding: 10px;
    font-size: 0.95rem;
  }

  div#item_355_container .form-check-label .GB {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 6px;
  }

  div#item_355_container .form-check-label h6 {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  div#item_355_container .form-check-label hr {
    margin: 6px auto;
  }

  div#item_355_container .form-check-label .btn {
    font-size: 0.9rem;
    padding: 8px;
    margin-top: 8px;
  }

  #item_355_label h3 {
    font-size: 1.1rem;
    text-align: center;
  }
  button#verify-with-bankid-button {
    height: 70px;
}
}
.blackbox {
    border: 1px solid white;
}

.textbox label b {
    color: #000000;
}
.html.row.item_container.item_372_container.step_1_item_11 {
    border: 1px solid #000000;
    color: #000000;
    border-radius: 5px;
    padding-top: 10px;
}
span.stephighlight{
background-color:#60cc8d;
border-radius:10px;
padding:6px;
margin-bottom:10px;
  font-size:12px;
}
.html.row.item_container.item_304_container.step_1_item_18.black h3 {
    color: white;
}
.html.row.item_container.item_304_container.step_1_item_18.black {
    background-color: #403957;
    border-radius: 10px;
}
span.GB {
    color: #60cc8d;
    text-shadow: 1px 1px #403957;
}
span.GB:active {
    color: white;
}
.form-check-input:checked + .form-check-label span.GB {
    color: white;
}
.darkbg {
    background-color: #403957;
    border-radius: 10px;
    padding: 5px;
}
.html.row.item_container.item_304_container.step_1_item_15.black p {
    color: black !important;
}
h3 {
    line-height: 1.6;
}