.modal{display:none;opacity:0;transition:opacity .3s ease;flex-direction:column;border:1px solid #f5f3f4;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1490196078);border-radius:16px;padding:24px;position:fixed;min-width:200px;min-height:200px;width:fit-content;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:577px) and (max-width:940px){.modal{max-width:90%}}@media (max-width:576px){.modal{max-width:90%}}.modal-notification{width:700px;max-width:100%}.modal-close-btn{display:flex;position:absolute;top:24px;left:auto;right:16px;cursor:pointer}.modal--visible{display:flex;opacity:1}.fade-in{animation:fadeIn .3s forwards}.fade-out{animation:fadeOut .3s forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.modal__btns{display:flex;justify-content:flex-end;gap:16px;margin-top:40px}.modal__btns .modal-btn{width:114px;justify-content:center;font-weight:600;margin:0}.modal__btns .modal-btn.--outline{background-color:#fff;border:1px solid #475467;color:#475467}.modal__btns .modal-btn.--outline:hover{background-color:#0113d9;color:#fff}.tooltip-container{display:inline-flex;position:relative}.tooltip-text{display:none;position:absolute;top:75%;left:310%;transform:translateX(-50%);background-color:#333;color:#fff;padding:5px;border-radius:3px;font-size:12px;z-index:9999}.tooltip-trigger:hover+.tooltip-text{display:block;width:max-content;text-align:center;max-width:200px;padding:7px 15px}.notification{display:flex;width:412px;align-items:center;justify-content:flex-start;gap:16px;padding:16px;box-shadow:0 0 10px 0 rgba(0,0,0,.1490196078);border-radius:16px;border:1px solid #f5f3f4;background-color:#fff;position:fixed;top:50px;right:-450px;opacity:0;transition:opacity .3s ease,transform .3s ease}@media (max-width:576px){.notification{width:330px}}.notification--success .notification__icon{background-color:#ecfdf5}.notification--error .notification__icon{background-color:#fdecec}.notification--info .notification__icon{background-color:#ecf2fd}.notification__icon{min-width:56px;min-height:56px;display:flex;justify-content:center;align-items:center;border-radius:8px;padding:12px;margin:0}.notification__content{display:flex;flex-direction:column;overflow:auto;gap:4px}.notification__heading{color:#393c3c;font-weight:600;font-size:18px;text-align:start;margin:0}.notification__message{color:#475467;font-size:16px;font-weight:400;text-align:start;margin:0;word-wrap:break-word}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes slideOut{0%{transform:translateX(0);opacity:1}100%{transform:translateX(100%);opacity:0}}.notification--visible{opacity:1;right:50px;transition:.3s ease-out}@media (max-width:576px){.notification--visible{right:15px}}.notification--exit{transition:.3s ease-out}.vrx-form{display:flex;gap:16px;flex-wrap:wrap}.form-group{display:flex;position:relative;flex-direction:column;gap:8px;width:100%}.form-group.form-group--inline{display:inline-flex;width:auto}.form-group.form-group--row{display:flex;align-items:center;flex-direction:row}.form-group.form-group--row input{width:auto}.form-group.form-group--row label{margin:0;text-align:start;white-space:nowrap}.form-group.--inline{flex-direction:row;align-items:center}.form-group.--inline label{margin:0}.form-group.form-group--align-right{margin-left:auto;margin-right:0}@media (max-width:576px){.form-group{margin-top:4px}}input[type=date].form-input,input[type=datetime-local].form-input,input[type=email].form-input,input[type=number].form-input,input[type=password].form-input,input[type=tel].form-input,input[type=text].form-input,select.form-input,textarea.form-input{width:100%;border:1px solid #f5f3f4;border-radius:8px;padding:14px 12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);color:#475467;font-size:14px;min-height:48px}input[type=date].form-input:focus,input[type=datetime-local].form-input:focus,input[type=email].form-input:focus,input[type=number].form-input:focus,input[type=password].form-input:focus,input[type=tel].form-input:focus,input[type=text].form-input:focus,select.form-input:focus,textarea.form-input:focus{outline:0;border:1px solid #393c3c}input[type=date].form-input::placeholder,input[type=datetime-local].form-input::placeholder,input[type=email].form-input::placeholder,input[type=number].form-input::placeholder,input[type=password].form-input::placeholder,input[type=tel].form-input::placeholder,input[type=text].form-input::placeholder,select.form-input::placeholder,textarea.form-input::placeholder{font-size:14px;line-height:1.5;color:rgba(71,84,103,.5019607843)}input[type=date].form-input.--small,input[type=datetime-local].form-input.--small,input[type=email].form-input.--small,input[type=number].form-input.--small,input[type=password].form-input.--small,input[type=tel].form-input.--small,input[type=text].form-input.--small,select.form-input.--small,textarea.form-input.--small{font-size:14px;padding:12px;min-height:30px}@media (max-width:576px){input[type=date].form-input,input[type=datetime-local].form-input,input[type=email].form-input,input[type=number].form-input,input[type=password].form-input,input[type=tel].form-input,input[type=text].form-input,select.form-input,textarea.form-input{font-size:16px}}label.checkbox-label{color:#475467;font-size:14px;font-weight:400;line-height:1.5}input[type=checkbox].form-input{width:16px;height:16px;border-color:#e5e5e5}.checkbox-group{gap:0}select.form-input{font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none}div.input-group{display:flex;position:relative;flex-wrap:nowrap}div.input-group .form-input{width:100%}div.input-group .form-input.--has-prefix{border-left:none;border-radius:0 8px 8px 0}div.input-group .form-input.--has-prefix:focus{outline:0;border:1px solid #f5f3f4;border-left:none}div.input-group .form-input.--has-suffix{border-right:none;border-radius:8px 0 0 8px}div.input-group .form-input.--has-suffix:focus{outline:0;border:1px solid #f5f3f4;border-right:none}.input-prefix{display:flex;justify-content:center;align-items:center;width:52px;background-color:#f5f3f4;border:1px solid #f5f3f4;color:#393c3c;padding:12px 18px;border-radius:8px 0 0 8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922)}.input-suffix{display:flex;justify-content:center;align-items:center;width:52px;background-color:#f5f3f4;border:1px solid #f5f3f4;color:#393c3c;padding:10px;border-radius:0 8px 8px 0;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);pointer-events:none;position:absolute;right:0;top:0;height:99%;cursor:pointer}.form-label{font-size:16px;font-weight:600;line-height:1.5;color:#393c3c;text-align:start}@media (max-width:576px){.form-label{font-size:14px}}.form-label.--small{font-size:14px;margin:0}.form-description{font-size:12px;font-weight:400;color:rgba(71,84,103,.6980392157);text-align:start}button[type=submit].form-submit-btn{display:flex;justify-content:center;align-items:center;min-width:120px;background-color:#0113d9;border:1px solid #0113d9;color:#fff;border-radius:8px;font-weight:600;line-height:1.5;padding:10px 24px}button[type=submit].form-submit-btn:hover{border-color:#393c3c;background-color:#393c3c}button[type=submit].form-submit-btn img.spinner-image{animation:spin 1s linear infinite;transform-origin:50% 50%}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.form__group--vertical{display:flex;gap:24px}@media (max-width:576px){.form__group--vertical{flex-direction:column;gap:0}}.form__label-group{width:25%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px}.form__input-group{width:75%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px}.form__fields{width:100%;display:flex;align-items:flex-start;flex-wrap:wrap;gap:16px}.form__label-title{color:#393c3c;font-weight:600;font-size:18px;line-height:1.5;margin:0;text-align:start}.form__label-description{color:#393c3c;font-size:14px;text-align:start}.layout--half{width:calc(50% - 8px)}@media (max-width:576px){.layout--half{width:100%}}.layout--third{width:calc(33.3333333333% - 10.6666666667px)}@media (max-width:576px){.layout--third{width:100%}}.layout--quart{width:calc(66.6666666667% - 5.3333333333px)}@media (max-width:576px){.layout--quart{width:100%}}.layout--quarter{width:calc(25% - 12px)}@media (max-width:576px){.layout--quarter{width:100%}}.switch-btn{display:inline-flex;align-items:center;margin:0;height:48px}.switch-input{display:none}.switch-slider{width:80px;height:30px;background-color:#ccc;border-radius:15px;position:relative;cursor:pointer}.switch-slider.--off-red{background-color:#b91111}@media (min-width:941px) and (max-width:1280px){.switch-slider{width:60px;height:28px}}@media (min-width:577px) and (max-width:940px){.switch-slider{width:50px;height:25px}}@media (max-width:576px){.switch-slider{width:50px;height:25px}}.switch-slider::before{content:"";position:absolute;width:24px;height:24px;border-radius:40px;background-color:#fff;top:3px;left:5px;transition:.3s}@media (min-width:941px) and (max-width:1280px){.switch-slider::before{width:22px;height:22px;top:3px;left:3px}}@media (min-width:577px) and (max-width:940px){.switch-slider::before{width:20px;height:20px;top:2px;left:3px}}@media (max-width:576px){.switch-slider::before{width:20px;height:20px;top:2px;left:3px}}.switch-input:checked+.switch-slider{background-color:#11b982}.switch-input:checked+.switch-slider.--blue{background-color:#4285f0}.switch-input:checked+.switch-slider.--green{background-color:#11b982}.switch-input:checked+.switch-slider.--red{background-color:#b91111}.switch-input:checked+.switch-slider.--orange{background-color:#feb226}.switch-input:checked+.switch-slider::before{transform:translateX(46px)}@media (min-width:941px) and (max-width:1280px){.switch-input:checked+.switch-slider::before{transform:translateX(32px)}}@media (min-width:577px) and (max-width:940px){.switch-input:checked+.switch-slider::before{transform:translateX(24px)}}@media (max-width:576px){.switch-input:checked+.switch-slider::before{transform:translateX(24px)}}.suggestion-list{position:absolute;background:#fff;border:1px solid #f5f3f4;border-radius:8px;max-height:150px;overflow-y:auto;width:100%;z-index:1000;min-height:100px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);top:58px}.suggestion-item{padding:10px;cursor:pointer}.suggestion-item:hover{background-color:#f0f0f0}.form-text-divider{display:flex;align-items:center;text-align:center;color:#475467;font-size:14px;font-weight:400}.form-text-divider::after,.form-text-divider::before{content:"";flex:1;border-bottom:1px solid rgba(71,84,103,.5019607843);margin:0 10px}.social-login-btns{display:flex;margin-top:10px;justify-content:center;align-items:center;gap:24px}.social-login-btn{display:flex;justify-content:center;align-items:center}.social-google img{position:relative;top:3px}.password-wrapper{position:relative}.eye-icon{position:absolute;width:20px;right:13px;left:auto;bottom:13px;cursor:pointer}.eye-icon img{width:20px;height:20px!important}.checkout-form{display:flex;flex-direction:column;text-align:start}#card-element{border:1px solid #f5f3f4;border-radius:8px;padding:14px 12px;margin-top:8px;margin-bottom:40px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#475467;font-size:14px;min-height:48px;background:#fff}.StripeElement--invalid{border-color:#fa755a}.StripeElement input::placeholder{color:#aab7c4}.form-group{margin-bottom:0!important}.form-submit-btn{background-color:#007bff;color:#fff;border:1px solid #007bff;padding:10px 20px;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.form-submit-btn.--outline{background-color:#fff;color:#007bff}.form-submit-btn:hover{background-color:#0056b3}.payment-method{display:flex;padding:24px;border-radius:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border:1px solid #f5f3f4;gap:60px;margin-bottom:50px}@media (max-width:1280px){.payment-method{gap:20px}}@media (max-width:576px){.payment-method{flex-direction:column}}.payment-method__header{min-width:220px}.payment-method__title{text-align:start;color:#393c3c;font-size:18px;font-weight:600;margin:0;margin-bottom:4px}.payment-method__description{font-size:14px;line-height:1.5;font-weight:400;color:#475467}.payment-method__cards{display:flex;gap:16px;overflow-y:scroll;padding:10px 20px}@media (max-width:576px){.payment-method__cards{padding:10px 0}}.payment-method__card{display:flex;flex-direction:column;position:relative;min-width:250px;height:120px;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #f5f3f4}.payment-method__card.--default{border-color:#5200ff}.payment-method__card-type{color:#475467;font-size:16px;font-weight:600;line-height:1.5;margin:0}.payment-method__card-details{display:flex;align-items:center;gap:8px}.payment-method__card-brand-logo{width:48px}.payment-method__card-text{margin:0;font-size:14px;font-weight:500}.payment-method__default-label{position:absolute;top:-8px;right:-8px}.payment-confirmation{position:relative;margin-top:100px;max-width:800px;padding:50px 120px;background:#fff;border-radius:24px;border:1px solid #f5f3f4}@media (max-width:1280px){.payment-confirmation{padding:50px}}@media (max-width:576px){.payment-confirmation{padding:25px}}.payment-confirmed-check{display:flex;justify-content:center}.payment-confirmed-check img{margin-top:-105px;margin-bottom:24px}@media (max-width:576px){.payment-confirmed-check img{max-width:100px;margin-top:-75px;margin-bottom:30px}}.confirmation-header{text-align:center;margin-bottom:2rem}.confirmation-header h1{font-size:1.8rem;font-weight:700}.status-icon{margin:1rem 0}.status-icon .checkmark{display:inline-block;font-size:2.5rem;color:#4caf50;background:#e8f5e9;border-radius:50%;padding:1rem}.confirmation-details{text-align:center}.confirmation-details .vrx-dashboard__heading{font-size:36px;line-height:1.5;font-weight:600}@media (max-width:576px){.confirmation-details .vrx-dashboard__heading{font-size:24px;line-height:1.3;margin-bottom:10px}}.confirmation-details p{margin:.5rem 0 1.5rem;font-size:1rem;color:#475467}.payment-summary{padding:20px;margin:2rem auto;text-align:left;width:100%;max-width:700px;border-radius:24px;border:1px solid #f5f3f4;background-color:#fafafa}.payment-summary table{width:100%;border-collapse:collapse}.payment-summary td,.payment-summary th{padding:.8rem 1rem}@media (max-width:576px){.payment-summary td,.payment-summary th{padding:5px 0}}.payment-summary th{text-align:left;color:#555;font-weight:400}.payment-summary td{text-align:right}.payment-summary .total-payment{border-top:1px solid #ddd;font-weight:700}.license-link{color:#007bff;text-decoration:none}.license-link:hover{text-decoration:underline}.receipt-button{margin-top:2rem;text-align:center}.receipt-button button:hover{background-color:#0056b3}.payment-summary-item{font-weight:500}.payment-summary-item.--link{font-weight:500;color:#0113d9}@font-face{font-family:Peyda;src:url(../fonts/PeydaWebFaNum-Regular.woff2) format("woff2"),url(../fonts/PeydaWebFaNum-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Peyda;src:url(../fonts/PeydaWebFaNum-Bold.woff2) format("woff2"),url(../fonts/PeydaWebFaNum-Bold.woff) format("woff");font-weight:700;font-style:normal}body{font-family:Inter}body.rtl{font-family:Peyda}body a{color:#0113d9}body a:hover{text-decoration:none;color:#393c3c}.vrx-table{margin:0;width:100%;min-width:800px;border-collapse:collapse}.vrx-table tr td{padding:15px 12px}@media (min-width:1281px) and (max-width:1600px){.vrx-table tr td{padding:10px 8px}}@media (min-width:941px) and (max-width:1280px){.vrx-table tr td{padding:10px 8px}}@media (min-width:577px) and (max-width:940px){.vrx-table tr td{padding:10px;font-size:12px}}@media (max-width:576px){.vrx-table tr td{padding:10px;font-size:12px}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.vrx-btn{border:none;padding:0;color:#475467}.vrx-btn:hover{background-color:transparent}.vrx-cta-btn{display:inline-flex;padding:8px 16px;gap:8px;background-color:#0113d9;border-radius:8px;font-size:16px;font-weight:600;line-height:1.5;color:#fff;margin-left:auto;border:1px solid #0113d9;transition:.3s}@media (min-width:577px) and (max-width:940px){.vrx-cta-btn{font-size:14px}}.vrx-cta-btn:hover{background-color:#0014a7;color:#fff}.vrx-cta-btn.--small{padding:6px 10px;font-size:14px}.vrx-cta-btn.--outline{background-color:#fff;color:#0113d9}.copy-btn img{width:16px;height:16px}.modal__step{display:none;flex-direction:column}.modal__step.modal__step-show{display:flex}.vrx-breadcrumb{width:100%;display:flex;gap:8px;align-items:center;font-size:18px;font-weight:600}.breadcrumb-item{color:#0113d9}.form__fields--add-product{width:75%}.vrx-text{color:#475467;font-weight:400;font-size:14px;line-height:1.5;text-align:start}.grecaptcha-badge{display:none}.sort-icon{cursor:pointer}.vrx-dashboard:not(body){display:flex;width:100%;height:100vh;overflow:hidden}.vrx-dashboard:not(body).-admin{height:calc(100vh - 30px)}@media (min-width:577px) and (max-width:940px){.vrx-dashboard:not(body){flex-direction:column}}@media (max-width:576px){.vrx-dashboard:not(body){flex-direction:column}}.vrx-dashboard__header{display:none;padding:0 16px 32px 16px}@media (min-width:577px) and (max-width:940px){.vrx-dashboard__header{padding:24px 20px;display:flex;justify-content:space-between;align-items:center}}@media (max-width:576px){.vrx-dashboard__header{padding:24px 20px;display:flex;justify-content:space-between;align-items:center}}.vrx-dashboard__header .vrx-dashboard__logo{margin:0}@media (max-width:576px){.vrx-dashboard__header .vrx-dashboard__logo{max-width:94px}}.vrx-dashboard__logo{margin-bottom:30px;margin-left:16px;margin-right:10px;display:flex;justify-content:space-between;align-items:center}@media (max-width:576px){.vrx-dashboard__logo{max-width:94px}}.vrx-dashboard__sidebar{display:flex;background-color:#fff;width:300px;flex-direction:column;padding:32px 16px;border-right:1px solid #e5e5e5}@media (min-width:577px) and (max-width:940px){.vrx-dashboard__sidebar{position:fixed;width:50vw;max-width:400px;height:100vh;top:0;left:-100%;z-index:999;transition:.3s;padding:24px 20px}.vrx-dashboard__sidebar.--show{left:0}.vrx-dashboard__sidebar.-admin{padding:70px 20px 30px}}@media (max-width:576px){.vrx-dashboard__sidebar{position:fixed;width:80vw;height:100vh;top:0;left:-100%;z-index:999;transition:.3s;padding:24px 20px}.vrx-dashboard__sidebar.--show{left:0}.vrx-dashboard__sidebar.-admin{padding:70px 20px 30px}}.vrx-dashboard__sidebar .vrx-dashboard__header{display:flex}@media (min-width:577px) and (max-width:940px){.vrx-dashboard__sidebar .vrx-dashboard__header{padding:0;margin-bottom:30px}}@media (max-width:576px){.vrx-dashboard__sidebar .vrx-dashboard__header{padding:0;margin-bottom:30px}}.vrx-dashboard__close-btn{display:none;cursor:pointer}@media (max-width:576px){.vrx-dashboard__close-btn{display:block}}.vrx-dashboard__menu{display:flex;flex-direction:column;gap:8px;padding:0}@media (max-width:576px){.vrx-dashboard__menu{max-width:200px}}.vrx-main-content.--disabled{pointer-events:none;opacity:.5}.vrx-dashboard__menu-item{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;transition:.1s}.vrx-dashboard__menu-item.--disabled{pointer-events:none;opacity:.5}.vrx-dashboard__menu-item:hover{background-color:#f9fafb}.vrx-dashboard__menu-item a{display:flex;gap:16px;color:#393c3c;font-weight:600;font-size:16px;align-items:center}@media (max-width:576px){.vrx-dashboard__menu-item{padding:7px 10px}}.vrx-dashboard__user{display:flex;justify-content:space-between;align-items:center}.vrx-dashboard__user-account{display:flex;gap:8px}.vrx-dashboard__user-avatar{border-radius:50%;width:40px;height:40px}.vrx-dashboard__user-details{display:flex;flex-direction:column}.vrx-dashboard__user-name{color:#393c3c;font-weight:600;font-size:14px;line-height:1.5;margin:0;text-align:start}.vrx-dashboard__user-email{color:#393c3c;font-weight:400;font-size:12px;line-height:1.5;margin:0;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vrx-divider{border-top:1px solid #e5e5e5}.vrx-divider.--dashboard-sidebar{margin-top:40px;margin-bottom:40px}@media (min-width:1281px) and (max-width:1600px){.vrx-divider.--dashboard-sidebar{margin-top:25px;margin-bottom:25px}}@media (min-width:941px) and (max-width:1280px){.vrx-divider.--dashboard-sidebar{margin-top:25px;margin-bottom:25px}}@media (min-width:577px) and (max-width:940px){.vrx-divider.--dashboard-sidebar{margin-top:20px;margin-bottom:20px}}@media (max-width:576px){.vrx-divider.--dashboard-sidebar{margin-top:15px;margin-bottom:15px}}.vrx-divider.--checkout-sidebar{margin-top:20px;margin-bottom:20px}.vrx-divider.--dashboard-sidebar-footer{margin-top:auto;margin-bottom:30px}.vrx-dashboard__content{width:100%;padding:70px;overflow:scroll}@media (min-width:1281px) and (max-width:1600px){.vrx-dashboard__content{padding:50px}}@media (min-width:941px) and (max-width:1280px){.vrx-dashboard__content{padding:30px}}@media (min-width:577px) and (max-width:940px){.vrx-dashboard__content{padding:20px}}@media (max-width:576px){.vrx-dashboard__content{padding:20px 20px 100px 20px}}.vrx-dashboard__head{display:flex;gap:8px;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:50px;flex-wrap:wrap}@media (min-width:577px) and (max-width:940px){.vrx-dashboard__head{gap:16px;margin-bottom:40px}}@media (max-width:576px){.vrx-dashboard__head{gap:16px;margin-bottom:40px}}.vrx-dashboard__heading{font-size:36px;line-height:1.5;font-weight:600;margin:0;color:#475467}@media (min-width:577px) and (max-width:940px){.vrx-dashboard__heading{font-size:24px}}@media (max-width:576px){.vrx-dashboard__heading{font-size:24px}}.vrx-dashboard__description{color:#475467;margin:0;line-height:1.4;max-width:700px;text-align:start}@media (min-width:577px) and (max-width:940px){.vrx-dashboard__description{font-size:14px}}.dashboard__licensing{border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px;overflow:scroll}.dashboard__licensing-header{display:flex;gap:8px;align-items:center;padding:24px}@media (min-width:941px) and (max-width:1280px){.dashboard__licensing-header{padding:16px}}@media (min-width:577px) and (max-width:940px){.dashboard__licensing-header{padding:14px}}@media (max-width:576px){.dashboard__licensing-header{padding:16px;flex-wrap:wrap;gap:20px;justify-content:space-between}}.dashboard__licensing-title{color:#475467;font-weight:600;font-size:24px;line-height:1.5;margin:0}@media (min-width:941px) and (max-width:1280px){.dashboard__licensing-title{font-size:20px}}@media (min-width:577px) and (max-width:940px){.dashboard__licensing-title{font-size:17px}}@media (max-width:576px){.dashboard__licensing-title{font-size:17px}}.dashboard__licensing-info{display:flex;justify-content:center;gap:4px;align-items:center;min-width:64px;font-size:14px;font-weight:400;color:#475467;padding:3px 5px;line-height:1.5;border-radius:24px;border:1px solid #4285f0;background-color:rgba(66,133,240,.1019607843)}@media (max-width:576px){.dashboard__licensing-info{font-size:12px}}.dashboard__licensing-activate{display:flex;padding:8px 16px;gap:8px;background-color:#0113d9;border-radius:8px;font-size:16px;font-weight:600;line-height:1.5;color:#fff;margin-inline-start:auto;border:1px solid #0113d9;transition:.3s}@media (min-width:577px) and (max-width:940px){.dashboard__licensing-activate{font-size:14px;padding:8px 12px}}@media (max-width:576px){.dashboard__licensing-activate{font-size:14px;padding:8px 12px}}.dashboard__licensing-activate:hover{background-color:#0014a7;color:#fff}.dashboard__licensing-add-login-id{display:inline-flex;padding:4px 10px;gap:8px;background-color:#00b3ed;border-radius:8px;font-size:12px;font-weight:600;line-height:1.5;color:#fff;margin-left:auto;border:1px solid #00b3ed;align-items:center;transition:.3s}.dashboard__licensing-add-login-id:hover{background-color:#00b3ed;color:#fff}.dashboard__licensing-add-login-id img{width:16px}.dashboard__licensing-login-id{vertical-align:middle}@media (min-width:577px) and (max-width:940px){.dashboard__licensing-footer{padding:16px}}.dashboard__licensing-footer p{color:#475467;font-size:16px;font-weight:400;line-height:1.5;text-align:start;margin:0}@media (min-width:577px) and (max-width:940px){.dashboard__licensing-footer p{font-size:14px}}.vrx-table{direction:ltr;border:none;min-width:900px;width:100%;border-collapse:collapse}.vrx-table th{font-size:12px;font-weight:500;color:#475467;border:none;border-block-start:none!important;text-align:left;padding:11px 12px}@media (min-width:941px) and (max-width:1280px){.vrx-table th{padding:5px 10px}}@media (max-width:576px){.vrx-table th{padding:10px 12px}.vrx-table th.dashboard__licensing-table-heading{padding:10px 12px}}.vrx-table td{border:none;text-align:left;vertical-align:middle;color:#475467;font-size:14px;padding:15px 12px;font-weight:600}.vrx-table thead>tr>th{background-color:#f9fafb!important;border-bottom:1px solid #f5f3f4!important;vertical-align:middle}.vrx-table tbody tr th,.vrx-table tbody tr:nth-child(even) td{background-color:#f9fafb!important;border-bottom:1px solid #f5f3f4!important}.vrx-table tbody tr:nth-child(odd) td{background-color:#fff!important}.dashboard__licensing-footer{padding:24px}.dashboard__licensing-upgrade{font-size:14px;background-color:#fff;color:#475467;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:4px;border:1px solid #f5f3f4;padding:8px 18px;font-weight:600;transition:.3s}.dashboard__licensing-upgrade:hover{border:1px solid #475467;color:#475467}.dashboard__licensing-upgrade:visited{background-color:orange}.dashboard__licensing-upgrade img{width:16px;height:16px}.dashboard__licensing-status .status{font-weight:400;font-size:12px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:24px;width:64px;height:24px;background-color:#00b3ed;cursor:default}.dashboard__licensing-status .status.status--inactive{background-color:#475467}.dashboard__licensing-type .type{font-weight:400;font-size:12px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:24px;width:64px;height:24px;background-color:#11b982;cursor:default}.dashboard__licensing-type .type.type--trial{background-color:#feb226}.dashboard__licensing-actions{display:inline-flex;font-weight:600;gap:10px;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:11px}.dashboard__licensing-action{background-color:transparent;display:inline-flex;top:1px;left:5px;position:relative;cursor:pointer}.dashboard__licensing-key{width:220px}.dashboard__licensing-key-text{direction:ltr;display:inline-block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}@media (min-width:941px) and (max-width:1280px){.dashboard__licensing-key-text{width:100px}}@media (min-width:577px) and (max-width:940px){.dashboard__licensing-key-text{width:70px}}@media (max-width:576px){.dashboard__licensing-key-text{width:160px;max-width:160px}}.license-key{display:flex;border:1px solid #f5f3f4;justify-content:space-between;align-items:center;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:8px;padding:10px 16px}.license-key span{font-size:14px;color:#475467;font-weight:600}.dashboard-home{display:flex;gap:24px}.dashboard-home.--disabled{pointer-events:none;opacity:.5}@media (min-width:941px) and (max-width:1280px){.dashboard-home{flex-direction:column}}@media (min-width:577px) and (max-width:940px){.dashboard-home{flex-direction:column;margin-bottom:50px}}@media (max-width:576px){.dashboard-home{flex-direction:column;margin-bottom:50px}}.dashboard-home__items{display:flex;width:500px;flex-direction:column;gap:24px}@media (min-width:941px) and (max-width:1280px){.dashboard-home__items{width:100%;flex-direction:row}}@media (min-width:577px) and (max-width:940px){.dashboard-home__items{width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap}}@media (max-width:576px){.dashboard-home__items{width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap}}.dashboard-home__item{display:flex;gap:16px;align-items:center;padding:18px 24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border:1px solid #f5f3f4;border-radius:24px}@media (min-width:1281px) and (max-width:1600px){.dashboard-home__item{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media (min-width:941px) and (max-width:1280px){.dashboard-home__item{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media (min-width:577px) and (max-width:940px){.dashboard-home__item{flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:250px}}@media (max-width:576px){.dashboard-home__item{flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:100%;width:100%}}.dashboard-home__icon{display:flex;justify-content:center;align-items:center;padding:12px;border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:4px;margin:0}.dashboard-home__item-content{display:flex;flex-direction:column;align-items:flex-start;max-width:300px;gap:10px}.dashboard-home__item-title{font-size:16px;color:#393c3c;font-weight:600;margin:0}.dashboard-home__item-description{font-size:14px;color:#475467;font-weight:400;text-align:start;line-height:1.5;margin:0}.dashboard-news{border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px;padding:24px}.dashboard-news__items{display:flex;flex-direction:column;text-align:start;gap:16px}.dashboard-news__heading{display:flex;text-align:start;flex-direction:row;justify-content:space-between;color:#393c3c;font-weight:600;font-size:24px;line-height:1.5}@media (min-width:577px) and (max-width:940px){.dashboard-news__heading{flex-direction:column;gap:5px}}@media (max-width:576px){.dashboard-news__heading{flex-direction:column;gap:5px}}.dashboard-news__item{display:flex;flex-direction:column;gap:8px;background-color:#f9fafb;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:16px;border:1px solid #f5f3f4;padding:20px}.dashboard-news__item-date{color:rgba(71,84,103,.6);font-size:14px;line-height:1.5;font-weight:400}.dashboard-news__item-title{color:#393c3c;font-size:18px;font-weight:600;margin:0}.dashboard-news__item-description{font-size:16px;font-weight:400;color:#475467;margin:0;width:600px;max-width:100%;margin-bottom:30px;text-align:start;line-height:1.6}@media (min-width:577px) and (max-width:940px){.dashboard-news__item-description{font-size:14px}}.dashboard-news__item-link{display:flex;align-items:center;gap:4px;justify-content:end;font-size:16px;line-height:1.5;font-weight:500;color:#0113d9}.vrx-profit-calculator{display:flex;gap:24px}@media (max-width:1280px){.vrx-profit-calculator{flex-direction:column}}.profit-calculator__header{text-align:center;margin-bottom:2rem}.profit-calculator__heading{color:#393c3c;font-size:24px;font-weight:600;margin-bottom:24px;text-align:start}.profit-calculator__content{min-width:660px;padding:24px;border:1px solid #f5f3f4;border-radius:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922)}@media (max-width:1280px){.profit-calculator__content{max-width:100%;min-width:100%}}.profit-calculator__form{max-width:450px}.profit-calculator__field{margin-bottom:1.5rem}.profit-calculator__label{display:block;font-weight:700;margin-bottom:.5rem}.profit-calculator__input,.profit-calculator__select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.profit-calculator__description{font-size:.875rem;color:#666}.form__group--vertical.--profit-calculator .form__label-group{width:45%}@media (max-width:576px){.form__group--vertical.--profit-calculator .form__label-group{width:100%;gap:4px}}.profit-calculator__slider{margin-top:1rem}.profit-calculator__button{display:inline-block;background:#0113d9;color:#fff;text-align:center;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:700;text-transform:uppercase;margin-top:1rem}.profit-calculator__button:hover{background:#0113d9}.profit-calculator__results{display:flex;flex-direction:column;gap:16px;max-width:520px;padding:24px;border:1px solid #f5f3f4;border-radius:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922)}@media (max-width:1280px){.profit-calculator__results{max-width:100%}}.profit-calculator__result{padding:24px;border:1px solid #f5f3f4;border-radius:16px;background-color:#f9fafb;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);text-align:start}@media (max-width:576px){.vrx-profit-calculator.--dashboard .profit-calculator__result.--sticky{position:fixed;bottom:0;left:0;width:100%;padding:15px}.vrx-profit-calculator.--dashboard .profit-calculator__result.--sticky .profit-calculator__result-title{font-size:17px;margin-top:0;margin-bottom:10px;text-align:start}.vrx-profit-calculator.--dashboard .profit-calculator__result.--sticky .profit-calculator__result-values{display:flex;line-height:1.3;flex-direction:column;gap:0;align-items:flex-start;justify-content:space-between;text-align:start}.vrx-profit-calculator.--dashboard .profit-calculator__result.--sticky .profit-calculator__result-values p{font-size:14px;margin:0;text-align:start}.vrx-profit-calculator.--dashboard .profit-calculator__result.--sticky .profit-calculator__result-values .profit-calculator__result-value{font-size:16px;text-align:start;margin-top:10px}}@media (max-width:576px) and (max-width:576px){.vrx-profit-calculator.--dashboard .profit-calculator__result.--sticky .profit-calculator__result-values{gap:8px}}.profit-calculator__result-title{font-weight:700;font-size:1.25rem;margin-bottom:1rem;text-align:start}.profit-calculator__result-values p{text-align:start;line-height:1.3}.profit-calculator__result-value{display:inline-flex;direction:ltr;font-size:16px;color:#0113d9;font-weight:700;margin-bottom:1rem;margin-top:10px}.profit-calculator__explanation{font-size:14px;color:#475467;line-height:1.5}@media (max-width:576px){.profit-calculator__explanation{margin-bottom:80px}}.profit-calculator__slider{-webkit-appearance:none;width:100%;height:8px;background:#f5f3f4;border-radius:4px;outline:0;cursor:pointer;margin-top:1rem;transition:background .3s}.profit-calculator__slider::-webkit-slider-runnable-track{background:0 0}.profit-calculator__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#0113d9;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}.profit-calculator__slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#0113d9;cursor:pointer;border:2px solid #fff}.profit-calculator__slider-tooltip{position:absolute;width:45px;top:-30px;left:0;padding:6px 12px;background:#0113d9;color:#fff;border-radius:4px;font-size:12px;font-weight:700;text-align:center;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s,transform .2s}.profit-calculator__slider-tooltip::after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #0113d9}.profit-calculator__slider-wrapper:focus-within .profit-calculator__slider-tooltip,.profit-calculator__slider-wrapper:hover .profit-calculator__slider-tooltip{opacity:1}.profit-calculator__slider-labels{display:flex;justify-content:space-between;font-size:14px;margin-top:4px;color:#666}#parent-product{display:none}.is-variation__switch{margin-right:auto}.vrx-dashboard__nav-wrapper{max-height:700px;overflow-y:auto}.checkout-item{display:flex;justify-content:space-between;font-size:16px;font-weight:400;margin-bottom:16px}.checkout-item-value{direction:ltr;color:#393c3c;font-size:18px;font-weight:600}.checkout-item-value.--total{color:#0113d9;direction:ltr}.checkout-item-value.--text{font-size:15px}.checkout-item-value.--rtl{direction:ltr}.payment-plans__heading-wrapper{margin-bottom:25px}.payment-title-badge{width:100px;height:26px;display:flex;padding:4px;justify-content:center;align-items:center;font-size:14px;line-height:1.5;font-weight:500;border-radius:4px;color:#0113d9;border:1px solid #0113d9}.payment-title-wrapper{display:flex;justify-content:space-between}.payment-plans__heading{color:#393c3c;font-size:24px;font-weight:600;line-height:1.5;text-align:start}.payment-plans__wrapper{margin-top:24px;margin-bottom:50px;padding:24px;border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px}.payment-plans{font-family:Inter,sans-serif;display:flex;gap:16px}@media (max-width:1600px){.payment-plans{flex-wrap:wrap;overflow:scroll}}@media (max-width:576px){.payment-plans{flex-direction:column-reverse}}.payment-plan{display:flex;flex-grow:1;flex-direction:column;min-width:276px;padding:16px 24px;background:#f9fafb;border-radius:24px;border:1px solid #f5f3f4;backdrop-filter:blur(140px);width:30%}.payment-title{color:#000;font-size:24px;font-weight:600;line-height:1.5;margin-bottom:10px}.payment-heading{display:flex;flex-direction:column;gap:8px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(10,37,64,.1019607843)}.payment-prices{display:flex;justify-content:start;align-items:center;gap:8px}.payment-price{text-align:start;font-size:22px;line-height:1.5;font-weight:500}.payment-price.--discount{font-size:18px;font-weight:400;line-height:10px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.payment-price.--toman{display:flex;align-items:center;gap:5px}.payment-price.--toman span{font-size:18px}.payment-price.--line-through{text-decoration-line:line-through}.payment-price .payment-feature-item:nth-of-type(1){color:red}.payment-features{padding:0;list-style:none;margin-top:16px;margin-bottom:16px}.payment-feature-item{display:flex;gap:8px;padding-bottom:12px;font-size:14px;line-height:1.5}.payment-subscribe{display:flex;flex-direction:column;gap:16px;margin-top:auto}.payment-subscribe-btn{display:flex;max-width:300px;padding:8px;justify-content:center;align-items:center;color:#fff;background:#0113d9;border-radius:8px;border:1px solid #0113d9;font-size:16px;font-weight:600;line-height:24px;text-align:center}.payment-subscribe-btn:hover{color:#fff}.payment-subscribe-btn.disabled{opacity:.7;width:100%;pointer-events:none}.payment-subscribe-btn.--outline{background-color:#fff;color:#0113d9;border:1px solid #0113d9}.payment-subscribe-btn.--outline:hover{color:#0113d9}#currency-wrapper,#expiration-date-wrapper,#influencer-id-wrapper,#max-redemptions-wrapper,#product-slugs-wrapper{display:none}.table-chips{background:#ccc;display:flex;justify-content:center;align-items:center;border-radius:24px;padding:5px;color:#fff;font-weight:500;font-size:12px}.table-chips.--active{background-color:#11b982}.table-chips.--pending{background-color:#feb226}.table-chips.--expired{background-color:#b91111}.vrx-reports__wrapper{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:center}.vrx-reports__canvas{border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px;padding:24px;height:400px}.vrx-reports__stats{border:1px solid #f5f3f4;padding:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px;height:100%}.vrx-reports__heading{font-size:24px;margin-bottom:20px;font-weight:600;line-height:1.5;color:#393c3c;text-align:start}.vrx-reports__stat{display:flex;flex-direction:column;gap:16px}.vrx-reports__stat-item{display:flex;justify-content:space-between}.vrx-reports__stat-item{color:#393c3c;font-size:18px;line-height:1.5}.vrx-reports__stat-label{font-weight:600}.vrx-reports{grid-column:span 2;display:flex;flex-direction:column;border:1px solid #f5f3f4;padding:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px}.coupon-fields{align-items:flex-end;gap:8px}.coupon-fields__input{flex-grow:3}@media (max-width:1280px){.coupon-fields__input{flex-grow:5}}.coupon-fields__btn{flex-grow:1}input[name=coupon]{text-transform:uppercase!important}.vrx-dashboard__head-title{display:flex;text-align:start;flex-direction:column;align-items:flex-start;gap:4px}#apply_coupon #submit-button{font-size:14px;padding:12px}.gateway-payment-option span{line-height:1.4;color:#ff7675}@media (max-width:576px){.gateway-payment-option label{flex-wrap:wrap;gap:20px}}.gateway-payment__text{display:flex;margin-right:10px;gap:10px;flex-direction:column}.gateway-payment__text-title{font-size:16px;font-weight:600}.zarinpal-payment-option{text-align:start}.zarinpal-payment-option label{display:flex;justify-content:flex-start;align-items:center;gap:8px;border:1px solid #f5f3f4;border-radius:8px;padding:14px 12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);color:#475467;font-size:14px;min-height:48px;cursor:pointer}.stripe-payment-option{text-align:start}.stripe-payment-option label{display:flex;justify-content:flex-start;align-items:center;gap:8px;border:1px solid #f5f3f4;border-radius:8px;padding:14px 12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);color:#475467;font-size:14px;min-height:48px;cursor:pointer}.zainpal-payment__img{width:70px}.warning-box{display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;text-align:start;color:#4285f0;line-height:1.5;border:1px solid 1px solid #4285f0;padding:16px;border-radius:8px;background-color:rgba(66,133,240,.1019607843)}.warning-box p{margin:0}#investment-amount{direction:ltr}.flatpickr-innerContainer{padding:0!important}.vrx-checkout{display:grid;grid-template-columns:66% 33%;gap:20px}.multicheckout-form{display:none!important}.multicheckout-form.--show{display:flex!important}.vrx-checkout{display:flex;gap:24px}@media (max-width:1280px){.vrx-checkout{flex-direction:column}}.vrx-checkout__header{text-align:center;margin-bottom:2rem}.vrx-checkout__heading{color:#393c3c;font-size:24px;font-weight:600;margin-bottom:24px;text-align:start}.vrx-checkout__content{flex-grow:2;min-width:660px;padding:24px;border:1px solid #f5f3f4;border-radius:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922)}@media (min-width:1281px) and (max-width:1600px){.vrx-checkout__content{min-width:300px}}@media (max-width:1280px){.vrx-checkout__content{max-width:100%;min-width:100%}}.vrx-checkout__form{max-width:450px}.vrx-checkout__field{margin-bottom:1.5rem}.vrx-checkout__label{display:block;font-weight:700;margin-bottom:.5rem}.vrx-checkout__input,.vrx-checkout__select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.vrx-checkout__description{font-size:.875rem;color:#666}.form__group--vertical.--vrx-checkout .form__label-group{width:45%}@media (max-width:576px){.form__group--vertical.--vrx-checkout .form__label-group{width:100%;gap:4px}}.vrx-checkout__slider{margin-top:1rem}.vrx-checkout__button{display:inline-block;background:#0113d9;color:#fff;text-align:center;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:700;text-transform:uppercase;margin-top:1rem}.vrx-checkout__button:hover{background:#0113d9}.vrx-checkout__results{flex-grow:1;display:flex;flex-direction:column;gap:16px;max-width:520px;padding:24px;border:1px solid #f5f3f4;border-radius:24px;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922)}@media (min-width:1281px) and (max-width:1600px){.vrx-checkout__results{min-width:400px}}@media (max-width:1280px){.vrx-checkout__results{max-width:100%}}.vrx-checkout__result{padding:24px;border:1px solid #f5f3f4;border-radius:16px;background-color:#f9fafb;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);text-align:start}@media (max-width:576px){.vrx-checkout.--dashboard .vrx-checkout__result.--sticky{position:fixed;bottom:0;left:0;width:100%;padding:15px}.vrx-checkout.--dashboard .vrx-checkout__result.--sticky .vrx-checkout__result-title{font-size:17px;margin-top:0;margin-bottom:10px;text-align:start}.vrx-checkout.--dashboard .vrx-checkout__result.--sticky .vrx-checkout__result-values{display:flex;flex-direction:column;gap:0;align-items:flex-start;justify-content:space-between;text-align:start}.vrx-checkout.--dashboard .vrx-checkout__result.--sticky .vrx-checkout__result-values p{font-size:14px;margin:0;text-align:start}.vrx-checkout.--dashboard .vrx-checkout__result.--sticky .vrx-checkout__result-values .vrx-checkout__result-value{font-size:16px;text-align:start}}@media (max-width:576px) and (max-width:576px){.vrx-checkout.--dashboard .vrx-checkout__result.--sticky .vrx-checkout__result-values{gap:8px}}.vrx-checkout__result-title{font-weight:700;font-size:1.25rem;margin-bottom:1rem;text-align:start}.vrx-checkout__result-values p{text-align:start}.vrx-checkout__result-value{display:inline-flex;direction:ltr;font-size:16px;color:#0113d9;font-weight:700;margin-bottom:1rem}.vrx-checkout__explanation{font-size:14px;color:#475467;line-height:1.5}@media (max-width:576px){.vrx-checkout__explanation{margin-bottom:80px}}.dashboard__licensing-user{width:350px}.notice-box{background-color:rgba(66,133,240,.1019607843);color:#4285f0;padding:12px;display:flex;align-items:center;border-radius:8px;margin-bottom:16px}.notice-box p{margin:0;font-size:14px}.notice-box a{font-weight:600;color:#4285f0;text-decoration:underline!important}.notice-box a:hover{color:#0113d9}.dashboard-blackout__wrapper{padding:24px}.dashboard__blackouts-table-body tr td{padding:5px 12px}.vrx-control-content{border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);background-color:#fcfcfc;border-radius:24px;overflow:scroll}.vrx-controls__wrapper{display:flex;padding:24px;gap:16px}.vrx-control__switcher{display:flex;align-items:center;justify-content:space-between}.vrx-control{display:flex;background-color:#fff;width:250px;flex-direction:column;padding:16px;border:1px solid #f5f3f4;border-radius:24px;gap:16px;padding-bottom:24px;transition:.3s}.vrx-control.--active.--blue{background-color:rgba(0,123,255,.08)}.vrx-control.--active.--green{background-color:rgba(40,167,69,.08)}.vrx-control.--active.--red{background-color:rgba(220,53,69,.08)}.vrx-control.--active.--orange{background-color:rgba(255,193,7,.08)}.vrx-control__switcher-title{color:#393c3c;font-weight:600}.vrx-control__img{text-align:start}.vrx-control__img img{width:50px}.vrx-control__title{color:#393c3c;font-weight:700;text-align:start}.vrx-product{padding:24px;border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px}.vrx-settings{padding:24px;border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);border-radius:24px}.coupon-form,.product-form,.settings-form{display:flex;flex-direction:column;gap:24px}.vrx-products{border-radius:8px;border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);overflow-x:auto}.product-list{width:100%;font-weight:600;font-size:18px;line-height:1.5;border-collapse:separate;border-spacing:0}.product-list__header{background-color:#f9f9f9}.product-list__header th{padding:15px 24px;font-size:16px;font-weight:600;text-align:left}@media (min-width:941px) and (max-width:1280px){.product-list__header th{padding:10px 8px;font-size:14px}}@media (min-width:577px) and (max-width:940px){.product-list__header th{padding:10px 8px;font-size:14px}}@media (max-width:576px){.product-list__header th{padding:10px;font-size:13px}}.product-list__body tr{border:1px solid #f5f3f4;border-radius:8px;padding:24px}.product-list__row td{padding:14px 20px;font-size:14px;text-align:left}@media (min-width:941px) and (max-width:1280px){.product-list__row td{padding:14px}}@media (min-width:577px) and (max-width:940px){.product-list__row td{font-size:12px;padding:10px 8px}}@media (max-width:576px){.product-list__row td{font-size:12px;padding:5px 8px}}.product-list__row td .vrx-cta-btn{margin:0}.product-list__column--downloads{display:flex;flex-direction:row;justify-content:flex-start;gap:8px}.product-list__actions-wrapper{display:flex;gap:16px}.product-list__action img{width:20px;height:20px;cursor:pointer}.modal__activate-license{width:650px;max-width:100%}@media (min-width:577px) and (max-width:940px){.modal__activate-license{width:500px;max-width:100%}}.modal__generate-license{width:650px;max-width:100%}.modal__header{display:flex;align-items:center;gap:16px;padding-bottom:24px;border-bottom:1px solid #e5e5e5;margin-bottom:24px}.modal__header.--borderless{border:none;margin:0}.modal__icon{width:48px;height:48px;border:1px solid #e5e5e5;padding:12px;border-radius:8px}.modal__title{font-weight:600;color:#475467;font-size:18px;line-height:1.5;margin:0 0 8px;text-align:start}.modal__description{color:#475467;font-size:14px;line-height:1.5;text-align:start}.modal__form{direction:ltr;display:flex;gap:16px;flex-wrap:wrap}.vrx-container--login{display:flex;height:100vh;background-color:#f9fafb}@media (min-width:577px) and (max-width:940px){.vrx-container--login{flex-direction:column}}@media (max-width:576px){.vrx-container--login{height:auto;min-height:100vh}}.vrx-login-banner{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:35px;width:50%;background:url(../images/signin-banner.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}@media (min-width:577px) and (max-width:940px){.vrx-login-banner{width:100%;height:250px}}@media (max-width:576px){.vrx-login-banner{display:none}}.vrx-login-banner__heading{color:#fff;font-size:32px;font-weight:600;text-align:center;max-width:550px;margin-bottom:50px}.vrx-login-main{display:flex;width:50%;justify-content:center;align-items:center;background-color:#f9fafb;display:flex;flex-direction:column;padding:24px}@media (min-width:577px) and (max-width:940px){.vrx-login-main{width:100%;height:calc(100vh - 250px)}}@media (max-width:576px){.vrx-login-main{width:100%;padding-bottom:10px}}.vrx-login-main__title{color:#393c3c;font-weight:600;font-size:24px;line-height:1.5;margin:0 0 8px;text-align:start}@media (max-width:576px){.vrx-login-main__title{margin-bottom:5px;font-size:20px;line-height:1.3}}.vrx-login-wrapper{width:560px;margin-top:auto;border-radius:24px;border:1px solid #f5f3f4;box-shadow:0 1px 2px 0 rgba(0,0,0,.0509803922);background-color:#fff;padding:32px 50px}@media (min-width:941px) and (max-width:1280px){.vrx-login-wrapper{width:440px;padding:20px}}@media (min-width:577px) and (max-width:940px){.vrx-login-wrapper{margin-top:20px}}@media (max-width:576px){.vrx-login-wrapper{max-width:100%;margin-top:30px;margin-bottom:30px;padding:22px}}.vrx-login-main__subtitle{margin-bottom:30px}.vrx-login-footer{display:flex;justify-content:space-between;width:100%;margin-top:auto}.vrx-footer__copyright{color:#475467;font-size:14px;line-height:1.5;font-weight:400;margin:0}.vrx-footer__nav{color:#475467}.vrx-footer__link{color:#475467;font-size:14px;line-height:1.5;font-weight:400}.vrx-login-btns{display:flex;gap:24px;align-items:center}.vrx-login-btn{font-size:16px;font-weight:600;color:#fff;line-height:1.5;transition:.3s}.vrx-login-btn:hover{color:#00b3ed}.vrx-dashboard-btn{background-color:#fff;border-radius:8px;padding:8px 20px;color:#393c3c}.vrx-dashboard-btn:hover{background-color:#00b3ed;color:#fff}.vrx-report__wrapper{display:grid;row-gap:20px;grid-template-columns:1fr}.report-overview__items{display:flex;width:100%;flex-direction:row;gap:24px}@media (min-width:941px) and (max-width:1280px){.report-overview__items{width:100%;flex-direction:row}}@media (min-width:577px) and (max-width:940px){.report-overview__items{width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap}}@media (max-width:576px){.report-overview__items{width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap}}.report-overview__item{display:flex;flex-grow:1;gap:16px;align-items:center;padding:24px 24px;border:1px solid #f5f3f4;border-radius:24px}@media (min-width:1281px) and (max-width:1600px){.report-overview__item{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media (min-width:941px) and (max-width:1280px){.report-overview__item{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media (min-width:577px) and (max-width:940px){.report-overview__item{flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:250px}}@media (max-width:576px){.report-overview__item{flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:100%;width:100%}}.report-overview__item:nth-child(1){background-color:#f2f2fd}.report-overview__item:nth-child(2){background-color:#fdf1f5}.report-overview__item:nth-child(3){background-color:#f1f8fd}.report-overview__item:nth-child(4){background-color:#fef9ee}.report-overview__item-title{color:#393c3c;font-size:16px;font-weight:700;margin:0}.report-overview__item-number{color:#393c3c;font-size:32px;font-weight:700;margin:0}.report-overview__item-description{display:flex;color:#393c3c;font-size:14px;font-weight:400;gap:5px;margin:0}.filter-payments__btns{margin-top:auto}.clear-filter-btn{padding:11px 16px}