*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:48%;overflow-x:hidden}::-webkit-scrollbar{width:1rem}::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-thumb{background:var(--primary)}::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}body{max-width:100vw;max-height:100vh;font-family:Raleway,sans-serif;font-size:2rem;overflow:hidden}#app{display:grid;width:100%;height:100%;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"nav header" "nav content" "footer footer"}.body__header{grid-area:header}.body__nav{grid-area:nav}.body__content{grid-area:content;overflow:auto}.body__footer{grid-area:footer}@media screen and (max-width: 1360px){#app{grid-template-columns:1fr;grid-template-rows:auto 1fr auto auto;grid-template-areas:"header" "content" "nav" "footer"}}.header{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:3rem 3rem 0rem;max-height:max-content}.header_logo{width:calc(5rem + 5.5vw)}h1{position:relative;font-size:calc(3rem + 1.5vw)}h1:before{content:"";position:absolute;left:20%;bottom:.1rem;width:calc(5rem + 1.5vw);height:calc(.5rem + .15vw);transform:skew(-12deg) translate(-50%);background:var(--primary);z-index:-1}footer{width:100%;font-size:1.75rem;display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background:#fff;border-top:.3rem solid var(--primary);text-align:center;z-index:5;max-height:max-content}footer a{color:var(--primary)}@media screen and (max-width: 46.875rem){footer{flex-direction:column}}.views{width:100%;height:100%;padding:3rem}@media screen and (max-width: 53.125rem){.views{padding:0rem}}.button_cta{font-size:100%;font-weight:700;transition:all 1s ease-in-out;cursor:pointer;padding:1rem 3rem;width:max-content;border-radius:1rem;text-decoration:none;color:#fff;background:var(--cta);border:solid .5rem var(--cta)}.button_cta:hover{border:solid .5rem var(--cta-hover);background:var(--cta-hover);color:#fff}.button_cta:focus{border:solid .5rem var(--cta-hover);background:var(--cta-hover);color:#fff}.button_alt{font-size:100%;font-weight:700;transition:all 1s ease-in-out;cursor:pointer;padding:1rem 3rem;width:max-content;border-radius:1rem;text-decoration:none;color:var(--cta);background:none;border:solid .5rem var(--cta)}.button_alt:hover{border:solid .5rem var(--cta-hover);background:none;color:var(--cta-hover)}.button_alt:focus{border:solid .5rem var(--cta-hover);background:none;color:var(--cta-hover)}.button_primary{font-size:100%;font-weight:700;transition:all 1s ease-in-out;cursor:pointer;padding:1rem 3rem;width:max-content;border-radius:1rem;text-decoration:none;color:#fff;background:var(--primary);border:solid .5rem var(--primary)}.button_primary:hover{border:solid .5rem var(--primary-hover);background:var(--primary-hover);color:#fff}.button_primary:focus{border:solid .5rem var(--primary-hover);background:var(--primary-hover);color:#fff}.button_error{font-size:100%;font-weight:700;transition:all 1s ease-in-out;cursor:pointer;padding:1rem 3rem;width:max-content;border-radius:1rem;text-decoration:none;color:#fff;background:red;border:solid .5rem #ff0000}.button_error:hover{border:solid .5rem #ba0000;background:#ba0000;color:#fff}.button_error:focus{border:solid .5rem #ba0000;background:#ba0000;color:#fff}.button_navItem{border-radius:1rem;width:37rem;padding:1rem 2rem;transition:all .2s ease;border:none;display:flex;gap:2rem;text-decoration:none;color:#000}.button_navItem:hover{background:var(--primary-hover);color:var(--white-blue);cursor:pointer}.button_navItem i{font-size:3rem;width:3rem}.button_inactive{font-size:100%;font-weight:700;transition:all 1s ease-in-out;cursor:pointer;padding:1rem 3rem;width:max-content;border-radius:1rem;text-decoration:none;color:#000;background:#c9c7c7;border:solid .5rem #999999;cursor:not-allowed}.button_inactive:hover{border:solid .5rem #c9c7c7;background:#999;color:#fff}.button_inactive:focus{border:solid .5rem #c9c7c7;background:#999;color:#fff}a.router-link-active{background:var(--primary);background-color:var(--primary);color:#fff}.icon{color:#fff;font-size:150%}.icon_button{min-width:4rem;min-height:4rem;width:4rem;height:4rem;background:#999;border:.3rem solid #000000;border-radius:1rem;transition:all 1s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.icon_button i{color:#fff}.icon_button:hover{background:#fff}.icon_button:hover i{color:#999;transition:all 1s ease-in-out}.icon_button:focus{background:#fff}.icon_button:focus i{color:#999;transition:all 1s ease-in-out}.icon_button__green{min-width:4rem;min-height:4rem;width:4rem;height:4rem;background:var(--cta);border:.3rem solid #000000;border-radius:1rem;transition:all 1s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.icon_button__green i{color:#fff}.icon_button__green:hover{background:#fff}.icon_button__green:hover i{color:var(--cta);transition:all 1s ease-in-out}.icon_button__green:focus{background:#fff}.icon_button__green:focus i{color:var(--cta);transition:all 1s ease-in-out}.icon_button__red{min-width:4rem;min-height:4rem;width:4rem;height:4rem;background:red;border:.3rem solid #000000;border-radius:1rem;transition:all 1s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.icon_button__red i{color:#fff}.icon_button__red:hover{background:#fff}.icon_button__red:hover i{color:red;transition:all 1s ease-in-out}.icon_button__red:focus{background:#fff}.icon_button__red:focus i{color:red;transition:all 1s ease-in-out}.icon_button__yellow{min-width:4rem;min-height:4rem;width:4rem;height:4rem;background:#ffd900;border:.3rem solid #000000;border-radius:1rem;transition:all 1s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.icon_button__yellow i{color:#fff}.icon_button__yellow:hover{background:#fff}.icon_button__yellow:hover i{color:#ffd900;transition:all 1s ease-in-out}.icon_button__yellow:focus{background:#fff}.icon_button__yellow:focus i{color:#ffd900;transition:all 1s ease-in-out}.icon_button__orange{min-width:4rem;min-height:4rem;width:4rem;height:4rem;background:orange;border:.3rem solid #000000;border-radius:1rem;transition:all 1s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.icon_button__orange i{color:#fff}.icon_button__orange:hover{background:#fff}.icon_button__orange:hover i{color:orange;transition:all 1s ease-in-out}.icon_button__orange:focus{background:#fff}.icon_button__orange:focus i{color:orange;transition:all 1s ease-in-out}.icon_button__blue{min-width:4rem;min-height:4rem;width:4rem;height:4rem;background:var(--primary);border:.3rem solid #000000;border-radius:1rem;transition:all 1s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.icon_button__blue i{color:#fff}.icon_button__blue:hover{background:#fff}.icon_button__blue:hover i{color:var(--primary);transition:all 1s ease-in-out}.icon_button__blue:focus{background:#fff}.icon_button__blue:focus i{color:var(--primary);transition:all 1s ease-in-out}.icon_button__pink{min-width:4rem;min-height:4rem;width:4rem;height:4rem;background:#ff3edf;border:.3rem solid #000000;border-radius:1rem;transition:all 1s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;cursor:pointer}.icon_button__pink i{color:#fff}.icon_button__pink:hover{background:#fff}.icon_button__pink:hover i{color:#ff3edf;transition:all 1s ease-in-out}.icon_button__pink:focus{background:#fff}.icon_button__pink:focus i{color:#ff3edf;transition:all 1s ease-in-out}.form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:max-content}.form_div{display:flex;flex-direction:column;width:100%;gap:1.25rem;position:relative}.form_div :has(div){gap:0}.form_div i{position:absolute;right:1rem;top:50%;transform:translateY(50%)}.form_eyecontainer{display:flex;flex-direction:column;width:100%;gap:1.25rem;position:relative}.form_eyecontainer .form_input{padding-right:3.5rem}.form_eyecontainer i{position:absolute;right:1rem;top:50%;transform:translateY(50%);cursor:pointer}.form_label{font-size:150%}.form_input{height:5rem;border-radius:1.5rem;padding:0 2rem;font-size:150%;border:solid .2rem black;outline:none}.form_input_error{border:solid .3rem #ff0000;background:#fe040447;transition:all 1s ease-in-out}.form_input:focus{background:#049afe47;border:solid .2rem rgba(0,153,255,.5764705882);transition:all .5s}.error_message{color:red;font-size:135%;font-weight:600}.audio-player{height:6rem;width:100%;background:var(--primary-hover);color:#fff;font-size:.75rem;overflow:hidden;display:grid;grid-template-rows:.6rem auto;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.audio-player .timeline{background:#fff;width:100%;position:relative;cursor:pointer}.audio-player .timeline .progress{background:var(--cta);width:0%;height:100%;transition:.25s;border-top-right-radius:15rem}.audio-player .timeline .progress:hover{padding-bottom:1rem;transition:.25s;border-bottom-right-radius:.5rem}.audio-player .controls{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;color:var(--white-blue);font-size:2.5rem}.audio-player .controls>*{display:flex;justify-content:center;align-items:center}.audio-player .controls .time{display:flex;font-weight:600}.audio-player .controls .time>*{padding:.2rem}.audio-player .controls .volume-container{cursor:pointer;position:relative;z-index:2}.audio-player .controls .volume-container .volume-button{height:2.6rem;display:flex;align-items:center}.audio-player .controls .volume-container .volume-button i{font-size:2.5rem}.audio-player .controls .volume-container .volume-button .volume{transform:scale(.7)}.audio-player .controls .volume-container .volume-slider{position:absolute;left:-1rem;top:0%;z-index:-1;width:0;height:1.5rem;background:#fff;box-shadow:0 0 1rem #000;transition:.25s;transform:translateY(25%)}.audio-player .controls .volume-container .volume-slider .volume-percentage{background:var(--cta);height:100%;width:100%}.audio-player .controls .volume-container:hover .volume-slider{left:-10rem;width:9rem}.audio-enter-active,.audio-leave-active{transition:transform .5s ease-in-out}.audio-enter,.audio-leave-to{transform:translate(120%)}.voicelogContent li{display:flex;justify-content:space-between;padding:2rem;font-size:1.7rem;border-bottom:.5px dotted rgba(182,182,182,.507);border-radius:1rem;font-weight:700}.voicelogContent li div{font-weight:lighter;text-align:right}.toonVoicelogs{display:flex;height:5.3rem;align-items:center;border-radius:1.5rem;background:#fff;padding:1.5rem;outline:var(--primary) solid .3rem}.toonVoicelogs .accent{text-decoration:underline;color:red}.toonVoicelogs input[type=checkbox]{margin-left:1rem;width:3rem;height:2rem}.inactiveVoicelog{background-color:red;transition:all 1s ease}.inactiveVoicelog:hover{background-color:#ca0000}.inactiveVoicelog i:hover{color:#fff!important}.border{height:5.5rem;width:max-content}.border .dropdown{padding:0;outline:none;border:#c9c7c7 .2rem solid;border-left:none;border-right:0;border-radius:0;height:4rem;gap:1rem;min-width:15rem;max-width:15rem}.border .options_wrapper{min-width:15rem;max-width:15rem;border-radius:0}.border .box{display:flex;align-items:center;border-radius:1.5rem;background:#fff;height:max-content;outline:var(--primary) solid .3rem;height:100%;padding:.3rem}.border .box_select{border:#c9c7c7 .2rem solid;background:none;font-size:2.3rem}.border .box_pickers{display:flex}.border .box_spacer{display:flex;border:#c9c7c7 .2rem solid;border-right:none;justify-content:center;align-items:center;gap:.5rem;height:4rem;padding:0 1rem;width:100%}.border .box .fa-arrow-left{display:flex;justify-content:center;align-items:center;border:#c9c7c7 .2rem solid;height:4rem;padding:0 1rem;border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem;transition:all 1s ease-in-out}.border .box .fa-arrow-left:hover,.border .box .fa-arrow-left:focus{color:var(--primary-hover);border:var(--primary-hover) .2rem solid}.border .box .fa-arrow-right{display:flex;justify-content:center;align-items:center;border:#c9c7c7 .2rem solid;height:4rem;padding:0 1rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;transition:all 1s ease-in-out}.border .box .fa-arrow-right:hover,.border .box .fa-arrow-right:focus{color:var(--primary-hover);border:var(--primary-hover) .2rem solid}.border .box .fa-arrow-mid{display:none}.border .box .datePickers{border:none;border-bottom:.3rem solid var(--primary);font-weight:600;font-size:2rem;height:2rem;cursor:pointer;transition:all 1s ease-in-out}.border .box .datePickers:focus{border:none;outline:none;color:var(--primary-hover);border-bottom:.3rem solid var(--primary-hover)}.border .box .datePickers:hover{color:var(--primary-hover);border-bottom:.3rem solid var(--primary-hover)}.border .box .disabled{border:none;cursor:auto;color:#999;margin-right:-2.5rem}.border .box .disabled[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.border .box .disabled:hover{color:#999;border:none}.backdrop{position:fixed;top:0;left:0;height:100vh;width:100%;background-color:#ffffff86;z-index:10;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.backdropError{position:fixed;top:0;left:0;height:100vh;width:100%;background-color:#ffffff86;z-index:100;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.modalWrapper{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.modalWrapper i.fa-circle-xmark{position:absolute;align-items:center;right:2rem;top:2rem}.modalWrapper .modal{position:absolute;top:50%;transform:translateY(-50%);width:60vw;max-width:150rem;max-height:115rem;z-index:100;border-radius:1.2rem;border:none;box-shadow:1rem 1rem 2rem .4rem #999;padding:0;background-color:#fff;transition:all .5s ease-in}.modalWrapper .modal_footer{padding:3rem 0rem 0rem!important;display:flex;justify-content:center;border:none;border-radius:1.2rem}.modalWrapper .modal_footer .form{width:100%!important}.modalWrapper .modal .fa-circle-exclamation{padding:3rem;font-size:4vw}.modalWrapper .modal .sectionHeader{padding:2rem;position:sticky;top:0;font-weight:700;background-color:var(--primary);color:#fff;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem}.modalWrapper .modal header i{transition:all .3s ease-in-out;font-size:3rem}.modalWrapper .modal header i:hover{transition:all .3s ease-in-out;cursor:pointer;transform:scale(1.1)}.modalWrapper .modalError{position:absolute;top:25%;width:25%;z-index:100;border-radius:1.2rem;border:none;box-shadow:0 .2rem .8rem #999;padding:0;margin:0;overflow:hidden;background-color:#fff;transition:all .5s ease-in}.modalWrapper .modalError .actionsError{display:flex}.modalWrapper .modalError .footerError{padding:4rem;border:none;display:flex;justify-content:space-evenly}.modalWrapper .modalError .waarschuwing{text-align:center;font-weight:700;font-size:3rem;color:red}.modalWrapper .modalError header{padding:2rem;background-color:var(--primary-hover);color:#fff}.modalWrapper .modalError ul li{padding:1.9rem}.modalWrapper .modalError h6{padding-top:1rem;margin:auto;width:80%}.modalWrapper .modalError i{transition:all .3s ease-in-out}.modalWrapper .modalError i:hover{transition:all .3s ease-in-out;cursor:pointer;transform:scale(1.1)}.modalWrapper .modalError form{height:4vh;display:flex;flex-direction:row}.error_modal_icon{padding:3rem;font-size:calc(9rem + 6 * (100vw - 320px) / 680);animation:breathing 2s ease-out infinite normal;-webkit-font-smoothing:antialiased;color:red}.buttonArrows{border-radius:0;height:4rem;display:flex;align-items:center;justify-content:center;min-width:3.5rem;text-align:center;width:100%;border:#c9c7c7 .2rem solid;border-right:none;font-weight:700;color:#000;background:#fff;font-size:3rem;cursor:pointer}.buttonArrows:focus,.buttonArrows:hover{border:#000000 .2rem solid}.buttonArrows:nth-last-of-type(1){border-right:#c9c7c7 .2rem solid;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.paginator{min-height:5.5rem;height:5.5rem;width:max-content}.paginator_total{min-width:max-content;outline:#c9c7c7 solid .3rem;height:4rem;display:flex;justify-content:baseline;align-items:center}.paginatorBox{display:flex;align-items:center;border-radius:1.5rem;background:#fff;height:max-content;outline:var(--primary) solid .3rem;height:100%;padding:.3rem;width:max-content}.paginatorBox_split{display:flex;width:100%}.paginatorBox_split:first-child .text{font-weight:500;padding:0 .5rem}.paginatorBox .paginatorInput{max-width:4.5rem;border:none;font-size:2rem;text-align:center;font-family:Raleway,sans-serif;font-weight:700;transition:all .5s ease}.paginatorBox .paginatorInput::-webkit-outer-spin-button,.paginatorBox .paginatorInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.paginatorBox .paginatorInput[type=number]{-moz-appearance:textfield}.paginatorBox .paginatorInput:focus-visible,.paginatorBox .paginatorInput:hover{outline:none;color:var(--white-blue);background-color:var(--primary-hover);border-radius:.5rem}.paginatorBox .text{background:#fff;color:#000;font-weight:700;height:4rem;display:flex;justify-content:center;align-items:center;border:#c9c7c7 .2rem solid;border-right:none;padding:0rem .1rem;font-size:2rem;min-width:15.5rem;text-align:center;width:max-content}.select{height:4rem;width:max-content;background:#fff;font-size:3rem;border-top-left-radius:1rem;border-bottom-left-radius:1rem;outline:none;border:#c9c7c7 .2rem solid;border-right:none;cursor:pointer}.select:hover,.select:focus{border:#000000 .2rem solid}.select_option{font-size:2rem;background:#fff;color:#000}.radio-group{display:flex;gap:1rem;border-bottom:.05rem solid rgba(216,216,216,.514)}.radio-group label{padding-left:.5rem}.radio-group div{display:flex;align-items:center}.radio-group input{cursor:pointer}.container{width:calc(100% - 5.5rem);border-radius:.5rem;display:flex;gap:1rem;justify-content:center}.container .btn{margin-top:.2rem;background-color:#fff;width:100%;padding:0 1.5rem;border:.1rem solid #c9c7c7;transition:all .3s ease-in-out;font-size:2rem;cursor:pointer;border-radius:.75rem}.container .btn:hover,.container .btn:focus{color:#fff;background-color:var(--primary-hover);outline:none}.container .isActive{color:#fff;background-color:var(--primary)}.duoDatePicker{border-radius:1.5rem;background:#aedcfa;border:none;max-width:max-content;min-width:20rem;height:max-content;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;font-size:100%;font-weight:700;transition:all 1s ease-in-out;cursor:pointer}.duoDatePicker:focus{border:none;outline:none;outline:solid var(--primary) .1rem;color:var(--primary-hover)}.duoDatePicker:hover{color:#fff;background:var(--primary-hover);border:var(--primary-hover) solid .1rem;transition:all 1s ease-in-out}.duoDatePicker:after{font-family:"Font Awesome 5 Pro";content:"";display:block;font-size:2rem;padding-left:1rem}.duoDatePicker_wrapper{padding:0 1rem;cursor:pointer;width:max-content;min-height:4.4rem;margin:0 auto;display:flex;align-items:center;position:relative;gap:2rem;border:.3rem solid var(--primary);border-radius:1.5rem}.duoDatePicker_wrapper input[type=date]::-webkit-calendar-picker-indicator{display:none}.duoDatePicker_wrapper button{height:5.9rem}.arrow_disabled{color:#c9c7c7}.arrow_disabled:hover{background:#fff;color:#c9c7c7}.smallSpinner{width:9rem;height:.5rem;padding:3rem}.smallSpinner .lds-roller{transform:scale(.5);position:relative;top:-2rem}.spinner{width:8rem;height:20vw;margin:auto;display:flex;align-items:center;padding-top:3.5rem}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lds-roller div{animation:lds-roller 1.5s cubic-bezier(.5,0,.5,1) infinite;transform-origin:4rem 4rem}.lds-roller div:after{content:"";display:block;position:absolute;width:.7rem;height:.7rem;border-radius:100%;background:var(--primary);margin:-.4rem 0 0 -.4rem}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:6.3rem;left:6.3rem}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:6.8rem;left:5.6rem}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:7.1rem;left:4.8rem}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:7.2rem;left:4rem}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:7.1rem;left:3.2rem}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:6.8rem;left:2.4rem}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:6.3rem;left:1.7rem}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:5.6rem;left:1.2rem}.routerAnim-enter-active{transition:all .5s ease-in}.routerAnim-enter-from{opacity:0;transform:scale(.95)}.results-enter-active,.results-leave-active{transition:all .3s ease-in}.results-enter-from,.results-leave-to{transition:all .3s ease-in;opacity:0}.wrapper{width:100%;height:100vh;display:flex;flex-direction:row}.nav{float:left;width:42rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:.2rem .2rem .8rem #999;overflow-y:auto;overflow-x:hidden;background-color:#fff}.nav .button_navItem{transition:none}.list{list-style:none;display:flex;flex-direction:column;height:max-content;padding-top:0}.list_item{border-radius:1rem;height:max-content;padding:1rem 2rem;font-size:3rem;display:flex;justify-content:center;align-items:center;font-weight:400}.list_item .button_navItem{display:flex;align-items:center}.list_item .button_navItem:hover{transition:all .3s ease}.list_item i{text-align:center}.list_item i:hover{position:relative}.list_item i span{display:none;width:max-content;padding:.6rem 2rem;z-index:100;color:var(--white-blue);background:var(--primary-hover);position:fixed;margin:-1rem 0rem 0rem 4rem;text-decoration:none;font-family:Raleway,sans-serif;font-weight:500;font-size:75%}.list_wrapper{width:100%;display:flex;flex-direction:column;justify-content:space-evenly}.bars{text-align:center;margin-top:1.5rem;padding-left:2.3rem;font-size:6rem;color:var(--primary);visibility:visible;width:max-content;display:flex;flex-direction:column;transform:scale(1)}.bars:hover,.bars:focus{cursor:pointer;transform:scale(1.05);color:var(--primary-hover);outline:none}.bars i.fa-horizontal-rule{height:2rem;max-width:8rem}.converzionBar{background:-webkit-linear-gradient(270deg,var(--primary-hover) 1.3rem,var(--primary) 3rem);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.menu{margin:5rem;width:7rem;height:7rem}.closed{min-width:10rem;width:max-content;align-items:center}.closed i{text-align:center;width:max-content}.closed i:hover span{display:block}.closed .bars{display:flex;justify-content:center;align-items:center;width:max-content;padding:0}.closed .list{width:100%;display:flex;justify-content:center;align-items:center}.closed .list_item{display:flex;justify-content:center;align-items:center;padding-left:0;padding-right:0}.closed .list_item:hover{color:var(--primary-hover)}.closed .list_item .button_navItem{width:7.5rem;max-width:75%;justify-content:center;align-items:center}.closed .list_item .button_navItem div{display:none}.closed .converzionBar{background:-webkit-linear-gradient(270deg,var(--primary-hover) 2rem,var(--primary) 1rem);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.closed a.router-link-active{width:7rem;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 125rem){.nav{min-width:max-content;max-width:max-content}.nav .button_navItem{width:25rem}}@media screen and (max-width: 85rem){.nav{height:7.5rem;min-width:100%;flex-direction:row;z-index:auto}.nav i:hover span{display:block}.nav .list{width:100%;flex-direction:row;justify-content:space-evenly;padding-left:1rem}.nav .list i span{display:none}.nav .list:last-child{justify-content:space-between;flex-direction:row-reverse;width:max-content;padding-right:1rem}.nav .list_item i{display:flex;place-content:center}.nav .list_item .button_navItem{width:5rem;display:flex;justify-content:center;align-items:center}.nav .list_item .button_navItem div{display:none}.nav .list_item:hover{color:#fff}.nav .bars{display:none}.nav .button_navItem{gap:0;min-width:5.5rem;height:5rem}.closed .list_item{padding:1rem 2rem}}@media screen and (max-height: 67.5rem){.list_item{font-size:2rem}}@media screen and (max-width: 59.375rem){.nav .list_item_small{display:none;background:red}}@media screen and (max-width: 37.5rem){.nav,.list{gap:1rem}.list_item{padding:1rem 0}}@media screen and (max-width: 28.125rem){.nav{gap:0}}.login{width:100%;height:100%;background-image:linear-gradient(45deg,var(--primary-transparent),75%,var(--cta-transparent)),url(/assets/call-center-WoivzVQT.jpg);background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;flex-direction:column}.login_container{background:var(--primary-white-transparent);width:max-content;padding:3rem;gap:5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:1.5rem;-webkit-backdrop-filter:blur(.5rem) sepia(20%);backdrop-filter:blur(.5rem) sepia(20%)}.login_h2{font-size:400%;color:#fff;width:max-content}.login_h3{font-size:150%;width:35ch;text-align:center;color:#fff}.login_h4{font-size:125%;width:35ch;text-align:center;color:#fff}.login_request{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:2.5rem}.login_p{color:#fff}.login_link{color:var(--primary);font-size:120%;font-weight:700;transition:all 1s ease-in-out;cursor:pointer}.login_link:visited{color:var(--primary)}.login_link:hover{color:#fff}.login_row{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center}.login_wrapper{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:1rem;justify-content:space-between}.login_wrapper input[type=checkbox]{width:2rem;height:2rem;accent-color:var(--cta);color:#fff}.login_wrapper label{color:#fff;font-size:2rem}.login_list{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;gap:.5rem}.login_listItem{width:30ch;font-size:125%;font-weight:500;text-align:start;text-align:center}@media screen and (max-width: 53.125rem){.login_list{list-style:none;max-width:100%}.login_listItem{width:90%}}@media screen and (max-width: 46.875rem){.login_container{padding:3rem;width:100%}.login_wrapper{flex-direction:column}.login_wrapper label{font-size:120%}.login_h3{width:100%}.login .form{max-width:75%}}@media screen and (max-width: 33.75rem){.login_container{padding:1rem 0rem;width:100%}}@media screen and (max-width: 28.125rem){.login_container{width:100%}.login_h4{width:100%;font-size:110%}.login .form_input{font-size:110%}}.blueHover{transition:all 1s ease-in-out}.blueHover:hover{color:var(--primary-hover);transition:all 1s ease-in-out;cursor:pointer}.centerCard{display:flex;justify-content:center;align-items:center;width:100%}.centerCard .card{box-shadow:.6rem .6rem .6rem .2rem #999;outline:.3rem solid var(--primary);min-height:22rem;width:40%;height:40vh;display:flex;justify-content:center;align-items:center;border-radius:2rem;text-align:center}.dashboard{width:100%;height:100%;display:flex;flex-direction:column}.dashboard_button:hover i{display:none}.dashboard_button:hover i:nth-last-child(1){display:block}.dashboard_button i{font-size:2.5rem}.dashboard_button i:nth-last-child(1){display:none}.dashboard_error{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.dashboard_error_card{display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:.2rem .2rem .8rem #999;border-radius:1.5rem;width:40rem;height:40rem;gap:.5rem}.dashboard_error_card i{font-size:12.5rem;color:red}.dashboard_header{display:flex;justify-content:space-between;align-items:center;height:max-content;width:100%;padding:1rem}.dashboard_header .button_cta{font-weight:800}.dashboard_iframe{width:100%;height:100%;outline:none;border:none;border-radius:0;overflow:scroll;margin:0}.dashboard_iframe__full{position:absolute;width:100%;height:100%;z-index:50;top:0;left:0;background:#fff}.dashboard_fullscreen{font-size:3rem;padding:0;display:flex;justify-content:center;align-items:center;text-align:center;justify-self:end;align-self:end;padding:.5rem;width:calc(5rem + 2.5%)}.dashboard_spinner{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.dashboard_spinner .spinner{margin:0;padding:0}.dashboard_spinner .spinner .lds-roller div:after{background:var(--cta)}.rapportage{width:100%;display:grid}.rapportage_filter{width:100%;background:#fff;height:max-content}.rapportage_filter form{width:auto;gap:1rem}.rapportage_filter_list{background:#c9c7c7;list-style:none;width:100%;padding:.5rem 0rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3rem;border-radius:1.5rem}.rapportage_filter_listItem{width:max-content;padding:1rem 2rem;font-weight:700;transition:all 1s ease-in-out;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;cursor:pointer;position:relative}.rapportage_filter_listItem:last-child:hover{background:none}.rapportage_filter_listItem:hover{background:#fff;border-radius:1.5rem;box-shadow:.4rem .3rem .3rem #c9c7c7}.rapportage_filter_listItem button:hover .rapportage_filter_listItem_triangle,.rapportage_filter_listItem button:focus .rapportage_filter_listItem_triangle{border-top:1.3rem solid #ffffff;transition:all 1s ease-in-out}.rapportage_filter_listItem_triangle{width:0;height:0;border-left:1.3rem solid transparent;border-right:1.3rem solid transparent;border-top:1.3rem solid var(--cta);position:absolute;transition:all 1s ease-in-out;bottom:.1rem;left:50%;transform:translate(-50%)}.rapportage_filter_listItem:nth-last-child(1){align-self:flex-end}.rapportage_filter_listItem__active{background:#fff;border-radius:1.5rem;box-shadow:.4rem .3rem .3rem #c9c7c7}.rapportage_filters{width:100%;padding:3rem 0rem;background:#fff;transition:all 1s ease-in-out}.rapportage_filters_wrap{display:flex;flex-direction:column;gap:1rem;border:.3rem solid;padding:1rem;width:100%;border-radius:1.5rem;position:relative}.rapportage_filters .form{display:flex;flex-direction:row;width:100%}.rapportage_filters .form_input{width:100%}.rapportage_filters .form button{width:max-content;height:5rem;display:flex;justify-content:center;align-items:center;z-index:10}.rapportage_filters_list{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem}.rapportage_filters_wrapper{display:flex;gap:2rem;align-items:center}.rapportage_filters_wrapper_wrap{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:2rem;width:max-content;margin:0 auto}.rapportage .dropdown{padding:0 1rem;height:4rem;min-width:auto;max-width:auto;width:25rem}.rapportage .dropdown_wrapper{padding:0}.rapportage_cta{padding:0rem 1rem;height:4rem;width:13rem;font-size:100%;border-radius:1rem}.rapportage_cta--inactive{background:gray;border:solid .5rem grey;cursor:not-allowed}.rapportage_cta--inactive:hover{background:#c9c7c7;border:solid .5rem #c9c7c7}.rapportage_button{padding-right:1.5rem;height:4rem;width:13rem;display:flex;align-items:center;flex-direction:row;color:#fff;font-size:100%;gap:1.5rem;border:none;border-radius:.3rem;transition:all 1s ease-in-out;cursor:pointer;overflow:hidden}.rapportage_button--blue{background:var(--primary-hover)}.rapportage_button--blue:hover,.rapportage_button--blue:focus{border:none;outline:none;background:var(--primary)}.rapportage_button--blue:hover .rapportage_button_icon--blue,.rapportage_button--blue:focus .rapportage_button_icon--blue{background:var(--primary-hover)}.rapportage_button--inactive{background:#c9c7c7}.rapportage_button--inactive:hover,.rapportage_button--inactive:focus{border:none;outline:none;background:gray}.rapportage_button--inactive:hover .rapportage_button_icon--inactive,.rapportage_button--inactive:focus .rapportage_button_icon--inactive{background:#c9c7c7}.rapportage_button_icon{padding:0rem 1rem;height:100%;display:flex;justify-content:center;align-items:center;border-top-right-radius:1.5rem;transition:all 1s ease-in-out}.rapportage_button_icon--blue{background:var(--primary)}.rapportage_button_icon--inactive{background:gray}.rapportage_wrapper{width:100%;overflow:auto;height:70%}.rapportage_wrapper_big{max-height:80%}.rapportage_result{width:100%;display:flex;flex-direction:column;gap:.1rem}.rapportage_result_animatie{animation-name:padding_animation;animation-duration:.1s;animation-delay:1s}@keyframes padding_animation{0%{margin-top:12.5rem}to{margin-top:0}}.rapportage_result_header{padding-left:1rem;padding-top:1rem;background:#c9c7c7;font-weight:700;font-size:2rem}.rapportage_result_list{padding-left:1rem;display:flex;height:max-content;padding-top:.5rem;border-bottom:var(--primary-hover) solid .1rem;font-size:2rem;font-weight:500}.rapportage_result_listItem{width:33%}.rapportage_table{background:none;width:100%;border:none}.rapportage_table_container{border:solid 1rem var(--primary);border-top-right-radius:2.5rem;border-top-left-radius:2.5rem;overflow:auto;max-height:calc(100% - 21rem)}.rapportage_table_container::-webkit-scrollbar{width:1rem}.rapportage_table_container::-webkit-scrollbar-track{background:var(--primary)}.rapportage_table_container::-webkit-scrollbar-thumb{background:var(--cta)}.rapportage_table_container::-webkit-scrollbar-thumb:hover{background:var(--cta-hover)}.rapportage_table_noScroll{border-right:none;border-top-right-radius:0}.rapportage_table .thead tr:last-child{border-top:solid var(--primary-hover) .1rem;border-bottom:solid var(--primary-hover) .1rem}.rapportage_table .thead tr th{border-right:solid var(--primary-hover) .1rem;padding:1rem}.rapportage_table .thead tr th:last-child{border-right:none}.rapportage_table .tbody tr:hover{background:var(--primary-hover);color:#fff}.rapportage_table .tbody tr td{padding:1rem;border:solid var(--primary-hover) .1rem;border-left:none}.rapportage_table .tbody tr td:last-child{border-right:none}.rapportage .table_big{max-height:calc(100% - 15rem)}.dropdowns{display:flex;gap:3rem;flex-wrap:wrap}.dropdowns_project .dropdown{width:50rem}.dropdowns .dropdown{min-width:30rem;width:100%}.dropdowns__wrapper{display:flex;justify-content:center;align-items:start;gap:1rem;flex-direction:column}.dropdowns__kode{font-weight:700}.rapportage__table{width:100%;padding-bottom:3rem}.rapportage__table #gegevens table{border-bottom:none}.rapportage__table #list,.rapportage__table #callrap,.rapportage__table #list fieldset,.rapportage__table #callrap fieldset{border:none}.rapportage__table #list fieldset tr:nth-of-type(4n+1),.rapportage__table #callrap fieldset tr:nth-of-type(4n+1){background:#eaeaea}.rapportage__table #list fieldset tr:nth-of-type(4n+1):hover,.rapportage__table #callrap fieldset tr:nth-of-type(4n+1):hover{background:var(--primary);color:#fff}.rapportage__table #list legend,.rapportage__table #callrap legend{font-size:2.5rem;font-weight:500;border:.5rem solid var(--primary);padding:.5rem 2rem;border-bottom:none}.rapportage__table #list table,.rapportage__table #callrap table{border:.5rem solid var(--primary)}.rapportage__table #list table .head td,.rapportage__table #callrap table .head td{font-weight:700}.rapportage__table #list.scriptrapp table{background:#fff;border:.5rem solid var(--primary)}.rapportage__table #list.scriptrapp table:nth-child(2n){border-top:none}.rapportage__table #list.scriptrapp table tbody th{text-align:end;padding:.5rem 2rem!important}.rapportage__table #list.scriptrapp table thead th{text-align:start;padding:.5rem 2rem!important}.rapportage__table #list.scriptrapp table thead tr{background:#eaeaea}.rapportage__table #list.scriptrapp table thead tr:first-of-type th{text-align:start}.rapportage__table table{background:#fff;border:.5rem solid var(--primary)}.rapportage__table table:nth-child(2n){border-top:none}.rapportage__table table thead th{text-align:start;padding:.5rem 2rem!important}.rapportage__table table thead tr{background:#eaeaea}.rapportage__table table thead tr:first-of-type th{text-align:center}.rapportage__table table tbody tr{border-bottom:.2rem solid #eaeaea}.rapportage__table table tbody tr:hover{background:var(--primary);color:#fff}.rapportage__table table tbody td{min-width:max-content;width:min-content;padding:.5rem 2rem;text-align:start;text-overflow:ellipsis;max-width:50ch}.rapportage__table table tbody .footer{border-top:solid .5rem var(--primary);font-weight:700}.rapportage__table table tbody .lastrow{display:none}.rapportage__table table tfoot{border-top:solid .5rem var(--primary)}.rapportage__table table tfoot tr:last-of-type{font-weight:700}.rapportage__table table tfoot td{min-width:max-content;text-wrap:nowrap;padding:.5rem 2rem;text-align:start}.rapportage__table table .subgroep{font-weight:700}.rapportage__table table .last{border-right:.2rem solid var(--primary)}.rapportage__table table .num{text-align:end}.rapportage__table table .lastrow{padding:0rem}.rapportage__table .noCustom{font-size:4rem;font-weight:600}@media screen and (max-width: 53.125rem){.rapportage{padding-bottom:2rem}.rapportage_filter,.rapportage__table{padding:0rem 2rem}}@media print{.body__nav,.body__header,.body__footer,.rapportage_filter{display:none!important}.parent{display:block!important}div#main,div.main,div#app,section.rapportage,.body__content,section#views,.rapportage__table{overflow:auto!important;display:block!important;padding:0!important;margin:0!important;overflow:hidden!important;max-height:100%!important;height:100%!important}body{overflow:auto!important;max-height:100%!important;height:100%!important}}.download{width:max-content;padding:3rem;display:flex;flex-wrap:wrap;flex-direction:column;border:#999999 solid .1rem;border-radius:5rem;gap:5rem;background:#fff;z-index:15;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.download__title{display:flex;justify-content:start;align-items:center;gap:2rem;font-size:5rem}.download__title i{color:var(--primary-hover);background:#fff;height:7.5rem;width:7.5rem;display:flex;justify-content:center;align-items:center;border:solid .5rem #999999;border-radius:5rem}.download__buttons{display:flex;justify-content:space-between;gap:2rem}.download__button{font-size:2.5rem;border:none;background:none;padding:1rem 2rem;border-radius:.75rem;cursor:pointer;transition:all 1s ease-in-out}.download__button-cancel{outline:solid .5rem var(--primary-hover)}.download__button-cancel:hover{background:#e5e0e0;outline:solid .5rem var(--primary)}.download__button-submit{color:#fff;background:var(--primary-hover);outline:solid .5rem white}.download__button-submit:hover{background:var(--primary);outline:solid .5rem var(--primary-hover)}.download__options{display:flex;flex-direction:column;gap:3rem}.download__options .dropdown_wrapper{width:100%}.upload{width:max-content;padding:3rem;display:flex;flex-wrap:wrap;flex-direction:column;border:#999999 solid .1rem;border-radius:5rem;gap:3rem;background:#fff;z-index:15;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.upload_backdrop{z-index:10;top:0;left:0;position:absolute;width:100vw;height:100vh;background:#f000;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.upload_header{width:100%;display:flex;align-items:center;justify-content:start;gap:2rem;height:5.5rem;position:relative}.upload_header_close{font-size:4rem;position:absolute;top:1rem;right:0;cursor:pointer}.upload_page{overflow:auto}.upload_wrapper{display:flex;justify-content:space-between;gap:3rem;flex-direction:column}.upload_field{width:100%;height:19rem;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='35' ry='35' stroke='grey' stroke-width='7' stroke-dasharray='6%2c 15' stroke-dashoffset='32' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:3.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5rem;background-color:#0de58f39}.upload_field_label{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem}.upload_field i{font-size:5rem;margin-top:1.75rem}.upload_input{display:none}.upload_loading{width:100%;height:30rem;padding:0 2rem;display:flex;justify-content:start;flex-direction:column;gap:1rem}.upload_loading_h2{z-index:5;background:#fff;position:sticky;top:0}.upload_loading_items{max-width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem}.upload_loading_item{display:flex;border-radius:1.5rem;border:.1rem solid #999999;justify-content:center;align-items:center;text-align:center;padding:0 1rem;width:24rem;height:14rem;position:relative;background-color:#0de58f39}.upload_loading_item .remove{position:absolute;top:.5rem;right:.5rem;font-size:2.5rem}.upload_loading_item .remove:hover{transition:all 1s ease-in-out;color:red}.upload_loading_item_wrapper{height:55rem;max-height:55rem;overflow:auto;width:100%;display:flex;justify-content:start;flex-direction:column}.upload_loading_item_text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:100%;overflow:hidden}.upload_loading_item_text i{font-size:5rem}.upload_loading_item_text p{width:15ch;height:4ch}.upload_loading_buttons{height:5rem;display:flex;justify-content:space-evenly}.upload_loading_empty{width:100%;max-width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.upload_loading_empty i{color:#000;font-size:7rem}.upload_loading_empty p{text-align:center}.upload_rules{width:100%;display:flex;flex-direction:column;gap:1rem;background:#0de58f39;padding:2rem 1.5rem;border-radius:2.5rem;animation-name:fadeIn;animation-duration:1s}.upload_rules_text{max-width:100ch}.upload_rules_buttons{display:flex;gap:5rem}.upload_rules_buttons div,.upload_rules_button{display:flex;justify-content:center;align-items:center;gap:1rem}.upload_rules_checkbox{width:2rem;height:2rem;accent-color:var(--cta);color:#fff}.upload .dropdown{padding:1rem 3rem;font-size:2rem;animation-name:fadeIn;animation-duration:1s}.upload .dropdown_text{font-size:2rem}.upload .dropdown_wrapper{padding:0}.upload_toggle_header{background:red;height:max-content;padding:2rem;margin:-2rem;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem}.upload_toggle_content{display:flex;flex-direction:column;justify-content:center;align-items:center}.upload_toggle_actions{width:100%;height:100%;padding:2.5rem;display:flex;justify-content:center;align-items:center;gap:3rem}@media only screen and (max-height: 74rem){.upload{overflow:auto;gap:1.5rem}.upload_field{height:35rem}.upload_wrapper{gap:1.5rem}.upload_loading_items{max-width:100%;display:grid;gap:1.5rem}.upload_rules_text{max-width:100ch}}@media screen and (max-width: 118.75rem){.upload_field{width:100%}.upload_loading{width:100%;height:25rem}.upload_loading_items{max-width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}}@media screen and (max-width: 102.5rem){.upload_field,.upload_loading{width:100%;height:30rem}.upload_loading_items{max-width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.upload_rules_text{max-width:80ch}}@media screen and (max-width: 84.375rem){.upload_header{flex-direction:column;height:100%;gap:1.5rem}.upload_field,.upload_loading{width:100%;height:30rem}.upload_loading_items{max-width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.upload_rules_text{max-width:50ch}}@media screen and (max-width: 67.5rem){.upload_field{width:100%}.upload_loading{min-width:100%}.upload_header{width:100%}.upload_header_items{max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.upload_rules_text{max-width:50ch}}@media screen and (max-width: 62.5rem){.upload_field{width:100%;height:30rem}.upload .dropdown{width:34rem}.upload_loading{width:100%;height:30rem}.upload_loading_item{justify-self:center}.upload_loading_items{justify-content:center;align-items:center;max-width:100%;display:grid;grid-template-columns:1fr;gap:1.5rem}.upload_rules_text{max-width:40ch}}@media screen and (max-height: 850px){.upload_field{width:100%;height:12rem}.upload_loading{height:24rem}}@media screen and (max-height: 560px){.upload_field{width:100%;height:11rem}.upload_loading{height:18rem}}.criteriaLi{line-height:3.5rem;padding:1rem 3rem;display:flex;border-bottom:.1rem solid lightgray}.criteriaLi::marker{content:""}.addLi{justify-content:space-between;width:100%;align-items:center}.gebruikerButtons{display:flex;align-items:center;font-size:1.5rem;gap:1rem}.tooltipButtons{width:4rem;height:4rem;transition:all .2s ease-out}.tooltipButtons:hover{align-items:center;display:flex}.tooltipButtons:hover i,.tooltipButtons:hover h6{color:#000!important}.tooltipButtons h6{font-size:1rem;color:#fff;transition:all 1s ease-in-out}.form .button_cta{font-size:100%}.rechtenStyle{width:30vw}.selectUser{border:none;border-bottom:.1rem solid lightgray;background:#fff;max-width:25rem;height:2.8rem;text-align:center;font-size:2rem}.selectUser .options{padding:2rem 3rem;line-height:1rem}.selectUser .options_wrapper{max-height:25vh}.selectUser .dropdown{height:1rem;outline:none}.selectUser .dropdown:hover{background-color:#fff}.selectUser .inputDropDown{font-size:85%;border-bottom:.1rem solid lightgray}.selectUser .inputDropDown:hover{background-color:#fff}.selectUser i{font-size:75%}.checkbox{width:2rem}.widthEdit{width:100%;display:flex;justify-content:space-between}.widthEdit select,.widthEdit input{cursor:pointer}.criteriaBorder{border:0;padding:1rem;border-bottom:.1rem solid lightgray;border-radius:0;font-size:85%;min-width:26rem;max-width:50rem;height:3rem}.tooltip{position:relative}.tooltip:hover .tooltipButtons h6,.tooltip:hover .tooltipButtons i{color:#000}.tooltiptext{gap:.9rem;display:none;background:#fff;color:#fff;text-align:center;border-radius:.6rem;outline:.3rem solid black;padding:.8rem;box-shadow:.4rem .4rem 1rem .1rem #808080af;position:absolute;left:-30rem;transition:all 0s ease;animation:fadeIn .5s}.tooltiptext:hover button i{color:#fff}.tooltiptext .copyButton{background:#0098ff!important}.tooltiptext .copyButton:hover{background-color:#fff!important}.tooltiptext i{color:#fff}.tooltiptext button{cursor:pointer;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tooltip:hover .tooltiptext{display:flex;justify-content:center}.toggleButton{font-size:115%;background-color:#fff}.toggleButton:hover{background-color:#d3d3d3}.biggerForm{padding:3rem}.filterWrap{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;align-items:start}.filterWrap input{width:40%}.opmerking{border:none;background-color:#fff;outline:var(--primary) solid .3rem;border-radius:1rem 1rem .1rem;padding:1rem;font-size:80%;min-width:40vh;max-width:50vh;min-height:6rem;max-height:20rem}.prompt{border:none;background-color:#fff;outline:var(--primary) solid .3rem;border-radius:1rem 1rem .1rem;padding:1rem;font-size:80%;min-width:40vw;max-width:50vw;min-height:16rem;max-height:20rem}.answer{border:none;background-color:#fff;outline:var(--primary) solid .3rem;border-radius:1rem 1rem .1rem;padding:1rem;font-size:80%;min-width:40vw;max-width:50vw;min-height:16rem;max-height:400px}.QMbuttons{display:flex;justify-content:center;gap:1rem}.width{width:100%;border-bottom:.05rem solid rgba(216,216,216,.514)}.QMli{padding:2rem;display:flex}.QMli::marker{content:""}.QMli:last-child{padding-bottom:3rem}.QMbuttons{display:flex;padding:1rem 0rem;gap:1rem}.QMcontent ul,.QMloader{width:100%}.QMnotFound{display:flex;height:10rem;align-items:center}@media screen and (max-width: 90.625rem){.QMli{font-size:1.5rem}}@media screen and (max-width: 68.75rem){.agentOpmerking{font-size:1.5rem}}@media screen and (max-width: 37.5rem){.QMli{font-size:1.3rem}}.dropdown{background-color:#fff;padding:1.6rem;border-radius:1.5rem;outline:var(--primary) solid .3rem;width:100%;display:flex;max-height:5.5rem;flex-direction:row;align-items:center;justify-content:space-between;gap:5rem;transition:all 1s ease-in-out}.dropdown ::placeholder{color:#000}.dropdown ::-ms-input-placeholder{color:#0064a7}.dropdown:hover{background:#dbdada;transition:all 1s ease-in-out}.dropdown:focus{background:#dbdada;transition:all 1s ease-in-out}.dropdown_wrapper{cursor:pointer;width:max-content;margin:0;display:flex;flex-direction:column;align-items:start;position:relative}.dropdown_text{overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.dropdown__icon__wrapper{display:flex;gap:1rem}.dropdown__icon__wrapper i{transition:all 1s ease-in-out;font-size:2rem!important}.dropdown__icon__wrapper i:hover{color:var(--primary)}.inputDropDown{background:none;border:none;width:100%;height:2.5rem;overflow:hidden;font-size:2rem;padding:.5rem;border-bottom:.2rem solid #000000;border-radius:0;transition:all .3s ease}.inputDropDown:focus-visible,.inputDropDown:active{transition:all .3s ease;outline:none;border-bottom:.2rem solid var(--primary-hover)}.deleteFilter{width:2.6rem;height:2.6rem;text-align:center;display:flex;align-items:center;justify-content:center;transition:all 1s ease-in-out}.deleteFilter:hover{color:var(--primary)}.options{width:100%;height:100%;display:flex;justify-content:start;align-items:center;text-align:start;border-bottom:.05rem dotted #c9c7c7;padding:.5rem 2rem;font-size:2rem;overflow-wrap:anywhere;text-overflow:ellipsis}.options-selected{color:#fff;background:var(--primary)}.options:hover{background:var(--primary-hover);color:var(--white-blue)}.options-empty{background:#dcdcdc;font-weight:700}.options-empty:hover{background:#dcdcdc;color:#000;cursor:not-allowed}.options_wrapper{display:flex;flex-direction:column;align-items:center;border:var(--primary) solid .3rem;max-height:65rem;border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem;overflow:auto;scroll-behavior:smooth;scroll-padding-top:5rem;scroll-padding-bottom:5rem;width:100%;background:#fff;position:absolute;top:100%;z-index:50}.options_wrapper::-webkit-scrollbar{width:.5rem}.options_wrapper::-webkit-scrollbar-track{background:var(--primary)}.options_wrapper::-webkit-scrollbar-thumb{background:var(--cta)}.options_wrapper::-webkit-scrollbar-thumb:hover{background:var(--cta-hover)}@media screen and (max-height: 1000px){.options_wrapper{max-height:45rem}}@media screen and (max-height: 825px){.options_wrapper{max-height:35rem}}.filterBar{width:100%;height:max-content;border:var(--primary) solid 1rem;display:flex;border-top-left-radius:5rem;padding-left:5rem;flex-direction:column;justify-content:space-between;align-items:start;padding:2rem}.filterBar_button{display:none}.filterBar .search{width:5.5rem;height:5.5rem;border-radius:1.5rem}.filterBar_spacer{width:auto;display:flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:2rem}.filterBar_show{display:flex;justify-content:space-between;align-items:start;gap:2rem;flex-wrap:wrap;width:100%}.filterBar .form_input{height:5.5rem;width:40.7rem;margin:0;outline:var(--primary) solid .3rem;border:none}table{width:100%;min-width:min-content;border-collapse:collapse;text-align:center;border:1rem var(--primary) solid;border-top:none;background:var(--primary);cursor:default}.table{border-right:none}.table_wrapper{width:100%;max-height:100%;min-height:min-content;display:grid;overflow:auto}.table-container{width:100%;height:100%;display:grid}.table-container::-webkit-scrollbar{width:1rem}.table-container::-webkit-scrollbar-track{background:var(--primary)}.table-container::-webkit-scrollbar-thumb{background:var(--cta)}.table-container::-webkit-scrollbar-thumb:hover{background:var(--cta-hover)}.table-container thead{background:#adadad;position:sticky;top:0;z-index:1}.table-container thead tr{overflow:hidden}.table-container thead tr th{text-align:center;border-right:solid .2rem black;padding:.6rem 1rem;transition:all .5s ease}.table-container thead tr th .active .tableFields{border-bottom:.3rem solid black}.table-container thead tr th .tableFields{text-align:start;width:max-content}.table-container thead tr th:hover{cursor:pointer}.table-container thead tr th:hover .fa-bars-sort{color:var(--primary);transition:all .5s ease}.table-container thead tr th:last-child{border-right:none;display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem}.table-container thead tr th:last-child i{font-size:2rem}.table-container tbody tr td{border-right:solid .2rem black;padding:.6rem 1rem;font-weight:700;text-align:start}.table-container tbody tr td .td_small{color:#767676;font-weight:500}.table-container tbody tr td:last-child{border-right:none;width:6rem}.table-container tbody tr:nth-child(odd){background:#fff}.table-container tbody tr:nth-child(2n){background:#eaeaea}.table-container tbody tr:hover{background:var(--primary);color:#fff}.table-container tbody tr:hover .td_small{color:#d4d4d4}.table-container_empty{width:100%;height:80rem;display:flex;justify-content:center;align-items:center}.table-container_empty:hover{background:#fff}.colspan{height:max-content;width:max-content;display:flex;justify-content:center;align-items:center;text-align:center;font-size:3rem}.content{max-width:350px}.content>span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 1500px){.filterBar_button{display:flex}}.mfa{width:100%;height:100%;background-image:linear-gradient(45deg,var(--primary-transparent),75%,var(--cta-transparent)),url(/assets/call-center-WoivzVQT.jpg);background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;flex-direction:column}.mfa__wrapper{max-width:60rem;width:100%;background:var(--primary-white-transparent);width:max-content;padding:3rem;gap:5rem;display:flex;flex-direction:column;border-radius:1.5rem;-webkit-backdrop-filter:blur(.5rem) sepia(20%);backdrop-filter:blur(.5rem) sepia(20%);overflow:auto}.mfa__p{font-size:2.5rem;font-weight:500}.mfa__span{background:var(--primary);border-radius:50%;font-size:3rem;font-weight:500;aspect-ratio:1/1;height:max-content;padding:2rem;text-align:center}.mfa__span p{color:#fff;line-height:.2rem}.mfa__heading{display:flex;justify-content:start;align-items:center;gap:2rem}.mfa__container{display:flex;flex-direction:column;width:100%;gap:1rem}.mfa__img{height:6rem}.mfa__center{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.mfa .button_cta{width:100%}@media screen and (max-width: 500px){.mfa__wrapper{width:100%}.mfa__heading{flex-direction:column;align-items:start}.mfa__center{justify-content:start;align-items:start}}.otp{width:5rem;aspect-ratio:1/1;border:.2rem solid #000000;border-radius:1rem;font-size:4rem;text-align:center}.otp::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.otp::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.otp:focus{background:#049afe47;border:solid .2rem rgba(0,153,255,.5764705882);transition:all .5s;outline:none}.otp_bounce{animation:pulse .3s ease-in-out alternate}.otp_div{height:max-content;width:100%;padding:1rem 5rem;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:1.5rem;flex-direction:column}.otp_p{font-size:100%}.otp_wrapper{display:flex;justify-content:center;align-items:center;gap:.2rem}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.qr{padding:1rem;display:flex;justify-content:center;align-items:center;width:max-content;background:linear-gradient(to right,black .4rem,transparent .4rem) 0 0,linear-gradient(to right,black .4rem,transparent .4rem) 0 100%,linear-gradient(to left,black .4rem,transparent .4rem) 100% 0,linear-gradient(to left,black .4rem,transparent .4rem) 100% 100%,linear-gradient(to bottom,black .4rem,transparent .4rem) 0 0,linear-gradient(to bottom,black .4rem,transparent .4rem) 100% 0,linear-gradient(to top,black .4rem,transparent .4rem) 0 100%,linear-gradient(to top,black .4rem,transparent .4rem) 100% 100%;background-repeat:no-repeat;background-size:2rem 2rem}.qr_wrapper{max-width:50%;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem}.qr_article{border:.3rem solid var(--primary);width:max-content;padding:1rem 3rem;border-radius:1.5rem;font-size:150%}.qr_img{position:absolute;width:10rem}@media screen and (max-width: 450px){.otp{width:4rem;height:4.5rem}}.toastContainer{position:absolute;bottom:5rem;right:5rem;transition:all 1s ease;z-index:1000000}.boxStyle{background-color:#fff;z-index:1000;transform:translate(0);width:40rem;min-height:9rem;box-shadow:3px 5px 5px 2px #0000005d;border-radius:1rem 1rem 0rem;overflow:hidden;display:flex;margin-top:2rem;transition:all 1s ease}.boxStyle:hover{background-color:#e9e9e9;cursor:grab}.boxStyle.success{border-bottom:.3rem solid #29cb8b}.boxStyle.error{border-bottom:.3rem solid #ff0000}.boxStyle.warning{border-bottom:.3rem solid #ffd900}.boxStyle.info{border-bottom:.3rem solid #0064a7}.boxStyle .timeoutBar{position:absolute;bottom:0;right:0;width:34.6rem;background-color:#d4d4d4;height:.5rem}.boxStyle header{font-weight:700}.boxStyle .box{display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;width:7rem}.boxStyle .box.success{background-color:#29cb8b}.boxStyle .box.error{background-color:red}.boxStyle .box.warning{background-color:#ffd900}.boxStyle .box.info{background-color:#0064a7}.boxStyle .toastText{text-align:left;display:flex;flex-direction:column;padding:1rem;width:100%;max-width:35rem}.boxStyle .toastText p{font-size:1.5rem}.boxStyle i.fa-xmark{float:right;cursor:pointer;padding:1rem;transition:all .5s ease-in-out}.boxStyle i.fa-xmark:hover{transition:all .5s ease-in-out;transform:scale(1.1)}.boxStyle i.fa-circle-check,.boxStyle i.fa-circle-exclamation,.boxStyle i.fa-triangle-exclamation,.boxStyle i.fa-circle-info{text-align:center;animation:breathing 2s ease-out infinite normal;-webkit-font-smoothing:antialiased}@keyframes breathing{0%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}50%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}}.slide-enter-active{transition:all .5s ease-in-out}.slide-enter-from{opacity:0;transform:translateY(120%) scaleY(.2)}.slide-leave-active{transition:all .5s ease-in-out}.slide-leave-to{opacity:0;transform:translate(120%) scale(.8,.2)}@media screen and (max-width: 1500px){.toastContainer{bottom:initial;top:5rem}}.profiel{border:var(--primary) solid .3rem;width:100%;height:100%;display:flex;justify-content:space-between;border-radius:2rem;overflow:auto}.profiel_links{height:100%;width:max-content}.profiel_rechts{background:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;position:relative;overflow:auto}.profiel_2fa{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.profiel_list{padding-top:2rem;overflow:auto;background:var(--primary);width:100%;height:100%;display:flex;flex-direction:column;color:#fff;font-weight:700}.profiel_list_item{list-style:none;min-width:max-content;height:max-content;padding:1rem .5rem;cursor:pointer;transition:all 1s ease-in-out}.profiel_list_item_active{background:#fff;color:#000}.profiel_list_item:hover{background:var(--primary-hover);color:#fff}.profiel_titel{top:2rem;position:absolute;cursor:default}.profiel .login_h3{color:#000;width:auto;font-size:120%}.profiel .login_container{-webkit-backdrop-filter:none;backdrop-filter:none;background:none}.ww{display:flex;flex-direction:column-reverse;justify-content:start;align-items:center;gap:4rem;width:100%}.ww button{width:100%}.ww_wrapper{display:flex;flex-direction:column;gap:2rem}.ww_h3{font-size:150%;font-weight:400}.ww_list{list-style:none;display:flex;justify-content:center;flex-direction:row;gap:2rem}.ww_listItem{font-size:150%;display:flex;flex-direction:column;justify-content:center;align-items:center}.ww_listItem_white{font-size:150%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.ww_listItem_error{color:red}.ww_listItem_green{color:var(--cta)}.ww_icon{font-weight:700}.ww_title{font-size:2rem;text-align:center}.ww_error{color:red;font-weight:550}.beheermfa{background:var(--primary);width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr 1fr auto;grid-template-rows:auto 1fr 1fr 1fr;grid-template-areas:"desc desc desc status" "option1 option1 option1 option1" "option2 option2 option2 option2" "option3 option3 option3 option3";gap:1rem;overflow:auto}.beheermfa::-webkit-scrollbar{width:1rem}.beheermfa::-webkit-scrollbar-track{background:none}.beheermfa::-webkit-scrollbar-thumb{background:var(--cta)}.beheermfa::-webkit-scrollbar-thumb:hover{background:var(--cta-hover)}.beheermfa__desc{grid-area:desc;padding:2rem;background:#fff;display:flex;flex-direction:column;gap:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.beheermfa__desc p{font-size:2.25rem;font-weight:600;color:#000}.beheermfa__status{grid-area:status;background:#fff;border-bottom-left-radius:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem;font-size:5rem}.beheermfa__status i{border:1rem solid;font-size:7rem;width:15rem;height:15rem;display:flex;justify-content:center;align-items:center;border-radius:50rem}.beheermfa__status-active{color:#29cb8b;display:flex;justify-content:center;align-items:center;flex-direction:column}.beheermfa__status-inactive{color:#dc143c;display:flex;justify-content:center;align-items:center;flex-direction:column}.beheermfa__option{border-bottom-left-radius:2rem;border-top-left-radius:2rem;padding:2rem;background:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:1.5rem}.beheermfa__option h3{font-size:2.5rem}.beheermfa__option p{font-size:2rem;font-weight:600;color:#000}.beheermfa__option-1{grid-area:option1}.beheermfa__option-2{grid-area:option2}.beheermfa__option-3{grid-area:option3}.beheermfa__option:last-child{border-bottom-left-radius:0rem}.beheermfa__button{padding:1rem 2rem;font-size:2rem;border:none;border-radius:.75rem;cursor:pointer}.beheermfa__button_cancel{background:none;outline:solid .3rem black;transition:all 1s ease-in-out}.beheermfa__button_cancel:hover{background:#cdcdcd}.beheermfa__button_submit{background:red;color:#fff;outline:solid .3rem red;transition:all 1s ease-in-out}.beheermfa__button_submit:hover{background:#dc143c;outline:solid .3rem crimson}.me{width:100%;height:100%;display:flex;justify-content:start;align-items:start}.me__about{border-bottom:1.3rem solid var(--primary);padding:2rem;display:flex;flex-direction:column;width:100%;gap:1.5rem}.me__about p{font-size:2rem;font-weight:500}.me__about p b{width:20rem;display:inline-block}.me__about_info{display:flex;flex-direction:column;gap:.5rem}.me__about_small{font-size:2rem}@media screen and (max-width: 109.375rem){.ww_wrap{flex-direction:column-reverse}.ww_list{flex-direction:row}}@media screen and (max-width: 850px){.profiel{border-radius:0rem}}@media screen and (max-width: 46.875rem){.profiel{flex-direction:column}.profiel_links{height:max-content;width:100%}.profiel_rechts{height:100%}.profiel_list{flex-direction:row;height:max-content;padding-top:0rem}.ww_list{flex-wrap:wrap;justify-content:center;flex-direction:row}.ww .form{width:100%}.ww .form_label{font-size:150%}}@media screen and (max-width: 28.125rem){.ww_list{width:32rem}.ww_title{font-size:1.5rem}.ww .form_label{font-size:100%}}.notFound{width:100%;height:100%;display:flex;justify-content:space-between;transform:translateY(1rem)}.notFound_text{width:50%;height:100%}.notFound_text_wrapper{width:100%;height:max-content;padding-bottom:5rem;display:flex;flex-direction:column;gap:2rem}.notFound_h2{font-size:10rem}.notFound_h2 strong{color:var(--cta)}.notFound_h3{font-size:3rem}.notFound_p{font-size:2.5rem;font-weight:500}.notFound_p a{color:var(--cta);text-decoration:none}.notFound_img{align-self:end;justify-self:end;max-height:100%;height:100%;transform:translateY(3rem)}.notFound_hidden{display:none}.noAccess{width:100%;height:100%;display:flex;justify-content:space-between}.noAccess_text{width:50%;height:100%}.noAccess_text_wrapper{width:100%;height:max-content;padding-bottom:5rem;display:flex;flex-direction:column;gap:2rem}.noAccess_h2{font-size:10rem}.noAccess_h2 strong{color:var(--cta)}.noAccess_h3{font-size:3rem}.noAccess_p{font-size:2.5rem;font-weight:500}.noAccess_p a{color:var(--cta);text-decoration:none}.noAccess_img{align-self:end;justify-self:end;max-height:100%;height:100%}.noAccess_hidden{display:none}@media screen and (max-width: 118.75rem){.notFound_img{width:80rem}}@media screen and (max-width: 110rem){.notFound{flex-direction:column;justify-content:center;align-items:center}.notFound_text{display:none}.notFound_img{align-self:unset;width:40rem;transform:translate(0)}.notFound_h2{font-size:7rem;text-align:center}.notFound_hidden{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width: 102.5rem){.notFound_img{width:40rem;height:50rem}}@media screen and (max-width: 61.5rem){.notFound{gap:2rem}.notFound_h2{font-size:5rem}}@media screen and (max-width: 43.75rem){.notFound_text{width:100%}.notFound_h2{font-size:3.5rem}}@media screen and (max-width: 104.69rem){.text,.selectLabel{font-size:1.3rem}}@media only screen and (max-width: 87.75rem){.modal{max-width:70vw}}@media screen and (max-width: 67.5rem){.filterWrap{flex-direction:column}.filterBar_spacer{align-items:start}.filterBar_button{display:flex}.border{height:100%}.border .box{flex-direction:column}.border .box_select{width:30rem}.border .box .dropdown{min-width:31.75rem;max-width:100%}.border .box .options_wrapper{min-width:27.5rem;max-width:100%}.border .box_pickers{width:100%}.border .box .fa-arrow-left{border-bottom-left-radius:0}.border .box .fa-arrow-right{display:none;border-bottom-right-radius:0}.border .box .fa-arrow-mid{display:flex}.border .box_spacer{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;border-right:#c9c7c7 .2rem solid}}@media screen and (max-width: 46.875rem){.opmerking{min-width:25vh;max-width:35rem;width:100%}.form_label{font-size:1.5vh}.profiel_list li{width:100%;text-align:center}}@media screen and (max-width: 43.75rem){.modal{width:50rem!important;max-width:90vw!important}.paginator{min-height:7.5rem}.paginatorBox{flex-direction:column;padding:0;overflow:hidden}.paginatorBox_split:first-child .text{outline:none;border:none}.paginatorBox .select{outline:none;border:none;border-right:#c9c7c7 .2rem solid;width:7.1rem}.paginatorBox .buttonArrows{border-radius:0}}@media screen and (max-width: 37.5rem){.dropdown{max-width:34rem}.options_wrapper{max-width:34rem;min-width:34rem}.filterBar .form_input{width:34rem}.border{width:max-content}.border .box .dropdown{width:25.1rem;min-width:25.1rem}.border .box .options{width:25.1rem}.border .box .options_wrapper{min-width:25.1rem;width:max-content}.border .box_pickers,.border .box_spacer{width:auto}}@media screen and (max-width: 33.75rem){.text,.selectLabel{font-size:1.5rem}}:root{--primary: #0064a7;--primary-hover: #0098ff;--cta: #29cb8b;--cta-hover: #198d5f;--primary-transparent: #396afc9f;--cta-transparent: #29ff4d9e;--primary-white-transparent: #ffffff54;--white-blue: #fff}body.converzion{--primary: #19335d;--primary-hover: #efab1f;--cta: #8ed1fc;--cta-hover: #3a9cda;--primary-transparent: #19335d8c;--cta-transparent: #efaa1fc7;--primary-white-transparent: #ffffff54;--white-blue: #19335d}.dialog-enter-from[data-v-ed546a45],.dialog-leave-to[data-v-ed546a45]{opacity:0;transform:scale(.8)}.dialog-enter-active[data-v-ed546a45]{transition:all .3s ease-out}.dialog-leave-active[data-v-ed546a45]{transition:all .3s ease-in}.dialog-enter-to[data-v-ed546a45],.dialog-leave-from[data-v-ed546a45]{opacity:1;transform:scale(1)}@media only screen and (max-width: 710px){footer[data-v-ed546a45]{display:flex;justify-content:space-evenly}}.dialog-enter-from[data-v-46936aac],.dialog-leave-to[data-v-46936aac]{opacity:0;transform:scale(.8)}.dialog-enter-active[data-v-46936aac]{transition:all .3s ease-out}.dialog-leave-active[data-v-46936aac]{transition:all .3s ease-in}.dialog-enter-to[data-v-46936aac],.dialog-leave-from[data-v-46936aac]{opacity:1;transform:scale(1)}@media only screen and (max-width: 710px){footer[data-v-46936aac]{display:flex;justify-content:space-evenly}}@media only screen and (max-width: 1340px){.modalError[data-v-46936aac]{width:34rem}.footerError[data-v-46936aac]{display:flex;justify-content:space-evenly;gap:2rem}}
