html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font-family:proxima-nova,sans-serif;font-size:1.125rem;line-height:1.5}h1,h2,h3,h4,h6{position:relative;margin-top:0;font-weight:700;line-height:1.1}h1>span,h2>span,h3>span,h4>span,h6>span{display:block}h1:before,h2:before,h3:before,h4:before,h6:before{position:absolute;left:0;bottom:-12px;display:block;width:3ch;height:.3em;content:"";background-color:var(--system-primary-light)!important}h1{font-size:2.44em}h2{font-size:2em}h3{font-size:1.55em}h4{font-size:1.33em}h5{position:relative;font-size:1.16em;margin-top:0;font-weight:700;line-height:1.1}h5>span{display:block}h5:before{position:absolute;left:0;bottom:-12px;display:block;width:100%;height:1px;content:"";background-color:var(--system-primary-light)!important}h6{font-size:1em}a{color:var(--text-link)}.btn{padding:2px 6px;border-radius:4px}.btn.blue{background-color:#69a2f4;color:#fff}@keyframes loadingShadows{0%{box-shadow:0 4px 6px #00000014}to{box-shadow:0 5px 15px #0003}}.slideFromTop,.slideFromTop-enter-active{animation:menuEltShow .5s}.slideFromTopThenFade,.slideFromTopThenFade-enter-active{animation:menuEltShow .2s ease-in-out}.slideFromTopThenFade-leave-active{animation:fromTransparent .1s ease-in-out reverse}.slideFromTopThenDisappear-enter-active{animation:menuEltShow .2s ease-in-out}.slideFromTopThenDisappear-leave-active{transition:none}.vs-form{display:flex;flex-direction:column}.vs-form .row{display:flex}.vs-form .row.actions{justify-content:flex-end;align-items:center;margin:20px 20px 10px}.multi-form{display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:row}.multi-form .step{background-color:var(--background-tertiary);border-radius:3px;border:1px solid var(--border-secondary);box-shadow:0 4px 6px #00000014}.multi-form .step .step-header{padding:15px 15px 5px}.multi-form .step .step-header .title{font-weight:700;font-size:18px}.multi-form .step .step-header .subtitle{color:#838383}.multi-form .step .step-content{display:flex;flex-direction:row;padding:10px 0}.multi-form .step .step-content .col{margin:0 20px}.multi-form .step .step-content .col .row{width:360px;margin-bottom:10px}.multi-form .step .step-content .col .row .input-container{margin:0 5px}.multi-form .step .step-actions{display:flex;justify-content:flex-end;border-top:1px solid var(--border-secondary);padding:15px}@media screen and (min-width:768px){.multi-form .step:not(:first-child){margin:20px 40px 0}}@media screen and (max-width:1200px){.multi-form .step{max-width:460px}.multi-form .step:not(:first-child){margin:20px}.multi-form .step .step-content{flex-direction:column;padding:0 10px}.multi-form .step .step-content .col{margin:0}.multi-form .step .step-content .col .row{width:100%}}.input-container{display:flex;flex-direction:column;flex:1 1 0;margin:5px 20px}.input-container.no-side-mg{margin:5px 0}.input-container .input-header{text-align:left}.input-container .input-header .input-header-link{font-weight:400;font-size:12px}.input-container .input-header.bold label{font-size:14px;font-weight:700;color:var(--text-primary)}.input-container .input-content{display:flex}.input-container .input-content .reset-block{margin-left:25px}.input-container .vs-input,.input-container .vs-select,.input-container .velect-input{width:100%;height:40px;border:1px solid var(--border-secondary);padding:0 10px;border-radius:1px;transition:all .2s ease;background-color:var(--background-input);font-size:.875rem}.input-container .vs-input:focus,.input-container .vs-select:focus,.input-container .velect-input:focus{border-color:var(--border-violet-to-magenta);outline:0}.input-container .vs-input:disabled,.input-container .vs-input.disabled,.input-container .vs-select:disabled,.input-container .vs-select.disabled,.input-container .velect-input:disabled,.input-container .velect-input.disabled{color:var(--header-secondary);cursor:not-allowed!important}.input-container .vs-input.error,.input-container .vs-select.error,.input-container .velect-input.error{border-color:var(--border-red);box-shadow:0 1px 3px #0003}.input-container .vs-input.vs-select-medium,.input-container .vs-input.vs-input-medium,.input-container .vs-select.vs-select-medium,.input-container .vs-select.vs-input-medium,.input-container .velect-input.vs-select-medium,.input-container .velect-input.vs-input-medium{width:200px}.input-container .vs-input.vs-select-small,.input-container .vs-input.vs-input-small,.input-container .vs-select.vs-select-small,.input-container .vs-select.vs-input-small,.input-container .velect-input.vs-select-small,.input-container .velect-input.vs-input-small{width:100px}.input-container .input-and-button{display:flex}.input-container .input-and-button input{background-color:var(--background-input-fade)}@media screen and (max-width:768px){.input-container .input-and-button{flex-wrap:wrap;justify-content:center}}.input-custom-container{display:flex;align-items:center;border:1px solid var(--border-secondary);border-radius:3px;color:var(--text-primary)}.input-custom-container.input-custom-container-icon-left{padding-left:8px}.input-custom-container select{border:none;padding:8px 10px}.input-custom-container select button:focus{outline:0}.input-custom-container:active,.input-custom-container:focus{border-color:var(--border-red);outline:0}.vs-input-group-container .input-container{width:100%;display:flex;justify-content:center}.vs-input-group.logo{position:relative}.vs-select{border:1px solid var(--border-secondary);padding:8px 10px;background-color:var(--background-input);border-radius:3px;color:var(--text-primary)}.vs-select.vs-select-page-size{color:var(--text-link);padding:9px 10px}.vs-input{border:1px solid var(--border-secondary);padding:8px 10px;background-color:var(--background-input);border-radius:1px;color:var(--text-primary)}.vs-input:focus{border-color:var(--border-violet-to-magenta);outline:0}label.bold{font-size:14px;font-weight:700;color:var(--text-primary)}.full-width{width:100%}.velect{position:relative}.velect .velect-input{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;border:1px solid var(--border-secondary);padding:0 10px;background-color:var(--background-input)}.velect .velect-input.active{border-color:var(--border-red)}.velect .velect-input.readonly{border-color:#f3f3f3}.velect .velect-list{position:absolute;width:100%;box-shadow:0 5px 15px #0003;border:1px solid var(--border-secondary);border-radius:3px;list-style:none;margin-top:0;padding:0;background-color:var(--background-tertiary);z-index:100}.velect .velect-list .elt{display:flex;flex-direction:column;padding:4px 8px;transition:all .2s ease}.velect .velect-list .elt:not(:last-child){border-bottom:1px solid var(--border-primary)}.velect .velect-list .elt .role-title{font-size:14px;font-weight:700}.velect .velect-list .elt .role-title.active{color:var(--text-violet)}.velect .velect-list .elt .role-desc{font-size:14px;color:#838383}.velect .velect-list .elt.disabled{color:var(--header-secondary)}.velect .velect-list .elt:hover{cursor:pointer;background-color:#f9f9f9}.velect .velect-list .elt:hover .role-title{color:var(--text-violet)}.velect .velect-list .elt:hover.disabled{background-color:transparent}.vs-uploader{display:flex;justify-content:center;flex-grow:1;overflow:hidden;border:2px dashed #D9D9D9;border-radius:4px}.vs-uploader.login-logo{width:230px;height:90px}.vs-uploader.header-page{width:180px;height:80px}.vs-uploader.reporter-logo,.vs-uploader.template-logo{width:170px;height:170px}.vs-uploader.logo{margin-left:20px;position:relative;display:flex;align-items:center;justify-content:center}.vs-uploader.logo .preview{position:absolute}.vs-uploader.logo .desc{display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:0 10px;font-size:12px;position:relative}.vs-uploader.logo .desc .label{position:absolute;top:3px;color:#d9d9d9;font-size:18px;font-weight:700}.vs-uploader.logo .desc .browse{display:flex;justify-content:center;align-items:center;flex-grow:1;color:#d9d9d9}.vs-uploader.logo:hover{border-color:#b3b3b3}.vs-uploader.logo:hover .desc .browse,.vs-uploader.logo:hover .desc .label{color:#b3b3b3}.vs-uploader.logo.error{border-color:#ba0000}.vs-customer-form-container{display:flex;flex-wrap:wrap;justify-content:space-around;width:100%;padding-top:10px}.vs-customer-form-container .vs-form-input{flex-grow:1;width:45%;margin:0 10px}.vs-customer-form-container .vs-form-container-sub{flex-grow:1}.vs-customer-form-container .vs-form-container-sub .vs-form-input{width:100%;margin:0}@media screen and (min-width:768px){.vs-customer-form-container .vs-form-container-sub{max-width:45%}}@media screen and (max-width:768px){.vs-customer-form-container .vs-form-container-sub{padding:5px 7px}}.vs-customer-form-container .vs-form-group:not(:first-child){margin:10px 0}.vs-customer-form-container .vs-form-group .vs-form-group-title{display:inline-block;font-weight:700;padding:7px 0}.vs-customer-form-container.vs-customer-form-part{border-top:1px solid var(--border-secondary)}.vs-customer-form-container .vs-customer-form-custom{width:100%;display:flex;flex-direction:row;align-items:center}@media screen and (min-width:768px){.vs-customer-form-container .vs-customer-form-custom .vs-label{width:200px}}@media screen and (max-width:768px){.vs-customer-form-container .vs-customer-form-custom{flex-direction:column}.vs-customer-form-container .vs-customer-form-custom.responsive-inline{flex-direction:row}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content{justify-content:center}}.vs-customer-form-container .vs-customer-form-custom.license-agreement{align-items:flex-start}.vs-customer-form-container .vs-customer-form-custom .vs-label-agreement{width:100%;font-size:12px;margin-left:10px}.vs-customer-form-container .vs-customer-form-custom:not(:last-child){margin-bottom:15px}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content{width:100%;display:flex;flex-wrap:wrap;align-items:center}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content :first-child{margin-left:5px}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-select{margin:10px 0;background-color:transparent;border:1px solid #F0EFEB;transition:all .2s ease;padding:8px 10px;font-size:.875rem;text-align:left;height:40px}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-customer-date-fields{width:100%;display:flex;flex-direction:row}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-customer-date-fields .vs-form-input:first-child{margin-left:0}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-duration-btn,.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-users-btn{border:2px solid #50b55f;background-color:#86cc90;color:#fff}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-duration-btn.orange,.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-users-btn.orange{background-color:#f5b772;border:2px solid #f0932b}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes{flex-grow:0;width:100%;margin:0}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes .vs-input-mailboxes{width:125px}.vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes .vs-error{margin:10px 0 0 10px}.add-item-form{background-color:var(--background-tertiary);border-radius:3px;border:1px solid var(--border-primary);transition:all .2s ease;max-height:370px;box-shadow:0 4px 6px #00000014;margin:0 30px}.add-item-form.extend{max-height:1500px}.add-item-form.edition{margin-top:0}.add-item-form .add-item-form-header{margin:0 20px;padding:10px 0}.add-item-form .add-item-form-header .title{border-left:4px solid var(--border-violet);padding-left:10px;font-size:18px;font-weight:700}.add-item-form .vs-form .vs-admin-roles.advanced{background-color:var(--background-input);padding:10px;border-radius:3px;border:1px solid var(--border-secondary)}.add-item-form .vs-form .vs-admin-roles-container{flex:5 0 0}.add-item-form .vs-form .vs-admin-roles-container .input-header label{display:inline-block}.add-item-form .vs-form .vs-admin-roles-container .input-header .roles-switch{font-size:14px}.add-item-form .vs-form .vs-admin-state-container{flex:2 0 0}.add-item-form .vs-form .row.actions{padding:10px 0}@media screen and (max-width:768px){.add-item-form{max-height:none}}.vs-tenantid{margin-bottom:20px}.flatpickr-calendar{background-color:var(--background-secondary)!important}.flatpickr-calendar .flatpickr-months input,.flatpickr-calendar .flatpickr-months select,.flatpickr-calendar .flatpickr-months span,.flatpickr-calendar .dayContainer input,.flatpickr-calendar .dayContainer select,.flatpickr-calendar .dayContainer span{color:var(--text-primary)!important}.flatpickr-calendar .flatpickr-weekdays span{color:var(--header-secondary)!important}.flatpickr-calendar .flatpickr-day.selected{color:var(--text-primary-reverse)!important;background-color:var(--system-primary)!important;border-color:transparent}.flatpickr-calendar .flatpickr-day.flatpickr-disabled{color:var(--header-secondary)!important}.flatpickr-calendar .flatpickr-day:hover:not(.flatpickr-disabled){color:var(--text-primary-reverse)!important;background-color:var(--system-primary)!important}.flatpickr-calendar .arrowUp,.flatpickr-calendar .arrowDown{background-color:#fff!important}.flatpickr-calendar .flatpickr-hour,.flatpickr-calendar .flatpickr-minute,.flatpickr-calendar .flatpickr-time-separator,.flatpickr-calendar .flatpickr-am-pm{color:var(--text-primary)!important}.flatpickr-calendar .flatpickr-am-pm:hover,.flatpickr-calendar .flatpickr-am-pm:active{color:var(--text-violet-to-magenta)!important}.flatpickr-time{border-color:var(--border-secondary)!important}.flatpickr-time input{background-color:var(--background-secondary);min-width:0!important;width:100%!important}.flatpickr-time input:hover,.flatpickr-time input:focus{background-color:var(--background-secondary)!important}.flatpickr-time .arrowUp,.flatpickr-time .arrowDown{background-color:#fff!important}.flatpickr-time .flatpickr-hour,.flatpickr-time .flatpickr-minute,.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{color:var(--text-primary)!important}.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:active{color:var(--text-violet-to-magenta)!important}.vm--modal{background-color:var(--background-tertiary)!important;box-shadow:none;overflow-y:auto!important}.vs-wizard-header{display:flex;justify-content:space-between}.vs-btn-exit:hover{cursor:pointer;color:var(--button-magenta)}@font-face{font-family:proxima-nova;src:url(/assets/proximanova-bold-webfont-B00EL1yM.eot);src:url(/assets/proximanova-bold-webfont-B00EL1yM.eot?#iefix) format("embedded-opentype"),url(/assets/proximanova-bold-webfont-Bj-wkd08.woff2) format("woff2"),url(/assets/proximanova-bold-webfont-BQZYfLQG.woff) format("woff"),url(/assets/proximanova-bold-webfont-Bv891Ox9.ttf) format("truetype"),url(/assets/proximanova-bold-webfont-BzAmaptK.svg#proxima-nova) format("svg");font-weight:700;font-style:normal}@font-face{font-family:proxima-nova;src:url(/assets/proximanova-regular-webfont-BN2gF-No.eot);src:url(/assets/proximanova-regular-webfont-BN2gF-No.eot?#iefix) format("embedded-opentype"),url(/assets/proximanova-regular-webfont-tnEtQDFS.woff2) format("woff2"),url(/assets/proximanova-regular-webfont-BfOACno7.woff) format("woff"),url(/assets/proximanova-regular-webfont-C4VjiIiz.ttf) format("truetype"),url(/assets/proximanova-regular-webfont-CymT8-o7.svg#proxima-nova) format("svg");font-weight:400;font-style:normal}html,body{height:100%;scroll-behavior:smooth}.dashboard{display:flex;flex-direction:inherit;background-color:var(--background-primary);min-height:100%;position:relative}.dashboard .body{display:flex;flex-direction:column;width:100%;min-height:100%;overflow-y:auto;transition:all .2s ease}.dashboard .body .body-header{display:flex;justify-content:flex-end;width:100%;height:50px;border-bottom:1px solid #ededef}.dashboard .body .body-header .elt{display:flex;align-items:center;padding:8px 16px;color:#7f7f7f}.dashboard .body .body-header .elt:not(:last-child){border-right:1px solid #ededef}.dashboard .body .body-header .elt .d-btn{display:flex;justify-content:center;padding:8px;transition:all .2s ease;border-radius:3px}.dashboard .body .body-header .elt .d-btn .far,.dashboard .body .body-header .elt .d-btn .fal,.dashboard .body .body-header .elt .d-btn .fa{color:#7f7f7f}.dashboard .body .body-header .elt.search{display:flex;justify-content:flex-end;flex-grow:1}.dashboard .body .body-header .elt.search:focus-within{box-shadow:inset 0 1px 3px #0003}.dashboard .body .body-header .elt.search input{flex-grow:1;text-align:right;background-color:transparent;border:none;color:#7f7f7f;margin-right:8px}.dashboard .body .body-header .elt.academy{display:flex;justify-content:center;align-items:center}.dashboard .body .body-header .elt.academy .academy-reviews{display:flex}.dashboard .body .body-header .elt.academy .academy-reviews .review{margin:auto 8px;padding:0 8px;border-radius:3px;font-weight:700}.dashboard .body .body-header .elt.academy .academy-reviews .review.blue{background-color:#69a2f4;color:#fff}.dashboard .body .body-header .elt.academy .academy-reviews .review.green{background-color:#7dd87d;color:#fff}.dashboard .body .body-header .elt.academy .academy-reviews .review.gold{background-color:#fddf7e;color:#fff}.dashboard .body .body-header .elt.account{display:flex;justify-content:center;align-items:center;padding:8px 10px}.dashboard .body .body-header .elt.account .account-name{margin-right:4px}.dashboard .body .content{display:flex;flex-wrap:wrap}.dashboard .body .content .vs-body-content{width:100%}.dashboard .body .vs-body-content{flex-grow:1}.dashboard .body .main{display:flex;flex-direction:column;width:auto;padding-top:20px;padding-bottom:15px;flex-grow:1}.dashboard .body .main .charts{display:flex;flex-wrap:wrap;justify-content:center;padding:20px 0 50px}.dashboard .body .main .charts .chart-context.responsive{display:none}@media screen and (max-width:768px){.dashboard .body .main .charts{position:relative}.dashboard .body .main .charts .chart-context.responsive{display:inline-block;position:absolute;top:5px;right:50px;font-size:12px;color:#c3c3c3;opacity:1;animation-duration:.4s;animation-name:slideFromBottomOut;animation-direction:normal}}.dashboard .body .main .charts .charts-body{display:flex}.dashboard .body .main .charts .charts-body .chart{display:flex;flex-direction:column;width:280px;margin:auto 12px;padding:12px 15px;background-color:#fff;border-radius:3px;border:1px solid #e6e6e6;transition:all .2s ease;box-shadow:0 4px 6px #00000014;flex-grow:1;position:relative}.dashboard .body .main .charts .charts-body .chart .chart-context{display:none}@media screen and (min-width:768px){.dashboard .body .main .charts .charts-body .chart .chart-context{display:inline-block;position:absolute;right:5px;top:-22px;font-size:12px;color:#c3c3c3;opacity:0;animation-duration:.4s;animation-name:slideFromBottomOut;animation-direction:normal}.dashboard .body .main .charts .charts-body .chart:hover .chart-context{animation-duration:.4s;animation-name:slideFromBottom;animation-direction:normal;opacity:1}}.dashboard .body .main .charts .charts-body .chart:hover{border:1px solid #e6e6e6;z-index:100;border-radius:4px}.dashboard .body .main .charts .charts-body .chart.purple{border-bottom:4px solid #50b55f}.dashboard .body .main .charts .charts-body .chart.pale{border-bottom:4px solid #f69696}.dashboard .body .main .charts .charts-body .chart.bluegreen{border-bottom:4px solid #679ec8}.dashboard .body .main .charts .charts-body .chart:first-child{margin-left:0}.dashboard .body .main .charts .charts-body .chart:last-child{margin-right:0}.dashboard .body .main .charts .charts-body .chart .chart-header{display:flex;justify-content:space-between;font-size:18px}.dashboard .body .main .charts .charts-body .chart .chart-header.purple{color:#50b55f}.dashboard .body .main .charts .charts-body .chart .chart-header.pale{color:#f69696}.dashboard .body .main .charts .charts-body .chart .chart-header.bluegreen{color:#679ec8}.dashboard .body .main .charts .charts-body .chart .chart-header .evol{font-size:16px}.dashboard .body .main .charts .charts-body .chart .chart-header .elt{display:flex;flex-direction:column}.dashboard .body .main .charts .charts-body .chart .chart-header .elt .subtext{font-size:12px;line-height:4px}.dashboard .body .main .charts .charts-body .chart .chart-header .elt:last-child{align-items:flex-end}.dashboard .body .main .charts .charts-body .chart .chart-content{display:flex;align-items:center;justify-content:space-between;width:100%;overflow-y:overlay}.dashboard .body .main .charts .charts-body .chart .chart-content .chart-number{font-size:36px;font-weight:700}.dashboard .body .main .charts .charts-body .chart .chart-content .chart-parent{position:relative;width:100px;height:80px}.dashboard .body .main .charts .charts-empty{display:flex;justify-content:center;width:100%;align-items:center;min-height:140px;background-color:#fff;border-radius:4px;transition:all .2s ease;box-shadow:0 4px 6px #00000014}.dashboard .body .main .charts .charts-empty .charts-empty-img{display:flex;justify-content:center;height:100%;width:auto}.dashboard .body .main .charts .charts-empty .charts-empty-img img{border:0;height:auto;max-width:140px;width:120px}.dashboard .body .main .charts .charts-empty .charts-empty-text{display:flex;flex-direction:column;padding:0 24px}.dashboard .body .main .charts .charts-empty .charts-empty-text .title{font-weight:700}.dashboard .body .main .charts .charts-empty .charts-empty-text .subtext{color:#7e7e7e}.dashboard .body .main .charts .charts-empty .charts-empty-actions{flex-grow:1;min-width:160px}@media screen and (max-width:768px){.dashboard .body .main .charts .charts-empty{flex-direction:column;margin:0 16px;padding:24px 0}.dashboard .body .main .charts .charts-empty>div{margin:5px 0}.dashboard .body .main .charts .charts-empty .charts-empty-text{text-align:center}}@media screen and (min-width:768px){.dashboard .body .main .charts .charts-empty{padding:0 24px}.dashboard .body .main .charts .charts-empty .charts-empty-img img{margin:0 24px}}.dashboard .body .main .licenses{display:flex;flex-direction:column;width:75%;border-radius:3px}@media screen and (min-width:960px){.dashboard .body .main .licenses{width:960px}}.dashboard .body .main .licenses .licenses-header{display:flex}.dashboard .body .main .licenses .licenses-header>div{display:flex;flex-direction:column;justify-content:flex-start;padding:20px 15px;border-top-left-radius:4px;border-top-right-radius:4px;margin-bottom:-1px}.dashboard .body .main .licenses .licenses-header>div:hover{cursor:pointer}.dashboard .body .main .licenses .licenses-header>div:hover .title{color:var(--text-link)}.dashboard .body .main .licenses .licenses-header>div:not(.active){border:1px solid #e6e6e6;background-color:#f6f6f6;border-radius:0}.dashboard .body .main .licenses .licenses-header>div.active{background-color:#fff;border-top:2px solid #F20089;border-radius:0;margin-bottom:-1px;z-index:100}.dashboard .body .main .licenses .licenses-header>div.active:first-child{border-left:1px solid #e6e6e6}.dashboard .body .main .licenses .licenses-header>div.active:not(:first-child){border-right:1px solid #e6e6e6}.dashboard .body .main .licenses .licenses-header>div.active:only-child{border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6}.dashboard .body .main .licenses .licenses-header>div.active .title{color:#fff}.dashboard .body .main .licenses .licenses-header>div .title{font-weight:700;font-size:20px;color:#7e7e7e;transition:all .08s ease;margin-top:-10px}.dashboard .body .main .licenses .licenses-header>div .subtext{line-height:4px;color:#7f7f7f}.dashboard .body .main .licenses .licenses-header>div.licenses-header-btn .vs-btn{display:flex;justify-content:space-between;align-items:center}.dashboard .body .main .licenses .licenses-header>div.licenses-header-btn .vs-btn i{margin-right:5px}@media screen and (min-width:980px){.dashboard .body .main .licenses .licenses-header>div{min-width:240px}.dashboard .body .main .licenses .licenses-header>div.licenses-header-btn{width:auto;min-width:0}}.dashboard .body .main .licenses .licenses-list{display:flex;flex-direction:column;width:100%;border:1px solid #e6e6e6;box-shadow:0 4px 6px #00000014}.dashboard .body .main .licenses .licenses-list .license{display:flex;width:100%;height:75px;border:1px solid transparent;transition:all .2s ease;background-color:#fff}.dashboard .body .main .licenses .licenses-list .license:not(:last-child){border-bottom:1px solid #e6e6e6}.dashboard .body .main .licenses .licenses-list .license:first-child{border-top-right-radius:3px}.dashboard .body .main .licenses .licenses-list .license:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.dashboard .body .main .licenses .licenses-list .license:hover{cursor:pointer;transform:scaleX(1.01) scaleY(1.02);border:1px solid #e6e6e6;box-shadow:0 4px 6px #00000014;z-index:100}.dashboard .body .main .licenses .licenses-list .license:active{transform:scaleX(.97) scaleY(.95)}.dashboard .body .main .licenses .licenses-list .license .general{display:flex;flex-direction:column;justify-content:center;margin:auto 15px;flex-grow:1}.dashboard .body .main .licenses .licenses-list .license .general .customer{font-size:18px;font-weight:700}.dashboard .body .main .licenses .licenses-list .license .general .product{color:#7f7f7f}.dashboard .body .main .licenses .licenses-list .license .metrics{display:flex;justify-content:center;align-items:flex-end;margin:auto 15px;font-size:18px}.dashboard .body .main .licenses .licenses-list .license .metrics .elt{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:980px){.dashboard .body .main .licenses .licenses-list .license .metrics .elt{width:160px}}.dashboard .body .main .licenses .licenses-list .license .metrics .archive{display:flex;justify-content:center;align-items:center}.dashboard .body .main .licenses .licenses-list .license .metrics .expiration{padding-left:15px}.dashboard .body .main .licenses .licenses-list .license .metrics .expiration .expiration-date .expired{font-size:14px}.dashboard .body .main .licenses .licenses-list .license .metrics .mailboxes{border-right:1px solid #e6e6e6;padding:0 7px}.dashboard .body .main .licenses .licenses-list .license .metrics .mailboxes .mailboxes-usage i.fal,.dashboard .body .main .licenses .licenses-list .license .metrics .mailboxes .mailboxes-usage i.far,.dashboard .body .main .licenses .licenses-list .license .metrics .mailboxes .mailboxes-factured i.fal,.dashboard .body .main .licenses .licenses-list .license .metrics .mailboxes .mailboxes-factured i.far{padding-left:5px;text-align:center}.dashboard .body .main .licenses .licenses-list .license .metrics .mailboxes .mailboxes-factured{font-size:12px;color:#7f7f7f}.dashboard .body .main .licenses .licenses-list .license .metrics .expiration-state{width:100%;display:flex;justify-content:center}.dashboard .body .main .licenses .licenses-list .license .metrics .archive{margin-left:5px;border-radius:4px;padding:1px 8px;background-color:#ff8a8a;color:#d61f29}.dashboard .body .main .licenses .licenses-list .license .metrics .state-square{font-size:.75em;padding:1px 8px;width:100%;border-radius:4px;background-color:#99caff;color:#346ebf;text-align:center}.dashboard .body .main .licenses .licenses-list .license .metrics .state-square.active{background-color:#dbebdd;color:#4aad57}.dashboard .body .main .licenses .licenses-list .license .metrics .state-square.expired{background-color:#ff8a8a;color:#d61f29}.dashboard .body .main .licenses .licenses-list .license .metrics .state-square.unknown{background-color:#838383;color:#fff}.dashboard .body .main .licenses .licenses-list .license.see-all{display:flex;justify-content:center;align-items:center;height:40px}.dashboard .body .main .licenses .licenses-list .license.see-all span{color:#7e7e7e;font-weight:700}.dashboard .body .main .licenses .licenses-list .license.see-all:hover span{color:#f20089}.dashboard .body .main .licenses-empty{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:140px;background-color:#fff;border-radius:4px;transition:all .2s ease;box-shadow:0 4px 6px #00000014;padding:24px 0}.dashboard .body .main .licenses-empty.loading{animation:loadingShadows 1s ease-in-out infinite alternate}.dashboard .body .main .licenses-empty>div{margin:8px 0}.dashboard .body .main .licenses-empty .licenses-empty-img img{height:160px}.dashboard .body .main .licenses-empty .licenses-empty-text{display:flex;flex-direction:column;text-align:center}.dashboard .body .main .licenses-empty .licenses-empty-text .title{font-weight:700}@media screen and (min-width:768px){.dashboard .body .main .licenses-empty .licenses-empty-text{flex-grow:1}}@media screen and (max-width:768px){.dashboard .body .main .licenses-empty .licenses-empty-text{padding:0 20px}}@media screen and (min-width:980px){.dashboard .body .main{margin:0 auto;align-items:center}}@media screen and (max-width:1200px){.dashboard .body .main .charts>.charts-body>.chart{padding:12px}.dashboard .body .main .licenses>.licenses-list>.license .general,.dashboard .body .main .licenses>.licenses-list>.license .metrics{margin:0}.dashboard .body .main .licenses>.licenses-list>.license .general{padding:3px 15px}.dashboard .body .main .licenses>.licenses-list>.license .metrics .mailboxes,.dashboard .body .main .licenses>.licenses-list>.license .metrics .expiration{padding:0 5px;text-align:center}}@media screen and (min-width:1500px){.dashboard .body .main .charts>.charts-body>.chart{padding:12px 20px}}.dashboard .body .content-sidebar{height:100%;width:360px;padding-top:20px;margin:0 auto}.dashboard .body .content-sidebar .news{display:flex;justify-content:center;flex-direction:column;width:100%}.dashboard .body .content-sidebar .news .list{width:100%;margin:10px auto;border-radius:4px}.dashboard .body .content-sidebar .news .list .list-header{display:flex;justify-content:center;align-items:center}.dashboard .body .content-sidebar .news .list .list-header .meta{display:flex;flex-direction:column;flex-grow:1;margin-right:7px}.dashboard .body .content-sidebar .news .list .list-header .meta .title{font-size:20px;font-weight:700}.dashboard .body .content-sidebar .news .list .list-header .meta .subtext{line-height:4px;color:#7f7f7f}.dashboard .body .content-sidebar .news .list .list-header img{max-height:75px}.dashboard .body .content-sidebar .news .list.articles>.list-content>.list-elt>.rectangle{width:4px;height:100%;margin-right:10px;background-color:#69a2f4}.dashboard .body .content-sidebar .news .list.events>.list-content>.list-elt>.rectangle{width:4px;height:100%;margin-right:10px;background-color:#f8ac96}.dashboard .body .content-sidebar .news .list .list-content{display:flex;flex-direction:column;margin-top:7px}.dashboard .body .content-sidebar .news .list .list-content .list-elt{display:flex;transition:all .1s ease;font-size:14px;margin:7px 0;border-bottom:1px solid #e6e6e6!important;text-decoration:none;color:#fff}.dashboard .body .content-sidebar .news .list .list-content .list-elt .text{display:flex;flex-direction:column;max-width:95%}.dashboard .body .content-sidebar .news .list .list-content .list-elt .text .title{font-weight:700;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard .body .content-sidebar .news .list .list-content .list-elt .text .sub{color:#7e7e7e}.dashboard .body .content-sidebar .news .list .list-content .list-elt:hover{cursor:pointer}.dashboard .body .content-sidebar .news .list .list-content .list-elt:hover.blue{color:#69a2f4}.dashboard .body .content-sidebar .news .list .list-content .list-elt:hover.pale{color:#f8ac96}@media screen and (max-width:980px){.dashboard .body .content-sidebar .news .list{width:90%}}@media screen and (min-width:1401px){.dashboard .body .content-sidebar .news .list:last-child{margin-top:25px}}@media screen and (min-width:1440px){.dashboard .body .content{flex-grow:1;height:auto}.dashboard .body .content.column{flex-direction:column}.dashboard .body .content.column .main{width:95%;max-width:100%;align-items:center;justify-content:center}.dashboard .body .content.column .main .charts .charts-body{justify-content:center}.dashboard .body .content.column .content-sidebar{max-width:100%;width:95%}.dashboard .body .content.column .content-sidebar .news{flex-direction:row}.dashboard .body .content.column .content-sidebar .news .list{width:50%;justify-content:flex-start;padding:0 45px}.dashboard .body .sidebar{max-width:30%}}@media screen and (max-width:1440px)and (min-width:1281px){.dashboard .body .main{height:auto}.dashboard .body .content-sidebar{width:320px;height:auto}.dashboard .body .content{flex-grow:1;height:auto}.dashboard .body .content.column{flex-direction:column}.dashboard .body .content.column .main{width:95%;max-width:100%;align-items:center;justify-content:center}.dashboard .body .content.column .main .charts .charts-body{justify-content:center}.dashboard .body .content.column .content-sidebar{width:95%;max-width:100%}.dashboard .body .content.column .content-sidebar .news{flex-direction:row}.dashboard .body .content.column .content-sidebar .news .list{width:50%;justify-content:flex-start;padding:0 45px}}@media screen and (min-width:980px){.dashboard .body{margin-left:60px}.dashboard .body.expanded{margin-left:240px}}@media screen and (max-width:980px){.dashboard .body{margin-top:88px}}@media screen and (max-width:900px){.dashboard .body .main{max-width:100%}.dashboard .body .academy-reviews{flex-direction:column}.dashboard .body .content-sidebar{width:95%}}@media screen and (min-width:800px){.dashboard .body .main .licenses,.dashboard .body .main .charts,.dashboard .body .main .charts-body{width:100%}.dashboard .body .main .licenses .chart,.dashboard .body .main .charts .chart,.dashboard .body .main .charts-body .chart{max-width:33%}.dashboard .body .sidebar{max-width:40%}}.dashboard .popin{position:absolute;box-shadow:0 4px 6px #0003}.dashboard .popin.academy{display:flex;flex-direction:column;padding:8px 12px;background-color:#fff;border-radius:4px;border:1px solid #e6e6e6;top:55px}.dashboard .popin.academy .academy-reviews{display:flex;flex-direction:column}.dashboard .popin.academy .academy-reviews .elt{display:flex;justify-content:space-between;height:33%}.dashboard .popin.academy .academy-reviews .elt img{max-height:85px}.dashboard .bold{font-weight:700}.dashboard .hover-transparent:hover{cursor:pointer;background-color:#0000000a}.dashboard .hover-transparent:hover .academy-link{color:var(--text-link)}.dashboard .hover-transparent:active{box-shadow:inset 0 1px 3px #0003}.dashboard .separator{width:375px;border-top:2px solid #e6e6e6;margin:50px auto}@media screen and (max-width:980px){.dashboard{flex-direction:column}.dashboard .sidebar{width:100%;height:100px;overflow-y:hidden}.dashboard .sidebar .logo{margin-top:30px!important}.dashboard .body{width:100%;min-height:auto}.dashboard .body .topbar{justify-content:space-between}.dashboard .body .topbar .elt{width:auto;flex-grow:1}.dashboard .body .topbar .elt.academy .academy-reviews{flex-direction:row;flex-grow:1;justify-content:center}.dashboard .body .main{width:100%;padding-top:0!important}.dashboard .body .main .charts{margin-top:20px}.dashboard .body .main .charts .charts-body{justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}.dashboard .body .main .charts .charts-body .chart{width:80%;height:120px;padding:8px 20px;margin:8px 0;flex-grow:0}.dashboard .body .main .charts .charts-body .chart .chart-number{max-width:90px}.dashboard .body .main .licenses{width:100%}.dashboard .body .main .licenses .licenses-header>div{width:50%}.dashboard .body .main .licenses .licenses-header .title{font-size:16px!important}.dashboard .body .main .licenses .licenses-header .subtext{line-height:16px!important}.dashboard .body .main .licenses .license{height:auto!important;flex-wrap:wrap;border-bottom:1px solid linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important}.dashboard .body .main .licenses .license .general{width:100%;padding:7px 0 12px;border-bottom:1px solid #e6e6e6}.dashboard .body .main .licenses .license .metrics{flex-grow:1;font-size:inherit;align-items:center!important}.dashboard .body .main .licenses .license .metrics .expiration{font-size:16px;margin:2px 0}.dashboard .body .content .content-sidebar{height:auto}}.loading{animation:loadingShadows 1s ease-in-out infinite alternate}*{box-sizing:border-box}*:before{box-sizing:border-box}*:after{box-sizing:border-box}body{background-color:var(--background-primary);color:var(--text-primary);font-family:proxima-nova,Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;font-size:.95rem;line-height:1.625;overflow-x:hidden;margin:0!important;padding:0!important;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}img{border:0;height:auto;max-width:100%}.flex-grid{display:block}@media only screen and (min-width:980px){.flex-grid{display:flex;margin:10px 0}.flex-grid .flex-va-middle{align-items:center}}.flex-grid .col{margin:20px}@media only screen and (min-width:980px){.flex-grid .col{flex:1;justify-content:space-between}.flex-grid .col:first-child{margin:20px 20px 20px 0}.flex-grid .col:last-child{margin:20px 0 20px 20px}.flex-grid .col:only-child{margin:10px 0}}@media screen and (max-width:768px){.flex-grid .col{margin:20px 0}}.flex-grid .col .col{margin:20px}.flex-grid .col.col-order-last{order:1}@media only screen and (min-width:980px){.flex-grid .col.col-1-1{flex-basis:100%;max-width:100%}.flex-grid .col.col-1-2{flex-basis:50%;max-width:50%}.flex-grid .col.col-1-3{flex-basis:33.33%;max-width:33.33%}.flex-grid .col.col-2-3{flex-basis:66.66%;max-width:66.66%}.flex-grid .col.col-1-4{flex-basis:25%;max-width:25%}.flex-grid .col.col-3-4{flex-basis:75%;max-width:75%}.flex-grid .col.col-1-5{flex-basis:20%;max-width:20%}.flex-grid .col.col-2-5{flex-basis:40%;max-width:40%}.flex-grid .col.col-3-5{flex-basis:60%;max-width:60%}.flex-grid .col.col-4-5{flex-basis:80%;max-width:80%}.flex-grid .col.col-1-6{flex-basis:16.66%;max-width:16.66%}.flex-grid .col.col-2-6{flex-basis:33.32%;max-width:33.32%}.flex-grid .col.col-3-6{flex-basis:50%;max-width:50%}.flex-grid .col.col-4-6{flex-basis:66.64%;max-width:66.64%}.flex-grid .col.col-5-6{flex-basis:83.3%;max-width:83.3%}}.vs-page-header{animation-duration:.4s;animation-name:menuEltShow;animation-direction:normal}.vs-page-header .vs-page-title{font-size:1.5rem;font-weight:700}.vs-title{font-size:1.125rem;margin-bottom:20px}.vs-radio-btn-container{display:flex;flex-direction:row;justify-content:center;width:100%}.vs-radio-btn-container .vs-radio-btn{display:flex;justify-content:center;align-items:center;height:45px;border:2px solid #e6e6e6;transition:all .2s ease;cursor:pointer}.vs-radio-btn-container .vs-radio-btn:first-child{border-right:2px solid transparent}.vs-radio-btn-container .vs-radio-btn:last-child{border-left:2px solid transparent}.vs-radio-btn-container .vs-radio-btn:hover{border:2px solid #25D033;background-color:#5fe36a;color:#fff}.vs-radio-btn-container .vs-radio-btn.active{background:#fff;color:#25d033;border:2px solid #25D033}.vs-radio-btn-container .vs-radio-btn label{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:7px;cursor:pointer}.vs-radio-btn-container .vs-radio-btn input{display:none}@media screen and (max-width:768px){.vs-radio-btn-container{flex-wrap:wrap;justify-content:flex-start}.vs-radio-btn-container .vs-radio-btn{margin:3px 0;border:2px solid #e6e6e6;width:90%}.vs-radio-btn-container .vs-radio-btn:first-child{border-right:2px solid #e6e6e6}.vs-radio-btn-container .vs-radio-btn:last-child{border-left:2px solid #e6e6e6}.vs-radio-btn-container .vs-radio-btn:hover{border:2px solid #25D033;background-color:#5fe36a;color:#fff}.vs-radio-btn-container .vs-radio-btn.active{background:#fff;color:#25d033;border:2px solid #25D033}}.vs-radio-container{display:flex}.vs-radio-container .vs-radio input[type=radio]{display:none}.vs-radio-container .vs-radio:first-child .vs-radio-label{border-top-left-radius:4px;border-bottom-left-radius:4px}.vs-radio-container .vs-radio:last-child .vs-radio-label{border-top-right-radius:4px;border-bottom-right-radius:4px}.vs-radio-container .vs-radio-label{display:inline-block;border:1px solid #e6e6e6;padding:6px}.vs-radio-container .vs-radio-label:hover{background-color:#f3f3f3}.vs-radio-container .vs-radio-label.active{background-color:#25d033b3;border-color:#25d033;color:#fff}.vs-center{margin:auto}.vs-align-center{text-align:center}.vs-align-left{text-align:left}.vs-align-right{text-align:right}.vs-marg-t-0{margin-top:0!important}.vs-marg-t-6{margin-top:6px!important}.vs-marg-t-15{margin-top:15px!important}.vs-marg-t-20{margin-top:20px!important}.vs-marg-t-25{margin-top:25px!important}.vs-marg-t-45{margin-top:45px!important}.vs-marg-t-60{margin-top:60px!important}.vs-marg-b-0{margin-bottom:0!important}.vs-marg-b-5{margin-bottom:5px!important}.vs-marg-b-10{margin-bottom:10px!important}.vs-marg-b-20{margin-bottom:20px!important}.vs-marg-b-38{margin-bottom:38px!important}.vs-marg-l-5{margin-left:5px!important}.vs-marg-l-10{margin-left:10px!important}.vs-marg-l-20{margin-left:20px!important}.vs-marg-r-10{margin-right:10px!important}.vs-marg-r-15{margin-right:15px!important}.vs-marg-r-25{margin-right:25px!important}.vs-marg-r-5{margin-right:5px!important}.vs-marg-r-50{margin-right:50px!important}.vs-padd-b-20{padding-bottom:20px}.vs-padd-r-52{padding-right:52px}.vs-long-name{text-overflow:ellipsis}.vs-flex-end{display:flex;justify-content:flex-end}.vs-flex-start{display:flex;justify-content:flex-start}.vs-flex-center{display:flex;justify-content:center;align-items:center}.vs-flex-align-center{display:flex;align-items:center}.vs-flex-align-start{display:flex;align-items:flex-start}.vs-label-checkbox{cursor:pointer}.vs-width-20{width:20%}.vs-width-25{width:25%}.vs-width-55{width:55%}.vs-page-content{display:flex;flex-direction:column;width:100%;animation-name:menuEltShow;animation-duration:.2s;transition:all .2s ease}@media screen and (min-width:1200px){.vs-page-content{flex-direction:row}}.vs-main-content{padding:120px 10px 20px;max-width:1800px;margin:auto;width:100%;z-index:100;position:relative}.vs-main-content.vs-main-auto-width{width:auto}@media screen and (min-width:1200px){.vs-main-content{padding:20px 50px}}@media screen and (max-width:768px){.vs-main-content{padding:20px}}.vs-side-content{background:#fff;border-top:1px solid #e6e6e6;padding:70px 30px 50px}@media screen and (min-width:1200px){.vs-side-content{width:100%;max-width:340px;min-height:100vh;border-top:none;border-left:1px solid #e6e6e6;position:absolute;right:0;top:0}}.header{position:fixed;display:flex;flex-direction:column;padding:0 10px;background-color:#f20089;background-size:cover;background-position:50%;top:0;animation-name:menuEltShow;animation-duration:.2s;transition:all .2s ease;width:100%;z-index:899}@media screen and (min-width:1200px){.header{position:relative;padding:0 34px;align-items:center}.header .vs-menu-burger{display:none}}.header .mobile-menu-btn{background:none;border:none;cursor:pointer;display:block;padding:0;height:48px;position:absolute;right:10px;top:22px;text-align:center;width:48px;z-index:9999}@media screen and (min-width:1200px){.header .mobile-menu-btn{display:none}}.header .mobile-menu-btn .bars-holder{display:inline-block;height:20px;position:relative;width:22px}.header .mobile-menu-btn .bars-holder .bar{background:#fff;display:inline-block;height:2px;left:0;position:absolute;width:100%;transition:transform .25s ease}.header .mobile-menu-btn .bars-holder .bar1{top:2px;transform-origin:left top}.header .mobile-menu-btn .bars-holder .bar2{top:10px}.header .mobile-menu-btn .bars-holder .bar3{top:18px;bottom:0;transform-origin:left bottom}.header.vs-header-responsive .mobile-menu-btn .bar.bar1{transform:translate(5px,1px) rotate(45deg)}.header.vs-header-responsive .mobile-menu-btn .bar.bar2{display:none}.header.vs-header-responsive .mobile-menu-btn .bar.bar3{transform:translate(5px) rotate(-45deg)}.header .header-color-overlay{background-color:#1a1818cc;display:block;position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1}.header .header-row-1{display:block;min-height:68px;border-bottom:1px solid rgba(255,255,255,.1)}@media screen and (min-width:1200px){.header .header-row-1{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:84px;width:100%}}@media screen and (max-width:1200px){.header .header-row-1 .vs-logo-block{width:100%;justify-content:center}}@media screen and (min-width:1200px){.header .header-row-1 .vs-logo-block{margin-bottom:15px}}.header .header-row-1 .vs-logo-block .vs-logo{cursor:pointer;margin:22px 0 0 10px}.header .header-row-1 .vs-tools-bar{display:flex;align-items:center;justify-content:center;color:#fff;padding-bottom:15px;position:relative;border-top:1px solid rgba(255,255,255,.2);padding-top:15px}@media screen and (min-width:1200px){.header .header-row-1 .vs-tools-bar{padding-bottom:0;padding-top:0;border-top:none}}@media screen and (max-width:1200px){.header .header-row-1 .vs-tools-bar{animation-name:menuEltShow;animation-duration:.2s}}.header .header-row-1 .vs-tools-bar.vs-header-responsive-hide{display:none}@media screen and (min-width:1200px){.header .header-row-1 .vs-tools-bar.vs-header-responsive-hide{display:flex}}.header .header-row-1 .vs-tools-bar .vs-tool{cursor:pointer;display:flex;align-items:center;height:100%;padding:0 6px;margin:0 10px;height:30px}@media screen and (min-width:1200px){.header .header-row-1 .vs-tools-bar .vs-tool{position:relative}}.header .header-row-1 .vs-tools-bar .vs-tool:last-child{margin-right:0}.header .header-row-1 .vs-tools-bar .vs-tool.vs-profile{font-size:.875rem}.header .header-row-1 .vs-tools-bar .vs-tool.vs-profile .vs-tool-user{display:inline-block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header .header-row-1 .vs-tools-bar .vs-tool.vs-profile .vs-tool-user-greeting{display:none}@media screen and (min-width:980px){.header .header-row-1 .vs-tools-bar .vs-tool.vs-profile .vs-tool-user-greeting{display:inline-block;margin-right:5px}}.header .header-row-1 .vs-tools-bar .vs-tool.vs-complete-registration{display:flex;align-items:center;height:100%;padding:4px;color:#fff;animation:shake 8s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);backface-visibility:hidden;perspective:1000px;animation-iteration-count:infinite;animation-delay:3s}.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-link{display:flex;justify-content:center;align-items:center;color:#fff;border-bottom:2px solid transparent;padding:3px 6px;transition:all .2s ease;text-decoration:none}.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-link:hover{background-color:#00000014;box-shadow:inset 0 1px 3px #0003;border-bottom:2px solid #F20089;color:var(--text-link)}.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-link .vs-tool-link-name{min-width:57px;text-align:center;color:#fff;font-size:.875rem;margin-left:5px}.header .header-row-1 .vs-tools-bar .vs-tool .vs-badge{width:12px;height:12px;position:absolute;margin-top:-5px;margin-left:-8px;background-color:#fff;border-radius:4px;color:#d61f29;text-align:center;font-size:10px}.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-dropdown{background-color:#fff;border-radius:4px;box-shadow:0 4px 6px #0003;border:1px solid #e6e6e6;color:#fff;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:180px;max-width:480px;padding:0;z-index:9000;top:42px;right:0;margin:auto}@media screen and (min-width:1200px){.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-dropdown{left:auto;top:49px}}@media screen and (max-width:768px){.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-dropdown{width:100%;overflow-y:auto}}.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-dropdown .vs-tool-dropdown-item{font-size:.875rem;display:block;padding:8px 16px;width:100%}.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-dropdown.vs-alerts-popin.vs-tool-dropdown{min-width:100px}@media screen and (min-width:1200px){.header .header-row-1 .vs-tools-bar .vs-tool .vs-tool-dropdown.vs-alerts-popin.vs-tool-dropdown{min-width:400px;right:-150px}}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert{display:flex;justify-content:space-between;width:100%;padding:7px 5px;font-size:14px;font-weight:300;transition:all .2s ease}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert:not(:last-child){border-bottom:.5px solid #F3F3F3}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert.vs-alert-security{background-color:#d61f29;color:#fff}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert:hover{cursor:pointer;background-color:#e6e6e6;color:#fff}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert .vs-alert-header{display:flex;flex-direction:row;justify-content:space-between}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert .vs-alert-header .vs-alert-title{font-weight:700;position:relative;padding-bottom:5px;margin-bottom:5px}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert .vs-alert-header .vs-alert-title:before{position:absolute;left:0;bottom:0;display:block;width:3ch;height:.2em;content:"";background-color:var(--text-link)}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert .vs-alert-header .vs-alert-time,.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-alert .vs-alert-content{font-weight:200}.header .header-row-1 .vs-tools-bar .vs-alerts-popin .vs-btn{margin-top:10px}.header .header-row-1 .vs-tools-bar .vs-profile-popin .vs-profile-popin-btn{color:#fff;padding:7px;font-size:14px;font-weight:300}.header .header-row-1 .vs-tools-bar .vs-profile-popin .vs-profile-popin-btn:last-child{border-top:1px solid #e6e6e6}.header .header-row-1 .vs-tools-bar .vs-profile-popin .vs-profile-popin-btn:hover{cursor:pointer;color:#ba0000;background-color:#f3f3f3}.header .header-row-1 .vs-tools-bar .vs-profile-popin .vs-profile-popin-btn a{color:inherit;text-decoration:none}@media screen and (max-width:980px){.header.vs-header-responsive .header-row-1{min-height:126px}}.header .header-row-2{display:none;padding:0}@media screen and (min-width:1200px){.header .header-row-2{padding:8px 0 0;display:block;width:100%}}.header .header-row-2 .vs-menu{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;color:#fff;justify-content:center}@media screen and (min-width:1200px){.header .header-row-2 .vs-menu{flex-direction:row;padding-bottom:0;margin-top:15px}}@media screen and (max-width:1200px){.header .header-row-2 .vs-menu{animation-name:menuEltShow;animation-duration:.2s}}.header .header-row-2 .vs-menu .vs-menu-elt{cursor:pointer;display:flex;align-items:center;height:100%;padding:10px 4px 20px;font-size:.875rem;margin:0 12px;text-decoration:none;color:inherit}@media screen and (min-width:1200px){.header .header-row-2 .vs-menu .vs-menu-elt{border-bottom:4px solid transparent;transition:border-bottom .2s ease}.header .header-row-2 .vs-menu .vs-menu-elt:not(.disabled):hover{border-bottom:4px solid rgba(212,32,42,.7)}.header .header-row-2 .vs-menu .vs-menu-elt.disabled:hover{cursor:default}.header .header-row-2 .vs-menu .vs-menu-elt.disabled:hover .vs-menu-soon{color:#d61f29}.header .header-row-2 .vs-menu .vs-menu-elt.active,.header .header-row-2 .vs-menu .vs-menu-elt.active:hover{border-bottom:4px solid rgb(212,32,42)}}@media screen and (min-width:1500px){.header .header-row-2 .vs-menu .vs-menu-elt{padding:10px 15px 20px}}.header .header-row-2 .vs-menu .vs-menu-elt .icon{margin-right:10px}@media screen and (min-width:1200px)and (max-width:1360px){.header .header-row-2 .vs-menu .vs-menu-elt .icon{display:none}}.header .header-row-2 .vs-menu .vs-menu-elt .vs-menu-soon-parent{position:relative}.header .header-row-2 .vs-menu .vs-menu-elt .vs-menu-soon-parent .vs-menu-soon{font-size:.8em;position:absolute;bottom:-10px;right:-10px;transition:all .2s ease}.header .header-row-2 .vs-menu-elt-show{opacity:1!important}.header.vs-header-responsive .header-row-2{display:block}.vs-page-footer{display:flex;justify-content:center;margin-top:50px;margin-bottom:15px}.vs-page-footer>a{color:var(--text-link);opacity:.2;margin:2px;transition:all .2s ease}.vs-page-footer>a:hover{opacity:1}.vs-page-footer>a .icon{font-size:24px}.vs-none{display:none}.vs-content .vs-body .vs-topbar{width:100%;flex-grow:1;display:flex;flex-direction:row;animation-name:menuEltShow;animation-duration:.2s}@media screen and (max-width:768px){.vs-content .vs-body .vs-topbar{flex-wrap:wrap}}.vs-content .vs-body .vs-topbar .vs-ariane-block{display:flex;flex-direction:column;margin:25px 0 0;padding:0 20px}@media screen and (max-width:768px){.vs-content .vs-body .vs-topbar .vs-ariane-block{margin:50px 0 0}}.vs-content .vs-body .vs-topbar .vs-ariane-block .vs-ariane-title{font-size:24px;font-style:italic;font-weight:700}.vs-content .vs-body .vs-topbar .vs-ariane-block .vs-ariane{margin-left:15px}.vs-content .vs-body .vs-topbar .vs-ariane-block .vs-ariane .vs-ariane-link{color:var(--text-link)}.vs-content .vs-body .vs-topbar .vs-ariane-block .vs-ariane .vs-ariane-link:hover{text-decoration:underline;cursor:pointer}.vs-content .vs-body .vs-topbar .vs-download-menu-title{width:100%;color:#d61f29;font-size:20px;font-weight:300;text-align:center;flex-grow:1}.vs-content .vs-body .vs-topbar .vs-download-cat{width:85px;padding:5px 7px;background-color:#d0d0d0;border:1px solid rgb(207.5,207.5,207.5);color:#fff;border-radius:4px;text-align:center;transition:all .2s ease}.vs-content .vs-body .vs-topbar .vs-download-cat:not(:last-child){margin-right:10px}.vs-content .vs-body .vs-topbar .vs-download-cat:hover{cursor:pointer;background-color:#d61f29;border-color:#d61f29}.vs-content .vs-body .vs-topbar .vs-download-cat.active{background-color:#d61f29;border-color:#d61f29}.vs-content .vs-body .vs-topbar .vs-stats-content{display:flex;flex-direction:row;margin:25px 0 0;text-align:center;padding:0 20px}@media screen and (max-width:768px){.vs-content .vs-body .vs-topbar .vs-stats-content{flex-grow:1;width:100%}}.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block{display:flex;flex-direction:column;background-color:#d61f29;color:#fff;box-shadow:1px 2px 2px #0003}.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block:not(:last-child){margin-right:10px}.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block.green{background-color:#25d033}.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block .vs-stats-title{color:#fff;font-weight:500;padding:5px 10px}.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block .vs-stats-numbers{padding:5px 10px;background-color:#fff;color:#d61f29}@media screen and (max-width:768px){.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block .vs-stats-numbers{flex-grow:1}}.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block .vs-stats-numbers.green{color:#25d033}.vs-content .vs-body .vs-topbar .vs-stats-content .vs-stats-block .vs-stats-numbers .vs-stats-legend{color:#fff;font-size:8px}.vs-content .vs-body .vs-topbar.vs-topbar-news{justify-content:center;padding-top:25px}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block{display:flex;flex-direction:column;background-color:#fff;border-radius:4px;box-shadow:1px 2px 2px #0003;transition:all .2s ease}@media screen and (max-width:768px){.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block{width:95%}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block:not(:last-child){margin-bottom:15px}}@media screen and (min-width:768px){.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block{width:450px}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block:not(:last-child){margin-right:20px}}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block:hover{cursor:pointer}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block:active{transform:scale(.9)}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block.vs-news-products{background-color:#69a2f4;color:#fff;transition:all .2s ease}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block.vs-news-products:hover{background-color:#5193f2}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block.vs-news-security{background-color:#d61f29;color:#fff}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block.vs-news-security:hover{background-color:#c01c25}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block.vs-news-seen{background-color:#e6e6e6;color:#838383;box-shadow:none}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block.vs-news-seen .vs-news .vs-news-title{color:#838383}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block.vs-news-seen:hover{background-color:#dadada}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block .vs-news-header{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;padding:5px 10px}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block .vs-news-header .vs-news-block-title{display:inline-block;font-size:14px;font-style:italic;padding:5px}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block .vs-news-header .vs-news-meta{font-weight:300;font-size:.7em}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block .vs-news{width:100%}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block .vs-news .vs-news-title{display:inline-block;width:100%;text-align:center;color:#fff;font-weight:300;font-size:1.1em;margin-bottom:5px}.vs-content .vs-body .vs-topbar.vs-topbar-news .vs-news-block .vs-news .vs-news-content{background-color:#fff;color:#fff;padding:10px;font-size:.9em;font-weight:300}.vs-content .vs-body .vs-menubar{display:flex;align-items:center;width:100%;font-size:1.4em;animation-name:menuEltShow;animation-duration:.2s}@media screen and (min-width:768px){.vs-content .vs-body .vs-menubar{margin:45px 0 0 45px}}@media screen and (max-width:768px){.vs-content .vs-body .vs-menubar{flex-wrap:wrap;justify-content:center;padding-top:25px}}.vs-content .vs-body .vs-menubar .vs-menubar-title{background:#fff;padding:10px;border-top-left-radius:4px;border-bottom-left-radius:4px}.vs-content .vs-body .vs-menubar .vs-menubar-sub{font-weight:600}.vs-content .vs-body .vs-card-content{margin:15px 0 7px}.vs-content .vs-body .vs-card-content.vs-card-content-row{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap}@media screen and (min-width:768px){.vs-content .vs-body .vs-card-content-rev-margin{margin-top:-85px}}.vs-content .vs-body .vs-card-content~.vs-card{margin:30px 7px}.vs-content .vs-body .vs-card-transparent~.vs-card-title{text-align:center;font-size:24px}.vs-content .vs-body .vs-card{background-color:#fff;border-radius:4px;border:1px solid rgb(230.25,230.25,230.25);padding:10px;margin:15px 7px 10px 0;box-shadow:1px 2px 2px #0003}@media screen and (max-width:768px){.vs-content .vs-body .vs-card{max-width:100%;width:95%}}.vs-content .vs-body .vs-card.vs-card-green{background-color:#25d033;border:none;color:#fff}.vs-content .vs-body .vs-card.vs-card-green .vs-card-title,.vs-content .vs-body .vs-card.vs-card-green i{color:#fff}.vs-content .vs-body .vs-card.vs-card-red{background-color:#d61f29;border:none;color:#fff}.vs-content .vs-body .vs-card.vs-card-red .vs-card-title,.vs-content .vs-body .vs-card.vs-card-red i{color:#fff}@media screen and (min-width:768px){.vs-content .vs-body .vs-card.vs-card-editing,.vs-content .vs-body .vs-card.vs-card-res{width:460px}.vs-content .vs-body .vs-card.vs-card-editing .vs-input,.vs-content .vs-body .vs-card.vs-card-editing .vs-textarea,.vs-content .vs-body .vs-card.vs-card-res .vs-input,.vs-content .vs-body .vs-card.vs-card-res .vs-textarea{width:275px}.vs-content .vs-body .vs-card.vs-card-editing .vs-select,.vs-content .vs-body .vs-card.vs-card-res .vs-select{width:290px}.vs-content .vs-body .vs-card.vs-card-editing .vs-input:focus,.vs-content .vs-body .vs-card.vs-card-editing .vs-select:focus,.vs-content .vs-body .vs-card.vs-card-editing .vs-textarea:focus,.vs-content .vs-body .vs-card.vs-card-res .vs-input:focus,.vs-content .vs-body .vs-card.vs-card-res .vs-select:focus,.vs-content .vs-body .vs-card.vs-card-res .vs-textarea:focus{border-color:var(--border-violet-to-magenta)}.vs-content .vs-body .vs-card.vs-card-editing.vs-card-rev-margin{margin-top:-30px}.vs-content .vs-body .vs-card.vs-card-editing.vs-card-transparent{margin-top:15px}}.vs-content .vs-body .vs-card.vs-card-editing .vs-input,.vs-content .vs-body .vs-card.vs-card-editing .vs-textarea,.vs-content .vs-body .vs-card.vs-card-res .vs-input,.vs-content .vs-body .vs-card.vs-card-res .vs-textarea{padding:5px;border:1px solid rgb(230.25,230.25,230.25)}.vs-content .vs-body .vs-card.vs-card-editing .vs-form-label-fix-width,.vs-content .vs-body .vs-card.vs-card-res .vs-form-label-fix-width{width:110px}.vs-content .vs-body .vs-card.vs-card-editing .vs-radio,.vs-content .vs-body .vs-card.vs-card-res .vs-radio{width:auto}.vs-content .vs-body .vs-card.vs-none{display:none}.vs-content .vs-body .vs-card.vs-grow{flex-grow:1}.vs-content .vs-body .vs-card.vs-card-twitter{padding-top:0}.vs-content .vs-body .vs-card.vs-card-transparent{background-color:transparent;box-shadow:none;border:none}.vs-content .vs-body .vs-card.vs-card-transparent .vs-card-title{border-bottom:1px solid rgb(230.25,230.25,230.25)}.vs-content .vs-body .vs-card.vs-card-bordered{border:1px solid rgb(230.25,230.25,230.25)}.vs-content .vs-body .vs-card.vs-card-borderless{padding:0}.vs-content .vs-body .vs-card.vs-card-borderless .vs-card-title{padding:10px}.vs-content .vs-body .vs-card.vs-card-borderless .vs-card-inside{margin-top:0}.vs-content .vs-body .vs-card .vs-card-inside{font-size:14px;margin-top:10px}.vs-content .vs-body .vs-card .vs-card-inside .vs-form-input{display:flex;align-items:center}.vs-content .vs-body .vs-card .vs-card-inside .vs-form-input input,.vs-content .vs-body .vs-card .vs-card-inside .vs-form-input textarea,.vs-content .vs-body .vs-card .vs-card-inside .vs-form-input select,.vs-content .vs-body .vs-card .vs-card-inside .vs-form-input .vs-flex-between{flex-grow:1}.vs-content .vs-body .vs-card .vs-card-inside .vs-form-input.vs-center{display:flex;justify-content:center}.vs-content .vs-body .vs-card .vs-card-inside .vs-form-input .vs-flex-between{display:flex;justify-content:space-between;flex-wrap:wrap}.vs-content .vs-body .vs-card .vs-card-inside div:not(:last-child){margin-bottom:10px}.vs-content .vs-body .vs-card .vs-card-inside .vs-card-cat-title:not(:first-child){margin-top:20px}.vs-content .vs-body .vs-card .vs-card-inside .vs-card-cat-title{display:inline-block;max-width:460px;margin:auto;padding:3px;font-weight:400}.vs-content .vs-body .vs-card .vs-card-inside .vs-card-ticket{display:flex;flex-direction:column}.vs-content .vs-body .vs-card .vs-card-inside.vs-card-phone-support .vs-contact-phone img{margin-right:10px}.vs-content .vs-body .vs-card .vs-card-inside.vs-card-phone-support .vs-contact-phone .vs-contact-flag{display:inline-block;width:45px}.vs-content .vs-body .vs-card .vs-card-inside.vs-card-phone-support .vs-contact-phone .vs-contact-country{display:inline-block;width:80px}.vs-content .vs-body .vs-card .vs-card-inside.vs-card-phone-support .vs-contact-phone .vs-contact-phone-number{width:100%;margin-top:5px}.vs-content .vs-body .vs-card .vs-card-inside.vs-card-phone-support .vs-contact-phone .vs-contact-phone-number .vs-phone-link{color:#fff}.vs-content .vs-body .vs-card .vs-card-inside.vs-card-phone-support .vs-contact-phone .vs-contact-phone-number .vs-phone-link:hover{color:#d61f29}.vs-content .vs-body .vs-card .vs-card-title{display:block;font-size:18px;border-bottom:1px solid #F3F3F3;padding:5px 0;color:#fff}.vs-content .vs-body .vs-card .vs-card-title.vs-card-title-link:hover{cursor:pointer;text-decoration:underline}.vs-content .vs-body .vs-card .vs-card-title.vs-card-title-flex{display:flex;justify-content:space-between}.vs-content .vs-body .vs-card .vs-card-title i{margin-right:5px}.vs-content .vs-body .vs-card .vs-card-title .vs-protected{color:#25d033}.vs-content .vs-body .vs-card .vs-card-title .vs-unprotected{color:#e67e22}.vs-content .vs-body .vs-card .vs-card-sub-block{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:768px){.vs-content .vs-body .vs-card .vs-card-sub-block{max-width:300px}}.vs-content .vs-body .vs-card .vs-card-sub-block .vs-sub-block-title{text-align:center;padding:7px 25px;font-size:1.1em;font-weight:400;border-bottom:.5px solid rgb(230.25,230.25,230.25)}.vs-content .vs-body .vs-card .vs-card-sub-block ul{font-size:.9em;font-weight:300;list-style-type:none;margin-top:10px;padding-left:0}.vs-content .vs-body .vs-card .vs-card-sub-block ul li{padding:3px 0}.vs-content .vs-body .vs-card .vs-card-sub-block ul li:hover{text-decoration:underline;cursor:pointer}.vs-content .vs-body .vs-card .vs-card-sub-block .vs-sub-block-text,.vs-content .vs-body .vs-card .vs-card-sub-block .vs-sub-block-action{font-weight:300;font-size:.9em;margin-top:10px;text-align:center}.vs-content .vs-body .vs-card .vs-card-sub-block .vs-sub-block-text .vs-sub-block-link,.vs-content .vs-body .vs-card .vs-card-sub-block .vs-sub-block-action .vs-sub-block-link{display:block;padding:7px;background-color:#69a2f4;border-radius:4px;margin-top:5px;color:#fff;text-decoration:none}.vs-content .vs-body .vs-card .vs-card-sub-block .vs-sub-block-text .vs-sub-block-link:hover,.vs-content .vs-body .vs-card .vs-card-sub-block .vs-sub-block-action .vs-sub-block-link:hover{cursor:pointer;background-color:#5193f2}.vs-content .vs-body .vs-card-horizontal{display:flex;flex-direction:column;justify-content:center;align-items:center}.vs-content .vs-body .vs-dl-content{width:100%;padding:35px;display:flex}@media screen and (max-width:768px){.vs-content .vs-body .vs-dl-content{padding:15px 35px 0}}.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-input-search{color:#fff;transition:all .2s ease;box-shadow:0 0 10px #ededed80;font-weight:300;-webkit-appearance:none}.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-input-search:hover{box-shadow:1px 3px 3px #0003}.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-input-search:focus{box-shadow:1px 5px 5px #0003}.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-select{color:#838383;padding:9px;border:none;border-radius:4px;transition:all .2s ease;box-shadow:0 0 10px #ededed80;border-bottom:.5px solid #F3F3F3}@media screen and (max-width:768px){.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-select{margin:20px auto auto}}.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-select:hover{box-shadow:1px 3px 3px #0003}.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-select:focus{box-shadow:1px 5px 5px #0003}.vs-content .vs-body .vs-dl-content .vs-dl-sort,.vs-content .vs-body .vs-dl-content .vs-dl-filter,.vs-content .vs-body .vs-dl-content .vs-dl-btn,.vs-content .vs-body .vs-dl-content .vs-dl-search{margin-top:15px;font-weight:300}.vs-content .vs-body .vs-dl-content .vs-dl-sort .vs-dl-search-title,.vs-content .vs-body .vs-dl-content .vs-dl-filter .vs-dl-search-title,.vs-content .vs-body .vs-dl-content .vs-dl-btn .vs-dl-search-title,.vs-content .vs-body .vs-dl-content .vs-dl-search .vs-dl-search-title{font-size:12px}.vs-widget{background-color:var(--background-secondary);border:1px solid var(--border-primary);padding:30px;box-shadow:0 2px 6px #00000014}.vs-submenu{text-align:center;border-bottom:1px solid #e6e6e6;position:relative;animation-name:menuEltShow;animation-duration:.2s;transition:all .2s ease;z-index:101;margin-top:94px;margin-bottom:-80px}@media screen and (min-width:1200px){.vs-submenu{margin-top:0;margin-bottom:-55px}}.vs-submenu a{color:#3b3434}.vs-submenu .vs-submenu-item{cursor:pointer;display:inline-block;padding:12px 26px;margin:0 5px;border-bottom:2px solid transparent;transition:all .2s ease;text-decoration:none}.vs-submenu .vs-submenu-item.active{border-bottom:2px solid #F20089}.vs-submenu .vs-submenu-item:hover{border-bottom:2px solid rgba(214,31,41,.6)}.vs-submenu .vs-submenu-item .icon{margin-left:10px}.vs-submenu .vs-submenu-item.vs-submenu-customers{position:relative}.vs-submenu .vs-submenu-item.vs-submenu-customers:hover{cursor:inherit;border-bottom-color:transparent}.vs-submenu .vs-submenu-item .vs-submenu-soon{position:absolute;bottom:0;right:10px;font-size:.7em;font-weight:200}.vs-submenu-children{background-color:#fff;display:flex;justify-content:center}@media screen and (min-width:768px){.vs-submenu-children{margin-bottom:20px}}.vs-submenu-children .vs-submenu-children-content{display:flex;justify-content:center;flex-wrap:wrap;background-color:#f3f3f3;border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;box-shadow:0 4px 6px #00000014;padding:10px}.vs-submenu-children .vs-submenu-children-content .vs-submenu-child{margin:0 5px;padding:4px;border-bottom:2px solid transparent}@media screen and (min-width:768px){.vs-submenu-children .vs-submenu-children-content .vs-submenu-child{margin:0 20px}}.vs-submenu-children .vs-submenu-children-content .vs-submenu-child.active{color:#f20089}.vs-submenu-children .vs-submenu-children-content .vs-submenu-child:hover{cursor:pointer;border-color:#f2008980;color:#f20089}.vs-form-error{display:inline-block;background:#f9edee;border:1px solid #edc5ca;padding:6px;width:100%;text-align:center;font-size:16px;color:#d61f29;margin-bottom:10px}.vs-form-input{padding:10px 2px 7px;position:relative}.vs-form-input.vs-form-full input,.vs-form-input.vs-form-full select,.vs-form-input.vs-form-full textarea{width:100%}.vs-form-input.vs-form-input-relative{position:relative}.vs-form-input .vs-radio-input{display:flex;flex-direction:column}.vs-form-input .vs-radio-input .radio{display:flex;flex-direction:row;margin:5px 0}.vs-form-input .vs-radio-input .radio input{width:15px;margin-right:10px}.vs-form-input .vs-radio-input .radio label{cursor:pointer}.vs-form-input .vs-form-dual{width:100%;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;align-items:center}.vs-form-input .vs-form-dual .vs-input,.vs-form-input .vs-form-dual .vs-select{width:50%;margin:0}.vs-form-input .vs-form-dual .vs-input:focus,.vs-form-input .vs-form-dual .vs-select:focus{border-color:var(--border-violet-to-magenta)}.vs-form-input .vs-form-dual .vs-select{height:38px}.vs-form-input input,.vs-form-input select,.vs-form-input textarea{width:150px;outline:none!important;padding:3px 0 3px 3px}.vs-form-input input:focus,.vs-form-input select:focus,.vs-form-input textarea:focus{border-color:var(--border-violet)}.vs-form-input input[type=checkbox]{width:auto}.vs-form-input .vs-noinput{color:#69a2f4}.vs-form-input .vs-input,.vs-form-input .vs-select{background-color:var(--background-input-fade);border:none;border-radius:0;border:1px solid var(--border-secondary);transition:all .2s ease;padding:8px 10px;font-size:.875rem;text-align:left;height:40px;width:100%}.vs-form-input .vs-input:focus,.vs-form-input .vs-select:focus{border-color:var(--border-violet-to-magenta)}.vs-form-input .vs-input.error,.vs-form-input .vs-select.error{box-shadow:0 1px 3px #0003;border-color:#ba0000}.vs-form-input .vs-input.vs-select-medium,.vs-form-input .vs-input.vs-input-medium,.vs-form-input .vs-select.vs-select-medium,.vs-form-input .vs-select.vs-input-medium{width:200px}.vs-form-input .vs-input.vs-select-small,.vs-form-input .vs-input.vs-input-small,.vs-form-input .vs-select.vs-select-small,.vs-form-input .vs-select.vs-input-small{width:100px}.vs-form-input .vs-input-readonly{border-color:#f3f3f3}.vs-form-input .vs-input-readonly:focus{border-color:#f3f3f3}.vs-form-input .vs-select{-webkit-box-shadow:none;box-shadow:none}.vs-form-input.vs-form-input-search{position:relative}.vs-form-input.vs-form-input-search:before{content:"";font-family:FontAwesome;font-size:20px;position:absolute;right:14px;top:14px;height:20px;width:20px}.vs-form-input.vs-form-input-search .vs-input-search{padding-right:40px}.vs-form-input .vs-top-label{z-index:5}.vs-form-input .vs-textarea{font-size:.875rem;border:1px solid #D9D9D9}.vs-form-input .inset{box-shadow:inset 0 1px 2px #00000014}.vs-error{font-size:12px;color:#d61f29}.vs-error.vs-grey{color:#d9d9d9}.vs-error.green{color:#25d033}.vs-error.block{display:block}.vs-radio-label{cursor:pointer}.vs-btn{border:none;display:inline-block;text-decoration:none!important}.vs-btn-filter{padding:5px 10px!important}.vs-multi-btns-container{display:flex}.vs-multi-btns-container .vs-multi-btns{background-color:var(--background-input);display:flex;border:2px solid var(--border-secondary);border-radius:25px}.vs-multi-btns-container .vs-multi-btns .multi-btn{background-color:transparent;padding:8px 12px;color:var(--text-primary)}.vs-multi-btns-container .vs-multi-btns .multi-btn:disabled{cursor:default!important}.vs-multi-btns-container .vs-multi-btns .multi-btn.active{background-color:var(--button-violet);color:var(--text-primary-reverse);border-radius:25px}.vs-multi-btns-container .vs-multi-btns .multi-btn:not(.active):hover{color:var(--button-violet);cursor:pointer}.vs-multi-btns-container .vs-multi-btns .multi-btn:hover,.vs-multi-btns-container .vs-multi-btns .multi-btn.disabled{cursor:default}.vs-multi-btns-container .vs-multi-btns .multi-btn.left{border-right:none}.vs-multi-btns-container .vs-multi-btns .multi-btn.middle,.vs-multi-btns-container .vs-multi-btns .multi-btn.separator-btn{border-right:none;border-left:none}.vs-multi-btns-container .vs-multi-btns .multi-btn.right{border-left:none}.vs-table-container{overflow-x:auto;box-shadow:0 2px 6px #00000014}.vs-table-container .vs-table{width:100%;border:1px solid #e6e6e6}.vs-table-container .vs-table td{border-collapse:collapse;border-bottom:1px solid #e6e6e6;color:#3b3434;font-size:.875rem;padding:12px 20px!important;height:60px}.vs-table-container .vs-table tr:last-child td{border-bottom:none}.vs-table-container .vs-table thead{background-color:#fff;color:#3b3434;cursor:pointer}.vs-table-container .vs-table thead td{background:#fcfcfc;border-bottom:1px solid #e6e6e6!important;font-size:.875rem;font-weight:700;padding:9px 7px}.vs-table-container .vs-table tbody .vs-table-selected-row{background-color:#f2f2f2}.vs-table-container .vs-table.vs-table-hover tbody tr{transition:all .2s ease}.vs-table-container .vs-table.vs-table-hover tbody tr:hover{cursor:pointer;background-color:#f2f2f2}.vs-table-container .vs-table caption{text-align:left;color:#d61f29;font-weight:400;padding:3px;margin:5px 0 10px}.vs-table-container .vs-table .vs-table-btn{border-radius:2px;display:inline-block;font-size:.875rem;padding:3px 8px;background:#f0efeb;color:#3b3434!important;margin:2px 3px;transition:background .2s ease;text-decoration:none!important;text-align:center}.vs-table-container .vs-table .vs-table-btn:hover{background:#f20089;color:#fff!important}.vs-table-container .vs-table .vs-table-btn .vs-assets-btn{font-size:20px}.vs-table-container .vs-table .vs-table-download-link{color:#fff;text-decoration:none}.vs-table-container .vs-table .vs-table-download-link:hover{cursor:pointer;text-decoration:underline}.vs-table-container .vs-table .icon{margin-top:-3px}.vs-table-container.vs-table-no-shadow{box-shadow:none!important}.vs-table-action{text-decoration:none}.vs-table-action:hover{text-decoration:none;cursor:pointer}.vs-table-action:hover span{text-decoration:underline}.vs-table-action i{margin-right:5px}.vs-table-action.vs-table-action-red{color:var(--text-link)}.vs-table-action .vs-table-action-popin{display:flex;min-width:180px;width:auto;z-index:100;box-shadow:0 4px 6px #0003;border-radius:4px;position:absolute;background-color:var(--background-tertiary);border:1px solid var(--border-secondary)}@media screen and (min-width:768px){.vs-table-action .vs-table-action-popin{width:auto}}.vs-table-action .vs-table-action-popin ul{list-style:none;text-align:left;padding:0;margin:10px 0;width:100%}.vs-table-action .vs-table-action-popin ul li{padding:3px 15px}.vs-table-action .vs-table-action-popin ul li:hover{text-decoration:underline}.vs-table-action .vs-table-action-popin ul li.border-top{margin-top:5px;padding-top:7px;border-top:1px solid var(--border-secondary)}.vs-table-action .vs-table-action-popin ul li.border-bottom{margin-bottom:5px;padding-bottom:7px;border-bottom:1px solid var(--border-secondary)}.vs-table-action .vs-table-action-popin ul li.disabled{color:#838383;text-decoration:none;cursor:default}.vs-table-search{display:flex}.vs-table-search.vs-search-grow,.vs-table-search.vs-search-grow input{flex-grow:1}.vs-table-search input{padding:7px 5px 7px 30px;color:#838383;transition:all .2s ease}.vs-table-search input:focus{border-color:var(--border-violet)}.paginate-links{display:inline-block;margin-left:0;padding-left:0;list-style:none;background-color:#fff;align-self:center}.paginate-links li{display:inline-block;border:.5px solid rgb(230.25,230.25,230.25);border-collapse:collapse;transition:all .2s ease}.paginate-links li:hover{cursor:pointer;background-color:#f2008980}.paginate-links li:hover.disabled{background-color:#fff}.paginate-links li:hover a{color:#fff}.paginate-links li.active{background-color:#f20089}.paginate-links li.active a{color:#fff}.paginate-links li.disabled{cursor:default}.paginate-links li.disabled a{color:#e6e6e6}.paginate-links li>a{display:inline-block;width:100%;height:100%;padding:4px 9px;text-decoration:none}.vs-confirm{display:flex;flex-direction:column}.vs-confirm .vs-confirm-title{display:flex;align-items:center;width:100%;padding:25px 20px 0;border-bottom:1px solid #e6e6e6}.vs-confirm .vs-confirm-subtext{display:flex;justify-content:center;margin-top:5px;padding:12px 20px;text-align:center}.vs-confirm .vs-confirm-subtext .vs-form-input{width:95%;display:flex;justify-content:center}.vs-confirm .vs-confirm-body{display:flex;flex-direction:column;padding:20px}.vs-confirm .vs-confirm-body .matching-input{margin-top:15px}.vs-confirm .vs-confirm-btn{display:flex;justify-content:space-between;margin:20px}.vs-confirm .vs-confirm-btn.space-between{margin:20px;justify-content:space-between}.vs-confirm .vs-confirm-btn button{margin:0 5px}.vs-confirm .vs-confirm-btn button:not(.vs-btn-border-grey){box-shadow:0 1px 3px #0003;transition:all .2s ease}.vs-confirm .vs-confirm-btn button:not(.vs-btn-border-grey):active{box-shadow:none}.label-new{padding:1px 3px;border-radius:3px;font-size:12px;font-weight:700}.label-new.green{background-color:#f0932b;color:#fff}.mg-right-auto{margin-right:auto}.not-allowed{cursor:not-allowed}.column{flex-direction:column}.grow{flex-grow:1}a{text-decoration:none}a:hover{text-decoration:underline}table>tbody>tr>td>.fa-spin{color:#838383}.vs-slider-loading{display:flex}.vs-warning{padding:8px 4px}.vs-warning.blue{background-color:#69a2f4;color:#fff;border:1px solid rgb(128.7577639752,176.7298136646,245.7422360248)}.vs-warning.center{text-align:center}.vs-form-input-error{border-color:#d61f29!important}.no-hover{cursor:default!important;text-decoration:none!important}.no-hover-cursor,.unorderable{cursor:default!important}.vue-notification{box-shadow:0 1px 3px #0003;border-radius:3px}@media screen and (max-width:768px){.small-screen-bold{font-weight:700}.small-screen-bold.lg{font-size:1.1em}}@media screen and (max-width:768px){.small-screen-light{color:#838383}}.vs-span{font-size:1em;font-weight:400}.vs-legend{font-weight:400;font-size:.6em!important;transition:all .2s ease}.vs-legend i{color:#d61f29}.absolute-in-input{display:flex;justify-content:center;align-items:center;position:absolute;top:43px;right:10px;height:27px}.vs-assets-total{color:#838383;font-size:12px}.vs-optional{font-size:.7em;color:#838383}.angle-width{width:60px}.vs-loading-block{display:flex;justify-content:center}.vultiselect{box-shadow:none!important}.vultiselect .vultiselect-list{box-shadow:none}.vultiselect .vultiselect-input{border:none!important}div[data-popover=tooltip]{background-color:#ffffffe6;border-radius:3px;color:#fff;padding:3px 5px;font-size:14px;z-index:9000;text-align:center;box-shadow:0 4px 6px #00000014}.tooltip{cursor:default;padding:5px;color:var(--text-primary)!important;z-index:10000}.tooltip:hover{color:var(--text-link)!important}.tooltip.tooltip-in-input{position:absolute;top:18px;right:10px}.vs-picto-display-password{position:absolute;top:22px;right:15px}.v--modal-overlay{background:#0006!important}@media screen and (max-width:768px){.vs-card-responsive{width:95%}}.vs-column-form{flex-direction:column;padding-top:0!important}.vs-column-form .vs-form-input{width:100%!important;margin:auto!important}.vs-bordered{border:1px solid #e6e6e6;padding:5px;margin:12px 10px!important}@media screen and (min-width:768px){.vs-auto-mg-left{margin-left:auto}}@media screen and (max-width:768px){.vs-auto-mg-left .vs-btn{margin:5px 0}}.vs-date-range{padding:6px 10px!important;border:1px solid #e6e6e6}.vs-date-range-content{position:absolute;width:auto;display:flex;flex-direction:column;justify-content:center;top:65px;border-radius:3px;background-color:#fff;padding:12px 16px;box-shadow:0 5px 15px #0003;transition:all .2s ease;z-index:9000}.vs-date-range-content .vs-date-range-title{padding:0 7px 7px;font-weight:700}.vs-date-range-content .vs-date-range-predefined{display:flex;justify-content:center;margin-bottom:14px}.vs-date-range-content .vs-date-range-predefined div{margin:0 5px}.vs-date-range-content .vs-date-range-custom{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:25px}.vs-date-range-content .vs-date-range-custom .flatpickr-calendar{margin:10px;box-shadow:none}.vs-date-range-content .vs-date-range-custom>div{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.vs-date-range-content .vs-date-range-custom>div .vs-date-range-custom-title{width:auto;text-align:center;margin-left:8px;padding-left:8px;border-left:4px solid #6A00F4}.vs-date-range-content .vs-date-range-custom>div .vs-date-range-custom-title .vs-date-range-custom-value{font-weight:700}.vs-date-range-content .vs-date-range-custom>div .flatpickr-input{display:none}.vs-date-range-content .vs-date-range-custom .vs-date-range-custom-buttons{width:100%;display:flex;align-items:flex-end}.vs-date-range-content .vs-date-range-custom .vs-date-range-custom-buttons .vs-btn-container{margin-top:0;padding:0}@media screen and (min-width:768px){.vs-date-range-content{min-width:690px}.vs-date-range-content .vs-date-range-custom{height:425px}}.vs-mg-l-15{margin-left:15px}.vs-mg-l-10{margin-left:10px}.vs-mg-r-5{margin-right:5px}.vs-mg-r-15{margin-right:15px}.mg-t-10{margin-top:10px}.mg-t-20{margin-top:20px}.width-85{width:85%}.vs-bold{font-weight:700}.vs-border-right{border-right:1px solid #e6e6e6}.vs-pd-right-10{padding-right:10px}.vs-hide{display:none!important}.no-mg-bottom{margin-bottom:0}.no-mg-left{margin-left:0!important}.no-mg-top{margin-top:0}.no-margin{margin:0!important}.no-padding{padding:0!important}.vs-btn.disabled,.vs-btn:disabled{cursor:not-allowed!important}.vs-icon-close{transition:all .2s ease;float:right}.vs-icon-close:hover{cursor:pointer;color:var(--text-link)}.vs-full-width{width:100%}.vs-flex-wrap{flex-wrap:wrap}.vs-multiform{display:flex}.vs-multiform input{flex-grow:1}.fa-spin{color:#d61f29}.fa-star{color:#f1c40f}.fs-12{font-size:12px}.fs-md{font-size:1.1em}.fs-reg{font-size:1em}.fs-sm{font-size:.8em}.vs-hidden{display:none}.vs-w-500{max-width:500px}.vs-new{display:inline-block;border-radius:2px;background-color:#25d033;color:#fff;margin-right:5px;font-size:8px;padding:3px}.vs-new.beta{background-color:transparent;color:#f0932b;border:2px solid #f0932b;border-radius:3px}.vs-new.beta.title{font-size:20px;margin-left:10px}.vs-new.beta.popin{box-shadow:none;padding:1px 3px;margin-left:10px;font-size:10px;font-weight:700}.vs-fa-pd{padding-right:10px}.vs-no-pd{padding:0!important}.vs-no-mg{margin:0!important}.green{color:#25d033}.darkgray{color:#a9a9a9}.yellow{color:#f1c40f}.orange{color:#e67e22}.grey{color:#f0efeb}.dark-grey{color:#838383}.light-grey{color:#e6e6e6}.red{color:var(--text-red)}.magenta{color:var(--text-link)}.black,.white{color:#fff}.vs-btn-container{display:flex;justify-content:center;margin-top:20px;padding:15px 20px}.vs-btn-container.vs-flex-end{justify-content:flex-end}.vs-btn-container .vs-btn:not(:last-child){margin-right:15px}.vs-btn{padding:12px 25px;font-size:1rem;font-family:proxima-nova,Helvetica,Arial,sans-serif;transition:all .2s ease;text-align:center;border-radius:2px}.vs-btn:hover{cursor:pointer}.vs-btn:active{transform:scale(.9)}.vs-btn.vs-lg-pd{padding:10px}.vs-btn.vs-btn-white{background-color:#fff;color:#d61f29;border:none}.vs-btn.vs-btn-magenta{background-color:var(--button-magenta);color:#fff;border:1px solid transparent;transition:all .2s ease}.vs-btn.vs-btn-magenta:hover:not(.disabled),.vs-btn.vs-btn-magenta:hover:not(:disabled){background-color:#bf006c}.vs-btn.vs-btn-red{background-color:var(--button-red);color:#fff;border:1px solid transparent;transition:all .2s ease}.vs-btn.vs-btn-red.disabled,.vs-btn.vs-btn-red:disabled{background-color:var(--button-disabled-red-background);border-color:var(--button-disabled-red-border);color:var(--button-disabled-color);cursor:not-allowed}.vs-btn.vs-btn-red:hover:not(.disabled):not(:disabled){background-color:#c01c25}.vs-btn.vs-btn-violet{background-color:var(--button-violet);color:var(--text-primary-reverse);border:1px solid transparent;transition:all .2s ease}.vs-btn.vs-btn-violet:hover:not(.disabled):not(:disabled){background-color:var(--button-violet-dark);border-color:var(--button-violet)}.vs-btn.vs-btn-violet.disabled,.vs-btn.vs-btn-violet:disabled{background-color:var(--button-disabled-violet-background);border-color:var(--button-disabled-violet-border);cursor:not-allowed}.vs-btn.vs-btn-blue{background-color:#69a2f4;color:#fff;border:none;transition:all .2s ease}.vs-btn.vs-btn-blue:hover{background-color:#3985f1}.vs-btn.vs-btn-green{border:1px solid var(--system-green);background-color:var(--system-green);color:#fff;transition:all .2s ease}.vs-btn.vs-btn-green:disabled,.vs-btn.vs-btn-green.disabled{background-color:#4fb55e66;border-color:#4fb55e66}.vs-btn.vs-btn-green:hover:not(.disabled),.vs-btn.vs-btn-green:hover:not(:disabled){background-color:var(--system-green-dark);border:1px solid var(--system-green-dark)}.vs-btn.vs-btn-grey{background-color:#dadada;color:#fff;border:none;transition:all .2s ease}.vs-btn.vs-btn-grey:hover{background-color:#cdcdcd}.vs-btn.vs-btn-orange{background-color:#d97a0f;color:#fff;border:none;transition:all .2s ease}.vs-btn.vs-btn-orange:hover{background-color:#c16c0e}.vs-btn.vs-btn-width{width:120px}.vs-btn.vs-btn-center{align-self:center}.vs-btn.vs-btn-font-normal{text-transform:none;letter-spacing:0px}.vs-btn.vs-btn-sm{text-transform:none;padding:2px 4px;font-size:12px}.vs-btn.vs-btn-small{text-transform:none;padding:1px 4px}.vs-btn.vs-btn-radius{border-radius:3px}.vs-btn.vs-btn-md{text-transform:none;padding:4px 6px;font-size:14px}.vs-btn.vs-btn-lg{padding:6px 12px}.vs-btn.vs-btn-regular{padding:8px 20px}.vs-btn.download-btn{line-height:21px}.vs-btn.vs-btn-plus{margin:auto}.vs-btn.vs-btn-border-green{background-color:transparent;border:2px solid var(--system-green);color:var(--system-green)}.vs-btn.vs-btn-border-green:hover:not(.disabled):not(:disabled){background-color:var(--system-green-dark);color:#fff}.vs-btn.vs-btn-border-green:disabled,.vs-btn.vs-btn-border-green.disabled{border:2px solid hsla(129,41%,51%,.4);color:#4fb55e66}.vs-btn.vs-btn-border-magenta{background-color:transparent;border:2px solid #F20089;color:#f20089}.vs-btn.vs-btn-border-magenta:hover{background-color:#ff40ac;color:#fff}.vs-btn.vs-btn-border-violet{background-color:transparent;border:2px solid var(--text-violet-light);color:var(--text-violet-light)}.vs-btn.vs-btn-border-violet.disabled,.vs-btn.vs-btn-border-violet:disabled{background-color:transparent!important;border-color:var(--text-violet-light);color:var(--text-violet-light)!important;cursor:not-allowed;opacity:.4}.vs-btn.vs-btn-border-violet:hover:not(.disabled):not(:disabled){background-color:var(--button-violet-dark);border-color:var(--button-violet-dark);color:var(--text-primary-reverse)}.vs-btn.vs-btn-border-grey{background-color:transparent;border:2px solid #F0EFEB;color:var(--text-primary)}.vs-btn.vs-btn-border-grey:hover{background-color:var(--background-grey-to-dark);border-color:#838383;color:var(--text-primary)}.vs-btn.vs-btn-border-grey:hover.hover-green{background-color:#5fe36a;border:2px solid #25D033;color:#fff}.vs-btn.vs-btn-action{border:2px solid var(--system-green);background-color:var(--system-green);color:#fff}.vs-btn.vs-btn-action-violet{border:2px solid var(--button-violet);background-color:var(--button-violet);color:#fff}.vs-btn.vs-btn-border-blue{background-color:transparent;border:2px solid #69a2f4;color:#69a2f4}.vs-btn.vs-btn-border-blue:hover{background-color:#b0cef9;color:#fff}.vs-btn.vs-btn-border-blue.active{font-weight:700}.vs-btn.vs-btn-border-white{background-color:transparent;border:2px solid white;color:#fff}.vs-btn.vs-btn-border-white:hover{background-color:#fff;color:#fff}.vs-btn.vs-btn-border-white.active{font-weight:700}.vs-btn.vs-btn-border-red{background-color:transparent;border:2px solid #D61F29;color:#d61f29}.vs-btn.vs-btn-border-red:hover{background-color:#e75a62;color:#fff}.vs-btn.vs-btn-border-orange{background-color:transparent;border:2px solid #f0932b;color:#f0932b}.vs-btn.vs-btn-border-orange:hover{background-color:#f7c48a;color:#fff}.vs-btn.vs-btn-border-white-font{color:#fff}.vs-btn.vs-btn-border-white-font:hover{background-color:#e12e38}.shadow-sm{box-shadow:0 1px 3px #0003}.shadow-sm:active{box-shadow:none}.shadow-smaller-inset{box-shadow:inset 0 1px 3px #0003}.shadow-smaller-inset:active{box-shadow:none}.shadow-small-inset{box-shadow:inset 0 4px 6px #0003}.shadow-small-inset:active{box-shadow:none}.shadow-md{box-shadow:0 4px 6px #0003}.shadow-md:active{box-shadow:none}.vs-alert{display:flex;margin-bottom:15px}.vs-alert .vs-alert-icon{align-items:center;display:flex;margin:10px}.vs-alert .vs-alert-text{margin:10px}.vs-alert.warning{color:#f0932b;background-color:#fdf5e6;border-bottom:2px solid #f0932b}.vs-alert.info{color:#fff;background:#2d00f6;background:linear-gradient(90deg,#2d00f6,#9d00b8 60%,#f20089)}.vs-alert.error{color:#fff;background-color:#d61f2999;border-bottom:2px solid #D61F29}.vs-alert.small{font-size:12px}.vs-alert.small .vs-alert-text{margin:5px}.vs-center{margin:auto;text-align:center}.vs-left-to-right{animation-name:leftToRight!important}.vs-from-transparent{animation-name:fromTransparent!important}.vs-right-to-left{animation-name:rightToLeft!important}.slideFromRight-enter-active{animation:rightToLeft .3s,fromTransparent .3s}.slideFromRight-leave-active{animation:posToLeft .3s,fromTransparent .3s reverse}.slideFromTop,.slideFromTop-enter-active{animation:menuEltShow .5s ease-in-out}.slideFromTop-leave-active{animation:menuEltShow .5s reverse}.slideFromTopFast,.slideFromTopFast-enter-active{animation:menuEltShow .3s ease-in-out}.slideFromTopFast-leave-active{animation:menuEltShow .3s ease-in-out reverse}.fade,.fade-enter-active{animation:fromTransparent .5s}.fade-leave-active{animation:fromTransparent .2s reverse}.popClick{animation:popClick .5s ease-in-out}@keyframes inputShow{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popClick{0%{transform:scale(1);color:#fff}25%{transform:scale(.9)}50%{transform:scale(1.1);color:inherit}75%{transform:scale(.95)}85%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fromTransparent{0%{opacity:0}to{opacity:1}}@keyframes menuEltShow{0%{transform:translateY(-40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideFromBottom{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideFromBottomOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(10px);opacity:0}}@keyframes loginIn{0%{transform:translate(-100vh);opacity:0}to{transform:translate(0);opacity:1}}@keyframes loginLeftIn{0%{transform:translateY(-100vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes loginRightIn{0%{transform:translateY(100vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes loginBoxShadow{0%{box-shadow:none;opacity:0}to{box-shadow:1px 2px 2px #0003;opacity:1}}@keyframes loginLogoToRight{0%{transform:translate(0)}to{transform:translate(350px)}}@keyframes leftToRight{0%{transform:translate(-20vw)}to{transform:translate(0)}}@keyframes rightToLeft{0%{transform:translate(20vw)}to{transform:translate(0)}}@keyframes posToLeft{0%{transform:translate(0)}to{transform:translate(-20vw)}}@keyframes shake{1%,10%{transform:translate3d(-1px,0,0)}2%,8%{transform:translate3d(2px,0,0)}3%,5%,7%{transform:translate3d(-3px,0,0)}4%,6%{transform:translate3d(3px,0,0)}}.well{min-height:20px;padding:19px;background-color:var(--background-input);border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px #0000000d;line-height:75px;border:1px solid var(--border-secondary)}.textarea-no-resize{padding:10px;resize:none;width:100%}.vs-display-none{display:none!important}.mg-bottom-15{margin-bottom:15px}.mg-bottom-5{margin-bottom:5px}.vs-flex{display:flex}.vs-btn-add{margin-left:15px}.vs-mg-l-auto{margin-left:auto}.flex-grow{flex-grow:1}.details-dots{display:flex;justify-content:center;width:35px;height:100%;padding:9px 4px;text-align:center;transition:all .2s ease;border:1px solid transparent;border-radius:20px}.details-dots:hover{color:#f20089;box-shadow:0 1px 3px #0003;border-color:#e6e6e6}.details-dots:active{box-shadow:inset 0 1px 3px #0003}.remove{display:flex;justify-content:center;align-items:center;position:absolute;top:-5px;right:-10px;z-index:200;width:23px;height:23px;border-radius:100%;color:var(--text-link)}.remove:hover{cursor:pointer}.input-submit{flex:2 auto}.tooltip-roles{font-size:12px;background:var(--background-primary)!important;color:#fff;padding:10px!important;max-width:500px!important;text-align:left!important;z-index:1070!important}.vs-customers,.vs-admin-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.vs-customers .vs-customers-holder,.vs-admin-content .vs-customers-holder{width:100%}.vs-customers .vs-customers-holder .vs-customers-description,.vs-admin-content .vs-customers-holder .vs-customers-description{padding-bottom:100px}.vs-customers .vs-customers-holder .vs-customers-description .vs-customers-header,.vs-admin-content .vs-customers-holder .vs-customers-description .vs-customers-header{padding-top:50px}.vs-customers .vs-customers-holder .vs-customers-description .vs-customers-description-title,.vs-admin-content .vs-customers-holder .vs-customers-description .vs-customers-description-title{display:inline-block;margin-top:20px}.vs-customers .vs-customers-holder .vs-customers-description .vs-customers-description-title.vs-customers-description-title-format,.vs-admin-content .vs-customers-holder .vs-customers-description .vs-customers-description-title.vs-customers-description-title-format{margin-top:0}.vs-customers .vs-customers-holder .vs-customers-description .vs-customers-description-text,.vs-admin-content .vs-customers-holder .vs-customers-description .vs-customers-description-text{display:flex;justify-content:center;align-content:center;flex-direction:column;margin:0 20px 0 0}.vs-customers .vs-customers-holder .vs-customers-description .vs-customers-image,.vs-admin-content .vs-customers-holder .vs-customers-description .vs-customers-image{margin:0 0 0 20px}.vs-customers .vs-customers-holder .vs-customers-description .vs-customers-image img,.vs-admin-content .vs-customers-holder .vs-customers-description .vs-customers-image img{display:inline-block}.vs-customers .vs-customers-list,.vs-admin-content .vs-customers-list{position:relative;border-bottom:none!important}@media screen and (min-width:768px){.vs-customers .vs-customers-list,.vs-admin-content .vs-customers-list{margin-bottom:10px}}.vs-customers .vs-customers-list .vs-table-tools,.vs-admin-content .vs-customers-list .vs-table-tools{padding:30.5px}.vs-customers .vs-customers-list .vs-table-tools .vs-table-with-filter,.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-with-filter{display:flex;flex-direction:column;width:100%}.vs-customers .vs-customers-list .vs-table-tools .vs-table-with-filter .vs-table-filter-section,.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-with-filter .vs-table-filter-section{display:flex;justify-content:space-between}.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-row>.vs-form-input:not(:first-child),.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-row>.vs-btn:not(:first-child),.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-row>span:not(:first-child),.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-row>.vs-form-input:not(:first-child),.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-row>.vs-btn:not(:first-child),.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-row>span:not(:first-child){margin-left:20px}.vs-customers .vs-customers-list .vs-table-tools .vs-form-input,.vs-customers .vs-customers-list .vs-table-tools .vs-btn,.vs-customers .vs-customers-list .vs-table-tools span,.vs-admin-content .vs-customers-list .vs-table-tools .vs-form-input,.vs-admin-content .vs-customers-list .vs-table-tools .vs-btn,.vs-admin-content .vs-customers-list .vs-table-tools span{margin-top:0}.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-customer,.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-customer{display:flex;align-items:center;flex-grow:1}@media screen and (max-width:768px){.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-customer,.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-customer{width:100%;justify-content:center}}.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-customer .vs-table-tools-row,.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-customer .vs-table-tools-row{width:auto;align-items:center;height:100%}.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-customer .vs-table-tools-row .vs-btn,.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-customer .vs-table-tools-row .vs-btn{height:100%}.vs-customers .vs-customers-list .vs-table-tools .vs-table-tools-customer .vs-table-tools-row:first-child,.vs-admin-content .vs-customers-list .vs-table-tools .vs-table-tools-customer .vs-table-tools-row:first-child{margin-right:15px}.vs-customers .vs-customers-list .vs-customers-table,.vs-admin-content .vs-customers-list .vs-customers-table{width:100%}.vs-customers .vs-customers-list .vs-customers-table thead,.vs-admin-content .vs-customers-list .vs-customers-table thead{padding:10px}.vs-customers .vs-customers-list .vs-customers-table thead tr,.vs-admin-content .vs-customers-list .vs-customers-table thead tr{font-weight:700}.vs-customers .vs-customers-list .vs-customers-table thead tr td,.vs-admin-content .vs-customers-list .vs-customers-table thead tr td{cursor:pointer;padding:10px;border-bottom:1px solid var(--border-secondary)}.vs-customers .vs-customers-list .vs-customers-table thead tr td .empty-sort,.vs-admin-content .vs-customers-list .vs-customers-table thead tr td .empty-sort{display:inline-block;width:10px}.vs-customers .vs-customers-list .vs-customers-table thead tr td:hover:not(.no-hover),.vs-admin-content .vs-customers-list .vs-customers-table thead tr td:hover:not(.no-hover){cursor:pointer;color:var(--text-link)}.vs-customers .vs-customers-list .vs-customers-table tbody tr td,.vs-admin-content .vs-customers-list .vs-customers-table tbody tr td{border-bottom:1px solid var(--border-secondary);border-collapse:collapse;padding:10px}.vs-customers .vs-customers-list .vs-customers-table tbody tr:hover,.vs-admin-content .vs-customers-list .vs-customers-table tbody tr:hover{background-color:var(--background-tertiary);box-shadow:0 4px 6px #00000014}.vs-customers .vs-customers-list .vs-customers-table .ellipsis,.vs-admin-content .vs-customers-list .vs-customers-table .ellipsis{max-width:250px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.vs-customers .vs-customers-list .vs-customers-table .ellipsis.no-ellipsis,.vs-admin-content .vs-customers-list .vs-customers-table .ellipsis.no-ellipsis{overflow:visible;white-space:initial}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row td.small-screen-bold,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row td.small-screen-bold{color:var(--text-primary)}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-td,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-td{padding:0}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent{display:flex;justify-content:flex-start;background-color:var(--background-tertiary-alt)}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container{display:flex;justify-content:center}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container.vs-table-detail-row-container-contact,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container.vs-table-detail-row-container-contact{min-width:330px;width:30%;border-right:1px solid var(--border-primary)}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container.vs-table-detail-row-container-licenses,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container.vs-table-detail-row-container-licenses{flex-grow:1}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact{display:flex;align-self:center;margin:10px 0;padding:7px;border-radius:8px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-picture,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-picture{display:flex;justify-content:center;align-items:center;align-self:center;overflow:hidden;width:60px;height:60px;border-radius:60px;box-shadow:0 4px 6px #00000014;margin-right:10px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-picture i,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-picture i{color:#e6e6e6}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-infos,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-infos{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 7px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-infos .item.max-width,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .contact-infos .item.max-width{width:220px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .item,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .item{display:flex;flex-direction:column}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .item:not(:first-child),.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact .item:not(:first-child){margin-top:5px}}@media screen and (min-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact{min-width:340px}}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact span>label,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact span>label{display:inline-block;min-width:125px;font-size:.8em}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact span,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact span{word-wrap:break-word}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses{display:flex;justify-content:center;flex-wrap:wrap;align-items:flex-start;align-self:center;width:100%}@media screen and (max-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses{margin-bottom:0}}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license{display:flex;flex-direction:column;margin:7px;background-color:var(--background-secondary);box-shadow:0 4px 6px #00000014;border-radius:3px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product{display:flex;flex-direction:row;background-color:var(--background-primary);color:var(--text-primary);padding:0 7px;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product span,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product span{margin:0 3px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product .product-header-infos,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product .product-header-infos{color:#838383;font-weight:400}@media screen and (min-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product .product-header-infos,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product .product-header-infos{margin-left:auto}}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 7px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item{display:flex;flex-direction:column}@media screen and (max-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license{width:100%;flex-wrap:wrap;margin:12px 7px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-product{justify-content:space-between;flex-direction:row;width:100%}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div{border:none}}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license:not(:last-child),.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license:not(:last-child){border-bottom:1px solid #e6e6e6}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div{display:flex;align-items:center}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div:first-child,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div:first-child{padding:7px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div:not(:first-child),.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div:not(:first-child){padding:7px 12px}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div:last-child,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license>div:last-child{border-right:none!important}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info{display:flex;width:100%}@media screen and (min-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info{min-width:100px}}@media screen and (max-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info{justify-content:space-between;flex-direction:column;text-align:center}}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item{display:flex;align-items:flex-start;width:100%}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item.item-double,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item.item-double{flex-direction:row;justify-content:space-between}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item .vs-table-detail-license-legend,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item .vs-table-detail-license-legend{text-align:left;min-width:20%;color:#838383}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item .vs-table-detail-license-value,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item .vs-table-detail-license-value{color:var(--text-primary);word-break:break-all}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item .vs-table-detail-license-value.vs-license-tenant:hover,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-licenses .vs-table-detail-license .vs-table-detail-license-info .item .vs-table-detail-license-value.vs-license-tenant:hover{color:#69a2f4;cursor:pointer}@media screen and (max-width:768px){.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent{flex-direction:column}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container{width:100%;margin:7px 0}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container.vs-table-detail-row-container-contact,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container.vs-table-detail-row-container-contact{width:100%;border-right:0}.vs-customers .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-detail-row .vs-table-detail-row-parent .vs-table-detail-row-container .vs-table-detail-row-contact{width:100%}}.vs-customers .vs-customers-list .vs-customers-table .small-screen-only,.vs-admin-content .vs-customers-list .vs-customers-table .small-screen-only{display:none}@media screen and (max-width:768px){.vs-customers .vs-customers-list .vs-customers-table,.vs-admin-content .vs-customers-list .vs-customers-table{margin:auto;border:1px solid #e6e6e6;border-collapse:collapse}.vs-customers .vs-customers-list .vs-customers-table thead,.vs-customers .vs-customers-list .vs-customers-table tbody,.vs-customers .vs-customers-list .vs-customers-table tr,.vs-customers .vs-customers-list .vs-customers-table td,.vs-admin-content .vs-customers-list .vs-customers-table thead,.vs-admin-content .vs-customers-list .vs-customers-table tbody,.vs-admin-content .vs-customers-list .vs-customers-table tr,.vs-admin-content .vs-customers-list .vs-customers-table td{display:block!important;width:auto!important}.vs-customers .vs-customers-list .vs-customers-table thead,.vs-admin-content .vs-customers-list .vs-customers-table thead{border-top:2px solid #D61F29}.vs-customers .vs-customers-list .vs-customers-table tbody>tr,.vs-admin-content .vs-customers-list .vs-customers-table tbody>tr{border-top:1px solid #e6e6e6}.vs-customers .vs-customers-list .vs-customers-table tbody tr>td,.vs-customers .vs-customers-list .vs-customers-table thead>tr>td,.vs-admin-content .vs-customers-list .vs-customers-table tbody tr>td,.vs-admin-content .vs-customers-list .vs-customers-table thead>tr>td{padding:2px 2px 2px 10px;border:none}.vs-customers .vs-customers-list .vs-customers-table tbody>tr:nth-child(odd),.vs-admin-content .vs-customers-list .vs-customers-table tbody>tr:nth-child(odd){background-color:var(--background-tertiary-alt)}.vs-customers .vs-customers-list .vs-customers-table tbody>tr>td,.vs-admin-content .vs-customers-list .vs-customers-table tbody>tr>td{line-height:1.3;border-collapse:collapse}.vs-customers .vs-customers-list .vs-customers-table tbody>tr>td.small-screen-bold,.vs-admin-content .vs-customers-list .vs-customers-table tbody>tr>td.small-screen-bold{color:var(--text-primary)}.vs-customers .vs-customers-list .vs-customers-table tbody>tr>td .vs-btn,.vs-admin-content .vs-customers-list .vs-customers-table tbody>tr>td .vs-btn{padding:7px}.vs-customers .vs-customers-list .vs-customers-table tbody>tr>td:last-child,.vs-admin-content .vs-customers-list .vs-customers-table tbody>tr>td:last-child{padding-bottom:10px}.vs-customers .vs-customers-list .vs-customers-table tbody>tr>td:first-child,.vs-admin-content .vs-customers-list .vs-customers-table tbody>tr>td:first-child{padding-top:10px}.vs-customers .vs-customers-list .vs-customers-table .responsive-center,.vs-admin-content .vs-customers-list .vs-customers-table .responsive-center{display:flex!important;justify-content:center}.vs-customers .vs-customers-list .vs-customers-table .small-screen-only,.vs-admin-content .vs-customers-list .vs-customers-table .small-screen-only{display:inline}.vs-customers .vs-customers-list .vs-customers-table .legend,.vs-admin-content .vs-customers-list .vs-customers-table .legend{font-size:.6em}.vs-customers .vs-customers-list .vs-customers-table .vs-table-small-screen-flex,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-small-screen-flex{display:flex!important;align-items:center;justify-content:center}.vs-customers .vs-customers-list .vs-customers-table .vs-table-checkbox,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-checkbox{display:none}.vs-customers .vs-customers-list .vs-customers-table .vs-table-checkbox-label,.vs-admin-content .vs-customers-list .vs-customers-table .vs-table-checkbox-label{border:1px solid #e6e6e6;width:25px;height:25px;background-color:#fff;cursor:pointer}}.vs-customers .vs-customers-list .vs-customers-table .center,.vs-admin-content .vs-customers-list .vs-customers-table .center{text-align:center}.vs-customers .vs-customers-list .vs-customers-table .vs-customer-valid,.vs-admin-content .vs-customers-list .vs-customers-table .vs-customer-valid{width:7px;background-color:#5fe36a}.vs-customers .vs-customers-list .vs-customers-table .vs-customer-invalid,.vs-admin-content .vs-customers-list .vs-customers-table .vs-customer-invalid{background-color:#e75a62}.vs-customers .vs-customers-list .vs-customers-table .vs-expiration-soon,.vs-admin-content .vs-customers-list .vs-customers-table .vs-expiration-soon{font-weight:700;color:#f1c40f}.vs-customers .vs-customers-list .vs-customers-table .vs-expired,.vs-admin-content .vs-customers-list .vs-customers-table .vs-expired{font-weight:700;color:#d61f29}.vs-customers .vs-customers-list .vs-customers-table .vs-customer-access,.vs-admin-content .vs-customers-list .vs-customers-table .vs-customer-access{cursor:pointer;transition:all .2s ease}.vs-customers .vs-customers-content,.vs-admin-content .vs-customers-content{width:90%;background:var(--background-secondary);border:1px solid var(--border-secondary);margin-top:40px;box-shadow:0 2px 6px #00000014}@media screen and (max-width:1200px){.vs-customers .vs-customers-content,.vs-admin-content .vs-customers-content{margin-top:40px;width:97%}}@media screen and (max-width:768px){.vs-customers .vs-customers-content,.vs-admin-content .vs-customers-content{width:100%;margin-top:20px}}.vs-customers .vs-customers-content.vs-wizard-partner,.vs-admin-content .vs-customers-content.vs-wizard-partner{position:absolute;display:flex;width:100vw!important;min-height:100vh!important;margin-top:0;top:0;background-color:#0009;z-index:9000}.vs-customers .vs-customers-content.vs-wizard-partner .vs-wizard-partner-in,.vs-admin-content .vs-customers-content.vs-wizard-partner .vs-wizard-partner-in{background:var(--background-secondary);border:1px solid var(--border-secondary);margin:auto}@media screen and (min-width:768px){.vs-customers .vs-customers-content.vs-wizard-partner .vs-wizard-partner-in,.vs-admin-content .vs-customers-content.vs-wizard-partner .vs-wizard-partner-in{width:65%}}@media screen and (max-width:768px){.vs-customers .vs-customers-content.vs-wizard-partner .vs-wizard-partner-in,.vs-admin-content .vs-customers-content.vs-wizard-partner .vs-wizard-partner-in{width:100vw}}.vs-customers .vs-customers-content.vs-wizard-partner .vs-tenantid,.vs-admin-content .vs-customers-content.vs-wizard-partner .vs-tenantid{display:flex;flex-direction:row;align-items:center}.vs-customers .vs-customers-content.vs-wizard-partner .vs-tenantid .vs-label,.vs-admin-content .vs-customers-content.vs-wizard-partner .vs-tenantid .vs-label{width:200px}.vs-customers .vs-customers-content.vs-wizard-partner .vs-tenantid .vs-label .vs-error,.vs-admin-content .vs-customers-content.vs-wizard-partner .vs-tenantid .vs-label .vs-error{position:absolute;bottom:0;left:0}.vs-customers .vs-customers-content .vs-table-tools,.vs-admin-content .vs-customers-content .vs-table-tools{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:10px;border-bottom:1px solid var(--border-secondary)}.vs-customers .vs-customers-content .vs-table-tools.vs-table-tools-rowdir,.vs-admin-content .vs-customers-content .vs-table-tools.vs-table-tools-rowdir{flex-direction:row}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-info,.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-info{display:flex;justify-content:center;flex-grow:1}@media screen and (max-width:768px){.vs-customers .vs-customers-content .vs-table-tools,.vs-admin-content .vs-customers-content .vs-table-tools{justify-content:center;flex-wrap:wrap}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-row,.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-row{flex-wrap:wrap}}.vs-customers .vs-customers-content .vs-table-tools .paginate-links,.vs-admin-content .vs-customers-content .vs-table-tools .paginate-links{margin:0 0 0 auto}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-row,.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-row{display:flex;flex-direction:row;align-items:center;width:100%}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-row .vs-customers-actions .vs-btn:not(:first-child):not(:only-child),.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-row .vs-customers-actions .vs-btn:not(:first-child):not(:only-child){margin-left:20px}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-row:not(:last-child),.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-row:not(:last-child){margin-bottom:20px}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-row .flex-end,.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-row .flex-end{margin:0 0 0 auto}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-titles,.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-titles{display:flex;flex-direction:column}.vs-customers .vs-customers-content .vs-table-tools .vs-table-tools-titles .vs-table-tools-subtitle,.vs-admin-content .vs-customers-content .vs-table-tools .vs-table-tools-titles .vs-table-tools-subtitle{font-size:.8em;font-weight:400}@media screen and (max-width:768px){.vs-customers .vs-customers-content,.vs-admin-content .vs-customers-content{width:100%}.vs-customers .vs-customers-content .vs-customers-search,.vs-admin-content .vs-customers-content .vs-customers-search{width:100%;max-width:340px}}@media screen and (min-width:768px){.vs-customers .vs-customers-content .vs-customers-search,.vs-admin-content .vs-customers-content .vs-customers-search{width:340px}}.vs-customers .vs-customers-editing,.vs-admin-content .vs-customers-editing{border-bottom:1px solid #e6e6e6!important}.vs-customers .vs-wizard-header,.vs-admin-content .vs-wizard-header{display:flex;justify-content:space-between;padding:20px 30px 0;border-bottom:1px solid var(--border-secondary)}.vs-customers .vs-wizard-header .vs-btn-exit,.vs-admin-content .vs-wizard-header .vs-btn-exit{color:#838383}.vs-customers .vs-wizard-header .vs-btn-exit:hover,.vs-admin-content .vs-wizard-header .vs-btn-exit:hover{cursor:pointer;color:var(--text-link)}.vs-customers .vs-wizard-header span,.vs-admin-content .vs-wizard-header span{display:inline}.vs-customers .vs-wizard-body .vs-wizard-sub,.vs-admin-content .vs-wizard-body .vs-wizard-sub{padding:15px}.vs-customers .vs-wizard-body .vs-wizard-sub:not(:first-child),.vs-admin-content .vs-wizard-body .vs-wizard-sub:not(:first-child){border-top:1px solid #e6e6e6}.vs-customers .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-form-container-header,.vs-admin-content .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-form-container-header{margin-bottom:10px}.vs-customers .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-subtitle,.vs-admin-content .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-subtitle{position:relative;padding:5px 0 15px;font-size:1.2em;font-weight:700;height:55px}.vs-customers .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-subtitle:before,.vs-admin-content .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-subtitle:before{content:"";position:absolute;width:37px;height:6px;top:1.5em;background-color:var(--text-magenta-to-violet)}.vs-customers .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-multiform,.vs-admin-content .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-multiform{display:flex;width:100%}.vs-customers .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-multiform .vs-form-input,.vs-admin-content .vs-wizard-body .vs-wizard-sub .vs-form-container .vs-multiform .vs-form-input{width:100%;flex-grow:1}.vs-customers .vs-wizard-create-customer,.vs-customers .vs-wizard-assign-license,.vs-customers .vs-wizard-list-credential,.vs-admin-content .vs-wizard-create-customer,.vs-admin-content .vs-wizard-assign-license,.vs-admin-content .vs-wizard-list-credential{display:flex;flex-wrap:wrap;flex-direction:column;padding:10px 50px 0}@media screen and (max-width:768px){.vs-customers .vs-wizard-create-customer,.vs-customers .vs-wizard-assign-license,.vs-customers .vs-wizard-list-credential,.vs-admin-content .vs-wizard-create-customer,.vs-admin-content .vs-wizard-assign-license,.vs-admin-content .vs-wizard-list-credential{padding:10px 15px}}.vs-customers .vs-wizard-create-customer .vs-btn-container,.vs-customers .vs-wizard-assign-license .vs-btn-container,.vs-customers .vs-wizard-list-credential .vs-btn-container,.vs-admin-content .vs-wizard-create-customer .vs-btn-container,.vs-admin-content .vs-wizard-assign-license .vs-btn-container,.vs-admin-content .vs-wizard-list-credential .vs-btn-container{width:100%}.vs-customers .vs-wizard-create-customer .vs-input-credential-name,.vs-customers .vs-wizard-assign-license .vs-input-credential-name,.vs-customers .vs-wizard-list-credential .vs-input-credential-name,.vs-admin-content .vs-wizard-create-customer .vs-input-credential-name,.vs-admin-content .vs-wizard-assign-license .vs-input-credential-name,.vs-admin-content .vs-wizard-list-credential .vs-input-credential-name{align-items:center;margin:10px 0}.vs-customers .vs-wizard-create-customer.vs-wizard-edit-license,.vs-customers .vs-wizard-assign-license.vs-wizard-edit-license,.vs-customers .vs-wizard-list-credential.vs-wizard-edit-license,.vs-admin-content .vs-wizard-create-customer.vs-wizard-edit-license,.vs-admin-content .vs-wizard-assign-license.vs-wizard-edit-license,.vs-admin-content .vs-wizard-list-credential.vs-wizard-edit-license{flex-direction:row}.vs-customers .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-customers .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-customers .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-admin-content .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-admin-content .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-admin-content .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content{display:flex;flex-direction:row;width:100%}@media screen and (max-width:768px){.vs-customers .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-customers .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-customers .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-admin-content .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-admin-content .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-admin-content .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content{flex-direction:column-reverse}}.vs-customers .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container,.vs-customers .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container,.vs-customers .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container,.vs-admin-content .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container,.vs-admin-content .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container,.vs-admin-content .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container{flex-grow:1;flex-direction:column;width:auto}.vs-customers .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub,.vs-customers .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub,.vs-customers .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub,.vs-admin-content .vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub,.vs-admin-content .vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub,.vs-admin-content .vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub{display:flex;justify-content:center;align-items:center;flex-grow:1}.vs-customers .vs-customer-form-container,.vs-admin-content .vs-customer-form-container{display:flex;flex-wrap:wrap;justify-content:space-around;width:100%;padding-top:10px}.vs-customers .vs-customer-form-container .vs-form-input,.vs-admin-content .vs-customer-form-container .vs-form-input{flex-grow:1;width:45%;margin:0 10px}.vs-customers .vs-customer-form-container .vs-form-container-sub,.vs-admin-content .vs-customer-form-container .vs-form-container-sub{flex-grow:1}.vs-customers .vs-customer-form-container .vs-form-container-sub .vs-form-input,.vs-admin-content .vs-customer-form-container .vs-form-container-sub .vs-form-input{width:100%;margin:0}@media screen and (min-width:768px){.vs-customers .vs-customer-form-container .vs-form-container-sub,.vs-admin-content .vs-customer-form-container .vs-form-container-sub{width:45%}}@media screen and (max-width:768px){.vs-customers .vs-customer-form-container .vs-form-container-sub,.vs-admin-content .vs-customer-form-container .vs-form-container-sub{padding:5px 7px}}.vs-customers .vs-customer-form-container .vs-form-group:not(:first-child),.vs-admin-content .vs-customer-form-container .vs-form-group:not(:first-child){margin:10px 0}.vs-customers .vs-customer-form-container .vs-form-group .vs-form-group-title,.vs-admin-content .vs-customer-form-container .vs-form-group .vs-form-group-title{display:inline-block;font-weight:700;padding:7px 0}.vs-customers .vs-customer-form-container.vs-customer-form-part,.vs-admin-content .vs-customer-form-container.vs-customer-form-part{border-top:1px solid var(--border-secondary)}.vs-customers .vs-customer-form-container .vs-customer-form-custom,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom{width:100%;display:flex;flex-direction:row;align-items:center}@media screen and (min-width:768px){.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-label,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-label{width:200px}}@media screen and (max-width:768px){.vs-customers .vs-customer-form-container .vs-customer-form-custom,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom{flex-direction:column}.vs-customers .vs-customer-form-container .vs-customer-form-custom.responsive-inline,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom.responsive-inline{flex-direction:row}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content{justify-content:center}}.vs-customers .vs-customer-form-container .vs-customer-form-custom.license-agreement,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom.license-agreement{align-items:flex-start}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-label-agreement,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-label-agreement{width:100%;font-size:12px;margin-left:10px}.vs-customers .vs-customer-form-container .vs-customer-form-custom:not(:last-child),.vs-admin-content .vs-customer-form-container .vs-customer-form-custom:not(:last-child){margin-bottom:15px}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content{width:100%;display:flex;flex-wrap:wrap;align-items:center}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content :first-child,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content :first-child{margin-left:5px}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-select,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-select{margin:10px 0;background-color:transparent;border:1px solid #e6e6e6;transition:all .2s ease;padding:8px 10px;font-size:.875rem;text-align:left;height:40px}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-btn,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-btn{margin:10px 5px}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-customer-date-fields,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-customer-date-fields{width:100%;display:flex;flex-direction:row}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-customer-date-fields .vs-form-input:first-child,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-customer-date-fields .vs-form-input:first-child{margin-left:0}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes{flex-grow:0;width:100%;margin:0}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes .vs-input-mailboxes,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes .vs-input-mailboxes{width:125px}.vs-customers .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes .vs-error,.vs-admin-content .vs-customer-form-container .vs-customer-form-custom .vs-customer-form-custom-content .vs-form-mailboxes .vs-error{margin:10px 0 0 10px}.vs-customers .vs-tenantid,.vs-admin-content .vs-tenantid{margin-bottom:20px}.vs-customers .vs-license-info,.vs-admin-content .vs-license-info{background-color:#f3f3f3;border:1px solid #e6e6e6}.vs-customers .vs-license-info .vs-license-info-title,.vs-admin-content .vs-license-info .vs-license-info-title{font-weight:700;font-size:1.1em;border-bottom:1px solid #e6e6e6;background-color:#fff;color:#69a2f4;padding:7px}.vs-customers .vs-license-info .vs-license-info-elt,.vs-admin-content .vs-license-info .vs-license-info-elt{display:flex;flex-direction:row;padding:7px}.vs-customers .vs-license-info .vs-license-info-elt .vs-license-info-elt-label,.vs-admin-content .vs-license-info .vs-license-info-elt .vs-license-info-elt-label{min-width:200px}.vs-customers .vs-license-info .vs-license-info-elt .vs-license-info-elt-value,.vs-admin-content .vs-license-info .vs-license-info-elt .vs-license-info-elt-value{flex-grow:1;text-align:center}.vs-customers .vs-customers-title,.vs-admin-content .vs-customers-title{display:flex;justify-content:flex-start;align-items:flex-start}.vs-customers .vs-customers-title .vs-btn,.vs-admin-content .vs-customers-title .vs-btn{margin-top:-10px;margin-left:25px}.vs-customers .vs-no-customers,.vs-admin-content .vs-no-customers{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;background-color:var(--background-transparent)}.vs-customers .vs-no-customers .vs-no-customers-content,.vs-admin-content .vs-no-customers .vs-no-customers-content{margin:auto 40px}.vs-customers .vs-no-customers .vs-no-customers-content .vs-no-customers-title,.vs-admin-content .vs-no-customers .vs-no-customers-content .vs-no-customers-title{color:var(--text-primary);font-size:1.5em;font-weight:700}.vs-customers .vs-no-customers .vs-no-customers-content .vs-no-customers-title:not(:only-child),.vs-admin-content .vs-no-customers .vs-no-customers-content .vs-no-customers-title:not(:only-child){margin-bottom:20px}.vs-customers .vs-no-customers .vs-no-customers-content .vs-no-customers-actions,.vs-admin-content .vs-no-customers .vs-no-customers-content .vs-no-customers-actions{display:flex;align-items:flex-start}.vs-customers .vs-no-customers .vs-no-customers-content .vs-no-customers-actions button,.vs-admin-content .vs-no-customers .vs-no-customers-content .vs-no-customers-actions button{min-height:46px}.vs-customers .vs-no-customers .vs-no-customers-content .vs-no-customers-actions button:not(:last-child),.vs-admin-content .vs-no-customers .vs-no-customers-content .vs-no-customers-actions button:not(:last-child){margin-right:20px}.vs-customers .vs-no-customers .vs-no-customers-animation,.vs-admin-content .vs-no-customers .vs-no-customers-animation{display:flex;height:100%;min-width:250px;margin:auto 40px;justify-content:center;align-items:center}.vs-customers .vs-no-customers .vs-no-customers-animation img,.vs-admin-content .vs-no-customers .vs-no-customers-animation img{height:80%;max-height:200px}@media screen and (max-width:1200px){.vs-customers .vs-no-customers,.vs-admin-content .vs-no-customers{flex-direction:column}.vs-customers .vs-no-customers .vs-no-customers-content,.vs-admin-content .vs-no-customers .vs-no-customers-content{margin-top:32px}.vs-customers .vs-no-customers .vs-no-customers-animation,.vs-admin-content .vs-no-customers .vs-no-customers-animation{max-height:200px}.vs-customers .vs-no-customers .vs-no-customers-animation img,.vs-admin-content .vs-no-customers .vs-no-customers-animation img{height:200px}.vs-customers .vs-no-customers .vs-no-customers-content,.vs-admin-content .vs-no-customers .vs-no-customers-content{margin:40px 20px 0}.vs-customers .vs-no-customers .vs-no-customers-animation,.vs-admin-content .vs-no-customers .vs-no-customers-animation{margin:20px}}@media screen and (max-width:768px){.vs-customers .vs-wizard-partner-in,.vs-admin-content .vs-wizard-partner-in{max-width:100vw;padding-bottom:20px}.vs-customers .vs-wizard-partner-in .vs-form-container-sub,.vs-admin-content .vs-wizard-partner-in .vs-form-container-sub{margin-right:0!important}.vs-customers .vs-wizard-partner-in .vs-customer-form-custom,.vs-admin-content .vs-wizard-partner-in .vs-customer-form-custom{display:flex;flex-direction:column;justify-content:center;align-items:center}.vs-customers .vs-wizard-partner-in .vs-customer-form-custom .vs-customer-form-custom-content,.vs-admin-content .vs-wizard-partner-in .vs-customer-form-custom .vs-customer-form-custom-content{justify-content:center}.vs-customers .vs-wizard-partner-in .vs-customer-form-custom .vs-customer-form-custom-content button,.vs-admin-content .vs-wizard-partner-in .vs-customer-form-custom .vs-customer-form-custom-content button{margin:5px}}.vs-customers .vs-state-container,.vs-admin-content .vs-state-container{display:flex;justify-content:flex-start;align-items:center}.vs-customers .vs-state-container .vs-state,.vs-admin-content .vs-state-container .vs-state{width:15px;height:15px;display:inline-block;border-radius:17px;margin-right:5px}.vs-customers .vs-state-container .vs-state.vs-state-green,.vs-admin-content .vs-state-container .vs-state.vs-state-green{background-color:#25d033}.vs-customers .vs-state-container .vs-state.vs-state-red,.vs-admin-content .vs-state-container .vs-state.vs-state-red{background-color:#d61f29}.vs-customers .vs-state-container .vs-state.vs-state-grey,.vs-admin-content .vs-state-container .vs-state.vs-state-grey{background-color:#f0efeb}.vs-customers .vs-state-container .vs-state.vs-state-blue,.vs-admin-content .vs-state-container .vs-state.vs-state-blue{background-color:#69a2f4}.vs-customers .vs-state-container .vs-state.vs-state-orange,.vs-admin-content .vs-state-container .vs-state.vs-state-orange{background-color:#f0932b}.vs-customers .vs-customer-header,.vs-admin-content .vs-customer-header{display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid var(--border-secondary)}.vs-customers .vs-customer-header .vs-customer-row,.vs-admin-content .vs-customer-header .vs-customer-row{display:flex}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt{display:flex;align-items:flex-start;padding-top:10px}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt.vs-customer-brand,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt.vs-customer-brand{display:flex;padding:10px 0}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt.vs-customer-brand div,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt.vs-customer-brand div{margin-left:15px}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt.vs-customer-brand .vs-customer-brand,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt.vs-customer-brand .vs-customer-brand{flex-grow:1;padding-left:15px}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-link,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-link{display:flex;align-items:center;color:#69a2f4;font-size:.8em}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-link i,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-link i{padding-right:5px}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-link span:hover,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-link span:hover{cursor:pointer;text-decoration:underline}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt .vs-btn-full-height,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt .vs-btn-full-height{height:100%;margin:15px}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt.vs-flex-grow,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt.vs-flex-grow{flex-grow:1}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-brand,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-elt .vs-customer-brand{padding-top:5px;font-size:1.9em;font-weight:700}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-nav,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-nav{display:flex;align-items:flex-end;margin:0 15px}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-nav .vs-customer-nav-elt,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-nav .vs-customer-nav-elt{display:flex;align-items:flex-end;padding:0 20px;font-size:1.4em;border-top:1px solid transparent;border-left:1px solid transparent;border-right:1px solid transparent;margin-bottom:-1px;transition:all .2s ease}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-nav .vs-customer-nav-elt.active,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-nav .vs-customer-nav-elt.active{border-collapse:collapse;border-right:1px solid var(--border-magenta);border-top:1px solid var(--border-magenta);border-left:1px solid var(--border-magenta);background-color:var(--background-tertiary);color:var(--text-magenta)}.vs-customers .vs-customer-header .vs-customer-row .vs-customer-nav .vs-customer-nav-elt:hover,.vs-admin-content .vs-customer-header .vs-customer-row .vs-customer-nav .vs-customer-nav-elt:hover{cursor:pointer;color:var(--text-magenta)}.vs-customers .vs-customer-header .vs-customer-col,.vs-admin-content .vs-customer-header .vs-customer-col{flex-direction:column}.vs-customers .vs-customer-header .vs-btn-exit,.vs-admin-content .vs-customer-header .vs-btn-exit{padding:15px}.vs-customers .vs-customer-header .vs-btn-exit:hover,.vs-admin-content .vs-customer-header .vs-btn-exit:hover{color:var(--text-link);cursor:pointer}@media screen and (max-width:768px){.vs-customers .vs-customer-header,.vs-admin-content .vs-customer-header{margin-top:15px}}@media screen and (min-width:768px){.vs-customers .vs-customer-header,.vs-admin-content .vs-customer-header{height:119px}}.vs-customers .vs-licenses-list .vs-customers-table>tbody>tr:last-child>td,.vs-admin-content .vs-licenses-list .vs-customers-table>tbody>tr:last-child>td{border-bottom:none}.vs-customers .vs-licenses-container,.vs-admin-content .vs-licenses-container{display:flex;flex-wrap:wrap;flex-direction:column}.vs-customers .vs-licenses-container .vs-licenses-card-header,.vs-admin-content .vs-licenses-container .vs-licenses-card-header{display:flex;padding:20px 20px 0}.vs-customers .vs-licenses-container .vs-licenses-card-header .vs-licenses-add-btn-container,.vs-admin-content .vs-licenses-container .vs-licenses-card-header .vs-licenses-add-btn-container{display:flex;flex-grow:1;align-items:flex-end;justify-content:flex-end}.vs-customers .vs-licenses-container .vs-licenses-cards,.vs-admin-content .vs-licenses-container .vs-licenses-cards{display:flex;flex-wrap:wrap;justify-content:flex-start}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card{display:flex;flex-direction:column;box-shadow:0 4px 6px #00000014;margin:10px;transition:all .2s ease}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card:hover,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card:hover{box-shadow:0 6px 8px #0000004d}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title{background-color:#fff;color:#b0cef9;flex-grow:1;text-align:center;font-size:1.3em;padding:8px;background-color:#666;color:#fff;border-bottom:1px solid #e6e6e6}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title.border-green,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title.border-green{border-color:#25d033}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title.border-red,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title.border-red{border-color:#d61f29}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title.border-blue,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title.border-blue{border-color:#69a2f4}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state{width:17px;height:17px;display:inline-block;border-radius:17px;margin-right:5px}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-green,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-green{background-color:#25d033}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-red,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-red{background-color:#d61f29}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-grey,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-grey{background-color:#f0efeb}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-blue,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-title .vs-licenses-card-title-state .vs-state.vs-state-blue{background-color:#69a2f4}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content{display:flex;flex-direction:column;background-color:#f2f2f266}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt{display:flex;flex-direction:column;align-items:flex-start;padding:7px}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt .vs-card-elt,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt .vs-card-elt{font-size:1.1em}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt .vs-card-elt-legend,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt .vs-card-elt-legend{font-size:.8em;color:lighter(#333,20%)}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt.vs-licenses-card-content-elt-sb,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-content-elt.vs-licenses-card-content-elt-sb{flex-direction:row;justify-content:space-between}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons{display:flex;background-color:#fff}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn{padding:7px;text-align:center;flex-grow:1;border-top:1px solid #e6e6e6;transition:all .2s ease}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:not(:first-child),.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:not(:first-child){border-left:1px solid #e6e6e6}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:not(:last-child),.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:not(:last-child){border-right:1px solid #e6e6e6}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:hover,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:hover{cursor:pointer;border-color:#69a2f4;background-color:#69a2f4;color:#fff}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:hover.vs-card-btn-hover-red,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn:hover.vs-card-btn-hover-red{background-color:#e75a62;border-color:#e75a62;color:#fff}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-green,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-green{color:#25d033}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-green:hover,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-green:hover{background-color:#5fe36a;border-color:#5fe36a;color:#fff}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-red,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-red{color:#d61f29}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-red:hover,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-red:hover{background-color:#e75a62;border-color:#e75a62;color:#fff}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-disabled,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-disabled{color:#fff;background-color:#e6e6e6;cursor:inherit}.vs-customers .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-disabled:hover,.vs-admin-content .vs-licenses-container .vs-licenses-cards .vs-licenses-card .vs-licenses-card-content .vs-licenses-card-buttons .vs-licenses-card-btn.vs-card-btn-disabled:hover{color:#fff;background-color:#e6e6e6;border-color:transparent;cursor:inherit}.vs-customers .vs-licenses-auto,.vs-admin-content .vs-licenses-auto{font-size:.9em;padding-left:4px}.vs-customers .vs-customer-product,.vs-admin-content .vs-customer-product{display:inline-block;font-size:.8em;padding:2px 4px!important;border-radius:2px;background-color:#b4d1fa;color:#fff;margin-right:7px;border:1px solid transparent}.vs-customers .vs-customer-product:last-child,.vs-customers .vs-customer-product:only-child,.vs-admin-content .vs-customer-product:last-child,.vs-admin-content .vs-customer-product:only-child{margin-right:0}.vs-customers .vs-customer-product.none,.vs-admin-content .vs-customer-product.none{color:#fff;background-color:#b4d1fa}.vs-customers .vs-customer-product.years,.vs-admin-content .vs-customer-product.years{color:#fff;background-color:#5482c3}.vs-customers .vs-customer-product.months,.vs-admin-content .vs-customer-product.months{color:#fff;background-color:#69a2f4}.vs-customers .vs-customer-product.nfr,.vs-admin-content .vs-customer-product.nfr{color:#f0932b;background-color:#fff;border:1px solid #f0932b}.vs-customers .vs-customer-product.days,.vs-admin-content .vs-customer-product.days{color:#fff;background-color:#78abf5}.vs-customers .vs-customer-product.dsp,.vs-admin-content .vs-customer-product.dsp{color:#3f6192;background-color:#fff;border:1px solid #3F6192}.vs-customers .user-group-container,.vs-admin-content .user-group-container{align-items:flex-start!important;margin-top:5px}.vs-customers .user-group-container .user-group-info,.vs-admin-content .user-group-container .user-group-info{display:flex}.vs-customers .user-group-error,.vs-admin-content .user-group-error{min-height:60px}.vs-customers .user-group-message,.vs-admin-content .user-group-message{margin-top:16px;color:#ba0000}.vs-customers .user-group-message div,.vs-customers .user-group-message a,.vs-admin-content .user-group-message div,.vs-admin-content .user-group-message a{margin-left:10px}.vs-customers .user-group-loading,.vs-admin-content .user-group-loading{display:flex;justify-content:flex-start;align-items:center;width:100%;height:60px;border-radius:4px;padding:7px}.vs-customers .user-group-loading i.fa,.vs-admin-content .user-group-loading i.fa{color:#69a2f4;margin-right:10px}.vs-customers .user-group-icons,.vs-admin-content .user-group-icons{display:flex;justify-content:space-between;align-items:center;width:65px;flex-wrap:wrap;margin:0 30px}.vs-customers .user-group-icons .user-group-icon>.icon,.vs-admin-content .user-group-icons .user-group-icon>.icon{font-size:28px;color:#b8b8b8}.vs-customers .user-group-icons .user-group-icon>.icon.red,.vs-admin-content .user-group-icons .user-group-icon>.icon.red{color:#ba0000}.vs-customers .user-group-icons .user-group-icon>.icon.green,.vs-admin-content .user-group-icons .user-group-icon>.icon.green{color:#25d033}.vs-admin-footer{display:flex;align-items:flex-start;width:85%;margin-bottom:15px}.vs-admin-footer .vs-table-items{font-size:.9em}.vs-admin-footer .paginate-links{margin:0 0 0 auto}@media screen and (max-width:768px){.vs-admin-footer{padding-top:10px;flex-direction:column}}.vs-admin-header{margin-top:20px;padding:10px 0;display:flex;justify-content:center}.vs-admin-header .list{flex-grow:0!important;margin-top:0!important;padding:0!important;width:90%}.vs-admin-content{margin-left:0!important}.vs-admin-content .vs-customers-content{margin-top:0}.vs-admin-content .credential-table{border:medium none;margin-top:0;margin-bottom:0;padding:0;border-top:1px solid #e6e6e6}.vs-admin-content .credential-table .log-detail-fields{margin:10px 0}.vs-admin-content .credential-table .vs-form-group .vs-form-group-title{display:inline-block;font-weight:700;padding:7px 0}.vs-admin-content .credential-table td{word-break:break-all}.vs-admin-content .fixed-header tbody{display:block;max-height:160px;overflow-y:scroll}.vs-admin-content .fixed-header thead,.vs-admin-content .fixed-header tbody tr{display:table;width:100%;table-layout:fixed}.vs-admin-content .vs-admin-content-header{display:flex;align-items:center;padding:15px 30px;border-bottom:1px solid #e6e6e6}.vs-admin-content .vs-admin-content-header .vs-title{font-size:1.6em;font-weight:700;margin-bottom:0}.vs-admin-content .vs-admin-content-header .vs-admin-content-actions{display:flex;flex-wrap:wrap}.vs-admin-content .vs-admin-content-body{display:flex;flex-direction:column;justify-content:flex-start}.vs-admin-content .vs-admin-content-body .vs-admin-content-block{min-width:250px;margin:10px 30px}.vs-admin-content .vs-admin-content-body .vs-admin-content-block.vs-admin-body-block-coloured{padding:10px;box-shadow:0 4px 6px #00000014;border:1px solid #e6e6e6;border-radius:4px;background-color:var(--background-tertiary-alt);overflow-x:auto}.vs-admin-content .vs-admin-content-body .vs-admin-content-block.vs-admin-content-block-flex-column{display:flex;flex-direction:column;justify-content:flex-start}.vs-admin-content .vs-admin-content-body .vs-admin-content-block .vs-label{display:inline-block;min-width:100px;font-size:.8em;padding:4px;margin-bottom:4px}.vs-admin-content .vs-table-tools{padding-bottom:30.5px!important}.vs-admin-content .vs-table-tools .vs-table-tools-row{align-items:center}.vs-admin-content .vs-customers-table .black:hover{color:#d61f29}.vs-admin-content .vs-form-input{display:flex}.vs-admin-content .vs-form-input textarea{width:100%;padding:7px 5px}.vs-admin-content .vs-form-input textarea:focus{border:1px solid #D61F29}.vs-admin-content .vs-form-container-column{display:flex;flex-direction:column}.vs-admin-row{flex-direction:row;align-items:flex-start;justify-content:center;align-content:flex-start}.vs-admin-row .vs-company-sidebar{display:flex;flex-direction:column;padding:0 30px 30px;width:450px}.vs-admin-row .vs-company-sidebar .vs-company-info{width:100%;margin-bottom:32px}.vs-admin-row .vs-company-sidebar .vs-company-info .vs-admin-content-header{flex-wrap:wrap}.vs-admin-row .vs-company-sidebar .vs-company-info .vs-admin-content-header .vs-admin-content-actions{display:flex;flex-wrap:wrap;width:100%}.vs-admin-row .vs-company-sidebar .vs-company-info .vs-admin-content-header .vs-admin-content-actions>span{display:flex;align-items:center;margin:0 5px}.vs-admin-row .vs-company-sidebar .vs-company-info .vs-admin-content-header .vs-admin-content-actions>span i{margin-right:5px}.vs-admin-row .vs-company-sidebar .vs-company-info .vs-admin-content-header .vs-admin-content-actions>span i.far{color:var(--text-link)}.vs-admin-row .vs-company-sidebar .vs-company-info .vs-admin-content-header .vs-admin-content-actions>span .label-new{margin-left:5px}.vs-admin-row .vs-company-sidebar .vs-company-logo{display:flex;justify-content:center;width:100%;max-height:125px;margin:30px 0}.vs-admin-row .vs-company-sidebar .vs-company-logo img{display:block;max-width:250px;max-height:125px;width:auto;height:auto}@media screen and (max-width:768px){.vs-admin-row .vs-company-sidebar{width:100%;padding:10px}}@media screen and (min-width:980px){.vs-admin-row .vs-company-sidebar.reseller-admin{min-width:500px}}@media screen and (min-width:980px){.vs-admin-row{flex-wrap:wrap;padding-top:50px}.vs-admin-row.padding-lat{padding-left:25px;padding-right:25px}}@media screen and (max-width:980px){.vs-admin-row{flex-wrap:wrap}.vs-admin-row>div{margin:25px 0}}.vs-admin-list{display:flex;flex-direction:column;width:auto;align-items:center}.vs-admin-list .vs-customers-content{width:100%}.vs-admin-list .vs-admin-footer{width:95%}.vs-admin-list.vs-companies .vs-select{width:160px}@media screen and (max-width:1440px){.vs-admin-list.vs-companies{max-width:800px;flex-grow:1}.vs-admin-list.vs-companies .vs-form-input-search{width:320px}}@media screen and (min-width:1440px){.vs-admin-list.vs-companies{width:910px;flex-grow:1}}@media screen and (min-width:1600px){.vs-admin-list.vs-companies{max-width:1180px;flex-grow:1}}.vs-link{cursor:pointer;color:var(--text-link)}.vs-link.uncoloured{color:var(--text-primary)}.vs-link:hover,.vs-link:focus{color:var(--text-link);text-decoration:underline}.vs-link.darkgrey{color:#838383}.vs-link.green{color:#25d033}.vs-link.dots{padding:5px 7px;border:1px solid transparent;border-radius:3px;transition:all .2s ease}.vs-link.dots:hover{border-color:#e6e6e6;background-color:#f3f3f3}.vs-link-hover:hover{cursor:pointer;text-decoration:underline}.vs-link-hover:hover.blue{color:#69a2f4}.vs-wizard-header{display:flex;justify-content:space-between;padding:20px 30px 0;border-bottom:1px solid var(--border-secondary)}.vs-wizard-header .vs-btn-exit{color:#838383}.vs-wizard-header .vs-btn-exit:hover{cursor:pointer;color:var(--text-link)}.vs-wizard-header span{display:inline}.vs-wizard-body .vs-wizard-sub{padding:15px}.vs-wizard-body .vs-wizard-sub:not(:first-child){border-top:1px solid #e6e6e6}.vs-wizard-body .vs-wizard-sub .vs-form-container .vs-form-container-header{margin-bottom:10px}.vs-wizard-body .vs-wizard-sub .vs-form-container .vs-subtitle{position:relative;padding:5px 0 15px;font-size:1.2em;font-weight:700;height:55px}.vs-wizard-body .vs-wizard-sub .vs-form-container .vs-subtitle:before{content:"";position:absolute;width:37px;height:6px;top:1.5em;background-color:var(--text-magenta-to-violet)}.vs-wizard-body .vs-wizard-sub .vs-form-container .vs-multiform{display:flex;width:100%}.vs-wizard-body .vs-wizard-sub .vs-form-container .vs-multiform .vs-form-input{width:100%;flex-grow:1}.vs-wizard-create-customer,.vs-wizard-assign-license,.vs-wizard-list-credential{display:flex;flex-wrap:wrap;flex-direction:column;padding:10px 50px 0}@media screen and (max-width:768px){.vs-wizard-create-customer,.vs-wizard-assign-license,.vs-wizard-list-credential{padding:10px 15px}}.vs-wizard-create-customer .vs-btn-container,.vs-wizard-assign-license .vs-btn-container,.vs-wizard-list-credential .vs-btn-container{width:100%}.vs-wizard-create-customer .vs-input-credential-name,.vs-wizard-assign-license .vs-input-credential-name,.vs-wizard-list-credential .vs-input-credential-name{align-items:center;margin:10px 0}.vs-wizard-create-customer.vs-wizard-edit-license,.vs-wizard-assign-license.vs-wizard-edit-license,.vs-wizard-list-credential.vs-wizard-edit-license{flex-direction:row}.vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content{display:flex;flex-direction:row;width:100%}@media screen and (max-width:768px){.vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content,.vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content{flex-direction:column-reverse}}.vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container,.vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container,.vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-customer-form-container{flex-grow:1;flex-direction:column;width:auto}.vs-wizard-create-customer.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub,.vs-wizard-assign-license.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub,.vs-wizard-list-credential.vs-wizard-edit-license .vs-wizard-edit-license-content .vs-wizard-sub{display:flex;justify-content:center;align-items:center;flex-grow:1}.vs-modal{padding:0}.vs-modal .vs-modal-header{display:flex;justify-content:space-between;padding:20px 20px 0 30px;border-bottom:1px solid var(--border-secondary)}.vs-modal .vs-modal-header .vs-ch-close{cursor:pointer;position:absolute;right:-8px;top:-8px}.vs-modal .vs-modal-header .vs-ch-close:hover{color:var(--text-red);transition:all .2s ease}.vs-modal .vs-modal-header .vs-btn-exit{color:#838383}.vs-modal .vs-modal-header .vs-btn-exit:hover{cursor:pointer;color:var(--text-link)}.vs-modal .vs-modal-header span{display:inline}.vs-modal .vs-modal-header :last-child{margin-left:15px}.vs-modal .vs-modal-body{display:flex;flex-direction:column;padding:20px 25px;font-size:.875rem;line-height:1rem}.vs-modal .vs-modal-footer .vs-btn-container{padding:15px 20px;border-top:1px solid var(--border-secondary);justify-content:space-between;align-items:center}.vs-modal .vs-modal-footer .vs-btn-container .vs-btn:not(.vs-btn-border-grey){box-shadow:0 1px 3px #0003;transition:all .2s ease}.vs-modal .vs-modal-footer .vs-btn-container .vs-btn:not(.vs-btn-border-grey):active{box-shadow:none}.td-action{width:100px}.breadcrumb-trail{padding:10px 40px}.breadcrumb-trail i{padding:0 16px}.model-list-select{min-width:250px}.model-list-select .ui.selection.dropdown{border:1px solid var(--border-secondary);padding:8px 10px;background-color:var(--background-input);border-radius:3px;color:var(--text-primary);height:40px;display:flex;align-items:center}.model-list-select .ui.selection.dropdown.active,.model-list-select .ui.selection.dropdown.active .menu,.model-list-select .ui.selection.dropdown:hover,.model-list-select .ui.selection.dropdown:hover .menu{border:1px solid var(--border-secondary)!important;box-shadow:none!important}.model-list-select .search{color:var(--text-primary)!important}.model-list-select .menu .item{background-color:var(--background-secondary)!important;border:none!important;color:var(--text-primary)!important}.model-list-select .menu .item.selected{cursor:pointer!important;background-color:var(--background-grey-to-dark)!important}.protection-tooltip-dashboard{font-size:12px;padding:10px!important;max-width:500px!important;text-align:left!important;background-color:#333333e6;box-shadow:0 4px 6px #0003;color:#fff}.protection-tooltip-dashboard:after{border-color:transparent transparent #e4e4e4 transparent!important;box-shadow:0 4px 6px #0003}.hover{cursor:pointer}.vs-duration-btn,.vs-users-btn{border:2px solid #25D033!important;background-color:#5fe36a!important;color:#fff!important}.vs-duration-btn.orange,.vs-users-btn.orange{background-color:#f5b772;border:2px solid #f0932b}.vs-table-filters{background-color:var(--background-tertiary-alt);border-bottom:1px solid var(--border-secondary)}.vs-table-filters.bg-white{background-color:var(--background-tertiary-alt)}.vs-table-filters .vs-table-filters-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:150px;top:0;background-color:#0009;text-align:center}.vs-table-filters .vs-table-filters-loading .vs-no-customers-title{color:#fff;font-size:1.5em;font-weight:700}.section-error{background-color:var(--text-red);padding:10px 25px;color:#fff;font-size:14px}.switch{text-align:left;display:inline-block}.cmn-toggle{margin-left:-9999px;position:absolute;visibility:hidden}.cmn-toggle+label{border-radius:3px;cursor:pointer;display:block;height:26px;outline:medium none;margin:0;padding:2px;position:relative;width:48px}.switch.align-center .cmn-toggle+label{margin:0}.switch.align-right .cmn-toggle+label{margin:0 0 0 auto!important}.cmn-toggle+label:before,.cmn-toggle+label:after{bottom:1px;content:"";display:block;left:1px;position:absolute;top:1px}.cmn-toggle+label:before{background-color:#d5dadf;border-radius:15px;padding:1px 0 0 9px;right:2px;-webkit-transition:background .4s ease 0s;-o-transition:background .4s ease 0s;transition:background .4s ease 0s}.cmn-toggle.AR-toggle+label:before,.cmn-toggle.AR-toggle-reverse:checked+label:before{background-color:#d61f29}.cmn-toggle+label:after{background-color:#fff;border-radius:50%;height:18px;line-height:18px;margin-left:3px;margin-top:3px;padding:0 0 0 3px;-webkit-transition:margin .2s ease-in-out 0s;-o-transition:margin .2s ease-in-out 0s;transition:margin .2s ease-in-out 0s;width:18px}.cmn-toggle:checked+label:before{background-color:#62be7f}.cmn-toggle[disabled]+label:before{background-color:#d5dadf;cursor:not-allowed}.cmn-toggle[disabled]+label:after{cursor:not-allowed}.cmn-toggle:checked+label:after{margin-left:24px}.sw-label{float:left;margin:3px 0 0 75px}.switch.align-right .sw-label{float:left;margin:3px 0 0 60px}.info-tooltip{font-size:12px;background:var(--background-tertiary-alt)!important;color:var(--text-primary)!important;font-family:proxima-nova,Helvetica,Arial,sans-serif!important;box-shadow:0 4px 6px #0003;padding:10px!important;max-width:500px!important;text-align:left!important}.info-tooltip:after{border-color:transparent transparent #e4e4e4 transparent!important}.per-page{white-space:nowrap;padding:0 5px}.no-wrap{white-space:nowrap}#beamerSelector{display:none}.admin{--fa-primary-color: var(--text-link);--fa-secondary-color: var(--text-link)}.admin-pending{--fa-primary-color: var(--text-link);--fa-secondary-color: var(--text-link);opacity:.4}.admin-expired{--fa-primary-color: var(--text-link);--fa-secondary-color: var(--text-link);color:var(--text-link);opacity:.4}.exponent{font-size:10px;font-weight:700;position:absolute;margin-left:6px;white-space:nowrap}.exponent.mangenta-revert{color:var(--text-magenta-to-violet)}.exponent.xl{font-size:15px}.color-label{font-weight:700;color:#8a8ea8}.color-label.messagetype_forum,.color-label.messagetype_legitimate{color:#2ad563}.color-label.messagetype_alert,.color-label.messagetype_spam_high,.color-label.messagetype_threats{color:#eb1414}.color-label.messagetype_white,.color-label.messagetype_mailing-list,.color-label.messagetype_spam_low{color:#8a8ea8}.color-label.messagetype_scam,.color-label.messagetype_black{color:var(--text-primary)}.color-label.messagetype_virus{color:#ff8a00}.color-label.messagetype_notification,.color-label.messagetype_bounce{color:#995200}.color-label.messagetype_community,.color-label.messagetype_other-transactional,.color-label.messagetype_social{color:#32cdcd}.color-label.messagetype_advertising{color:#f0a}.color-label.messagetype_finance,.color-label.messagetype_purchase{color:#c7a005}.color-label.messagetype_phishing,.color-label.messagetype_phishings{color:#f9c806}.color-label.messagetype_spear_phishing,.color-label.spear_phishing{color:#ff5c00}.color-label.messagetype_spf,.color-label.messagetype_dkim,.color-label.messagetype_size,.color-label.messagetype_travel,.color-label.messagetype_mime{color:#ad37fb}.color-label.other-community,.color-label.messagetype_spam_medium,.color-label.graymail{color:#07f}
