body {

}

.transition-fade {
    transition: 0.4s;
    opacity: 1;
}

.download-pdf.disabled,
.download-product.disabled {
    cursor: not-allowed;
    pointer-events: unset;
}


html.is-animating .transition-fade {
    opacity: 0;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: museo-sans, sans-serif;
}

main p, main h1, main h2, main h3, main h4, main h5, main h6, .form-group label {
    color: #242C69;
}

main h2 {
    font-weight: 600;
    font-size: 24px;
}

main h4 {
    font-weight: 600;
    font-size: 18px;
}

.download-pdf {
    height: 45px;
}

p a {
    color: #242C69;
    font-weight: 600;
}

p.introduction {
    font-size: 18px;
    font-weight: 600;
}

header p, header h1, header h2, header h3, header h4, header h5, header h6,
footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ffffff;
}

.base-gradient h1,
.base-gradient h2,
.base-gradient h3,
.base-gradient h4,
.base-gradient h5,
.base-gradient h6 {
    color: #FFFFFF;
}

header, footer {
    position: fixed;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

header h2 {
    font-weight: 600;
}

header .btn-white {
    color:white;
    border:1px solid white;
}
header .btn-white:hover  {
    color:white;
    border:1px solid #ccc;
}
.score-lane {
    background-image: url('/images/lanes.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.check {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
}

.check span {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    display: none;
}

.check.active span {
    display: block;
}

.score-lane .bad .check.active {
    background-color: #D57677;
}

.score-lane .bad .check {
    background-color: #F1D3D3;
}

.score-lane .limited .check.active {
    background-color: #F19E35;
}

.score-lane .limited .check {
    background-color: #FBDFBD;
}

.score-lane .reasonable .check.active {
    background-color: #F4E334;
}

.score-lane .reasonable .check {
    background-color: #FBF4AA;
}

.score-lane .optimal .check.active {
    background-color: #6FB8AC;
}

.score-lane .optimal .check {
    background-color: #D0E8E4;
}

main {
    padding-top: 150px;
    padding-bottom: 50px;
}

#start-form {
    width: 100%;
}

.btn {
    border: none;
}

.unit-block {
    transition: all 0.3s;
}

.count {
    display: inline-block;
}

p.count {
    max-width: 85px;
}

.score-block {
    cursor: pointer;
    display: none;
    width: 28px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: grey;
}

.score-block.unfinished {
    display: inline-flex;
    background-color: grey;
}


.score-block.optimal {
    display: inline-flex;
    background-color: #6FB9AC;
}

.score-block.reasonable {
    display: inline-flex;
    background-color: #F5E433;
}

.score-block.limited {
    display: inline-flex;
    background-color: #F29F35;
}

.score-block.bad {
    display: inline-flex;
    background-color: #D77778;
}

.btn.base-gradient {
    color: #FFFFFF;
}

footer {
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
}

.rc-tooltip {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #242C69;
    color: white;
    font-size: 18px;
}

.score-lane-header-block {
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    top: -20px;
    background-image: url('../images/score-header.png');
    background-size: cover;
    background-position: bottom center;
}

.score-lane-header-block_en {
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    top: -20px;
    background-image: url('../images/score-header_en.png');
    background-size: cover;
    background-position: bottom center;
}


.question-link {
    text-decoration: none;
    border: 1px solid #242C69;
    border-radius: 50%;
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-content: center;
    padding-left: 4px;
    padding-top: 3px;
}

.base-gradient {
    background: rgb(22, 63, 113);
    background: linear-gradient(90deg, rgba(22, 63, 113, 1) 0%, rgba(16, 109, 119, 1) 35%, rgba(25, 156, 124, 1) 100%);
}

.category-button {
    text-decoration: none;
    color: #242C69;
    border: 2px solid #242C69;
    border-radius: 6px;
    padding: 3px 7px;
}

.category-button:hover {
    color: #242C69;
}

.block-wrapper {
    background-color: #F6F6F7;
    border-radius: 10px;
    padding: 20px 30px;
}

.block-wrapper h2 {
    color: #10947B;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 28px;
}

.form-group {
    display: flex;
    flex-direction: row;
}

.form-group label {
    width: 220px;
}

.category-icon {

}

#unit-table {
    color: #242C69;
}

#unit-table {
    border-spacing: 2px;
}

#unit-table td {
    background-color: #E3E7ED;
}

#unit-table tbody tr {
    border-radius: 5px;
    overflow: hidden;
}

.product-block p,
.unit-block p {
    margin-bottom: 0;
}

.unit-block .unit-bg {

}

.product-block .unit-bg,
.unit-block .unit-bg {
    background-color: #E3E7ED;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 5px;
    height: 90%;
}

.product-block .col:first-child .unit-bg,
.unit-block .col:first-child .unit-bg {
    border-radius: 8px 0 0 8px;
}

.product-block .col:last-child .unit-bg,
.unit-block .col:last-child .unit-bg {
    border-radius: 0 8px 8px 0;
}

.category-wrapper {
    margin-bottom: 45px;
}

.show-questions {
    transition: opacity .2s;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.question-wrapper {
    border-bottom: 1px solid #242C69;
    position: relative;
}
.question-header + .question-wrapper.skip-question {
    border-top: 1px solid #242C69;
}

.question-wrapper.tip {
    padding: 20px 12px 30px;
    z-index: 3;
}

.tip-extra-info {
    background-color: #01c180;
    color: white;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
}

.tip-extra-info a {
    text-decoration: none;
    color: #242C69;
    font-size: 18px;
}

.tip-extra-info a:hover {
    text-decoration: underline;
}

.question-wrapper.tip > div{
    background-color: #ccf3e6;
    border-radius: 16px;
    padding-bottom: 20px;
}

.question-wrapper.skip-question {
    background-color: rgba(255,255,255,.9);
    z-index: 4;
}

.question-wrapper.skip-question {
    /*border-right: 1px solid #242C69;*/
    /*border-top-right-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
}

.question-wrapper.skip-question:after {
    content: '';
    position: absolute;
   right:-130px;
    height: calc(100% + 2px);
/*    transform: translate(-50%, -50%);*/
    aspect-ratio:1;
    border:1px solid #242C69;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-radius:50%;
    transform: rotate(45deg);
    z-index: 0;
    top:-1px;
    box-shadow: 13px -14px 21px -22px rgb(36 44 105);
}

.question-wrapper.skip-question .score-lane {
    display: none;
}

.question-wrapper.disabled {
    opacity: .5;
}

.question-wrapper.disabled .form-check-label,
.question-wrapper.disabled input {
    pointer-events: none;
    cursor: not-allowed;
}

.category-title {
    color: #10947B;
    font-weight: bold;
}

.question-title {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
    font-size: 24px;
}

.question-title strong {
    text-shadow: #242C69 1px 0 0;
}

.tip .question-title {
    padding-left: 45px;
    font-size: 16px;
}

.tip-question{
    padding-left: 48px;
}

.question-subtitle {
    font-weight: 500;
    padding-left: 40px;
}

.tip .question-subtitle {
    padding-left: 45px;
}

.question-number {
    color: #10947B;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

input[type="radio"].rc-check-input::before, input[type="checkbox"].rc-check-input::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background: linear-gradient(90deg, rgba(22, 63, 113, 1) 0%, rgba(16, 109, 119, 1) 35%, rgba(25, 156, 124, 1) 100%)
}

input[type="checkbox"].rc-check-input::before {
    border-radius: 3px !important;
}

input[type="radio"].rc-check-input:checked::before, input[type="checkbox"].rc-check-input:checked::before {
    transform: scale(1);
}

input[type="radio"].rc-check-input, input[type="checkbox"].rc-check-input {
    appearance: none;
    background-color: #fff;
    margin: 2px 0 0 0;
    font: inherit;
    color: #242C69;
    width: 24px;
    height: 24px;
    border: 0.15em solid #242C69;
    border-radius: 50%;
    place-content: center;
    display: grid;
    position: absolute;
    left: -3px;
}

input[type="checkbox"].rc-check-input {
    border-radius: 5px;
}

.form-check {
    padding-left: 40px;
    position: relative;
}

.form-check .form-check-input {
    margin-left: -40px;
}

.form-check-label {
    color: #242C69;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
}

.form-check-label p {

    font-weight: normal;
    font-size: 16px;
}

.category-link {
    display: block;
    width: 100%;
    height: 32px;
    padding: 3px 10px 4px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .1s linear;
}

.category-link:hover,
.category-link.active {
    background-color: #ffffff;
    color: #242C69;
}

.product-page,
.edit-product {
    text-decoration: none;
    border: 1px solid #242C69;
    border-radius: 50%;
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-content: center;
    padding-left: 4px;
    padding-top: 3px;
}

a.edit-product {
    padding-left: 0!important;
    font-size: 18px;
    padding-top: 1px!important;
}

a.download-product {
    font-size: 22px;
    padding-top: 0!important;
}


.remove-product,
.download-product,
.delete-unit {
    text-decoration: none;
    color: #242C69;
    width: 32px;
    height: 32px;
    border: 1px solid #242C69;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#product-form {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
}

#swup > .container {
    padding-bottom: 30px;
}

#product-form.active {
    max-height: 500px;
}


.complex {
    max-width: 30px;
}

h3 .complex {
    max-width: 20px;
    margin: 0 3px;
}

p .complex {
    max-width: 15px;
}

.complex-question {
    width: 22px;
    height: 26px;
    display: inline-flex;
}

.check_complex {
    cursor: pointer;
}

.info-number {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background-color: #2BB77E;
    border-radius: 50%;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
}

.nav-orb {
    color: #242C69;
    font-size: large;
    background-color: #E3E7ED;
    border-radius: 6px;;
    padding: 5px;
    padding-right: 16px;
    padding-left: 16px;
    vertical-align: bottom;
    margin-right: 50px;
    cursor: pointer;
    text-decoration: none;
}

.nav-orb.active {
    pointer-events: none;
}

.nav-orb.active,
.nav-orb:hover {
    background-color: #2BB77E;
    color: #FFFFFF;
}

.save-input.invalid {
    border-color: red;
}

.error {
    color: red;
}

/* Images bij introduction.php*/
.uitlegFoto {
    width:300px;
    margin-bottom: 20px;
}

.uitlegNummer {
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    background-color: #2BB77E;
    border-radius: 100%;
    padding: 10px;
    padding-right: 16px;
    padding-left: 16px;
    vertical-align: bottom;
    margin-right: 50px;
}

.uitlegText {
    margin-top: 20px;
}

/* Titels bij information.php */
.stapTitel {
    color: #2BB77E;
    font-weight: bold;
}

/* Modal bij product.php*/
.modalIcon {
    margin: 2px;
    width: 20%;
    height: 20%;
}

#add-unit .btn {
width:100%;
border:1px solid #ccc;
}

.rc-list {
    padding-left: 15px;
    color: #242C69;
}

.rc-wrapper ul {
    padding-left: 15px;
    color: #242C69;
}

.category-type {
    position: relative;
}

.category-type.disabled {
    padding-right: 36px;
}

.category-type.disabled:after {
    content: '\2713';
    color: green;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 22px;
}

.spinner-border {
    max-width: 80%;
    max-height: 80%;
}

.type-wrapper{
    background-image: url('/images/lanes.png');
    background-repeat: no-repeat;
    background-position: 650px 100px;
    background-size: 264px 100%;
}

.lang-link {
    text-decoration: none;
    color: #fff;
    width: 25px;
    height: 18px;
    display: block;
    background-size: cover;
    background-position: center;
}

.lang-link.en {
    background-image: url('/svg/EN.svg');
}

.lang-link.nl {
    background-image: url('/svg/NL.svg');
}

.lang-link.inactive {
    filter: grayscale(100%) brightness(70%);
    opacity: 1;
}

.product-title span {
    display: block;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
@media print {
    *{
        /*box-sizing: content-box;*/
        /*display: table;*/
    }

    .score-lane {

    }

    .form-check {
        /*min-height: 0!important;*/
    }

    div.overview-score {
        padding-top: 30px!important;
    }


    .float-items .col-1,
    .float-items .col-2,
    .float-items .col-3,
    .float-items .col-4,
    .float-items .col-5,
    .float-items .col-6,
    .float-items .col-7,
    .float-items .col-8,
    .float-items .col-9,
    .float-items .col-10,
    .float-items .col-11,
    .float-items .col-12 {
        float: left;
    }


    .question-header{
        /*display: block;*/
    }

    .row{
        /*display: table-row;*/
    }

    .category-wrapper{
        page-break-before: avoid;
        page-break-inside: avoid;
        page-break-after: auto;
    }

    .category-title {
        font-weight: bold;
        color: #10947B;
    }

    .question-title {
        margin: auto;
    }

    .question-number{
        font-weight: bold;
        color: #10947B;
    }

    .type-wrapper:nth-child(n+1) {
        page-break-before: always;
        page-break-inside: avoid;
    }

    /*.product-wrapper:nth-child(n+1) {*/
    /*    page-break-before: auto;*/
    /*    page-break-inside: avoid;*/
    /*}*/

    .category-wrapper {
        page-break-before: avoid;
        page-break-inside: avoid;
    }

    .question-wrapper {
        page-break-inside: avoid;
        page-break-after: avoid;
        padding-bottom: 20px;
    }

    .answer{
        float: left;
        margin: auto;
        border: 2px solid blue;
    }

    .description{
        display: none;
        border: 2px solid red;
        float: left;
        margin-right: auto;
    }

    .complex-question{
        display: none;
    }

    .question-col{
        margin-top: 0;
        margin-bottom: 0;
    }

    .score-lane {
        /*height: 100px;*/
    }

    .score-lane-pdf {
        min-height: 30px;
        background-position: 100px 50px;
    }

    th, tr{
        padding: 0;
        margin: 0;
        border-spacing: 0;
    }

    .check {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        padding-left: 2px;
        position: relative;
        margin: 0 auto;
    }

    .check span {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: bold;
        display: none;
        margin: 0 auto;
    }

    .pdf-check {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        padding-left: 2px;
        position: relative;
        margin: -15px auto;
    }

    .question-wrapper.disabled {
        opacity: .5!important;
    }

    .input-image {
        float: left;
        margin-left: -43px;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        margin-top: 2px;
    }

    .input-image.radio {
        margin-top: 10px;
    }

    .input-image.tip {
        margin-right: 15px;
    }

    .tip-question {
        padding-left: 46px;
    }

    .question-title.tip-title {
        color: #242C69!important;
    }

    .tip .question-subtitle {
        color: #242C69!important;
    }

    .disabled {
        opacity: .5;
    }

    .pdf-check span {
        display: none;
        color: #FFFFFF;
        font-size: 20px;
        margin-top:2px;
        margin-left: 3px;
    }

    .pdf-check.active span {
        display: block;
    }

    .check.active span {
        display: block;
    }

    .bad .pdf-check.active {
        background-color: #D57677;
    }

    .bad .pdf-check {
        background-color: #F1D3D3;
    }

    .limited .pdf-check.active {
        background-color: #F19E35;
    }

    .limited .pdf-check {
        background-color: #FBDFBD;
    }

    .reasonable .pdf-check.active {
        background-color: #F4E334;
    }

    .reasonable .pdf-check {
        background-color: #FBF4AA;
    }

    .optimal .pdf-check.active {
        background-color: #6FB8AC;
    }

    .optimal .pdf-check {
        background-color: #D0E8E4;
    }

    main {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .btn {
        border: none;
    }

    .question-wrapper.tip > div {
        padding-bottom: 30px!important;
    }

    .tip-extra-info {
        background-color: transparent;
        color: white;
        border-radius: 10px;
        padding: 0;
        display: inline-block;

    }

    .tip-extra-info a {
        text-decoration: underline;
    }

    .score-block {
        display: none;
        width: 19px!important;
        height: 19px!important;
        border-radius: 4px;
        color: #FFFFFF;
        float: left;
        padding-left: 3px!important;
        font-size: 16px;
    }

    .score-block.optimal {
        display: block;
        background-color: #6FB9AC;
    }

    .score-block.reasonable {
        display: block;
        background-color: #F5E433;
    }

    .score-block.limited {
        display: block;
        background-color: #F29F35;
    }

    .score-block.bad {
        display: block;
        background-color: #D77778;
    }

    .score-block.unfinished {
        display: block;
        background-color: grey;
    }

    .score-lane-header-block {
        position: absolute;
        height: 50px;
        width: 100%;
        left: 0;
        top: -20px;
        background-image: url('/images/score-header.png');
        background-size: cover;
        background-position: bottom center;
    }

    .base-gradient {
        background: rgb(22, 63, 113);
        background: linear-gradient(90deg, rgba(22, 63, 113, 1) 0%, rgba(16, 109, 119, 1) 35%, rgba(25, 156, 124, 1) 100%);
    }


    .show-questions {
        transition: opacity .2s;
    }

    .question-wrapper {
        border-bottom: 1px solid #242C69;
        position: relative;
    }

    .question-header + .question-wrapper.skip-question {
        border-top: 1px solid #242C69;

    }
    .question-wrapper.skip-question {
        background-color: rgba(255,255,255,.9);
        z-index: 4;
        padding-bottom: 15px;
    }

    .question-wrapper.skip-question:after {
        content: '';
        position: absolute;
        right:-130px;
        height: calc(100% + 2px);
        aspect-ratio:1;
        border:1px solid #242C69;
        border-bottom-color:transparent;
        border-left-color:transparent;
        border-radius:50%;
        transform: rotate(45deg);
        z-index: 0;
        top:-1px;
        box-shadow: 13px -14px 21px -22px rgb(36 44 105);
    }

    .question-wrapper.skip-question .score-lane {
        display: none;
    }

    .question-wrapper.disabled {
        opacity: .5;
    }

    .question-wrapper.disabled .form-check-label,
    .question-wrapper.disabled input {
        pointer-events: none;
        cursor: not-allowed;
    }

    .category-title {
        color: #10947B;
        font-weight: bold;
    }

    .question-title {
        position: relative;
        padding-left: 40px;
        font-weight: bold;
        font-size: 24px;
        color: #242C69;
    }

    .question-subtitle {
        font-weight: 500;
        padding-left: 40px;
    }

    .question-number {
        color: #10947B;
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        left: 0;
    }

    input[type="radio"].rc-check-input::before, input[type="checkbox"].rc-check-input::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        background: linear-gradient(90deg, rgba(22, 63, 113, 1) 0%, rgba(16, 109, 119, 1) 35%, rgba(25, 156, 124, 1) 100%)
    }

    input[type="checkbox"].rc-check-input::before {
        border-radius: 3px !important;
    }

    input[type="radio"].rc-check-input:checked::before, input[type="checkbox"].rc-check-input:checked::before {
        transform: scale(1);
    }

    input[type="radio"].rc-check-input, input[type="checkbox"].rc-check-input {
        appearance: none;
        background-color: #fff;
        margin: 5px 0 0 0;
        font: inherit;
        color: #242C69;
        width: 24px;
        height: 24px;
        border: 0.15em solid #242C69;
        border-radius: 50%;
        place-content: center;
        display: grid;
        position: absolute;
        left: -3px;
    }

    input[type="checkbox"].rc-check-input {
        border-radius: 5px;
    }

    .form-check {
        padding-left: 40px;
        position: relative;
    }

    .form-check .form-check-input {
        margin-left: -40px;
    }

    .form-check-label {
        color: #242C69;
        font-weight: bold;
        cursor: pointer;
        font-size: 18px;
    }

    .unit-bg {
        display: block;
        height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .unit-bg.left-unit-br {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .unit-bg.right-unit-br {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .form-check-label p {
        font-weight: normal;
        font-size: 16px;
    }

    .score-block {
        width: 18px;
        height: 18px;
    }

    .category-link {
        display: block;
        width: 100%;
        height: 32px;
        padding: 3px 10px 4px;
        border-radius: 6px;
        color: #ffffff;
        font-weight: 600;
        background-color: transparent;
        border: 1px solid #ffffff;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition: all .1s linear;
    }

    .category-link:hover,
    .category-link.active {
        background-color: #ffffff;
        color: #242C69;
    }

    #swup > .container {
        padding-bottom: 30px;
    }

    .complex {
        max-width: 30px;
    }

    h3 .complex {
        max-width: 20px;
        margin: 0 3px;
    }

    p .complex {
        max-width: 15px;
    }

    .complex-question {
        width: 22px;
        height: 26px;
    }

    .check_complex {
        cursor: pointer;
    }
}

.warning-wrapper {
    z-index: 4;
    position: relative;
}

.type-warning {
    z-index: 4;
}


.popover-header, .popover-body {
    color: #ffffff;
    background-color: #0c0a09;
    border-radius: 5px;
    overflow: hidden;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
    border-right-color: #0c0a09;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after
{
    border-top-color: #0c0a09;
}

.change-warning {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    border-radius: 50%;
}

.td-button {
    position: relative;
    z-index: 4;
}


/* New overlay for question modal */
/*.overlay {*/
/*    position: absolute;*/
/*    left: -60vw;*/
/*    top: 0;*/
/*    background-color: #ffffff;*/
/*    width: 60vw;*/
/*    height: 100vh;*/
/*    z-index: 10;*/
/*    transition: all .3s ease-in-out;*/
/*}*/
/*.overlay.open {*/
/*    left: 0;*/
/*}*/