@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.amxx-dashboard__stats{margin-top:var(--sp-2)}.amxx-dashboard__stats:first-child{margin-top:var(--sp-0)}.amxx-dashboard__stats h2{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--sp-2);letter-spacing:.5px}.amxx-dashboard__stats ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:space-between;align-items:strench;flex-wrap:wrap;gap:var(--sp-4)}.amxx-dashboard__stats ul li{--current-trend-color: 120, 120, 120;min-height:75px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-3);background-color:rgb(var(--area-background));flex:1;position:relative;padding:var(--sp-2) var(--sp-4);border-radius:var(--sp-1);overflow:hidden}.amxx-dashboard__stats ul li.trend-down{--current-trend-color: 220, 20, 60}.amxx-dashboard__stats ul li.trend-up{--current-trend-color: 162, 255, 108}.amxx-dashboard__stats ul li:after{content:"";width:320px;height:100%;position:absolute;top:-35px;right:-45px;background-color:rgba(var(--current-trend-color),.15);filter:blur(25px);transform:rotate(20deg);z-index:0;pointer-events:none;border-radius:var(--sp-10)}.amxx-dashboard__stats ul li:not(.amxx-dashboard__stats-user)>span{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;display:none;background-color:rgba(var(--primary-color-rgb),.25);border:1px solid rgba(var(--primary-color-rgb),1);width:40px;height:40px;border-radius:var(--sp-10)}.amxx-dashboard__stats ul li:not(.amxx-dashboard__stats-user)>span svg{width:18px;vertical-align:middle;height:100%}.amxx-dashboard__stats ul li:not(.amxx-dashboard__stats-user) div>div:not(.amxx-loading){position:absolute;top:50%;transform:translateY(-50%);right:var(--sp-4)}.amxx-dashboard__stats ul li:not(.amxx-dashboard__stats-user) div>div:not(.amxx-loading) span{padding:var(--sp-1) var(--sp-2);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);background-color:rgba(var(--current-trend-color),.25);border:1px solid rgba(var(--current-trend-color),1);letter-spacing:.5px;border-radius:var(--sp-1)}.amxx-dashboard__stats ul li:not(.amxx-dashboard__stats-user) div>div:not(.amxx-loading) span svg{width:18px;vertical-align:middle;height:100%}.amxx-dashboard__stats ul li span img{width:40px;height:40px;object-fit:cover;border-radius:var(--sp-10)}.amxx-dashboard__stats ul li div{flex:1;line-height:1.6;position:relative;z-index:10}.amxx-dashboard__stats ul li div h3{font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}.amxx-dashboard__stats ul li div p{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium)}.amxx-page__filters{background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));display:flex;flex-direction:column;justify-content:start;align-items:start;flex-wrap:nowrap;gap:var(--sp-2);border-radius:4px;padding:var(--sp-3) var(--sp-4);margin-top:var(--sp-4)}.amxx-page__filters>div{width:100%;flex:1 0 100%}.amxx-page__filters>div:first-child{display:flex;flex-direction:row;justify-content:space-between;align-items:strench;flex-wrap:wrap;gap:var(--sp-2)}.amxx-page__filters>div:first-child>div{width:100%;flex:1 0 calc(50% - var(--sp-2))}.amxx-page__filters>div:first-child>div div,.amxx-page__filters>div:first-child>div input{width:100%}.amxx-page__filters>div:first-child>div div:is(input),.amxx-page__filters>div:first-child>div input:is(input){padding:15px var(--sp-2)!important}.amxx-page__filters-active div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-1)}.amxx-page__filters-active .amxx-page__filters-tag{background-color:rgba(var(--badge-info-rgb),.15);border:1px solid var(--badge-info);color:var(--very-light-color);padding:var(--sp-1) var(--sp-2);border-radius:var(--sp-1);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:3px;transition:all .2s linear}@media screen and (max-width: 979px){.amxx-page__filters-active .amxx-page__filters-tag{margin-bottom:var(--sp-2)}}.amxx-page__filters-active .amxx-page__filters-tag:hover{background-color:rgba(var(--badge-error-rgb),.15);border:1px solid var(--badge-error);cursor:pointer}.amxx-page__filters-active .amxx-page__filters-tag svg{vertical-align:middle;margin-left:var(--sp-1);transform:translateY(-1px)}.amxx-page__filters-buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-page__filters #action-filter{height:29px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.amxx-page__stats{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-page__stats-header{width:100%;background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));border-radius:4px;padding:var(--sp-3) var(--sp-4);margin-top:var(--sp-4)}.amxx-page__stats-header h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}.amxx-page__stats-header p{color:var(--light-color-2);font-size:var(--font-size-sm)}.amxx-page__stats>div{width:100%}.amxx-page__stats>div h4{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);margin-bottom:var(--sp-1)}.amxx-page__stats>div ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--sp-2);margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-page__stats>div ul li{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-0);background-color:rgb(var(--area-background-light));padding:var(--sp-2);flex:1;position:relative;text-align:center;border-radius:var(--sp-1);overflow:hidden}@media screen and (max-width: 979px){.amxx-page__stats>div ul li{flex:1 0 50%}}@media screen and (max-width: 1600px){.amxx-page__stats>div ul li{flex:1 0 33%}}.amxx-page__stats>div ul li.amxx-stats__negative:after,.amxx-page__stats>div ul li.amxx-stats__negative:before{--primary-color-rgb: var(--badge-error-rgb)}.amxx-page__stats>div ul li.amxx-stats__positive:after,.amxx-page__stats>div ul li.amxx-stats__positive:before{--primary-color-rgb: var(--badge-success-rgb)}.amxx-page__stats>div ul li h5{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);position:relative;z-index:4;margin-bottom:var(--sp-1)}.amxx-page__stats>div ul li span{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);position:relative;z-index:4}.amxx-page__stats>div ul li p{font-size:var(--font-size-lg);filter:brightness(2)}.amxx-page__stats>div ul li>div{position:relative;z-index:1}.amxx-page__stats>div ul li .amxx-page__stats-item--icon{position:absolute;top:50%;right:-12px;opacity:.15;transform:translateY(-50%) rotate(-20deg)}.amxx-page__stats>div ul li:after{content:"";background-color:rgba(var(--primary-color-rgb),.45);position:absolute;top:-24px;right:-12px;border-radius:100%;width:240px;height:80px;filter:blur(40px);pointer-events:none}.amxx-page__stats>div ul li:before{content:"";position:absolute;top:var(--sp-0);left:var(--sp-0);right:var(--sp-0);bottom:var(--sp-0);border-radius:var(--sp-1);border:1px solid transparent;background:linear-gradient(210deg,rgba(var(--primary-color-rgb),1) 20%,rgb(var(--area-background-light-border)) 45%) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none}.amxx-dashboard{padding:var(--sp-4) var(--sp-3)}@media screen and (max-width: 979px){.amxx-dashboard{padding:var(--sp-0)}}.amxx-dashboard header{background-image:unset;height:auto}.amxx-dashboard__mobile-header{background-color:rgb(var(--area-background));border-bottom:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2);display:none}.amxx-dashboard__mobile-header img{width:64px}.amxx-dashboard__mobile-header svg{width:32px;height:100%;vertical-align:middle}@media screen and (max-width: 979px){.amxx-dashboard__mobile-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}}.amxx-dashboard__container{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-7)}@media screen and (max-width: 979px){.amxx-dashboard__container{padding:var(--sp-0) var(--sp-2)}}.amxx-dashboard__container .amxx-dashboard__aside{width:370px}@media screen and (max-width: 979px){.amxx-dashboard__container .amxx-dashboard__aside{display:none}}.amxx-dashboard__container aside{width:370px;flex:0 0 370px;background-color:rgb(var(--area-background-reset));border:1px solid rgb(var(--area-background-light-border));border-radius:4px;height:95%;padding:var(--sp-3) var(--sp-2);display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-wrap:nowrap;position:fixed;top:50%;left:20px;transform:translateY(-50%)}@media screen and (min-width: 1025px) and (max-width: 1360px){.amxx-dashboard__container aside{width:280px;flex:0 0 280px}}.amxx-dashboard__container aside .amxx-navigation__logo{display:block;margin-inline:auto;width:92px;margin-bottom:var(--sp-5)}@media screen and (min-width: 1025px) and (max-width: 1360px){.amxx-dashboard__container aside .amxx-navigation__logo{margin-bottom:var(--sp-2);width:60px}}.amxx-dashboard__container aside>div{width:100%}.amxx-dashboard__container aside ul{width:100%;margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-dashboard__container aside ul li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));color:#fafafabf;padding:calc(var(--sp-1) * 1.75) var(--sp-3);margin-bottom:var(--sp-1);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);border-radius:4px;transition:all .2s linear}.amxx-dashboard__container aside ul li:hover{background-color:rgb(var(--area-background-light-border));cursor:pointer}.amxx-dashboard__container aside ul li.amxx-navigation__item-active{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--very-light-color)}.amxx-dashboard__container aside ul li svg{vertical-align:middle;height:100%}.amxx-dashboard__container aside ul li:last-child{margin-bottom:var(--sp-0)}.amxx-dashboard__container main{flex:1;padding-bottom:var(--sp-4)}.amxx-dashboard .amxx-page__dashboard-items{margin-top:var(--sp-2)}.amxx-dashboard .amxx-page__dashboard-items>ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--sp-3)}.amxx-dashboard .amxx-page__dashboard-items>ul>li{flex:1 0 calc(33.3% - var(--sp-3));background-color:rgb(var(--area-background));padding:var(--sp-2) var(--sp-3);border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1)}@media screen and (min-width: 979px) and (max-width: 1360px){.amxx-dashboard .amxx-page__dashboard-items>ul>li{flex:1 0 100%}}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--sp-1);margin-bottom:var(--sp-2)}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-tags span{font-size:var(--font-size-sm)}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-buttons),.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-buttons){flex-wrap:wrap;margin-top:var(--sp-2)}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-buttons) a,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-buttons) button,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-buttons) a,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-buttons) button{display:block;flex:1 0 calc(33% - var(--sp-2));text-align:center}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-content),.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-content){display:block}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-content) h3,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-content) h3{margin-bottom:var(--sp-2);font-size:var(--font-size-xl);font-weight:var(--font-weight-medium)}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-content) ul,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-content) ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:strench;flex-wrap:wrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-content) ul>li,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-content) ul>li{flex:1 0 calc(33.3% - var(--sp-3));background-color:rgb(var(--area-background));padding:var(--sp-2) var(--sp-3);border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1)}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-content) ul>li p:first-child,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-content) ul>li p:first-child{color:rgba(var(--light-color))}.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-content:is(.amxx-dashboard__item-content) ul>li p:last-child,.amxx-dashboard .amxx-page__dashboard-items>ul>li .amxx-dashboard__item-buttons:is(.amxx-dashboard__item-content) ul>li p:last-child{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium)}.amxx-dashboard .amxx-page__dashboard-form .amxx-page__dashboard-tags{margin:var(--sp-2) var(--sp-0) var(--sp-0) var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page__dashboard-form .amxx-page__dashboard-tags>li:hover{cursor:pointer}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page{margin-top:var(--sp-2)}}.amxx-dashboard .amxx-page__header h2 button{display:none}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page__header h2{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page__header h2 button{display:flex;width:40px;height:40px;padding:var(--sp-0)}.amxx-dashboard .amxx-page__header input{width:100%}.amxx-dashboard .amxx-page__header input~button{margin-top:var(--sp-2)}.amxx-dashboard .amxx-page__header button{width:100%}}.amxx-dashboard .amxx-page .amxx-page__items--actions-flex{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page .amxx-page__items--actions-flex a,.amxx-dashboard .amxx-page .amxx-page__items--actions-flex button{font-size:var(--font-size-base)}.amxx-dashboard .amxx-page .amxx-page__items--status{flex:0 0 120px}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page .amxx-page__items--status{flex:1 0 calc(50% - var(--sp-3))}}.amxx-dashboard .amxx-page .amxx-page__header--flex{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page .amxx-page__header--flex{flex-wrap:wrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page .amxx-page__header--flex button,.amxx-dashboard .amxx-page .amxx-page__header--flex input,.amxx-dashboard .amxx-page .amxx-page__header--flex .amxx-button{flex:1 0 100%;width:100%}.amxx-dashboard .amxx-page .amxx-page__header--flex button:is(button,.amxx-button),.amxx-dashboard .amxx-page .amxx-page__header--flex input:is(button,.amxx-button),.amxx-dashboard .amxx-page .amxx-page__header--flex .amxx-button:is(button,.amxx-button){text-align:center}}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page .amxx-page__items-body li{padding:var(--sp-2) var(--sp-3)}.amxx-dashboard .amxx-page .amxx-page__items-body li>div:last-child{flex:1 0 100%}.amxx-dashboard .amxx-page .amxx-page__items-body li>div:last-child .amxx-button{display:block;width:100%}}.amxx-dashboard .amxx-page .amxx-page__header-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page .amxx-page__header-user{flex-wrap:wrap}}.amxx-dashboard .amxx-page .amxx-page__header-user img{width:84px;height:84px;border-radius:4px}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page .amxx-page__header-user img{display:none}}.amxx-dashboard .amxx-page .amxx-page__header-user div:last-child{flex:1;text-align:right}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page .amxx-page__header-user div:last-child{flex:1 0 100%;text-align:left}}.amxx-dashboard .amxx-page .amxx-page__items--img img{width:64px}.amxx-dashboard .amxx-page .amxx-date__picker{display:flex;flex-direction:row;justify-content:flex-start;align-items:strench;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page .amxx-date__picker div{flex:1 0 calc(50% - var(--sp-2))}.amxx-dashboard .amxx-page .amxx-random__code{display:flex;flex-direction:row;justify-content:flex-start;align-items:strench;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page .amxx-random__code button{flex:0 0 40px}.amxx-dashboard .amxx-page__items>ul>li div:not(.amxx-page__items--status) span:not(.amxx-badge){display:block;font-size:var(--font-size-sm);color:rgba(var(--light-color))}.amxx-dashboard .amxx-page__items>ul>li div.amxx-page__items-user{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page__items>ul>li div.amxx-page__items-user img{width:44px;height:44px;border-radius:var(--sp-10)}.amxx-dashboard .amxx-page__user-details{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-2);margin-top:var(--sp-4)}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page__user-details{flex-wrap:wrap}}.amxx-dashboard .amxx-page__user-details>div{background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);height:550px;flex:1 0 calc(50% - var(--sp-2))}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page__user-details>div{flex:1 0 100%}}.amxx-dashboard .amxx-page__user-details>div .amxx-section__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%;border-bottom:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2) var(--sp-4);margin-bottom:var(--sp-2)}.amxx-dashboard .amxx-page__user-details>div .amxx-section__header h3{font-weight:var(--font-weight-medium)}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty){background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);flex:1;padding:var(--sp-2) var(--sp-3);margin-bottom:var(--sp-2)}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__author{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);text-align:left;border-bottom:1px solid rgb(var(--area-background-light-border));padding-bottom:var(--sp-2);margin-bottom:var(--sp-3)}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__author div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__author div img{width:34px;height:34px;border-radius:var(--sp-10);object-fit:fill}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__author div p{font-weight:var(--font-weight-medium)}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__author span{display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:rgb(var(--light-color))}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__author button{padding:calc(var(--sp-1) * 1.1)}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__author button svg{width:20px;height:100%;vertical-align:middle}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty) .amxx-comment__content a{text-decoration:underline}.amxx-dashboard .amxx-page__user-details>div.amxx-comments ol>li:not(.amxx-row__empty):last-child{margin-bottom:var(--sp-0)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order{margin-bottom:var(--sp-2)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order:last-child{margin-bottom:var(--sp-0)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);margin-bottom:var(--sp-1)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>div h3{font-weight:var(--font-weight-medium)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li{flex:1;background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);padding:var(--sp-3) var(--sp-2);margin-bottom:var(--sp-2)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li:last-child{margin-bottom:var(--sp-0)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li ul li{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;padding-bottom:var(--sp-2);border-bottom:1px solid rgb(var(--area-background-light-border));margin-bottom:var(--sp-2)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li ul li:last-child{margin-bottom:var(--sp-0);border-bottom:none;padding-bottom:var(--sp-0)}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li ul li div{flex:1;font-size:var(--font-size-base);color:#fafafabf}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li ul li div:last-child{text-align:right;font-weight:var(--font-weight-medium);color:var(--very-light-color)}@media screen and (max-width: 979px){.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li ul li div:last-child{width:auto!important}}.amxx-dashboard .amxx-page__user-details>div.amxx-orders ol .amxx-dashboard__order>li h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium)}.amxx-dashboard .amxx-page__user-details>div ol{margin:var(--sp-0);padding:var(--sp-1) var(--sp-2);list-style:none;max-height:470px;overflow-y:auto;width:99%}.amxx-dashboard .amxx-logs{background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);margin-top:var(--sp-2)}.amxx-dashboard .amxx-logs .amxx-section__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%;border-bottom:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2) var(--sp-4);margin-bottom:var(--sp-2)}.amxx-dashboard .amxx-logs .amxx-section__header h3{font-weight:var(--font-weight-medium)}.amxx-dashboard .amxx-logs .amxx-page__items-body{padding-bottom:var(--sp-2)}.amxx-dashboard .amxx-dashboard__user{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-weight:var(--font-weight-medium);font-size:var(--font-size-lg)}.amxx-dashboard .amxx-dashboard__user>div{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-dashboard__user>div img{width:40px;height:40px;border-radius:var(--sp-10)}.amxx-dashboard .amxx-dashboard__user-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-dashboard .amxx-dashboard__user a{border:1px solid rgba(var(--primary-color-rgb),1);border-radius:var(--sp-1);padding:var(--sp-0);height:40px;width:40px}.amxx-dashboard .amxx-dashboard__user a svg{height:20px}.amxx-dashboard .amxx-mobile__nav-container .amxx-mobile__nav-list li{margin-bottom:var(--sp-1)}.amxx-dashboard .amxx-mobile__nav-container .amxx-mobile__nav-list li a{background-color:rgb(var(--area-background-reset));border:1px solid rgb(var(--area-background-light-border));padding:calc(var(--sp-1) * 1.65) var(--sp-2);font-size:var(--font-size-base);border-radius:var(--sp-1)}.amxx-dashboard .amxx-mobile__nav-container .amxx-mobile__nav-list li.amxx-navigation__item-active a{background-color:rgba(var(--primary-color-rgb),.25);border-color:rgba(var(--primary-color-rgb),.65);color:var(--very-light-color)}@media screen and (max-width: 979px){.amxx-dashboard .amxx-form ul[data-col] li{flex:1 0 100%}}:root{--sp-0: 0px;--sp-1: 6px;--sp-2: 12px;--sp-3: 18px;--sp-4: 24px;--sp-5: 30px;--sp-6: 36px;--sp-7: 42px;--sp-8: 48px;--sp-9: 54px;--sp-10: 60px;--primary-color: #2056A2;--primary-color-rgb: 32, 86, 162;--link-hover-color: #2056A2;--link-hover-color-rgb: 32, 86, 162;--light-color-2: #8d9198;--light-color-2-rgb: 141, 145, 152;--noti-success: #a2ff6c;--noti-success-rgb: 162, 255, 108;--noti-error: #dc143c;--noti-error-rgb: 220, 20, 60;--noti-info: #1a56aa;--noti-info-rgb: 26, 86, 170;--noti-warning: #dc7514;--noti-warning-rgb: 220, 117, 20;--button-primary-light: #2866bd;--button-primary-light-rgb: 40, 102, 189;--badge-success: #a2ff6c;--badge-success-rgb: 162, 255, 108;--badge-error: #dc143c;--badge-error-rgb: 220, 20, 60;--badge-warning: #ca693c;--badge-warning-rgb: 202, 105, 60;--badge-purple: #8a2be2;--badge-purple-rgb: 138, 43, 226;--badge-info: #1a56aa;--badge-info-rgb: 26, 86, 170;--badge-default: #272b2f;--badge-default-rgb: 39, 43, 47;--badge-default-border: #2e3135;--badge-default-border-rgb: 46, 49, 53;--message-success: #a2ff6c;--message-success-rgb: 162, 255, 108;--message-error: #dc143c;--message-error-rgb: 220, 20, 60;--message-warning: #ca693c;--message-warning-rgb: 202, 105, 60;--message-info: #1a56aa;--message-info-rgb: 26, 86, 170;--primary-color-text: #3681eb;--primary-color-text-rgb: 54, 129, 235;--discord-rgb: 114, 137, 218;--button-error: #dc143c;--button-error-rgb: 220, 20, 60;--button-success: #2bff47;--button-success-rgb: 43, 255, 71;--font-family-base: "Golos Text", "Figtree", "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-size-xs: calc(12px + 0vw) ;--font-size-sm: calc(12.8px + .0625vw) ;--font-size-base: calc(13.8px + .0625vw) ;--font-size-lg: calc(15px + 0vw) ;--font-size-xl: calc(15.8px + .0625vw) ;--font-size-2xl: calc(23.4px + .1875vw) ;--font-size-3xl: calc(24px + .625vw) ;--font-size-4xl: calc(30.4px + .0175 * 100vw);--font-size-5xl: calc(38.4px + .0175 * 100vw);--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--body-background: #16191c;--body-color: #fafafa;--area-background: 30, 33, 38;--area-background-border: 31, 34, 39;--area-background-dark: 25, 28, 32;--area-background-dark-border: 28, 31, 36;--area-background-reset: 26, 29, 34;--area-background-reset-border: 29, 32, 37;--area-background-light: 29, 33, 38;--area-background-light-border: 42, 47, 53;--area-background-selected: 37, 42, 48;--area-background-selected-border: 44, 49, 56;--gradient-area-background: linear-gradient(94.85deg, #1E2126 0%, #1D2026 100%);--very-light-color: #ffffff;--light-color: 250, 250, 250, .5;--dark-color: #9a9ca0;--very-dark-color: #030d0d;--error-color: #dc143c;--success-color: #2bff47;--warning-color: #e44529;--selection: 61, 130, 220;--message-background: #1e2126;--form-label-color: var(--dark-color);--form-input-normal-background: #202429;--form-input-normal-color: var(--dark-color);--form-input-normal-border-color: #262a30;--form-input-normal-placeholder-color: rgb(var(--light-color));--form-input-normal-focus-color: 61, 130, 220;--form-input-error: 255, 82, 82;--form-button-background: #23272a;--form-button-border: #2c3135;--form-button-background-hover: #1b4b8f;--dashboard-aside-background: #1e2126;--discord: #7289da;--radius-1: 4px;--success: #a2ff6c}*,*:before,*:after{box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background-color:var(--link-hover-color);border-radius:var(--sp-1)}::-webkit-scrollbar-track{background:rgb(var(--area-background-dark))}::selection{color:rgba(var(--selection),1);background-color:rgba(var(--selection),.1)}html{scroll-behavior:smooth;height:100%;-webkit-text-size-adjust:100%}html.lenis,html.lenis body{height:auto}body{height:100%;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeSpeed;background-color:var(--body-background);color:var(--body-color);font-family:var(--font-family-base);font-size:var(--font-size-base);overflow-wrap:break-word;margin:0}h1,h2,h3,h4,h5,h6,p{margin:var(--sp-0);padding:var(--sp-0);font-size:inherit;font-weight:inherit;white-space:break-spaces;overflow-wrap:break-word}p{white-space:break-spaces;word-break:break-word}a,a:active,a:visited,a:link{color:var(--body-color);text-decoration:none;transition:color .2s linear}a:hover,a:active:hover,a:visited:hover,a:link:hover{color:var(--primary-color)}input,button,textarea,select{font:inherit;color:inherit}button{border:none;background:none;padding:var(--sp-0);cursor:pointer}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{-webkit-tap-highlight-color:transparent}table{border-collapse:collapse;border-spacing:0}input[type=button],input[type=submit],input[type=reset]{line-height:normal}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:var(--sp-0)}:focus-visible{outline:0px}[hidden]{display:none!important}[disabled]{cursor:not-allowed;opacity:.7}@media screen and (prefers-reduced-data: reduce){html{font-display:optional}}img{vertical-align:middle}header{background-image:url(/images/Header/Header.png);background-position:top center;background-repeat:no-repeat;height:850px}@media screen and (max-width: 979px){header{height:700px}}header .amxx-container .amxx-topbar{display:flex;align-items:center;justify-content:flex-start;gap:calc(var(--sp-10) + var(--sp-5));flex-wrap:unset;flex-direction:row;padding:var(--sp-10) var(--sp-0)}@media screen and (max-width: 979px){header .amxx-container .amxx-topbar{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:space-between;gap:var(--sp-2)}}@media screen and (min-width: 1025px) and (max-width: 1360px){header .amxx-container .amxx-topbar{gap:var(--sp-4)}}header .amxx-container .amxx-topbar .amxx-topbar__mobile{display:none}@media screen and (max-width: 979px){header .amxx-container .amxx-topbar .amxx-topbar__mobile{display:block}}header .amxx-container .amxx-topbar .amxx-logo{flex:0 0 90px}@media screen and (max-width: 979px){header .amxx-container .amxx-topbar .amxx-logo{width:90px;text-align:center;margin-inline:auto}}@media screen and (min-width: 1025px) and (max-width: 1360px){header .amxx-container .amxx-topbar .amxx-logo{flex:0 0 40px}}header .amxx-container .amxx-topbar .amxx-logo a{transition:all .2s linear}header .amxx-container .amxx-topbar .amxx-logo a:hover{opacity:.6}header .amxx-container .amxx-topbar .amxx-navigation{flex:1;margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;align-items:center;justify-content:unset;gap:var(--sp-8);flex-wrap:unset;flex-direction:row;-webkit-user-select:none;user-select:none}@media screen and (max-width: 979px){header .amxx-container .amxx-topbar .amxx-navigation{display:none}}header .amxx-container .amxx-topbar .amxx-navigation li{font-size:1rem;font-weight:var(--font-weight-medium);transition:all .2s linear;opacity:.5}header .amxx-container .amxx-topbar .amxx-navigation li.amxx-navigation__item-active{opacity:1}header .amxx-container .amxx-topbar .amxx-navigation li.amxx-navigation__item-active a{color:var(--very-light-color);font-weight:var(--font-weight-medium)}header .amxx-container .amxx-topbar .amxx-navigation li:not(.amxx-navigation__item-active):hover{opacity:.8}header .amxx-container .amxx-topbar .amxx-navigation li:not(.amxx-navigation__item-active):hover a{color:var(--very-light-color)}header .amxx-container .amxx-topbar__right{display:flex;align-items:center;justify-content:flex-start;gap:var(--sp-4);flex-wrap:unset;flex-direction:row}@media screen and (max-width: 979px){header .amxx-container .amxx-topbar__right{justify-content:flex-end}}header .amxx-container .amxx-topbar__right .amxx-lang button{padding:var(--sp-0);background-color:transparent;border:0;box-shadow:unset}header .amxx-container .amxx-topbar__right .amxx-lang button img{vertical-align:middle;width:24px;height:100%;object-fit:cover}header .amxx-container .amxx-topbar__user ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;align-items:center;justify-content:flex-start;gap:var(--sp-2);flex-wrap:unset;flex-direction:row}@media screen and (max-width: 979px){header .amxx-container .amxx-topbar__user ul{display:none}}header .amxx-container .amxx-topbar__user ul li{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-2);flex-wrap:unset;flex-direction:row}header .amxx-container .amxx-topbar__user ul li span{font-size:.9rem;color:rgba(var(--light-color))}header .amxx-container .amxx-topbar__user ul li p{margin:var(--sp-0);padding:var(--sp-0);font-size:.9rem;font-weight:600}header .amxx-container .amxx-topbar__user ul li img{width:40px;height:40px;border-radius:var(--sp-1);object-fit:cover}header .amxx-container .amxx-topbar__user ul li:not(:first-child){font-weight:500;font-size:.9rem;transition:color .2s linear}header .amxx-container .amxx-topbar__user ul li:not(:first-child):hover{cursor:pointer;color:var(--link-hover-color)}header .amxx-container .amxx-topbar__user ul li.amxx-topbar__user-icon a{background-color:var(--form-button-background);width:40px;height:40px;display:flex;align-items:center;justify-content:center;gap:unset;flex-wrap:unset;flex-direction:row;border-radius:var(--sp-1);transition:all .2s linear}header .amxx-container .amxx-topbar__user ul li.amxx-topbar__user-icon a:hover{cursor:pointer;color:var(--very-light-color);background-color:rgba(var(--area-background-light-border))}header .amxx-container .amxx-header{padding-top:calc(var(--sp-10) * 1.25);max-width:650px}@media screen and (max-width: 979px){header .amxx-container .amxx-header{padding-top:var(--sp-1);max-width:100%}}header .amxx-container .amxx-header h1,header .amxx-container .amxx-header p{margin:var(--sp-0);padding:var(--sp-0)}header .amxx-container .amxx-header h1:is(h1),header .amxx-container .amxx-header p:is(h1){font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--very-light-color);margin-bottom:var(--sp-4)}header .amxx-container .amxx-header h1:is(p),header .amxx-container .amxx-header p:is(p){font-size:var(--font-size-lg);font-weight:var(--font-size-medium);color:rgba(var(--light-color))}header .amxx-container .amxx-header .amxx-button{display:inline-block;margin-top:var(--sp-6);font-size:var(--font-size-lg);padding:calc(var(--sp-2) * 1.25) var(--sp-6)}.amxx-mobile__nav-container{background-color:rgb(var(--area-background-dark));position:fixed;top:var(--sp-0);left:var(--sp-0);padding:var(--sp-4);height:100%;width:90%}.amxx-mobile__nav-container .amxx-mobile__nav{margin:var(--sp-0);padding:var(--sp-0);list-style:none;height:100%}.amxx-mobile__nav-container .amxx-mobile__nav-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);margin-bottom:var(--sp-7)}.amxx-mobile__nav-container .amxx-mobile__nav-header ol{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-mobile__nav-container .amxx-mobile__nav-header ol li{background-color:var(--form-button-background);width:40px;height:40px;display:flex;align-items:center;justify-content:center;gap:unset;flex-wrap:unset;flex-direction:row;border-radius:var(--sp-1);transition:all .2s linear}.amxx-mobile__nav-container .amxx-mobile__nav-header ol li:hover{cursor:pointer;color:var(--very-light-color);background-color:rgba(var(--area-background-light-border))}.amxx-mobile__nav-container .amxx-mobile__nav-header ol li img{width:40px;height:40px;border-radius:var(--sp-1)}.amxx-mobile__nav-container .amxx-mobile__nav-header .amxx-button{padding:var(--sp-0);width:40px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.amxx-mobile__nav-container .amxx-mobile__nav-list{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-mobile__nav-container .amxx-mobile__nav-list li{margin-bottom:var(--sp-1)}.amxx-mobile__nav-container .amxx-mobile__nav-list li a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));color:#fafafabf;padding:calc(var(--sp-1) * 1.75) var(--sp-3);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);border-radius:4px;transition:all .2s linear}.amxx-mobile__nav-container .amxx-mobile__nav-list li a:hover{background-color:rgb(var(--area-background-light-border));cursor:pointer}.amxx-mobile__nav-container .amxx-mobile__nav-list li.amxx-navigation__item-active a{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--very-light-color)}.amxx-mobile__nav-container .amxx-mobile__nav-list li:last-child{margin-bottom:var(--sp-0)}.amxx-mobile__nav-container .amxx-media{display:flex;position:absolute;bottom:var(--sp-4)}.amxx-partners{max-height:100px;margin:-260px auto 90px;overflow:hidden;position:relative}@media screen and (max-width: 979px){.amxx-partners{margin-top:-120px}}.amxx-partners:after,.amxx-partners:before{content:"";width:450px;height:100px;background:linear-gradient(to right,#16191c,#16191c00);position:absolute;z-index:2;pointer-events:none}@media screen and (max-width: 979px){.amxx-partners:after,.amxx-partners:before{width:120px}}.amxx-partners:before{top:var(--sp-0);left:var(--sp-0)}.amxx-partners:after{top:var(--sp-0);right:var(--sp-0);transform:rotate(180deg)}.amxx-partners__inner{width:fit-content;display:flex;align-items:center;justify-content:space-between;gap:unset;flex-wrap:unset;flex-direction:row;position:relative}.amxx-partners__inner:hover .amxx-partners__track{animation-play-state:paused}.amxx-partners__track{display:flex;align-items:center;justify-content:space-between;gap:unset;flex-wrap:unset;flex-direction:row;animation:marquee 50s linear infinite;padding:var(--sp-0)}.amxx-partners__track a{display:block;opacity:.5;filter:grayscale(1);transition:opacity .2s linear,filter .2s linear}.amxx-partners__track a:hover{opacity:1;filter:grayscale(0)}.amxx-partners__track svg,.amxx-partners__track img{width:64px;object-fit:cover;margin:var(--sp-0) var(--sp-9);vertical-align:middle}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.amxx-carousel{max-width:100%;margin:0 auto}.amxx-carousel__container{position:relative;height:26rem;overflow:hidden}.amxx-carousel .amxx-slides{display:flex;height:100%;transition-property:transform;transition-timing-function:ease-in-out}.amxx-carousel .amxx-slides__slide{flex-shrink:0;width:100%;height:100%}.amxx-carousel__pagination{position:absolute;left:50%;bottom:var(--sp-5);transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;gap:var(--sp-2);flex-wrap:unset;flex-direction:row}.amxx-carousel__pagination-dot{background-color:var(--link-hover-color);width:12px;height:12px;border:none;cursor:pointer;border-radius:var(--sp-10);opacity:.5;padding:var(--sp-0);transition:opacity .2s linear}.amxx-carousel__pagination-dot:not(.amxx-carousel__pagination-dot--active):hover{opacity:.8}.amxx-carousel__pagination-dot--active{opacity:1}.amxx-modal,.cookie-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;width:650px;background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1)}@media screen and (max-width: 979px){.amxx-modal,.cookie-modal{width:100%}}.amxx-modal:is(.cookie-modal) .cookie-modal__header,.cookie-modal:is(.cookie-modal) .cookie-modal__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.amxx-modal:is(.cookie-modal) .cookie-modal__header button,.cookie-modal:is(.cookie-modal) .cookie-modal__header button{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;width:40px;height:40px;padding:var(--sp-0)}.amxx-modal:is(.cookie-modal) .cookie-modal__body ul,.cookie-modal:is(.cookie-modal) .cookie-modal__body ul{margin:var(--sp-2) var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-modal:is(.cookie-modal) .cookie-modal__body ul li,.cookie-modal:is(.cookie-modal) .cookie-modal__body ul li{background-color:rgb(var(--area-background-reset));border:1px solid rgb(var(--area-background-light-border));padding:var(--sp-1) var(--sp-2);border-radius:4px;margin-bottom:var(--sp-2)}.amxx-modal:is(.cookie-modal) .cookie-modal__body ul li>div>div,.cookie-modal:is(.cookie-modal) .cookie-modal__body ul li>div>div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.amxx-modal:is(.cookie-modal) .cookie-modal__body ul li button,.cookie-modal:is(.cookie-modal) .cookie-modal__body ul li button{flex:0 0 40px;width:40px;height:40px;padding:var(--sp-0)}.amxx-modal:is(.cookie-modal) .cookie-modal__body ul li label,.cookie-modal:is(.cookie-modal) .cookie-modal__body ul li label{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex:1;font-size:var(--font-size-lg);font-weight:var(--font-weight-medium)}.amxx-modal:is(.cookie-modal) .cookie-modal__body ul li p,.cookie-modal:is(.cookie-modal) .cookie-modal__body ul li p{padding-top:var(--sp-1);font-size:var(--font-size-sm);color:var(--light-color-2)}.amxx-modal__header,.cookie-modal__header{border-bottom:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2);font-size:var(--font-size-xl);font-weight:var(--font-weight-medium)}.amxx-modal__body,.cookie-modal__body{padding:var(--sp-2)}.amxx-modal__body ol,.cookie-modal__body ol{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-modal__body ol li,.cookie-modal__body ol li{margin:var(--sp-1) var(--sp-0)}.amxx-modal__body ol li:first-child,.cookie-modal__body ol li:first-child{margin-top:var(--sp-0)}.amxx-modal__body ol li:last-child,.cookie-modal__body ol li:last-child{margin-bottom:var(--sp-0)}.amxx-modal__footer,.cookie-modal__footer{display:flex;flex-direction:row;justify-content:flex-start;align-items:strench;flex-wrap:wrap;gap:var(--sp-2);border-top:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2)}.amxx-modal__footer button,.cookie-modal__footer button{flex:1 0 calc(50% - var(--sp-2))}.cookie-label{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));position:fixed;bottom:var(--sp-0);right:var(--sp-2);width:40px;height:40px;transform:translateY(12px);border-radius:var(--sp-1);transition:transform .2s linear,background-color .2s linear,border-color .2s linear;z-index:10002}.cookie-label:hover{cursor:pointer;background-color:rgba(var(--primary-color-rgb),.3);color:var(--very-light-color);border-color:var(--primary-color);transform:translateY(-10px)}.small-cookie-box{background-color:rgba(var(--area-background-light),.65);border:1px solid rgba(var(--area-background-light-border));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;bottom:var(--sp-4);right:var(--sp-4);padding:var(--sp-2) var(--sp-3);border-radius:var(--sp-1);max-width:460px;z-index:10002}.small-cookie-box a{font-weight:var(--font-weight-medium)}.small-cookie-box .cookie-buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);margin-top:var(--sp-2)}.small-cookie-box .cookie-buttons button{padding:calc(var(--sp-1) * 1.65) var(--sp-2)}.small-cookie-box .cookie-buttons button:not(.amxx-button--primary){background-color:rgb(var(--area-background-light),.25)}.small-cookie-box .cookie-buttons button.amxx-button--primary{background-color:rgba(var(--primary-color-rgb),1)}.amxx-badge{display:inline-block;background-color:var(--badge-default);border:1px solid var(--badge-default-border);color:var(--very-light-color);padding:var(--sp-1) var(--sp-2);border-radius:var(--sp-1);text-transform:uppercase;letter-spacing:.2px;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-1)}.amxx-badge--small{font-size:var(--font-size-sm)}.amxx-badge svg{width:18px;height:100%;vertical-align:middle}.amxx-badge.amxx-badge--default{background-color:rgba(var(--badge-default-rgb),.3);border:1px solid rgba(var(--badge-default-rgb),1);color:var(--very-light-color);transition:all .2s linear}.amxx-badge.amxx-badge--default:hover{background-color:rgba(var(--badge-default-rgb),.5);color:var(--very-light-color)}.amxx-badge.amxx-badge--default a{color:var(--very-light-color)}.amxx-badge.amxx-badge--success{background-color:rgba(var(--badge-success-rgb),.3);border:1px solid rgba(var(--badge-success-rgb),1);color:var(--very-light-color);transition:all .2s linear}.amxx-badge.amxx-badge--success:hover{background-color:rgba(var(--badge-success-rgb),.5);color:var(--very-light-color)}.amxx-badge.amxx-badge--success a{color:var(--very-light-color)}.amxx-badge.amxx-badge--error{background-color:rgba(var(--badge-error-rgb),.3);border:1px solid rgba(var(--badge-error-rgb),1);color:var(--very-light-color);transition:all .2s linear}.amxx-badge.amxx-badge--error:hover{background-color:rgba(var(--badge-error-rgb),.5);color:var(--very-light-color)}.amxx-badge.amxx-badge--error a{color:var(--very-light-color)}.amxx-badge.amxx-badge--warning{background-color:rgba(var(--badge-warning-rgb),.3);border:1px solid rgba(var(--badge-warning-rgb),1);color:var(--very-light-color);transition:all .2s linear}.amxx-badge.amxx-badge--warning:hover{background-color:rgba(var(--badge-warning-rgb),.5);color:var(--very-light-color)}.amxx-badge.amxx-badge--warning a{color:var(--very-light-color)}.amxx-badge.amxx-badge--blue{background-color:rgba(var(--badge-blue-rgb),.3);border:1px solid rgba(var(--badge-blue-rgb),1);color:var(--very-light-color);transition:all .2s linear}.amxx-badge.amxx-badge--blue:hover{background-color:rgba(var(--badge-blue-rgb),.5);color:var(--very-light-color)}.amxx-badge.amxx-badge--blue a{color:var(--very-light-color)}.amxx-badge.amxx-badge--purple{background-color:rgba(var(--badge-purple-rgb),.3);border:1px solid rgba(var(--badge-purple-rgb),1);color:var(--very-light-color);transition:all .2s linear}.amxx-badge.amxx-badge--purple:hover{background-color:rgba(var(--badge-purple-rgb),.5);color:var(--very-light-color)}.amxx-badge.amxx-badge--purple a{color:var(--very-light-color)}.amxx-badge__status--0{background-color:rgba(var(--badge-info-rgb),.15);border:1px solid rgba(var(--badge-info-rgb),1);color:var(--very-light-color)}.amxx-badge__status--1{background-color:#fff97a26;border:1px solid #fff97a;color:var(--very-light-color)}.amxx-badge__status--2{background-color:rgba(var(--badge-warning-rgb),.15);border:1px solid rgba(var(--badge-warning-rgb),1);color:var(--very-light-color)}.amxx-badge__status--3{background-color:#1fb3dd26;border:1px solid #1fb3dd;color:var(--very-light-color)}.amxx-badge__status--4{background-color:rgba(var(--badge-success-rgb),.15);border:1px solid rgba(var(--badge-success-rgb),1);color:var(--very-light-color)}.amxx-badge__status--5{background-color:rgba(var(--badge-error-rgb),.15);border:1px solid rgba(var(--badge-error-rgb),1);color:var(--very-light-color)}.amxx-button,button{background-color:var(--form-button-background);margin:var(--sp-0);padding:var(--sp-2) var(--sp-3);border-radius:var(--sp-1);border:1px solid var(--form-button-border);transition:all .2s linear;font-size:var(--font-size-base);font-weight:var(--font-weight-medium);-webkit-user-select:none;user-select:none}.amxx-button--only-icon,button--only-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-0);padding:var(--sp-2)}.amxx-button--only-icon svg,button--only-icon svg{vertical-align:middle;height:100%}.amxx-button:is(a),button:is(a){transition:all .2s linear}.amxx-button:is(a):hover,button:is(a):hover{color:var(--very-light-color)}.amxx-button--w-icon,.amxx-button-w-icon,button--w-icon,button-w-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-1)}.amxx-button--w-icon svg,.amxx-button-w-icon svg,button--w-icon svg,button-w-icon svg{height:100%;vertical-align:middle}.amxx-button:hover,button:hover{cursor:pointer}.amxx-button:disabled,button:disabled{opacity:.6;color:#fafafa80;cursor:not-allowed;-webkit-user-select:none;user-select:none;filter:grayscale(1)}.amxx-button--sm,button--sm{padding:var(--sp-1) var(--sp-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.amxx-button:hover,button:hover{background-color:var(--form-button-background-hover);border-color:var(--form-button-background-hover);color:var(--very-light-color)}.amxx-button--primary,button--primary{background-color:rgba(var(--primary-color-rgb),.2);border-color:rgba(var(--primary-color-rgb),1)}.amxx-button--primary:is(a),button--primary:is(a){transition:all .2s linear}.amxx-button--primary:is(a):hover,button--primary:is(a):hover{color:var(--very-light-color)}.amxx-button--primary:hover,button--primary:hover{background-color:rgba(var(--primary-color-rgb),.3)}.amxx-button--primary:not(:disabled):active,button--primary:not(:disabled):active{background-color:rgba(var(--primary-color-rgb),.5)}.amxx-button--discord,button--discord{background-color:rgba(var(--discord-rgb),.3);border-color:var(--discord);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-button--discord svg,button--discord svg{width:24px;height:100%;vertical-align:middle}.amxx-button--discord:hover,button--discord:hover{background-color:rgba(var(--discord-rgb),.4);border-color:var(--discord)}.amxx-button--discord:not(:disabled):active,button--discord:not(:disabled):active{background-color:rgba(var(--discord-rgb),.5);border-color:var(--discord)}@media screen and (max-width: 979px){.amxx-button--discord span,button--discord span{display:none}}.amxx-button--delete,.amxx-button--error,button--delete,button--error{background-color:rgba(var(--button-error-rgb),.2);border-color:var(--button-error);color:#fafafa}.amxx-button--delete:hover,.amxx-button--error:hover,button--delete:hover,button--error:hover{background-color:rgba(var(--button-error-rgb),.3);border-color:var(--button-error)}.amxx-button--delete:not(:disabled):active,.amxx-button--error:not(:disabled):active,button--delete:not(:disabled):active,button--error:not(:disabled):active{background-color:rgba(var(--button-error-rgb),.4);border-color:var(--button-error)}.amxx-button:not(:disabled):active,button:not(:disabled):active{color:var(--very-light-color);transform:scale(.98)}.amxx-button--fw,button--fw{width:100%}.amxx-button--read,button--read{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-1)}input:not([type=checkbox]):not([type=radio]):not([type=color]),button,textarea{font-family:var(--font-family-base)}.amxx-label{display:block;margin:var(--sp-2) var(--sp-0) var(--sp-1) var(--sp-0);font-size:.95rem;font-weight:500}.amxx-form{background-color:rgb(var(--area-background-reset));border:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2) var(--sp-3);margin:var(--sp-2) var(--sp-0);border-radius:var(--sp-1)}.amxx-form h3{margin:var(--sp-0) var(--sp-0) var(--sp-2) var(--sp-0);font-size:var(--font-size-xl);font-weight:var(--font-weight-medium)}.amxx-form ul:not(.amxx-tabs),.amxx-form ol:not(.amxx-tabs){margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-form li:first-child .amxx-label{margin-top:var(--sp-0)}.amxx-form [data-col][data-col="1"]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--sp-2)}.amxx-form [data-col][data-col="1"] li{flex:1 0 100%;width:100%}.amxx-form [data-col][data-col="2"],.amxx-form [data-col][data-col="3"]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--sp-2)}.amxx-form [data-col][data-col="3"] li{flex:1 0 calc(33.333% - var(--sp-2))}.amxx-form [data-col][data-col="4"]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--sp-2)}.amxx-form [data-col][data-col="4"] li{flex:1 0 calc(25% - var(--sp-2))}.amxx-form [data-col] li{flex:1 0 calc(50% - var(--sp-2))}.amxx-form [data-col] li label{margin-top:var(--sp-0)}.amxx-form [data-col] li input,.amxx-form [data-col] li textarea,.amxx-form [data-col] li select{width:100%}.amxx-form__buttons{margin-top:var(--sp-4);display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch;flex-wrap:nowrap;gap:var(--sp-2)}input:not([type=checkbox]):not([type=radio]):not([type=color]),select,textarea{background-color:var(--form-input-normal-background);color:var(--form-input-normal-color);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);border:1px solid var(--form-input-normal-border-color);padding:var(--sp-2) var(--sp-4);border-radius:var(--sp-1);transition:color .2s linear,background-color .2s linear,border-color .2s linear;color-scheme:dark}input:not([type=checkbox]):not([type=radio]):not([type=color]):disabled,select:disabled,textarea:disabled{opacity:.55}input:not([type=checkbox]):not([type=radio]):not([type=color]):hover,select:hover,textarea:hover{--form-input-normal-border-color: rgb(var(--form-input-normal-focus-color))}input:not([type=checkbox]):not([type=radio]):not([type=color])::placeholder,select::placeholder,textarea::placeholder{color:var(--light-color)}input:not([type=checkbox]):not([type=radio]):not([type=color]):focus,input:not([type=checkbox]):not([type=radio]):not([type=color]):hover,select:focus,select:hover,textarea:focus,textarea:hover{--form-input-normal-border-color: rgb(var(--form-input-normal-focus-color));outline:0}input:not([type=checkbox]):not([type=radio]):not([type=color]):focus,select:focus,textarea:focus{color:var(--body-color)}input:not([type=checkbox]):not([type=radio]):not([type=color]).amxx-form-input--error,select.amxx-form-input--error,textarea.amxx-form-input--error{--form-input-normal-background: rgba(var(--message-error-rgb), .25);--form-input-normal-border-color: rgb(var(--message-error-rgb));color:var(--very-light-color)}input:not([type=checkbox]):not([type=radio]):not([type=color]).amxx-form-input--error::placeholder,select.amxx-form-input--error::placeholder,textarea.amxx-form-input--error::placeholder{color:var(--very-light-color);opacity:.7}input:not([type=checkbox]):not([type=radio]):not([type=color]).amxx-form-input--success,select.amxx-form-input--success,textarea.amxx-form-input--success{--form-input-normal-background: rgba(var(--form-input-success-background), .3);--form-input-normal-color: rgb(var(--form-input-success-color));--form-input-normal-border-color: rgb(var(--form-input-success-border-color))}input:not([type=checkbox]):not([type=radio]):not([type=color]).amxx-form-input--fw,select.amxx-form-input--fw,textarea.amxx-form-input--fw{display:block;width:100%}.amxx-message{display:block;padding:var(--sp-2) var(--sp-3);border-radius:var(--sp-1);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);width:100%;border:1px solid transparent;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-1);transition:filter .2s linear}.amxx-message svg{vertical-align:middle}.amxx-message.amxx-message--success{background-color:rgba(var(--message-success-rgb),.25);border:1px solid rgba(var(--message-success-rgb),1);color:var(--very-light-color)}.amxx-message.amxx-message--warning{background-color:rgba(var(--message-warning-rgb),.25);border:1px solid rgba(var(--message-warning-rgb),1);color:var(--very-light-color)}.amxx-message.amxx-message--info{background-color:rgba(var(--message-info-rgb),.25);border:1px solid rgba(var(--message-info-rgb),1);color:var(--very-light-color)}.amxx-message.amxx-message--error{background-color:rgba(var(--message-error-rgb),.25);border:1px solid rgba(var(--message-error-rgb),1);color:var(--very-light-color)}.amxx-message--expired,.amxx-message--expiring-soon{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-1);margin-top:var(--sp-2);animation:expiring-soon infinite 2s ease-in-out alternate}.amxx-message--expired~button,.amxx-message--expiring-soon~button{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;margin-top:var(--sp-2)}.amxx-message--expired:is(.amxx-message--expired),.amxx-message--expiring-soon:is(.amxx-message--expired){animation:expired infinite 2s ease-in-out alternate}.amxx-message:hover{filter:brightness(1.1)}@keyframes expiring-soon{0%{box-shadow:0 0 0 2px rgba(var(--message-info-rgb),.25)}50%{box-shadow:0 0 0 4px rgba(var(--message-info-rgb),.45)}to{box-shadow:0 0 0 2px rgba(var(--message-info-rgb),.25)}}@keyframes expired{0%{box-shadow:0 0 0 2px rgba(var(--message-error-rgb),.25)}50%{box-shadow:0 0 0 4px rgba(var(--message-error-rgb),.45)}to{box-shadow:0 0 0 2px rgba(var(--message-error-rgb),.25)}}.amxx-editor{background-color:#010101;padding:20px}.amxx-editor .amxx-editor__url-display{display:none}.amxx-editor__container{background-color:rgb(var(--area-background-dark));border:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2);border-radius:var(--sp-1)}.amxx-editor__container .amxx-editor__toolbar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--sp-2);background-color:rgb(var(--area-background-reset));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);padding:var(--sp-2);margin-bottom:var(--sp-3)}.amxx-editor__container .amxx-editor__toolbar button{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;padding:var(--sp-0);width:38px;height:38px}.amxx-editor__container .amxx-editor__toolbar button svg{width:20px;height:100%;vertical-align:middle}.amxx-editor__container .amxx-editor{background-color:rgb(var(--area-background-reset));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);padding:var(--sp-2)}code,blockquote,.amxx-editor__content code,.amxx-editor__content blockquote,.amxx-editor .ProseMirror code,.amxx-editor .ProseMirror blockquote{background-color:rgb(var(--area-background-light-border));display:block;padding:var(--sp-2) var(--sp-3);font-family:JetBrains Mono,monospace;font-size:var(--font-size-sm);margin:var(--sp-1);border-radius:var(--sp-1)}@media screen and (max-width: 979px){code,blockquote,.amxx-editor__content code,.amxx-editor__content blockquote,.amxx-editor .ProseMirror code,.amxx-editor .ProseMirror blockquote{white-space:break-spaces}}blockquote,.amxx-editor__content blockquote,.amxx-editor .ProseMirror blockquote{font-family:inherit;font-size:inherit}.amxx-editor__content a,.amxx-editor .ProseMirror a{text-decoration:underline}.amxx-editor__content a span,.amxx-editor .ProseMirror a span{font-size:var(--font-size-sm)}.amxx-editor__content ul,.amxx-editor__content ol,.amxx-editor .ProseMirror ul,.amxx-editor .ProseMirror ol{padding-left:1.5rem;margin:.75rem 0}.amxx-editor__content li,.amxx-editor .ProseMirror li{margin-bottom:.5rem;position:relative;line-height:1.5}.amxx-editor__content ul li,.amxx-editor .ProseMirror ul li{list-style-type:disc}.amxx-editor__content ul ul li,.amxx-editor .ProseMirror ul ul li{list-style-type:circle}.amxx-editor__content ul ul ul li,.amxx-editor .ProseMirror ul ul ul li{list-style-type:square}.amxx-editor__content ol li,.amxx-editor .ProseMirror ol li{list-style-type:decimal}.amxx-editor__content ol ol li,.amxx-editor .ProseMirror ol ol li{list-style-type:lower-alpha}.amxx-editor__content ol ol ol li,.amxx-editor .ProseMirror ol ol ol li{list-style-type:lower-roman}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.amxx-editor__character-count{text-align:right;padding:var(--sp-2) var(--sp-0);font-size:var(--font-size-sm);color:rgba(var(--light-color));font-weight:var(--font-weight-medium);transition:all .2s linear}.amxx-editor__character-count--exceeded{--color: var(--error-color);color:var(--color);animation:pulse 2s ease-in-out 0s infinite normal none}.ProseMirror p{word-wrap:break-word;white-space:normal}.ProseMirror p,.ProseMirror div{word-wrap:break-word;overflow-wrap:break-word;white-space:normal;word-break:break-word}.amxx-editor__content p{word-break:break-word}.amxx-select__paper ul{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-2)}.amxx-select__paper ul li:not(:first-child){width:30px;height:30px}.amxx-select__paper ul li:not(:first-child) div{width:30px;height:30px}.amxx-editor img{width:100%}.amxx-sort{display:flex;align-items:stretch;justify-content:flex-start;gap:var(--sp-2);flex-wrap:unset;flex-direction:row;margin:var(--sp-4) var(--sp-0) var(--sp-0) var(--sp-0);padding:var(--sp-0);list-style:none}@media screen and (max-width: 979px){.amxx-sort{flex-wrap:wrap}}.amxx-sort li button{display:flex;align-items:center;justify-content:space-between;gap:unset;flex-wrap:unset;flex-direction:row;height:100%;padding:calc(var(--sp-1) + .3rem) var(--sp-3);font-size:var(--font-size-base);background-color:rgb(var(--area-background-selected));border:1px solid rgb(var(--area-background-selected-border))}.amxx-sort li button:hover{background-color:var(--form-button-background-hover);border-color:var(--form-button-background-hover)}.amxx-sort li button.amxx-sort--active{background-color:rgba(var(--primary-color-rgb),.25);border-color:rgb(var(--primary-color-rgb))}.amxx-sort li button .amxx-sort__arrow{margin-left:var(--sp-1)}.amxx-sort li button .amxx-sort--rotate svg{transform:rotate(180deg)}.amxx-sort li button svg{width:18px;vertical-align:middle;transition:transform .2s linear}@media screen and (max-width: 979px){header .amxx-media{display:none}}.amxx-media{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4);flex-wrap:unset;flex-direction:row}.amxx-media li{transition:all .2s linear;opacity:.5}.amxx-media li svg{width:24px;height:24px;vertical-align:middle}.amxx-media li:hover{cursor:pointer;opacity:1}.amxx-dropzone{border:2px dashed rgb(var(--area-background-selected-border));border-radius:4px;text-align:center;cursor:pointer;transition:border-color .2s linear;position:relative}.amxx-dropzone.amxx-drag--disabled{border-color:rgba(var(--button-error-rgb),.25);cursor:no-drop}.amxx-dropzone.amxx-drag--disabled:before{content:"";background-color:rgba(var(--button-error-rgb),.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;height:100%;position:absolute;top:var(--sp-0);left:var(--sp-0);transition:all .2s linear}.amxx-dropzone:hover:not(.amxx-drag--disabled){border-color:var(--link-hover-color)}.amxx-dropzone:hover:not(.amxx-drag--disabled) .amxx-dropzone__content{background-color:rgba(var(--primary-color-rgb),.25)}.amxx-dropzone--active{border-color:var(--link-hover-color)}.amxx-dropzone--disabled{opacity:.6;cursor:not-allowed}.amxx-dropzone__content{background-color:rgb(var(--area-background));padding:var(--sp-2);border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;transition:all .2s linear}.amxx-dropzone__content h2,.amxx-dropzone__content p{margin:var(--sp-0);padding:var(--sp-0)}.amxx-dropzone__info{font-size:var(--font-size-sm);color:#fafafa80;margin-top:var(--sp-2)}.amxx-dropzone__stats{margin-top:var(--sp-2);font-size:var(--font-size-sm);width:100%}.amxx-file__list{margin-top:var(--sp-2)}.amxx-file__list .amxx-file__list-title--flex{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);margin-bottom:var(--sp-2)}.amxx-file__list .amxx-file__list-title--flex button{padding:var(--sp-0);width:40px;height:40px}.amxx-file__list .amxx-file__list-title--flex h4{margin-bottom:var(--sp-0)}.amxx-file__list h4{margin:var(--sp-0) var(--sp-0) var(--sp-1) var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}.amxx-file__list ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);overflow:hidden}.amxx-file__list ul .amxx-file__list-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-3);padding:var(--sp-2) var(--sp-4);border-bottom:1px solid rgb(var(--area-background-light-border));transition:all .2s linear}.amxx-file__list ul .amxx-file__list-item:last-child{border-bottom:0}.amxx-file__list ul .amxx-file__list-item.amxx-file__list-item--marked-delete{background-color:rgba(var(--area-background-light-border),.25)}.amxx-file__list ul .amxx-file__list-item-name{flex:1;font-weight:var(--font-weight-normal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 979px){.amxx-file__list ul .amxx-file__list-item-name{flex:0 0 150px}}.amxx-file__list ul .amxx-file__list-item-size{color:#fafafa80;font-weight:var(--font-weight-normal);text-align:right}.amxx-file__list ul .amxx-file__list-item-remove{background-color:rgba(var(--button-error-rgb),.2);border:1px solid var(--button-error);padding:calc(var(--sp-1) + 2px) var(--sp-2);margin-left:var(--sp-2);transition:background-color .25s linear}.amxx-file__list ul .amxx-file__list-item-remove:hover{background-color:rgba(var(--button-error-rgb),.3)}.amxx-file__list ul .amxx-file__list-item-remove:active{background-color:rgba(var(--button-error-rgb),.5)}.amxx-file__errors{margin-top:var(--sp-3)}.amxx-file__errors ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-file__errors ul li{background-color:rgba(var(--button-error-rgb),.35);border:1px solid var(--button-error);padding:calc(var(--sp-1) + 2px) var(--sp-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);margin-bottom:var(--sp-2);border-radius:var(--sp-1)}.amxx-file__errors ul li:last-child{margin-bottom:var(--sp-0)}.amxx-files__button{background-color:rgba(var(--area-background));color:#fafafad9;position:fixed;right:var(--sp-10);bottom:-6px;padding:var(--sp-2) var(--sp-3);border-radius:var(--sp-1) var(--sp-1) var(--sp-0) var(--sp-0);transition:all .2s linear}.amxx-files__button:hover{background-color:rgba(var(--primary-color-rgb),1);color:#fafafa}.amxx-file__sidebar{background-color:rgba(var(--area-background));border:1px solid rgb(var(--area-background-light-border));width:440px;position:fixed;z-index:1001;top:var(--sp-4);right:var(--sp-0);height:calc(100% - var(--sp-8));border-radius:var(--sp-1);overflow:hidden}.amxx-file__sidebar.amxx-log__details{width:550px}@media screen and (max-width: 979px){.amxx-file__sidebar.amxx-log__details{width:100%}}.amxx-file__sidebar.amxx-log__details .amxx-file__sidebar-header h3{font-size:var(--font-size-xl)}@media screen and (max-width: 979px){.amxx-file__sidebar{width:100%;transform:unset!important}}.amxx-file__sidebar-header{padding:var(--sp-2) var(--sp-4);border-bottom:1px solid rgb(var(--area-background-light-border));display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.amxx-file__sidebar-header h3{margin:var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}.amxx-file__sidebar-header .amxx-button{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;padding:var(--sp-0);width:34px;height:34px;background-color:rgba(var(--button-error-rgb),.25);border:1px solid var(--button-error)}.amxx-file__sidebar-header .amxx-button:hover{background-color:rgba(var(--button-error-rgb),.35)}.amxx-file__sidebar-content,.amxx-file__sidebar .amxx-log__details-content{padding:var(--sp-2) var(--sp-4);max-height:785px;margin-top:var(--sp-2);overflow-y:auto;width:99%}.amxx-file__sidebar-content-item,.amxx-file__sidebar .amxx-log__details-content-item{background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1)}.amxx-file__sidebar-content-item-header,.amxx-file__sidebar .amxx-log__details-content-item-header{padding:var(--sp-2) var(--sp-3);border-bottom:1px solid rgb(var(--area-background-light-border))}.amxx-file__sidebar-content-item-header h4,.amxx-file__sidebar .amxx-log__details-content-item-header h4{margin:var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.amxx-file__sidebar-content-item-header h4 span,.amxx-file__sidebar .amxx-log__details-content-item-header h4 span{color:var(--primary-color-text);font-weight:var(--font-weight-semibold)}.amxx-file__sidebar-content-item-body ul,.amxx-file__sidebar .amxx-log__details-content-item-body ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-file__sidebar-content-item-body ul li,.amxx-file__sidebar .amxx-log__details-content-item-body ul li{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-1);padding:var(--sp-2) var(--sp-0);border-bottom:1px solid rgb(var(--area-background-light-border))}.amxx-file__sidebar-content-item-body ul li img,.amxx-file__sidebar .amxx-log__details-content-item-body ul li img{display:block;max-width:50%;margin-inline:auto}.amxx-file__sidebar-content-item-body ul li div,.amxx-file__sidebar .amxx-log__details-content-item-body ul li div{flex:1}.amxx-file__sidebar-content-item-body ul li div:last-child,.amxx-file__sidebar .amxx-log__details-content-item-body ul li div:last-child{padding-right:var(--sp-3)}.amxx-file__sidebar-content-item-body ul li div:first-child,.amxx-file__sidebar .amxx-log__details-content-item-body ul li div:first-child{text-align:center}.amxx-file__sidebar-content-item-body ul li div:first-child svg,.amxx-file__sidebar .amxx-log__details-content-item-body ul li div:first-child svg{width:48px;color:var(--dark-color);height:100%;vertical-align:middle}.amxx-file__sidebar-content-item-body ul li div button,.amxx-file__sidebar .amxx-log__details-content-item-body ul li div button{padding:calc(var(--sp-1) + 2px) var(--sp-3);margin-top:var(--sp-2);justify-content:center;gap:var(--sp-2)}.amxx-file__sidebar-content-item-body ul li:last-child,.amxx-file__sidebar .amxx-log__details-content-item-body ul li:last-child{border-bottom:0}.amxx-file__sidebar-content:is(.amxx-log__details-content),.amxx-file__sidebar .amxx-log__details-content:is(.amxx-log__details-content){padding-top:var(--sp-0)}.amxx-file__sidebar-content:is(.amxx-log__details-content) ul,.amxx-file__sidebar .amxx-log__details-content:is(.amxx-log__details-content) ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;margin-bottom:var(--sp-2)}.amxx-file__sidebar-content:is(.amxx-log__details-content) ul>li,.amxx-file__sidebar .amxx-log__details-content:is(.amxx-log__details-content) ul>li{background-color:rgb(var(--area-background-reset));margin-bottom:var(--sp-2);padding:var(--sp-2);display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-1);border-radius:4px}.amxx-file__sidebar-content:is(.amxx-log__details-content) ul>li>p,.amxx-file__sidebar .amxx-log__details-content:is(.amxx-log__details-content) ul>li>p{flex:1}.amxx-file__sidebar-content:is(.amxx-log__details-content) ul>li>p:last-child,.amxx-file__sidebar .amxx-log__details-content:is(.amxx-log__details-content) ul>li>p:last-child{font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.amxx-file__sidebar-content:is(.amxx-log__details-content) ul>li:last-child,.amxx-file__sidebar .amxx-log__details-content:is(.amxx-log__details-content) ul>li:last-child{margin-bottom:var(--sp-0)}.amxx-file__sidebar .amxx-log__details-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-1)}.amxx-file__sidebar .amxx-log__details-buttons button{flex:1;white-space:nowrap;padding-block:var(--sp-2)}.amxx-file__sidebar pre{background-color:rgb(var(--area-background-light-border));display:block;padding:var(--sp-2) var(--sp-3);font-family:JetBrains Mono,monospace;font-size:var(--font-size-sm);margin:var(--sp-2) var(--sp-0);border-radius:var(--sp-1)}.amxx-overlay{position:fixed;z-index:1000;top:var(--sp-0);left:var(--sp-0);width:100%;height:100%;background-color:#0f0f0f66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s linear}footer{text-align:center;line-height:1.5;margin-top:var(--sp-10);padding:var(--sp-3) var(--sp-0)}footer .amxx-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:var(--sp-2)}footer .amxx-container p,footer .amxx-container li{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:#fafafabf}footer .amxx-container a{font-weight:var(--font-weight-medium);color:inherit}footer .amxx-container a:hover{color:var(--very-light-color)}footer .amxx-container ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-tabs{background-color:rgb(var(--area-background-dark));border:1px solid rgb(var(--area-background-light-border));margin:var(--sp-2) var(--sp-0);padding:var(--sp-2);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);border-radius:var(--sp-1)}.amxx-tabs li{background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));flex:1;text-align:center;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);padding:.65rem;border-radius:var(--sp-1);transition:all .2s linear}.amxx-tabs li:hover{border-color:var(--primary-color);cursor:pointer}.amxx-tabs li.active{background-color:var(--primary-color);border-color:var(--primary-color)}.amxx-pagination{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:var(--sp-1);margin-top:var(--sp-4)}.amxx-pagination button{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;min-width:50px;min-height:50px;padding:var(--sp-0)}.amxx-pagination__info{color:var(--light-color-2);text-align:right;margin-top:var(--sp-2)}.amxx-section{margin-bottom:var(--sp-10)}.amxx-section__title{margin-bottom:var(--sp-8);display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}@media screen and (max-width: 979px){.amxx-section__title{flex-wrap:wrap;gap:var(--sp-4)}}.amxx-section__title h2,.amxx-section__title p{margin:var(--sp-0);padding:var(--sp-0)}.amxx-section__title h2:is(h2),.amxx-section__title p:is(h2){font-weight:var(--font-weight-semibold);font-size:var(--font-size-3xl)}@media screen and (max-width: 979px){.amxx-section__title h2:is(h2),.amxx-section__title p:is(h2){font-size:var(--font-size-2xl)}}.amxx-section__title h2:is(p),.amxx-section__title p:is(p){font-size:var(--font-size-base);color:rgba(var(--light-color))}.amxx-section__title-button:is(a){display:inline-block;border:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2) var(--sp-3);border-radius:var(--sp-1);font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:#fafafabf;transition:color .2s linear,background-color .2s linear,border-color .2s linear}@media screen and (max-width: 979px){.amxx-section__title-button:is(a){width:100%;margin-left:auto}}.amxx-section__title-button:is(a):hover{background-color:rgba(var(--link-hover-color-rgb),.25);border-color:var(--link-hover-color);color:var(--very-light-color);cursor:pointer}.amxx-section__products ol{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-3);position:relative}@media screen and (max-width: 979px){.amxx-section__products ol{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--sp-3)}}.amxx-section__products ol li{border-radius:var(--radius-1);position:relative;overflow:hidden}.amxx-section__products ol li:after{content:"";position:absolute;top:var(--sp-0);right:var(--sp-0);bottom:var(--sp-0);left:var(--sp-0);border-radius:var(--radius-1);border:1px solid transparent;background:linear-gradient(0deg,rgb(var(--area-background-light-border)),rgba(var(--area-background-light-border),0) 25%) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none}.amxx-section__products ol li .amxx-product__image{height:350px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.amxx-section__products ol li .amxx-product__image:hover{cursor:pointer}.amxx-section__products ol li .amxx-product__image .amxx-product__actions{position:absolute;top:unset;right:var(--sp-2);bottom:var(--sp-2);left:var(--sp-0);padding:var(--sp-0) var(--sp-2)}.amxx-section__products ol li .amxx-product__image .amxx-product__actions .amxx-product__price{display:inline-block;background-color:rgb(var(--primary-color-rgb),.45);border:1px solid rgb(var(--primary-color-rgb),.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--sp-1) var(--sp-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);border-radius:var(--radius-1)}.amxx-section__products ol li .amxx-product__image .amxx-product__actions .amxx-product__price::selection{background-color:var(--primary-color);color:var(--very-light-color)}.amxx-section__products ol li .amxx-product__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;padding:var(--sp-2) var(--sp-3);background-color:rgb(var(--area-background-reset));line-height:1.5;min-height:290px}@media screen and (min-width: 1025px) and (max-width: 1360px){.amxx-section__products ol li .amxx-product__content{padding:var(--sp-2)}}.amxx-section__products ol li .amxx-product__content ol{margin:var(--sp-0) var(--sp-0) var(--sp-1) var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-1);min-height:33.5px}.amxx-section__products ol li .amxx-product__content .amxx-product__description{margin-bottom:var(--sp-2)}.amxx-section__products ol li .amxx-product__content .amxx-product__description p{color:var(--light-color-2);font-size:var(--font-size-sm);white-space:break-spaces;word-break:break-word}.amxx-section__products ol li .amxx-product__content .amxx-product__button{width:100%;margin-top:auto;background-color:rgb(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-4);padding:var(--sp-2);border-radius:4px;font-size:var(--font-size-base);font-weight:var(--font-weight-medium);transition:background-color .2s linear,border-color .2s linear}.amxx-section__products ol li .amxx-product__content .amxx-product__button:hover{background-color:rgba(var(--primary-color-rgb),.3);color:var(--very-light-color);border-color:var(--primary-color)}.amxx-section__products ol li div h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}.amxx-section__products ol li div .amxx-product__type{font-size:.65rem;font-weight:500;color:var(--light-color)}.amxx-section__slider{background-color:rgb(var(--area-background));height:416px;border-radius:20px;margin-top:calc(var(--sp-10) + var(--sp-6));position:relative}.amxx-section__slider:after{content:"";background:url(/images/Carousel/Carousel.webp) no-repeat right;position:absolute;right:var(--sp-0);top:var(--sp-0);width:510px;height:416px}@media screen and (max-width: 979px){.amxx-section__slider:after{display:none}}.amxx-section__slider .amxx-slides{width:75%}@media screen and (max-width: 979px){.amxx-section__slider .amxx-slides{width:100%}}.amxx-section__slider .amxx-slides__slide{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap;margin:var(--sp-0);height:100%;padding-left:var(--sp-5)}.amxx-section__slider .amxx-slides__slide h3,.amxx-section__slider .amxx-slides__slide p{margin:var(--sp-0);padding:var(--sp-0);line-height:1.65}.amxx-section__slider .amxx-slides__slide h3:is(h3),.amxx-section__slider .amxx-slides__slide p:is(h3){font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold)}.amxx-section__slider .amxx-slides__slide h3:is(p),.amxx-section__slider .amxx-slides__slide p:is(p){width:80%;color:var(--light-color);text-align:justify;font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}.amxx-section__slider .amxx-slides__slide a{display:inline-block;margin-top:var(--sp-3)}.amxx-section__slider .amxx-carousel__pagination{position:absolute;left:2rem;bottom:2rem;z-index:1001;transform:unset}.amxx-section__slider .amxx-carousel__pagination-dot{width:8px;height:8px;border-radius:var(--sp-10);transition:all .3s ease}.amxx-section__slider .amxx-carousel__pagination-dot:not(.amxx-carousel__pagination-dot--active):hover{opacity:.6}.amxx-section__slider .amxx-carousel__pagination-dot--active{width:57px;opacity:1}.amxx-page__header{background-color:rgb(var(--area-background-light));display:flex;align-items:center;justify-content:space-between;gap:unset;flex-wrap:unset;flex-direction:row;padding:var(--sp-3) var(--sp-4);border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1)}@media screen and (max-width: 979px){.amxx-page__header{flex-wrap:wrap;gap:var(--sp-2)}}.amxx-page__header .amxx-page__header-search{position:relative}.amxx-page__header .amxx-page__header-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.6}.amxx-page__header h2,.amxx-page__header p{margin:var(--sp-0);padding:var(--sp-0)}.amxx-page__header h2{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}.amxx-page__header p{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--dark-color)}.amxx-page__header p a{color:inherit;font-weight:var(--font-weight-medium)}.amxx-page__header p a:hover{--primary-color: #4794FF}.amxx-page__header-button{background-color:rgb(var(--area-background-selected));border:1px solid rgb(var(--area-background-selected-border));display:block;font-weight:var(--font-weight-medium);padding:var(--sp-2) var(--sp-3);border-radius:var(--sp-1);transition:all .2s linear}@media screen and (max-width: 979px){.amxx-page__header-button{width:100%}}.amxx-page__header-button:hover{background-color:var(--button-primary-light);border-color:transparent;color:var(--very-light-color)}.amxx-page__items{margin-top:var(--sp-4)}.amxx-page__items>ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-page__items>ul:not(.amxx-page__items-body){display:flex;align-items:center;justify-content:center;gap:var(--sp-2);flex-wrap:unset;flex-direction:row;background-color:rgb(var(--area-background));padding:var(--sp-2) var(--sp-3);border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);position:sticky;top:10px;transition:transform .2s ease}@media screen and (max-width: 979px){.amxx-page__items>ul:not(.amxx-page__items-body){display:none}}.amxx-page__items>ul:not(.amxx-page__items-body)>li{flex:1;font-size:.85rem;font-weight:500;color:var(--light-color)}.amxx-page__items>ul>li{display:flex;align-items:center;justify-content:center;gap:var(--sp-2);flex-wrap:unset;flex-direction:row}@media screen and (max-width: 979px){.amxx-page__items>ul>li{flex-wrap:wrap;padding:var(--sp-1);gap:var(--sp-3);justify-content:space-between}}.amxx-page__items>ul>li>div{flex:1;text-align:center}@media screen and (max-width: 979px){.amxx-page__items>ul>li>div{flex:1 0 calc(50% - var(--sp-3));white-space:nowrap}.amxx-page__items>ul>li>div.amxx-page__items--actions{width:100%;flex:1 0 100%}.amxx-page__items>ul>li>div.amxx-page__items--actions a{width:100%}}.amxx-page__items>ul .amxx-page__items--id{flex:0 0 100px!important}@media screen and (max-width: 979px){.amxx-page__items>ul .amxx-page__items--id{flex:1 0 calc(50% - var(--sp-3))!important}}.amxx-page__items>ul.amxx-page__items-body>li{background-color:rgb(var(--area-background-light));padding:var(--sp-4) var(--sp-3);border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);margin-bottom:var(--sp-2)}.amxx-page__items>ul.amxx-page__items-body>li:first-child{margin-top:var(--sp-2)}.amxx-page__items>ul.amxx-page__items-body>li>div{font-weight:500}.amxx-page__items>ul.amxx-page__items-body>li>div.amxx-page__items--actions a{display:inline-flex;align-items:center;justify-content:center;gap:unset;flex-wrap:unset;flex-direction:row;background-color:rgb(var(--area-background-selected));border:1px solid rgb(var(--area-background-selected-border));font-weight:500;padding:var(--sp-2) var(--sp-3);border-radius:var(--sp-1);transition:all .2s linear}.amxx-page__items>ul.amxx-page__items-body>li>div.amxx-page__items--actions a:hover{background-color:var(--form-button-background-hover);border-color:var(--form-button-background-hover);color:var(--very-light-color)}.amxx-page__items>ul.amxx-page__items-body>li:last-child{margin-bottom:var(--sp-0)}.amxx-page .amxx-loading{margin:var(--sp-4) auto}.amxx-page__products{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-3)}@media screen and (max-width: 979px){.amxx-page__products{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--sp-3)}}.amxx-page__products>li{min-height:578px;background-color:rgb(var(--area-background-reset));border:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2);border-radius:var(--sp-1);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-1)}.amxx-page__products>li img{width:100%;height:320px;object-fit:cover;border-radius:var(--sp-1);margin-bottom:var(--sp-2)}.amxx-page__products>li img:hover{cursor:pointer}.amxx-page__products>li .amxx-product__content{flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-page__products>li div.amxx-product__details h2,.amxx-page__products>li div.amxx-product__details p{margin:var(--sp-0);padding:var(--sp-0)}.amxx-page__products>li div.amxx-product__details h2:is(h2),.amxx-page__products>li div.amxx-product__details p:is(h2){font-size:var(--font-size-xl);font-weight:var(--font-weight-medium)}.amxx-page__products>li div.amxx-product__details h2.amxx-product__details--price,.amxx-page__products>li div.amxx-product__details p.amxx-product__details--price{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:rgb(var(--primary-color-rgb));filter:brightness(1.45)}.amxx-page__products>li div.amxx-product__details h2 div p,.amxx-page__products>li div.amxx-product__details p div p{margin:var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:rgba(var(--light-color))}.amxx-page__products>li div:not(.amxx-product__details)>p{margin:var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-base);color:rgba(var(--light-color));white-space:break-spaces;word-break:break-word}.amxx-page__products>li div:not(.amxx-product__details) ol{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-1)}.amxx-page__product.amxx-container{margin-top:-630px}@media screen and (max-width: 979px){.amxx-page__product.amxx-container{margin-top:-500px}}.amxx-page__product-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-6);margin-bottom:var(--sp-10)}@media screen and (max-width: 979px){.amxx-page__product-content{flex-wrap:wrap}}.amxx-page__product-images{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-4);overflow:hidden}@media screen and (max-width: 979px){.amxx-page__product-images{flex-wrap:wrap}}.amxx-page__product-images ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;max-height:550px;overflow-y:auto;overflow-x:hidden;direction:rtl;-webkit-user-select:none;user-select:none}@media screen and (max-width: 979px){.amxx-page__product-images ul{flex:1 0 100%;width:100%;overflow-y:hidden!important;overflow-x:auto!important;max-height:unset;display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-1);padding-bottom:var(--sp-2)}.amxx-page__product-images ul::-webkit-scrollbar{height:3px!important}}.amxx-page__product-images ul::-webkit-scrollbar{width:0}.amxx-page__product-images ul li{background-color:rgba(var(--area-background));direction:ltr;width:90px;height:90px;margin-bottom:var(--sp-2);border-radius:var(--sp-1);transition:background-color .2s linear}@media screen and (max-width: 979px){.amxx-page__product-images ul li{flex:0 0 90px;margin-bottom:var(--sp-0)}}.amxx-page__product-images ul li.active{background-color:rgba(var(--area-background-light-border))}.amxx-page__product-images ul li:last-child{margin-bottom:var(--sp-0)}.amxx-page__product-images ul li:hover{cursor:pointer}.amxx-page__product-images ul li img{width:100%;height:100%;border-radius:var(--sp-1);object-fit:contain}.amxx-page__product-images--default{background-color:rgba(var(--area-background));width:550px;height:550px;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:var(--sp-1)}@media screen and (max-width: 979px){.amxx-page__product-images--default{width:100%;height:400px}}.amxx-page__product-images--default img{width:100%;height:100%;object-fit:contain;border-radius:var(--sp-1)}.amxx-page__product-details{flex:1}.amxx-page__product-details-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-page__product-details-header h1{width:100%;font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold)}.amxx-page__product-details-header .amxx-product__rating{width:100%;margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-page__product-details-header .amxx-product__rating li{flex:1}.amxx-page__product-details-header .amxx-product__rating li:last-child{text-align:right}.amxx-page__product-details-header .amxx-product__rating li>div{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium)}.amxx-page__product-details-header .amxx-product__rating li>div:first-child{margin-bottom:var(--sp-1)}.amxx-page__product-details-header .amxx-product__rating li>div:first-child span:not(:first-child):last-child{font-weight:var(--font-weight-semibold);margin-left:var(--sp-2)}.amxx-page__product-details .amxx-product__page-description p{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:1.5;color:#fafafabf}.amxx-page__product-details .amxx-product__page-price{margin:var(--sp-2) var(--sp-0);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-4)}@media screen and (max-width: 979px){.amxx-page__product-details .amxx-product__page-price{flex-wrap:wrap}}.amxx-page__product-details .amxx-product__page-price>div{flex:0 0 220px;font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold)}@media screen and (max-width: 979px){.amxx-page__product-details .amxx-product__page-price>div{flex:1 0 100%}}.amxx-page__product-comments .amxx-comments__list{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--sp-4);margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty){background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);flex:1 0 calc(50% - var(--sp-4));padding:var(--sp-2) var(--sp-3);position:relative}@media screen and (max-width: 979px){.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty){flex:1 0 100%}}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__author{text-align:left;border-bottom:1px solid rgb(var(--area-background-light-border));padding-bottom:var(--sp-2);margin-bottom:var(--sp-3)}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__author div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__author div img{width:34px;height:34px;border-radius:var(--sp-10);object-fit:fill}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__author div p{font-weight:var(--font-weight-medium)}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__author span{display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:rgb(var(--light-color))}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__author button{padding:calc(var(--sp-1) * 1.1);position:absolute;top:var(--sp-3);right:var(--sp-3);bottom:auto;left:auto}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__author button svg{width:20px;height:100%;vertical-align:middle}.amxx-page__product-comments .amxx-comments__list>li:not(.amxx-row__empty) .amxx-comment__content a{text-decoration:underline}.amxx-page__product .amxx-product__page-discount{position:relative}.amxx-page__product .amxx-product__page-discount input{padding:calc(var(--sp-2) + 3px) var(--sp-10) calc(var(--sp-2) + 3px) var(--sp-4)!important}.amxx-page__product .amxx-product__page-discount button{width:38px;height:38px;position:absolute;right:var(--sp-2);top:50%;transform:translateY(-50%)!important;padding:var(--sp-0);z-index:1}.amxx-page__product .amxx-product__page-discount button svg{width:20px}.amxx-page__product .amxx-product__page-discount~.amxx-button--fw{max-height:53px;min-height:53px}.amxx-helpdesk{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:unset;gap:var(--sp-4);position:relative}@media screen and (max-width: 979px){.amxx-helpdesk{flex-wrap:wrap}}.amxx-helpdesk__view-topics{flex:0 0 400px;background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1)}@media screen and (max-width: 979px){.amxx-helpdesk__view-topics{flex:1 0 100%}}.amxx-helpdesk__view-topics .amxx-sort{flex-wrap:wrap}.amxx-helpdesk__view-topics-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:var(--sp-2) var(--sp-3);border-bottom:1px solid rgb(var(--area-background-light-border))}.amxx-helpdesk__view-topics-header h3{margin:var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}.amxx-helpdesk__view-topics-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);padding:var(--sp-1) var(--sp-3);border-bottom:1px solid rgb(var(--area-background-light-border))}.amxx-helpdesk__view-topics-actions .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl .MuiSelect-select{padding-top:var(--sp-1);padding-bottom:var(--sp-1);font-size:var(--font-size-sm)}.amxx-helpdesk__view-topics-actions .MuiList-root.MuiList-padding.MuiMenu-list li.MuiButtonBase-root.MuiMenuItem-root{font-size:var(--font-size-sm)}.amxx-helpdesk__view-topics-actions button{background-color:var(--form-input-normal-background);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;width:34px;height:34px;border:1px solid var(--form-input-normal-border-color);border-radius:var(--sp-1);transition:background-color .2s linear}.amxx-helpdesk__view-topics-actions button:hover{background-color:var(--form-input-normal-border-color)}.amxx-helpdesk__view-topics-actions button svg{vertical-align:middle;transition:transform .2s linear}.amxx-helpdesk__view-topics-actions button.amxx-button--desc svg{transform:rotate(180deg)}.amxx-helpdesk__view-topics-list{padding:var(--sp-2) var(--sp-3)}.amxx-helpdesk__view-topics-list--body{margin:var(--sp-0);padding:var(--sp-0) var(--sp-2) var(--sp-0) var(--sp-0);list-style:none;overflow-y:auto;max-height:650px}.amxx-helpdesk__view-topics-list--body li{background-color:rgba(var(--area-background-light-border),.25);border:1px solid rgb(var(--area-background-light-border));padding:var(--sp-2) var(--sp-0);margin-bottom:var(--sp-2);border-radius:4px;transition:all .2s linear}.amxx-helpdesk__view-topics-list--body li:hover{background-color:rgba(var(--area-background-light-border),.65);cursor:pointer}.amxx-helpdesk__view-topics-list--body li.amxx-helpdesk__view-topics-list--active{background-color:rgba(var(--primary-color-rgb),.25);border-color:rgb(var(--primary-color-rgb))}.amxx-helpdesk__view-topics-list--body li.amxx-helpdesk__view-topics-list--active .amxx-helpdesk__topic-item{--badge-default: rgba( var(--primary-color-rgb), .25 );--badge-default-border: rgb( var(--primary-color-rgb) );--area-background-light-border: var(--primary-color-rgb)}.amxx-helpdesk__view-topics-list--body li.amxx-helpdesk__view-topics-list--active:hover{cursor:default}.amxx-helpdesk__view-topics-list--body li:last-child{margin-bottom:var(--sp-0)}.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);border-bottom:1px solid rgb(var(--area-background-light-border));padding:var(--sp-0) var(--sp-2) var(--sp-2)}.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-header .amxx-badge{transition:border-color .2s linear,background-color .2s linear}.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-body{padding:var(--sp-2) var(--sp-2) var(--sp-0)}.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-body h4:is(p),.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-body p:is(p){font-size:var(--font-size-sm);color:#fafafa80}.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-body h4:is(p) strong,.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-body p:is(p) strong{font-weight:var(--font-weight-semibold)}.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-body h4:is(h4),.amxx-helpdesk__view-topics-list--body li .amxx-helpdesk__topic-item-body p:is(h4){font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.amxx-helpdesk__view-container{flex:1}@media screen and (max-width: 979px){.amxx-helpdesk__view-container{flex:1 0 100%}}.amxx-helpdesk__content .amxx-helpdesk__topic{background-color:rgba(var(--area-background-light));border:1px solid rgb(var(--area-background-light-border));margin-bottom:var(--sp-2);border-radius:4px;transition:all .2s linear}.amxx-helpdesk__content .amxx-helpdesk__topic-header{padding:var(--sp-2);border-bottom:1px solid rgb(var(--area-background-light-border))}.amxx-helpdesk__content .amxx-helpdesk__topic-header--user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.amxx-helpdesk__content .amxx-helpdesk__topic-header--user:is(.amxx-helpdesk__content .amxx-helpdesk__topic-header--user-2){display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.amxx-helpdesk__content .amxx-helpdesk__topic-header--user:is(.amxx-helpdesk__content .amxx-helpdesk__topic-header--user-2)>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.amxx-helpdesk__content .amxx-helpdesk__topic-header--user img{width:48px;height:48px;border-radius:var(--sp-1);margin-right:var(--sp-2)}.amxx-helpdesk__content .amxx-helpdesk__topic-header--user>div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap;line-height:1.4}.amxx-helpdesk__content .amxx-helpdesk__topic-header--user>div h4{width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--font-size-base);font-weight:var(--font-weight-medium)}@media screen and (max-width: 979px){.amxx-helpdesk__content .amxx-helpdesk__topic-header--user>div h4{width:140px}}.amxx-helpdesk__content .amxx-helpdesk__topic-header--user>div span{color:var(--dark-color);font-size:var(--font-size-sm)}.amxx-helpdesk__content .amxx-helpdesk__topic-body{padding:var(--sp-2)}.amxx-helpdesk__content-messages{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:var(--sp-1);border-bottom:1px solid rgb(var(--area-background-light-border));padding-bottom:var(--sp-2)}.amxx-helpdesk__content-messages .amxx-helpdesk__topic{flex:1 0 100%;width:100%}.amxx-helpdesk__content-messages .amxx-helpdesk__topic .amxx-helpdesk__message-admin{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-1);display:inline-flex;padding:var(--sp-1) var(--sp-2);background-color:rgba(var(--button-error-rgb),.2);border:1px solid var(--button-error);color:#fafafa;font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);border-radius:4px;-webkit-user-select:none;user-select:none}.amxx-helpdesk__content-messages .amxx-helpdesk__topic .amxx-helpdesk__message-admin svg{width:14px;height:100%;vertical-align:middle}.amxx-helpdesk__content .amxx-message__form-title{margin:var(--sp-2) var(--sp-0) var(--sp-2) var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold)}.amxx-helpdesk__content .amxx-message__form{background-color:rgba(var(--area-background),.25);border:1px solid rgb(var(--area-background-light-border));padding:var(--sp-3);border-radius:var(--sp-1);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap;gap:var(--sp-2)}.amxx-helpdesk__content .amxx-message__form>div{width:100%}.amxx-helpdesk__content .amxx-message__form>div h3{margin:var(--sp-0) var(--sp-0) var(--sp-1) var(--sp-0);padding:var(--sp-0);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.amxx-helpdesk__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;background-color:rgb(var(--area-background-light));padding:var(--sp-3) var(--sp-4);border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);margin-bottom:var(--sp-4)}@media screen and (max-width: 979px){.amxx-helpdesk__header{flex-direction:row-reverse;flex-wrap:wrap;gap:var(--sp-2)}.amxx-helpdesk__header div{flex:1 0 100%}}.amxx-helpdesk__header h2,.amxx-helpdesk__header p{margin:var(--sp-0);padding:var(--sp-0)}.amxx-helpdesk__header h2:is(h2),.amxx-helpdesk__header p:is(h2){font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}.amxx-helpdesk__header h2:is(p),.amxx-helpdesk__header p:is(p){font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--dark-color)}.amxx-helpdesk__header h2:is(p) a,.amxx-helpdesk__header p:is(p) a{color:inherit;font-weight:var(--font-weight-semibold)}.amxx-helpdesk__header h2:is(p) a:hover,.amxx-helpdesk__header p:is(p) a:hover{--primary-color: #4794FF}.amxx-helpdesk__actions--status{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:var(--sp-2);padding:var(--sp-2) var(--sp-0)}.amxx-helpdesk__actions--status span{transition:filter .2s linear}.amxx-helpdesk__actions--status span:hover{filter:brightness(1.1);cursor:pointer}.amxx-orders__items{margin-top:var(--sp-2)}.amxx-orders__items>ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--sp-4)}.amxx-orders__items>ul>li{flex:0 0 calc(50% - var(--sp-2));background-color:rgb(var(--area-background));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);padding:var(--sp-3) var(--sp-2)}@media screen and (max-width: 979px){.amxx-orders__items>ul>li{flex:1 0 100%}}@media screen and (min-width: 1025px) and (max-width: 1360px){.amxx-orders__items>ul>li{flex:1 0 100%}}.amxx-orders__items>ul>li .amxx-order__item--image{width:96px;height:96px;vertical-align:middle;margin-inline:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.amxx-orders__items>ul>li .amxx-order__item--image img{width:100%;height:100%;border-radius:var(--sp-1);object-fit:contain}.amxx-orders__items>ul>li ol{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-orders__items>ul>li ol li{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;padding-bottom:var(--sp-2);border-bottom:1px solid rgb(var(--area-background-light-border));margin-bottom:var(--sp-2)}.amxx-orders__items>ul>li ol li:last-child{margin-bottom:var(--sp-0);border-bottom:none;padding-bottom:var(--sp-0)}.amxx-orders__items>ul>li ol li div{flex:1;font-size:var(--font-size-base);color:#fafafabf}.amxx-orders__items>ul>li ol li div:last-child{text-align:right;font-weight:var(--font-weight-medium);color:var(--very-light-color)}.amxx-orders__items>ul>li h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium)}.amxx-profile__servers{margin:var(--sp-3) var(--sp-0) var(--sp-0) var(--sp-0);padding:var(--sp-0);list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--sp-3)}.amxx-profile__servers>p{margin:var(--sp-2) auto;text-align:center;font-weight:var(--font-weight-medium);font-size:var(--font-size-base);color:rgb(var(--light-color))}.amxx-profile__servers>li{flex:0 0 calc(25% - var(--sp-3));background-color:rgb(var(--area-background-dark));border:1px solid rgb(var(--area-background-light-border));border-radius:var(--sp-1);padding:var(--sp-2) var(--sp-3);margin-bottom:var(--sp-3);display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-2)}@media screen and (min-width: 979px) and (max-width: 1360px){.amxx-profile__servers>li{flex:1 0 100%}}.amxx-profile__servers>li:last-child{margin-bottom:var(--sp-0)}.amxx-profile__servers>li ol{width:100%}.amxx-profile__servers>li ol>li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);flex:1;margin-bottom:var(--sp-1)}.amxx-profile__servers>li ol>li div{font-size:var(--font-size-medium)}.amxx-profile__servers>li ol>li div:last-child{font-weight:var(--font-weight-medium)}.amxx-profile__servers>li ol>li:last-child{margin-bottom:var(--sp-0)}.amxx-profile__servers>li ol>div{margin-top:var(--sp-2);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-3)}.amxx-profile__servers>li ol>div button{flex:1}.amxx-profile__servers>li ol>li{flex:1}.amxx-profile__servers>li ol,.amxx-profile__servers>li ul{margin:var(--sp-0);padding:var(--sp-0);list-style:none}.amxx-container{max-width:1450px;min-width:1450px;margin:var(--sp-0) auto;position:relative}@media screen and (max-width: 1024px){.amxx-container{max-width:100%;min-width:100%;padding:var(--sp-0) var(--sp-2)}}@media (min-width: 1025px) and (max-width: 1156px){.amxx-container{max-width:1020px;min-width:1020px}}@media (min-width: 1157px) and (max-width: 1280px){.amxx-container{max-width:1150px;min-width:1150px}}@media (min-width: 1281px) and (max-width: 1366px){.amxx-container{max-width:1260px;min-width:1260px}}@media (min-width: 1367px) and (max-width: 1440px){.amxx-container{max-width:1340px;min-width:1340px}}@media (min-width: 1441px) and (max-width: 1560px){.amxx-container{max-width:1450px;min-width:1450px}}@media (min-width: 1921px) and (max-width: 2560px){.amxx-container{max-width:1700px;min-width:1700px}}.amxx-scroll__scale{transform:scale(.98);transform-origin:center center;padding:var(--sp-2) 3px!important;box-shadow:0 10px 10px rgba(var(--area-background-dark),.5)}.Toastify__toast{--toastify-toast-min-height: 34px;--toastify-text-color-light: var(--very-light-color);font-family:var(--font-family-base);padding:var(--sp-2) var(--sp-3);width:unset;box-shadow:unset}.Toastify__toast-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap;gap:var(--sp-2)}@media screen and (max-width: 979px){.Toastify__toast-container{top:var(--sp-4)}}.Toastify__toast-container .amxx-toast{padding:var(--sp-2) var(--sp-3);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);border-radius:var(--sp-1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:var(--sp-1)}@media screen and (max-width: 979px){.Toastify__toast-container .amxx-toast{margin-right:var(--sp-2)}}.Toastify__toast-container .amxx-toast--success{background-color:rgba(var(--noti-success-rgb),.2);border:1px solid rgb(var(--noti-success-rgb))}.Toastify__toast-container .amxx-toast--error{background-color:rgba(var(--noti-error-rgb),.2);border:1px solid rgb(var(--noti-error-rgb))}.Toastify__toast-container .amxx-toast--info{background-color:rgba(var(--noti-info-rgb),.2);border:1px solid rgb(var(--noti-info-rgb))}.Toastify__toast-container .amxx-toast--warning{background-color:rgba(var(--noti-warning-rgb),.2);border:1px solid rgb(var(--noti-warning-rgb))}.Toastify__toast-container .amxx-toast .amxx-toast__actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:var(--sp-2);margin:var(--sp-1) var(--sp-0) var(--sp-0) var(--sp-0);padding:var(--sp-0);list-style:none}.Toastify__toast-container .amxx-toast .Toastify__close-button{display:none}.amxx-slide-in-right{animation:slideInRight .3s forwards}.amxx-slide-out-right{animation:slideOutRight .3s forwards}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.amxx-required{color:var(--button-error)}.amxx-helpdesk__topic--separator{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;margin-bottom:var(--sp-3)}.amxx-helpdesk__topic--separator span{display:inline-block;padding:var(--sp-1) var(--sp-3);background-color:var(--body-background);border-radius:var(--sp-1);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:#fafafaa6;position:relative}.amxx-helpdesk__topic--separator:before{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:rgb(var(--area-background-light))}.amxx-row__empty,.amxx-empty{flex:1 0 100%;text-align:center;color:rgb(var(--light-color));font-size:var(--font-size-lg);font-weight:var(--font-weight-normal)}.amxx-empty{padding:var(--sp-2) var(--sp-0)}.amxx-loading{width:32px;height:32px;border:3px solid var(--very-light-color);border-top:3px solid rgba(var(--light-color));border-radius:1000px;animation:loading-spin-2 .75s linear 0s infinite}@keyframes loading-spin-2{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.amxx-color__error{color:var(--badge-error)}.amxx-color__success{color:var(--badge-success)}.amxx-color__primary{color:var(--primary-color)}.amxx-page__content.amxx-custom__page-content *[style*="color: rgb(0, 0, 0)"]{color:var(--very-light-color)!important}.amxx-page__content.amxx-custom__page-content{padding:20px;line-height:1.8}.amxx-page__content.amxx-custom__page-content ol,.amxx-page__content.amxx-custom__page-content ul{margin-block-start:1em;margin-block-end:1em;padding-inline-start:40px}.amxx-page__content.amxx-custom__page-content a{text-decoration:underline}.amxx-page__content.amxx-custom__page-content p{word-break:unset}
