.xar-form{padding:10px;border:1px solid #0bf;border-radius:4px;width:500px;margin:10px auto;max-width:100%;box-sizing:border-box}.xar-form>.xar-form-title{margin:-10px -10px 17px;text-align:right}.xar-form>.xar-form-title>span{background-color:#0bf;border-bottom-left-radius:4px;color:#fff;padding:0 10px;display:inline-block;height:30px;line-height:30px}.xar-form .xar-form-section{padding:15px;border:1px solid #444;border-radius:4px;margin-bottom:10px}.xar-form .xar-form-section>.xar-form-section-title{margin:-15px -15px 0;text-align:left}.xar-form .xar-form-section>.xar-form-section-title>span{background-color:#444;border-bottom-right-radius:4px;color:#fff;padding:0 10px;display:inline-block;height:30px;line-height:30px}.xar-form .xar-form-section .xar-field-box{margin-bottom:20px;position:relative;width:100%}.xar-form .xar-form-section .xar-field-box *{box-sizing:border-box;outline:none}.xar-form .xar-form-section .xar-field-box .xar-field{display:block;max-width:100%;min-width:100%;min-height:36px;border-radius:4px;padding:5px 7px;border:1px solid #ced4da;color:#444;transition:box-shadow .2s ease}.xar-form .xar-form-section .xar-field-box .xar-field:focus{border-color:#0bf;box-shadow:0 0 0 4px rgba(32,168,216,.25)}.xar-form .xar-form-section .xar-field-box .xar-field.xar-validation-error{border-color:red !important}.xar-form .xar-form-section .xar-field-box .xar-field.xar-validation-error:focus{box-shadow:0 0 0 4px rgba(248,108,107,.25) !important}.xar-form .xar-form-section .xar-field-box .xar-field.xar-type-file{display:flex;align-items:center;justify-content:space-between}.xar-form .xar-form-section .xar-field-box .xar-field.xar-type-file>input{display:none !important}.xar-form .xar-form-section .xar-field-box .xar-field.xar-type-file>label{min-width:-moz-max-content;min-width:max-content;border:1px solid #ff7e00;font-size:15px;border-radius:3px;padding:3px 7px;margin:0 -2px 0 2px;color:#ff7e00;background-color:#fff;cursor:pointer;transition:all .2s ease-out}.xar-form .xar-form-section .xar-field-box .xar-field.xar-type-file>label:hover,.xar-form .xar-form-section .xar-field-box .xar-field.xar-type-file>label:focus{color:#fff;background-color:#ff7e00}.xar-form .xar-form-section .xar-field-box .xar-field.xar-type-file>small{text-overflow:ellipsis;overflow:hidden;font-size:13px;white-space:nowrap;color:#777}.xar-form .xar-form-section .xar-field-box .xar-field.xar-type-computed{background-color:#f5f5f5;border-color:#f5f5f5;white-space:pre-wrap}.xar-form .xar-form-section .xar-field-box .xar-field-label{width:100%;color:#777;display:block;padding:4px 2px 6px}.xar-form .xar-form-section .xar-field-box .xar-field-label>.xar-field-label-required:after{content:"*";color:red;vertical-align:middle}.xar-form .xar-form-section .xar-field-box .xar-field-label>.xar-field-label-hint{position:relative}.xar-form .xar-form-section .xar-field-box .xar-field-label>.xar-field-label-hint::after{content:"i";display:inline-block;width:13px;height:13px;line-height:13px;font-family:"Georgia","Times New Roman";text-align:center;font-size:11px;background-color:#6610f2;color:#fff;border-radius:50%}.xar-form .xar-form-section .xar-field-box .xar-field-label>.xar-field-label-hint>.xar-field-label-hint-text{position:absolute;width:-moz-max-content;width:max-content;height:auto;max-width:200px;display:block;font-size:11px;border-radius:4px;padding:6px 10px;color:#fff;background-color:#000;top:0;left:50%;transform:translate(-100%, -50%) scale(0);transform-origin:100% 50%;transition:transform .2s cubic-bezier(0.77, 0, 0.175, 1);z-index:1}.xar-form .xar-form-section .xar-field-box .xar-field-label>.xar-field-label-hint:hover>.xar-field-label-hint-text{transition:transform .2s cubic-bezier(0.77, 0, 0.175, 1);transform:translate(-50%, -100%) scale(1)}.xar-form .xar-form-section .xar-field-box .xar-field-error-message{width:100%;color:red;font-size:12px;word-break:break-all;display:block;margin:5px 0;position:absolute;text-align:left}.xar-form .xar-form-buttons{display:flex;flex-direction:row-reverse}.xar-form .xar-form-buttons>button{border:none;border-radius:4px;padding:9px 20px;cursor:pointer;position:relative;overflow:hidden;transition:all .2s ease-out}.xar-form .xar-form-buttons>button.xar-submit-button{background-color:#34b800;color:#fff;flex-basis:75%;margin-inline-start:5px}.xar-form .xar-form-buttons>button.xar-submit-button:hover,.xar-form .xar-form-buttons>button.xar-submit-button:focus{background-color:#2d9f00}.xar-form .xar-form-buttons>button.xar-submit-button:before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%, -50%);width:30px;height:30px;border:3px solid #fff;opacity:0;border-radius:50%;border-top-color:rgba(255,255,255,.4);transition:all .2s ease-out}@keyframes xar-btn-spinner{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(360deg)}}.xar-form .xar-form-buttons>button.xar-submit-button.xar-submit-button-loading{color:rgba(0,0,0,0);pointer-events:none}.xar-form .xar-form-buttons>button.xar-submit-button.xar-submit-button-loading:before{opacity:1;animation:xar-btn-spinner .3s infinite reverse linear}.xar-form .xar-form-buttons>button.xar-reset-button{background-color:#ced4da;color:#444;flex-basis:25%}.xar-form .xar-form-buttons>button.xar-reset-button:hover,.xar-form .xar-form-buttons>button.xar-reset-button:focus{background-color:#bfc7cf}.xar-radio{-moz-user-select:none;-webkit-user-select:none;user-select:none}.xar-radio input[type=radio]{display:none}.xar-radio input[type=radio]+span{position:relative;display:inline-block;vertical-align:bottom;width:18px;height:18px;border-radius:50%;border:1px solid #ced4da;transition:border-color .2s cubic-bezier(1, 0, 0.54, 1.55)}.xar-radio input[type=radio]+span:after{position:absolute;content:"";width:7px;height:7px;border-radius:50%;background-color:#0bf;left:50%;top:50%;transform:translate(-50%, -250%) scale(0);transition:transform .2s cubic-bezier(1, 0, 0.54, 1.55)}.xar-radio input[type=radio]:checked+span:after{transform:translate(-50%, -50%) scale(1.5)}.xar-radio:hover>span:first-child,.xar-radio:focus>span:first-child{border-color:#0bf !important}.xar-checkbox{-moz-user-select:none;-webkit-user-select:none;user-select:none}.xar-checkbox input[type=checkbox]{display:none}.xar-checkbox input[type=checkbox]+span{position:relative;display:inline-block;vertical-align:bottom;width:18px;height:18px;border-radius:3px;border:1px solid #ced4da;transition:border-color .2s cubic-bezier(1, 0, 0.54, 1.55)}.xar-checkbox input[type=checkbox]+span:after{position:absolute;content:"";width:3px;height:6px;border-radius:1px;border:solid #0bf;border-width:0 2px 2px 0;left:50%;top:50%;transform:translate(-50%, -250%) rotate(45deg) scale(0);transition:transform .2s cubic-bezier(1, 0, 0.54, 1.55)}.xar-checkbox input[type=checkbox]:checked+span:after{transform:translate(-50%, -60%) rotate(45deg) scale(1.5)}.xar-checkbox:hover>span:first-child,.xar-checkbox:focus>span:first-child{border-color:#0bf !important}[data-type=date]{direction:ltr;text-align:left}.bridge-search-box{position:relative;display:flex;height:50px;max-height:100%;box-sizing:border-box;border:1px solid var(--color1, #222);border-radius:6px;z-index:1}.bridge-search-box:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);border:2px solid var(--color1, #222);animation:xar-btn-spinner .3s infinite reverse linear;height:50%;aspect-ratio:1;border-radius:50%;border-top-color:#eee;opacity:0;pointer-events:none}.bridge-search-box>.bridge-search-zone{display:flex;flex-direction:column;justify-content:center;position:relative;cursor:pointer;background-color:#ededed;border-start-start-radius:6px;border-end-start-radius:6px;padding:10px}.bridge-search-box>.bridge-search-zone>.bridge-search-selected{display:flex;align-items:center;gap:15px;width:-moz-max-content;width:max-content}.bridge-search-box>.bridge-search-zone>.bridge-search-selected>span{white-space:nowrap}.bridge-search-box>.bridge-search-zone>.bridge-search-selected:after{content:"";border-radius:3px;border-width:2px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) currentColor currentColor;width:10px;aspect-ratio:1;transform:translateY(-3px) rotate(-45deg);opacity:.6;transition:all .2s ease}.bridge-search-box>.bridge-search-zone>ul{padding:0;opacity:0;pointer-events:none;position:absolute;background-color:#f6f6f6;color:#444;border-radius:6px;bottom:0;transform:translateY(100%);margin:0;list-style-type:none;font-size:14px;left:0;right:0;width:-moz-max-content;width:max-content;min-width:100%;box-shadow:0 4px 5px -2px rgba(0,0,0,.2);max-height:200px;overflow-y:auto;transition:all .2s ease}.bridge-search-box>.bridge-search-zone>ul>li{padding:10px;display:flex;align-items:center;gap:15px}.bridge-search-box>.bridge-search-zone>ul>li:not(:last-child){border-bottom:1px solid #ddd}.bridge-search-box>.bridge-search-zone>ul>li.selected{display:none}.bridge-search-box>.bridge-search-zone>ul>li:hover{background-color:var(--color1, #222);color:#fff}.bridge-search-box>.bridge-search-zone.open{border-radius:0;border-start-start-radius:6px;background-color:#ddd}.bridge-search-box>.bridge-search-zone.open>.bridge-search-selected:after{opacity:1}.bridge-search-box>.bridge-search-zone.open>ul{opacity:1;border-radius:0 0 6px 6px;pointer-events:all}.bridge-search-box>.bridge-search-zone[data-count="0"],.bridge-search-box>.bridge-search-zone[data-count="1"]{pointer-events:none}.bridge-search-box>.bridge-search-zone[data-count="0"]>span:after,.bridge-search-box>.bridge-search-zone[data-count="0"]>ul,.bridge-search-box>.bridge-search-zone[data-count="1"]>span:after,.bridge-search-box>.bridge-search-zone[data-count="1"]>ul{display:none}.bridge-search-box>.bridge-search-text{border:none;border-radius:6px;width:100%;font-size:14px;color:#444;padding:0 15px;outline:none}.bridge-search-box>.bridge-search-text::-moz-placeholder{font-size:12px;color:#bbb}.bridge-search-box>.bridge-search-text::placeholder{font-size:12px;color:#bbb}.bridge-search-box>.bridge-search-btn{background-color:var(--color1, #222);color:#fff;display:flex;align-items:center;justify-content:center;border-start-end-radius:4px;border-end-end-radius:4px;cursor:pointer;padding:0 10px;height:100%;aspect-ratio:1;box-sizing:content-box;transition:all .2s ease}.bridge-search-box>.bridge-search-btn:after{content:url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 19.585938 21.585938 C 20.137937 22.137937 21.033938 22.137938 21.585938 21.585938 C 22.137938 21.033938 22.137938 20.137938 21.585938 19.585938 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'/%3E%3C/svg%3E");display:flex;width:24px;aspect-ratio:1}.bridge-search-box>.bridge-search-btn:hover{box-shadow:0 0 0 200px inset rgba(255,255,255,.2)}@media(max-width: 767.99px){.bridge-search-box>.bridge-search-zone{padding:5px}.bridge-search-box>.bridge-search-zone>.bridge-search-selected{gap:5px;font-size:12px}.bridge-search-box>.bridge-search-zone>.bridge-search-selected>span{white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:60px}.bridge-search-box>.bridge-search-zone>ul>li{gap:5px;font-size:12px}.bridge-search-box>.bridge-search-btn{display:none}}.bridge-search-box.bridge-search-loading:before{opacity:1}.bridge-search-box.bridge-search-loading>*{opacity:.1;pointer-events:none}.bridge-search-box.invalid>.bridge-search-btn{opacity:.4;pointer-events:none}.bridge-search-box.notfound{border-color:red}#xarMsgBox{position:fixed;z-index:1000000000000000000000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;text-align:center;--xar-msg-box-color: #666;color:var(--xar-msg-box-color);pointer-events:none;opacity:0;transition:all .2s}#xarMsgBox>div{position:relative;width:400px;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;max-width:100%;box-shadow:0 7px 10px 0px #444;overflow:hidden;z-index:0}#xarMsgBox>div::before{content:"";position:absolute;background-color:currentColor;left:0;right:0;top:0;bottom:0;opacity:.1;z-index:-1}#xarMsgBox>div>span{color:#777;position:absolute;left:0;right:0;top:0;display:flex;align-items:center;justify-content:center;height:20px;aspect-ratio:1;cursor:pointer;font-size:20px;padding:10px;box-sizing:content-box}#xarMsgBox>div>span::after{content:"+";transform:rotate(45deg)}#xarMsgBox>div>span:hover{color:0;border-color:currentColor}#xarMsgBox>div>div{padding:30px 15px;display:flex;align-items:center;justify-content:center;flex-direction:column}#xarMsgBox>div>div .xar-succeed-code{display:flex;flex-direction:column;gap:15px}#xarMsgBox>div>div .xar-succeed-code>div:last-child{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#eee;color:#444;padding:15px;border:1px solid #ddd;border-radius:5px}#xarMsgBox>div>div .xar-succeed-code>div:last-child>span{opacity:.5;font-size:.9em}#xarMsgBox>div>div .xar-succeed-code>div:last-child>strong{font-weight:700}#xarMsgBox.xar-msg-box-success{--xar-msg-box-color: #34b800}#xarMsgBox.xar-msg-box-error{--xar-msg-box-color: red}#xarMsgBox.xar-msg-box-show{pointer-events:all;opacity:1}/*# sourceMappingURL=site.min.css.map */