/* Minification failed. Returning unminified contents.
(2,741): run-time error CSS1030: Expected identifier, found ':'
(2,749): run-time error CSS1031: Expected selector, found ')'
(2,749): run-time error CSS1025: Expected comma or open brace, found ')'
 */
*{margin:0;padding:0;overflow:hidden;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;line-height:1.5em;}body{background-color:#fff;}@media(prefers-color-scheme:dark){body{background-color:#000;}}#layerLoading{position:absolute;width:100dvw;height:100dvh;background-color:rgba(0,0,0,.5);z-index:999;display:flex;visibility:hidden;color:#fff;justify-content:center;align-items:center;}#layerLoading>div{width:200px;aspect-ratio:1;position:relative;display:flex;justify-content:center;align-items:center;}#layerLoading>div>#loadingText{position:absolute;margin:auto;font-size:20pt;}#layerContent{width:100dvw;height:100dvh;background-color:#21ead8;display:grid;grid-template-columns:1fr;grid-template-rows:50px 1fr 20px;}#layerContent header{width:100%;height:100%;z-index:998;background-color:#d1ffdc;box-shadow:0 1px 5px grey;padding:0 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;font-size:22pt;color:#007d7d;}#layerContent header>img{flex:0 0 100px;height:100%;aspect-ratio:auto;}#layerContent header>div{flex:0 0 auto;text-align:center;}#layerContent header>.toggleBox input[type="checkbox"]{display:none;visibility:hidden;}#layerContent header>.toggleBox .block{position:relative;clear:both;float:left;margin:5px 0;}#layerContent header>.toggleBox label{margin:5px 0;width:80px;height:40px;box-sizing:border-box;float:left;border-radius:5px;position:relative;cursor:pointer;transition:.3s ease;color:#fff;font-size:18pt;background:#007d7d;text-align:center;user-select:none;}#layerContent header>.toggleBox label>span{align-content:center;}#layerContent header>.toggleBox input[type=checkbox]:checked+label{background:#007d7d;}#layerContent header>.toggleBox input[type=checkbox]:checked+label:before{left:40px;}#layerContent header>.toggleBox label:before{transition:.3s ease;content:'';position:absolute;background:rgba(100,100,100,.9);width:40px;height:40px;left:0;top:0;box-sizing:border-box;color:#000;border-radius:5px;}#layerContent main{width:100%;height:100%;background-color:#aeeeee;overflow-x:hidden;overflow-y:hidden;}#layerContent footer{width:100%;height:100%;z-index:998;background-color:#d1ffdc;box-shadow:0 -1px 5px grey;padding:0 5px;display:flex;align-items:center;justify-content:start;font-size:8pt;}#layerContent footer>div{height:fit-content;background-color:transparent;}
@charset "UTF-8";u{text-underline-position:under;text-decoration-thickness:2px;}ol{list-style-type:decimal;padding-inline-start:30px;}ol>li{overflow:visible;}*:not(:checked):disabled{background:#e1e1e1 !important;color:#000 !important;opacity:1;}hr{border:0;padding-top:1px;background:linear-gradient(to right,#d0d0d5,transparent);}.hidden{display:none !important;}.tipText{display:flex;flex-direction:column;color:#c86400;font-size:110%;text-align:center;display:flex;justify-content:center;align-items:center;}.tipText2{color:#c8007d;font-size:80%;padding:0 5px;}.errText{color:#e10000;font-size:120%;font-weight:bold;text-align:center;display:none;justify-content:center;align-items:center;}.pairInput{color:#7d7d7d;}.pairInput:has(input:checked){color:#009632;}div{user-select:none;}*:disabled{pointer-events:none;cursor:default;}#frame{width:100%;height:auto;max-width:100%;max-height:100%;display:block;padding:0 10px;overflow-x:hidden;overflow-y:auto;font-size:3.6vw;}#frame .box{width:100%;height:auto;max-width:100%;max-height:auto;max-width:800px;background:#fff;border-radius:10px;margin:10px auto;box-shadow:5px 5px 5px 0 rgba(50,50,50,.5);display:flex;flex-direction:column;font-weight:bold;color:#000;}#frame .box>.boxTitle{flex:0 0 auto;padding:10px;background-color:#007d7d;color:#fff;}#frame .box>.boxContent{display:block;}#frame .box>.boxContent .groupGap{display:flex;flex-direction:column;gap:1.5vw;}#frame .box>.boxContent .groupGapPadding{display:flex;flex-direction:column;padding:15px;gap:1.5vw;}#frame .box>.boxContent .groupGapPaddingBorder{display:flex;flex-direction:column;margin:10px;padding:15px;gap:1.5vw;border:2px solid #007d7d;}#frame .box>.boxContent .groupGapPaddingBorder>legend{background-color:#c8e1fa;border-radius:10px;margin:0 10px 0 -5px;padding:5px;}#frame .fieldType2{display:flex;gap:5px;flex-direction:row;padding:5px;}#frame .fieldType2.highlight{background-image:linear-gradient(90deg,red 70%,transparent 50%),linear-gradient(90deg,red 70%,transparent 50%),linear-gradient(0deg,red 70%,transparent 50%),linear-gradient(0deg,red 70%,transparent 50%);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:15px 2px,15px 2px,2px 15px,2px 15px;background-position:left top,right bottom,left bottom,right top;animation:highlight 1s infinite linear;}@keyframes highlight{0%{background-position:left top,right bottom,left bottom,right top;}100%{background-position:left 15px top,right 15px bottom,left bottom 15px,right top 15px;}}#frame .fieldType2.compulsory>:nth-child(1)::before{content:'*';color:#f00;align-self:start;}#frame .fieldType2>div{flex:1;min-width:0;font-size:inherit;display:flex;align-items:center;}#frame .containerPhone{display:grid !important;grid-template-rows:1fr !important;grid-template-columns:auto 1fr !important;}#frame .containerPhone>select{border-right:none;padding:0;}#frame .containerId{display:flex;flex-direction:row;}#frame .containerId>.idPrefix{flex:1 0 20px;}#frame .containerId>.idSuffix{height:100%;flex:0 0 10vw;display:flex;flex:row;align-items:center;}#frame .containerCheck{min-width:0;display:flex;flex-direction:column;}#frame .containerCheck>.pairInput{width:100%;border:1px dashed #007d7d;display:grid;grid-template-columns:1fr 15vw;grid-template-rows:1fr;align-items:center;justify-content:center;flex-direction:row;}#frame .containerCheck>.pairInput>div{padding:5px;display:flex;flex-direction:column;justify-self:start;align-self:center;}#frame .containerCheck>.pairInput>input{display:flex;justify-self:center;align-self:center;}#frame .containerRadioH{min-width:0;display:flex;flex-direction:row;}#frame .containerRadioH>.pairInput{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-self:center;align-self:center;text-align:center;}#frame .containerRadioH>.pairInput>div{padding:0 5px;}#frame .containerRadioV{min-width:0;display:flex;flex-direction:column;}#frame .containerRadioV>.pairInput{width:100%;border:1px dashed #007d7d;display:grid;grid-template-rows:1fr;grid-template-columns:1fr 15vw;align-items:center;justify-content:center;}#frame .containerRadioV>.pairInput>div{padding:5px;display:flex;flex-direction:row;justify-self:start;align-self:center;}#frame .containerRadioV>.pairInput>input{display:flex;justify-self:center;align-self:center;}#frame .containerRadioV>.pairInput:not(:first-child){border-top:none;}#frame select{min-width:0;width:100%;height:2em;padding:0 5px;border:2px solid #007d7d;font-size:inherit;font-weight:bold;background-color:#fff;cursor:pointer;color:inherit;}#frame select:disabled{cursor:default;}#frame select option{font:inherit;}#frame input[type=date]{min-width:0;width:100%;height:2em;padding:0 5px;font-size:115%;font-weight:bold;background-color:#fff;border:2px solid #007d7d;display:flex;}#frame input[type=number]{min-width:0;width:100%;height:2em;padding:0 5px;font-size:inherit;font-weight:bold;border:2px solid #007d7d;}#frame input[type=number]::-webkit-inner-spin-button{appearance:none;}#frame input[type=text]{min-width:0;width:100%;height:2em;padding:0 5px;font-size:inherit;font-weight:bold;border:2px solid #007d7d;}#frame input[type=radio]{min-width:0;width:3em;aspect-ratio:1;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:none;-ms-tap-highlight-color:none;-o-tap-highlight-color:none;tap-highlight-color:none;background:#fff;border-radius:50%;border:2px solid #007d7d;cursor:pointer;font-size:inherit;}#frame input[type=radio]:checked{background:#01d7d7;}#frame input[type=radio]:checked::before{width:100%;aspect-ratio:1;content:'✔';font-size:200%;font-weight:bold;color:#000;display:flex;align-items:center;justify-content:center;}#frame input[type=checkbox]{min-width:0;width:3em;aspect-ratio:1;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:none;-ms-tap-highlight-color:none;-o-tap-highlight-color:none;tap-highlight-color:none;background:#fff;border-radius:15%;border:2px solid #007d7d;color:#000;cursor:pointer;font-size:inherit;}#frame input[type=checkbox]:checked{background:#01d7d7;}#frame input[type=checkbox]:checked::before{width:100%;height:100%;content:'✔';font-size:200%;font-weight:bold;display:flex;align-items:center;justify-content:center;}#frame .buttonBox{width:100%;display:flex;justify-content:center;overflow:visible;}#frame .buttonBox button{width:80%;align-items:center;appearance:none;background-color:#fcfcfd;border-radius:10px;border-width:0;box-shadow:rgba(45,35,66,.4) 0 2px 4px,rgba(45,35,66,.3) 0 7px 13px -3px,#d6d6e7 0 -3px 0 inset;cursor:pointer;display:flex;flex-direction:column;justify-content:center;line-height:1;list-style:none;overflow:hidden;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:none;-ms-tap-highlight-color:none;-o-tap-highlight-color:none;tap-highlight-color:none;padding:10px;margin:0 0 10px 0;position:relative;text-decoration:none;transition:box-shadow .15s,transform .15s;user-select:none;-webkit-user-select:none;touch-action:manipulation;white-space:nowrap;will-change:box-shadow,transform;font-size:180%;color:#000;clear:both;}#frame .buttonBox button:hover{box-shadow:rgba(45,35,66,.4) 0 4px 8px,rgba(45,35,66,.3) 0 7px 13px -3px,#d6d6e7 0 -3px 0 inset;transform:translateY(-2px);}#frame .buttonBox button:active{box-shadow:#d6d6e7 0 3px 7px inset;transform:translateY(2px);}@media screen and (min-width:800px) and (max-width:1500px){#frame{font-size:14pt !important;}#frame .buttonBox button{width:700px;}}@media screen and (min-width:1500px){#frame{font-size:14pt !important;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 60px;grid-column-gap:10px;}#frame .box:nth-child(1),#frame .box:nth-child(2){grid-row:1/3;}#frame .box>.boxContent{overflow-y:scroll;display:block;}#frame .box>.boxContent::-webkit-scrollbar{width:20px;}#frame .box>.boxContent::-webkit-scrollbar-track{background:#c8c8c8;border-radius:10px;cursor:pointer;}#frame .box>.boxContent::-webkit-scrollbar-thumb{background:#006496;border-radius:10px;cursor:grab;}#frame .box>.boxContent::-webkit-scrollbar-thumb:hover{background:#007daf;}#frame .box>.boxContent::-webkit-scrollbar-thumb:active{background:#0096c8;cursor:grabbing;}#frame .box>.boxContent .groupGap{gap:5px;}#frame .box>.boxContent .groupGapPadding{gap:5px;}#frame .box>.boxContent .groupGapPaddingBorder{gap:5px;}#frame .containerCheck>.pairInput{grid-template-columns:1fr 70px;grid-template-rows:1fr;}#frame .containerRadioV>.pairInput{grid-template-rows:1fr;grid-template-columns:1fr 70px;}#frame input[type=radio]{width:50px !important;height:50px !important;}#frame input[type=radio]:checked::before{font-size:30px !important;}#frame input[type=checkbox]{width:50px !important;height:50px !important;}#frame input[type=checkbox]:checked::before{font-size:30px !important;}#frame .buttonBox button{width:90% !important;font-size:30px !important;flex-direction:row;}}
