:root{--text-secondary:#475569;--text-bad:#c70036;--text-inverted:#fff;--button-primary-color:#7319d3;--button-primary-hover-color:#6e11b0;--button-primary-active-color:#4b0a95;--button-highlight-color:#1ca14d;--button-highlight-hover-color:#188b42;--button-highlight-active-color:#147538;--surface-primary-color:#fff;--surface-secondary-color:#f1f5f9;--surface-highlight-color:#fcd34d;--surface-success-color:#dcfce7;--surface-secondary-highlight:#ede9fe;--link-normal-color:#7319d3;--border-primary:#d1d5db;--border-secondary:#cbd5e1;--border-highlight:#7319d3;--border-bad:#ec003f;--action-primary-normal:#7319d3;--input-border-radius:4px;--icon-color-info:#0ea5e9;--icon-color-error:#e24a52;--icon-color-success:#1eae53;--icon-color-warning:#f59e0b;--icon-inverted-color:#fff}.alert{border-radius:4px;gap:12px;padding:12px 16px;display:flex}.alert .icon{flex-shrink:0;width:24px;height:24px;display:inline-block}.alert .container{flex:1}.alert .container .title{font-weight:600;line-height:24px}.alert .container .content{margin-top:4px;line-height:20px}.alert.error{color:#0f172a;background:#ffe4e6;border:1px solid #ffa1ad}.alert.error .icon{background-color:var(--icon-color-error);-webkit-mask:url(/resources/common/svg/error-2.svg) 50% no-repeat;mask:url(/resources/common/svg/error-2.svg) 50% no-repeat}.alert.success{color:#0f172a;background:#dcfce7;border:1px solid #5ace84}.alert.success .icon{background:url(/resources/common/svg/circle-checkmark.svg) 50% no-repeat}.alert.info{color:#0f172a;background:#f1f5f9;border:1px solid #7dd3fc;font-weight:400}.alert.info .icon{background-color:var(--icon-color-info);-webkit-mask:url(/resources/common/svg/info.svg) 50% no-repeat;mask:url(/resources/common/svg/info.svg) 50% no-repeat}.alert.warning{color:#0f172a;background:#fef6d6;border:1px solid #fcd34d}.alert.warning .icon{background-color:var(--icon-color-warning);-webkit-mask:url(/resources/common/svg/warning.svg) 50% no-repeat;mask:url(/resources/common/svg/warning.svg) 50% no-repeat}
:root{--text-secondary:#475569;--text-bad:#c70036;--text-inverted:#fff;--button-primary-color:#7319d3;--button-primary-hover-color:#6e11b0;--button-primary-active-color:#4b0a95;--button-highlight-color:#1ca14d;--button-highlight-hover-color:#188b42;--button-highlight-active-color:#147538;--surface-primary-color:#fff;--surface-secondary-color:#f1f5f9;--surface-highlight-color:#fcd34d;--surface-success-color:#dcfce7;--surface-secondary-highlight:#ede9fe;--link-normal-color:#7319d3;--border-primary:#d1d5db;--border-secondary:#cbd5e1;--border-highlight:#7319d3;--border-bad:#ec003f;--action-primary-normal:#7319d3;--input-border-radius:4px;--icon-color-info:#0ea5e9;--icon-color-error:#e24a52;--icon-color-success:#1eae53;--icon-color-warning:#f59e0b;--icon-inverted-color:#fff;--font-main-font:"Inter", "Tahoma", "Arial", sans-serif;--font-title-font:"Inter", sans-serif}.checkbox{align-items:flex-start;gap:12px;display:flex}.checkbox input{appearance:none;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;flex:0 0 24px;width:24px;height:24px;margin:0;padding:0;position:relative}.checkbox input:after{content:"";background-image:none;background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:0;left:0}.checkbox input:checked{border:none}.checkbox input:checked:after{background-image:url(/resources/common/svg/checkbox.svg)}.checkbox .checkbox-label{flex:auto;min-width:0;font-size:16px;line-height:24px}
.choice{border:1px solid var(--border-primary);border-radius:var(--input-border-radius);gap:.5rem;width:100%;padding:.5rem .75rem;display:inline-flex}.choice input[type=radio]{opacity:0;width:0;height:0;position:absolute}.choice .radio-label{cursor:pointer;align-items:center;gap:12px;display:inline-flex;position:relative}.choice .radio-label:before{content:"";border:2px solid var(--action-primary-normal);background:var(--surface-primary-color);box-sizing:border-box;vertical-align:middle;border-radius:50%;width:24px;min-width:24px;height:24px;min-height:24px;display:inline-block}.choice .radio-label:after{content:"";background:var(--icon-inverted-color);pointer-events:none;border-radius:50%;width:10px;height:10px;transition:transform .15s,background .15s;position:absolute;top:50%;left:12px;transform:translate(-50%,-50%)scale(0)}.choice input[type=radio]:checked+.radio-label:before{border-color:var(--action-primary-normal);background:var(--action-primary-normal)}.choice input[type=radio]:checked+.radio-label:after{transform:translate(-50%,-50%)scale(1)}.choice:hover .radio-label{border-color:#374151}.choice input[type=radio]:focus-visible+.radio-label{border-radius:6px;box-shadow:0 0 2px 4px #2563eb59}.choice:has(input[type=radio]:checked){border-color:var(--border-highlight);background:var(--surface-secondary-highlight)}.choice.disabled{opacity:.5;pointer-events:none;background:#6e6e6e}
.choice-group .choices{flex-direction:column;gap:16px;display:flex}.choice-group.horizontal .choices{flex-direction:row}@media screen and (max-width:810px){.choice-group.horizontal .choices{flex-direction:column}}
.hint{color:var(--text-secondary);font-size:14px;line-height:20px}
.country-select{width:auto;min-width:60px;position:relative}.country-select .item{align-items:center;gap:8px;display:flex}.country-select .CustomSelect__control{box-shadow:none;padding:0 12px}.country-select .CustomSelect__control--is-focused{outline:1px solid var(--border-highlight);outline-offset:0;border:1px solid var(--border-highlight)}.country-select .CustomSelect__value-container{padding:0}.country-select .CustomSelect__single-value,.country-select .CustomSelect__placeholder{font-size:16px;line-height:24px}.country-select .CustomSelect__indicators>div{padding:0}.country-select .CustomSelect__indicator-separator{display:none}.country-select .CustomSelect__input{caret-color:#0000}.country-select .CustomSelect__input-container{margin:0;padding:0}.country-select .CustomSelect__menu{z-index:10}.error .country-select .CustomSelect__control{border:2px solid var(--border-bad)}
.currency-input{gap:8px;display:flex}.currency-input .currency{width:75px;padding:8px 4px}
.date-selector{border-radius:4px;gap:16px;display:flex}.date-selector .placeholder{color:#888}
.form-control{flex-direction:column;gap:4px;width:100%;display:flex}.form-control.error input,.form-control.error textarea,.form-control.error .field-error{border:2px solid var(--border-bad)}.form-control .label{align-items:baseline;gap:4px;font-size:17px;font-weight:500;display:flex}.form-control .label .secondary{color:var(--text-secondary);font-size:14px}.form-control .error-message{color:var(--text-bad);font-weight:500;line-height:24px}.form-control.disabled{opacity:.8;pointer-events:none}
:root{--text-secondary:#475569;--text-bad:#c70036;--text-inverted:#fff;--button-primary-color:#7319d3;--button-primary-hover-color:#6e11b0;--button-primary-active-color:#4b0a95;--button-highlight-color:#1ca14d;--button-highlight-hover-color:#188b42;--button-highlight-active-color:#147538;--surface-primary-color:#fff;--surface-secondary-color:#f1f5f9;--surface-highlight-color:#fcd34d;--surface-success-color:#dcfce7;--surface-secondary-highlight:#ede9fe;--link-normal-color:#7319d3;--border-primary:#d1d5db;--border-secondary:#cbd5e1;--border-highlight:#7319d3;--border-bad:#ec003f;--action-primary-normal:#7319d3;--input-border-radius:4px;--icon-color-info:#0ea5e9;--icon-color-error:#e24a52;--icon-color-success:#1eae53;--icon-color-warning:#f59e0b;--icon-inverted-color:#fff}.form-steps{gap:8px;margin-bottom:8px;display:flex}.form-steps .step{background:#d1d5db;border-radius:4px;width:100%;height:4px}.form-steps .step.is-active{background:#7319d3}.form-steps .step.is-passed{background:#1ca14d}
.loading-button.is-loading{color:#0000;cursor:not-allowed;position:relative}.loading-button.is-loading:after{content:"";background:url(/resources/common/svg/loaders/loader-white.svg) 50%/100% 100% no-repeat;width:30px;height:30px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.modal-backdrop{z-index:9998;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.modal{background:var(--surface-primary,#fff);z-index:9999;border-radius:16px;width:95%;min-width:0;font-size:17px;line-height:24px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal .header{border-bottom:1px solid var(--border-primary);flex-direction:column;align-items:flex-end;height:60px;padding:12px;display:flex}.modal .header .actions{gap:8px;display:flex}.modal .header .actions .btn-close{background-image:url(/resources/common/svg/cross.svg);background-position:50%;background-repeat:no-repeat;background-size:24px 24px}.modal .container{flex-direction:column;gap:8px;width:100%;padding:16px 24px;display:flex}.modal .container .title{font-size:18px;font-weight:600;line-height:24px}.modal .container .content li{margin-left:20px;list-style-type:disc}.modal .container .content p:not(:first-child){margin-top:8px}.modal .footer{border-top:1px solid var(--border-primary);justify-content:flex-end;padding:12px;display:flex}.modal .footer .btn-close{color:var(--text-primary);background-color:var(--bg-secondary);border:1px solid var(--border-primary);cursor:pointer;border-radius:4px;padding:8px 16px;font-size:14px;line-height:20px}.modal .footer .btn-close:hover{background-color:var(--bg-hover)}@media screen and (max-width:810px){.modal{width:98%}.modal .btn{width:100%}}
.recaptcha-alert{padding:12px 16px}
.required-field-alert ul{list-style:outside}
.text-box{position:relative}.text-box:after{content:"";pointer-events:none;background-size:contain;width:20px;height:20px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.text-box.waiting:after{pointer-events:none;background:url(/resources/common/svg/loaders/rounder-loader-blue.svg) 50%/contain no-repeat}.text-box.success:after{background:url(/resources/common/svg/circle-checkmark.svg) 50% no-repeat}.text-box.error:after{background-color:var(--icon-color-error);-webkit-mask:url(/resources/common/svg/error-2.svg) 50% no-repeat;mask:url(/resources/common/svg/error-2.svg) 50% no-repeat}
