#prm{display:none}#prm.show{position:fixed;top:0;z-index:100005;height:100vh;height:100svh;min-height:100%;display:grid;place-items:center;animation:AppearAnimation .5s both;overflow:visible;background:#000;width:max-content;padding:0 20px;border-left:1px solid var(--mainBorder);right:0;overflow-y:auto}#prm.show::-webkit-scrollbar{display:none}#prm.show.dark{box-shadow:0 0 20px 20px #000}@media screen and (max-width: 650px){#prm.show{display:flex;width:100vw;width:100svw;width:100dvw;padding:0;height:max-content}#prm.show>form{width:100%!important;height:100%;padding:0 20px}}#prm.show>form{border-radius:8px;z-index:2000;opacity:0;background:var(--overviewItemBackground);box-shadow:var(--boxShadowModal);width:max-content;max-height:90vh;max-height:90svh;animation:AppearAnimation 1.5s both}#prm.show>form.max{max-width:580px;width:100%}@media screen and (max-width: 650px){#prm.show>form{max-width:none!important;border-radius:25px 25px 0 0}}#prm.show>form>section{position:relative}#prm.show>form>section>button{position:absolute;z-index:1000;right:15px;top:15px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--appButtonColor);outline:none;border:1px solid var(--appButtonBorderColor);height:40px;width:100%;transition:background-color .5s,opacity .3s;width:30px;height:30px;display:grid;place-items:center}#prm.show>form>section>button:hover{background:var(--appButtonHoverBackgroundColor);color:var(--appButtonHoverColor)}#prm.show>form>section>button:active{opacity:.8}#prm.show>form>section>button:hover{background-color:transparent;border:1px solid var(--redDark)}#prm.show>form>section>button:hover>figure>svg{color:var(--redDark)}#prm.show>form>section>button>figure{height:20px;width:20px}#prm.show>form>section>button>figure>svg{color:var(--secondText);height:20px;width:20px}#prm.show>form>section:first-of-type{position:sticky;z-index:500;top:0;padding:20px 15px 0 0;margin-bottom:25px;background:var(--overviewItemBackground)}#prm.show>form>section:first-of-type>button{position:absolute;z-index:1000;right:15px;top:15px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--appButtonColor);outline:none;border:1px solid var(--appButtonBorderColor);height:40px;width:100%;transition:background-color .5s,opacity .3s;width:30px;height:30px;display:grid;place-items:center}#prm.show>form>section:first-of-type>button:hover{background:var(--appButtonHoverBackgroundColor);color:var(--appButtonHoverColor)}#prm.show>form>section:first-of-type>button:active{opacity:.8}#prm.show>form>section:first-of-type>button:hover{background-color:transparent;border:1px solid rgba(255,64,64,.4196078431)}#prm.show>form>section:first-of-type>button:hover>figure>svg{color:var(--redDark)}#prm.show>form>section:first-of-type>button>figure{height:20px;width:20px}#prm.show>form>section:first-of-type>button>figure>svg{color:var(--secondText);height:20px;width:20px}#prm.show>form>section:first-of-type>h2{font-weight:500;font-size:22px;color:var(--primaryText);line-height:20px}#prm.show>form>section:first-of-type>span{font-size:15px;color:var(--modalSubTitleColor);display:block;margin-top:10px}@media screen and (max-width: 768px){#prm.show>form>section:first-of-type>h2{font-size:18px}#prm.show>form>section:first-of-type>span{font-size:12.5px}}#prm.show>form>section:last-of-type{display:flex;flex-direction:column;gap:20px;padding-top:0}#prm.show>form>section:last-of-type>div{display:flex;flex-direction:column;gap:5px;position:relative}#prm.show>form>section:last-of-type>div>label{font-weight:400;font-size:14px;color:var(--primaryText)}#prm.show>form>section:last-of-type>div>input,#prm.show>form>section:last-of-type>div>textarea{color:var(--inputColor);border-radius:6px;border:1px solid var(--inputBorder);background:var(--inputBackground);outline:none;height:40px;width:100%;padding:3px 0 0 11px;background:var(--modalInputBackground);resize:none}#prm.show>form>section:last-of-type>div>input:disabled,#prm.show>form>section:last-of-type>div>textarea:disabled{cursor:not-allowed;color:var(--disabledinputColor);border:1px solid var(--disabledInputBorder)}#prm.show>form>section:last-of-type>div>input.invalidInput,#prm.show>form>section:last-of-type>div>textarea.invalidInput{border:1px solid var(--invalidInput)}#prm.show>form>section:last-of-type>div>input:focus,#prm.show>form>section:last-of-type>div>textarea:focus{border:1px solid var(--inputFocus)}#prm.show>form>section:last-of-type>div>input.inputError,#prm.show>form>section:last-of-type>div>textarea.inputError{border:1px solid var(--redDark)}#prm.show>form>section:last-of-type>div>input.inputError:focus,#prm.show>form>section:last-of-type>div>textarea.inputError:focus{border:1px solid var(--redDarkHover)}#prm.show>form>section:last-of-type>div>input:read-only,#prm.show>form>section:last-of-type>div>textarea:read-only{border-top:none;border-right:none;border-left:none;border-radius:0}#prm.show>form>section:last-of-type>div>textarea{min-height:65px;max-height:130px}#prm.show>form>section:last-of-type>div>span{font-size:13px;position:absolute;z-index:10;bottom:5px;right:15px;color:var(--primaryText)}#prm.show>form>section:last-of-type>div.row{flex-direction:row;width:100%;gap:10px}#prm.show>form>section:last-of-type>div>div{position:relative}#prm.show>form>section:last-of-type>div.row>div{display:flex;flex-direction:column;gap:5px;width:100%;font-size:14px;position:relative}#prm.show>form>section:last-of-type>div.row>div>label{font-weight:400;font-size:14px;color:var(--primaryText)}#prm.show>form>section:last-of-type>div.row>div>div{display:flex;gap:10px;align-items:center}#prm.show>form>section:last-of-type>div.row>div>div>input,#prm.show>form>section:last-of-type>div.row>div>div>textarea{color:var(--inputColor);border-radius:6px;border:1px solid var(--inputBorder);background:var(--inputBackground);outline:none;height:40px;width:100%;padding:3px 0 0 11px;background:var(--modalInputBackground)}#prm.show>form>section:last-of-type>div.row>div>div>input:disabled,#prm.show>form>section:last-of-type>div.row>div>div>textarea:disabled{cursor:not-allowed;color:var(--disabledinputColor);border:1px solid var(--disabledInputBorder)}#prm.show>form>section:last-of-type>div.row>div>div>input.invalidInput,#prm.show>form>section:last-of-type>div.row>div>div>textarea.invalidInput{border:1px solid var(--invalidInput)}#prm.show>form>section:last-of-type>div.row>div>div>input:focus,#prm.show>form>section:last-of-type>div.row>div>div>textarea:focus{border:1px solid var(--inputFocus)}#prm.show>form>section:last-of-type>div.row>div>div>input.inputError,#prm.show>form>section:last-of-type>div.row>div>div>textarea.inputError{border:1px solid var(--redDark)}#prm.show>form>section:last-of-type>div.row>div>div>input.inputError:focus,#prm.show>form>section:last-of-type>div.row>div>div>textarea.inputError:focus{border:1px solid var(--redDarkHover)}#prm.show>form>section:last-of-type>div.row>div>div>input:read-only,#prm.show>form>section:last-of-type>div.row>div>div>textarea:read-only{border-top:none;border-right:none;border-left:none;border-radius:0}#prm.show>form>section:last-of-type>div.row>div>div>input[type=color],#prm.show>form>section:last-of-type>div.row>div>div>textarea[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:40px;border:none;outline:none;width:50px;padding-left:0;cursor:pointer}#prm.show>form>section:last-of-type>div.row>div>div>input[type=color]::-webkit-color-swatch,#prm.show>form>section:last-of-type>div.row>div>div>textarea[type=color]::-webkit-color-swatch{border-radius:6px;border:none}#prm.show>form>section:last-of-type>div.row>div>div>input[type=color]::-moz-color-swatch,#prm.show>form>section:last-of-type>div.row>div>div>textarea[type=color]::-moz-color-swatch{border-radius:6px;border:none}#prm.show>form>section:last-of-type>div.row>div>div>span{line-height:12px}#prm.show>form>section:last-of-type>div.column>div>svg{color:#fff;position:absolute;top:50%;transform:translateY(-50%);left:10px}#prm.show>form>section:last-of-type>div.terms{display:flex;flex-direction:row}#prm.show>form>section:last-of-type>div.terms>label>a{color:#fff}#prm.show>form>section:last-of-type>div.terms>label>a:hover{color:#b6b6b6}#prm.show>form>section:last-of-type>div.column>div>input{padding-left:40px}#prm.show>form>section:last-of-type>div>div>input{color:var(--inputColor);border-radius:6px;border:1px solid var(--inputBorder);background:var(--inputBackground);outline:none;height:40px;width:100%;padding:3px 0 0 11px;background:var(--modalInputBackground)}#prm.show>form>section:last-of-type>div>div>input:disabled{cursor:not-allowed;color:var(--disabledinputColor);border:1px solid var(--disabledInputBorder)}#prm.show>form>section:last-of-type>div>div>input.invalidInput{border:1px solid var(--invalidInput)}#prm.show>form>section:last-of-type>div>div>input:focus{border:1px solid var(--inputFocus)}#prm.show>form>section:last-of-type>div>div>input.inputError{border:1px solid var(--redDark)}#prm.show>form>section:last-of-type>div>div>input.inputError:focus{border:1px solid var(--redDarkHover)}#prm.show>form>section:last-of-type>div>div>input:read-only{border-top:none;border-right:none;border-left:none;border-radius:0}#prm.show>form>section:last-of-type>div.row>div>input[type=number]::-webkit-inner-spin-button,#prm.show>form>section:last-of-type>div.row>div>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#prm.show>form>section:last-of-type>div.row>div>input[type=number]{-moz-appearance:textfield}#prm.show>form>section:last-of-type>div.row>div>input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:40px;border:none;outline:none;width:50px;padding-left:0;cursor:pointer}#prm.show>form>section:last-of-type>div.row>div>input[type=color]::-webkit-color-swatch{border-radius:6px;border:none}#prm.show>form>section:last-of-type>div.row>div>input[type=color]::-moz-color-swatch{border-radius:6px;border:none}#prm.show>form>section:last-of-type>div.row>div>input[inputmode=decimal]:read-only{color:var(--green)}#prm.show>form>section:last-of-type>div.row>div>section.select>div.inputContainer>input{background:var(--modalInputBackground)}#prm.show>form>div{padding:15px 15px 20px;display:flex;gap:10px;justify-content:flex-end;margin-top:15px;border-top:1px solid var(--mainBorder)}#prm.show>form>div>button{border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;background:var(--mainColor);color:var(--blueButtonText);outline:none;height:40px;width:100%;transition:background-color .5s;line-height:13px;transition:opacity .3s;max-width:max-content;font-weight:500;height:35px!important;font-size:12px;padding:5px 25px;line-height:1px}#prm.show>form>div>button:hover{background:var(--mainColorHover)}#prm.show>form>div>button:active{opacity:.8}#prm.show>form>div>button:first-of-type{border:1px solid var(--mainBorder);background:var(--themeColor);color:var(--blueButtonText)}#prm.show>form>div>button:first-of-type:hover{background:#fff;color:#000}#prm.show>form>div>button:first-of-type:active{opacity:.8}#prm.show>form>article{min-height:270px;width:375px;display:flex;border-radius:10px;flex-direction:column;padding:25px 25px 15px}@media screen and (max-width: 650px){#prm.show>form>article{width:100vw;max-width:none}}#prm.show>form>article>div{display:flex;width:100%;align-items:center}#prm.show>form>article>div.content{flex-direction:column;height:80%;gap:10px}#prm.show>form>article>div.content>img{height:70px}#prm.show>form>article>div.content>h4{font-size:18px;color:var(--primaryText)}#prm.show>form>article>div.content>div>p{font-size:13px;text-align:left;color:var(--primaryText)}#prm.show>form>article>div.content>div>p>span{color:var(--redDark);font-weight:bolder}#prm.show>form>article>div.content>p{font-size:13px;color:var(--primaryText);text-align:center;margin-bottom:15px}#prm.show>form>article>div.actions{justify-content:space-between;gap:7px;height:20%}#prm.show>form>article>div.actions>button{padding:8px 14px;border-radius:7px;border:none;outline:none;width:45%}#prm.show>form>article>div.actions>button:last-of-type{background:var(--redDark);color:#fff}#prm.show.close{animation:blurDisAnimation 1.5s ease-in-out both!important}#prm.show.close>form{animation:DisppearAnimation .5s ease-in-out both!important}input.appInput{color:var(--inputColor);border-radius:6px;border:1px solid var(--inputBorder);background:var(--inputBackground);outline:none;height:40px;width:100%;padding:3px 0 0 11px}input.appInput:disabled{cursor:not-allowed;color:var(--disabledinputColor);border:1px solid var(--disabledInputBorder)}input.appInput.invalidInput{border:1px solid var(--invalidInput)}input.appInput:focus{border:1px solid var(--inputFocus)}input.appInput.inputError{border:1px solid var(--redDark)}input.appInput.inputError:focus{border:1px solid var(--redDarkHover)}
