@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: extraLight;
    src: url(font/SourceCodePro-ExtraLight.otf)
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background-color: #f9f8f5;
}

.topbar {
    padding: 5px 0px 5px 5px;
}

.formbold-main-wrapper {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    /* padding: 40px; */
}

/* .formbold-img {
    display: block;
    margin: 0 auto 40px;
}

.formbold-form-input {
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
}
.formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
    color: #07074d;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}
.formbold-form-label span {
    color: #536387;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}

.formbold-mb-3 {
    margin-bottom: 15px;
}
.formbold-mb-6 {
    margin-bottom: 30px;
}
.formbold-radio-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.formbold-radio-label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    min-height: 24px;
    color: #07074d;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formbold-input-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.formbold-radio-checkmark {
    position: absolute;
    margin: 0 0 0 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #b3b9c2;
    border-radius: 50%;
}
.centerXY.formbold-radio-checkmark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.formbold-radio-label:hover
.formbold-input-radio
~ .formbold-radio-checkmark {
    border: 4px solid #b3b9c2;
}
.formbold-radio-label
.formbold-input-radio:checked
~ .formbold-radio-checkmark {
    border: 4px solid #6a64f1;
}
.formbold-radio-checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.formbold-radio-label
.formbold-input-radio:checked
~ .formbold-radio-checkmark:after {
    display: block;
} */





/* The container */
.radio-container {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    /* background-color: #eee; */
  }
  
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  } */
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .radio-container input:checked ~ .radio-checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .radio-container .radio-checkmark:after {
    content: "\D7";
    text-align: center;
    font-family: extraLight;
    font-size:50px;
    font-weight: 100;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }





.formbold-btn {
    text-align: center;
    width: 35%;
    min-width: 75px;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
    background-color: #28719b;
    color: white;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.formbold-btn {
    text-align: center;
    width: 35%;
    min-width: 75px;
    font-size: 14px;
    border-radius: 5px;
    padding: 15px 20px;
    border: none;
    font-weight: 500;
    background-color: #28719b;
    color: white;
    cursor: pointer;
    display: block;
    margin: 15px auto;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

table {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 16px;
    border: 1px solid #c0c0c0;
    width: 100%;
    background-color: white;
    /* padding-bottom: 20px; */
}

tr.img th {
    padding: 40px 0px 50px 0px;
}
tr.hdr td {
    border-bottom: 1px solid #d4d4d4;
    font-size: 18px;
    font-weight: 500;
}
tr.hdr td:first-child, tr.hdr-top td:first-child {
    border-top-left-radius: 16px;
}

tr.hdr td:last-child, tr.hdr-top td:last-child {
    border-top-right-radius: 16px;
}

tr.hdr-top td {
    font-weight: 500;
    font-size: 18px;
    padding: 2px 5px 0px 5px !important;
} 

tr.hdr-sub td {
    font-size: 14px;
    color: rgb(110, 110, 110);
    padding: 0px 5px 1px 5px !important;
    border-bottom: 2px solid #d4d4d4;
    /* border-top: 1px solid #d4d4d4; */
}

tr.hdr-top td[rowspan="2"] {
    border-bottom: 2px solid #d4d4d4;
}

tbody th, tbody td {
    padding: 9px 5px;
}

tbody tr:nth-child(even) {
    background-color: #dae8f2ad;
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

/* tbody tr:first-child {
    background-color: #a0c7e2;
} */

tbody tr:last-child td:first-child,
tbody tr:last-child td:first-child span.radio-checkmark:hover {
    border-bottom-left-radius: 16px;
}

tbody tr:last-child td:last-child,
tbody tr:last-child td:last-child span.radio-checkmark:hover {
    border-bottom-right-radius: 16px;
}

/* tfoot tr:nth-child(4n+3), tfoot tr:nth-child(4n+4) {
    background-color: #dae8f2ad;
} */

td.nostretch {
    width: 2%;
    min-width: 50px;
    white-space: nowrap;
}

td.radio {
    width: 50px;
    height: 50px;
    padding: 0;
}

td.border-r {
    border-right: 1px solid #d4d4d4;
}

td.border-r-b {
    border-right: 2px solid #d4d4d4;
}

td.border-l {
    border-left: 1px solid #d4d4d4;
}

td.border-l-b {
    border-left: 2px solid #d4d4d4;
}

.text-centered {
    text-align: center;
}

/* tbody tr:last-child td {
    border-bottom: 1px solid #d4d4d4;
} */

tbody td.marginsX {
    border: none !important;
    background-color: white;
    width: 40px;
}

tbody.vragen tr:last-child td {
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
}

tfoot td {
    padding-left: 10px;
    padding-right: 10px;
}

tfoot tr:nth-child(even) td {
	padding-top: 5px;
}

tfoot tr:nth-child(odd) td {
	padding-top: 15px;
}

tfoot tr:first-child td{
    padding-top: 25px;
}

tfoot textarea {
    height: 100px;
    width: 100%;
    resize: none;
    border-color: #d4d4d4;
    border-radius: 5px;
    padding: 7px;
}

.line {
    padding-top: 50px;
    width: 100%;
    /* display: block;
    margin: 0 auto; */
}

.line .traj-sm-r {
    float: right;
    width: auto;
    height: auto;
}

.line .traj-sm-r .traj-sm-text {
    padding-left: 20px;
    float: right;
}

/* tfoot td {
    min-height: 50px;
} */

li {
    padding: 5px 0px;
    list-style: none;
    position: relative;
}

li::before {
    content: "\00BB";
    position: absolute;
    left: -15px;
}

