body{background-color:#131621;color:#f5f5f5;font-family:Poppins,sans-serif;overflow:hidden}#root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 800px){#root{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.form-container{width:100%}.form-container .label{text-transform:uppercase;font-size:.8em;color:#9ca0a7}.form-container .input{width:calc(100% - 30px);background-color:#181b25;outline:1px solid #3c3e46;border-radius:5px;padding:10px 15px;-webkit-transition:.3s;transition:.3s}.form-container .input:hover{background-color:#1f222b;outline:1px solid #54565c}.form-container .input:focus{background-color:#2f375c;outline:1px solid #54565c}.form-container .input::-webkit-scrollbar{width:8px}.form-container .input::-webkit-scrollbar-track{background:#0c0f19}.form-container .input::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}.form-container .select{width:calc(100% - 30px);background-color:#181b25;outline:1px solid #3c3e46;border-radius:5px;padding:10px 15px;color:#fff;-webkit-transition:.3s;transition:.3s;border:none}.form-container .select:hover{background-color:#1f222b;outline:1px solid #54565c}.form-container .select:focus{background-color:#2f375c;outline:1px solid #54565c}.form-container .select option{padding:10px 15px;background-color:#1d233a}.form-container .button{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;font-size:1.1em;border-radius:5px;padding:10px 15px;-webkit-transition:.3s;transition:.3s}.form-container .button:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.form-container .button.red{background-color:#691e1e}.form-container .button.purple{background-color:#691e59}.form-container .button.green{background-color:#14a37f}.form-container .button.orange{background-color:#9b4811}.form-container .button.blue{background-color:#1538a1}.form-container .button.dark{background-color:#1f222b}.leftbar{width:240px;max-width:240px;min-width:240px;height:100vh;background-color:#1b2033;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 800px){.leftbar{display:none!important}}.leftbar .leftbar-content{width:100%;height:100%}.leftbar .leftbar-content .leftbar-logo{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#0c0f19;padding:20px 0}.leftbar .leftbar-content .leftbar-logo .logo-text{color:#ffffffe6;font-size:2em;font-family:CuteDino,sans-serif!important;background:#83276f;background:-webkit-gradient(linear,right top,left top,color-stop(40%,#83276f),color-stop(60%,#18C398));background:linear-gradient(to left,#83276f 40%,#18c398 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:2px 2px 10px rgba(50,50,50,.4)}.leftbar .leftbar-content .leftbar-logo .logo-text img{position:relative;top:-5px;width:20px;height:20px}.leftbar .leftbar-content .leftbar-menu{width:100%;height:100%}.leftbar .leftbar-content .leftbar-menu .leftbar-header{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.leftbar .leftbar-content .leftbar-menu .leftbar-header .leftbar-nav{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:1.2em}.leftbar .leftbar-content .leftbar-menu .leftbar-header .leftbar-nav .navBtn{width:100%;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.leftbar .leftbar-content .leftbar-menu .leftbar-header .leftbar-nav .navBtn.active{background-color:#282d3f}.leftbar .leftbar-content .leftbar-menu .leftbar-header .leftbar-nav .navBtn .navBtn-icon{width:20px;height:20px;margin:0 15px}.leftbar .leftbar-content .leftbar-menu .leftbar-header .leftbar-nav .navBtn .navBtn-text{width:100%;height:100%;font-size:.85em}.leftbar .leftbar-content .leftbar-menu .leftbar-footer,.auth-btns{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.sign-in{position:relative;top:-25px;background-color:#fff;color:#000;width:calc(100% - 40px);height:30px;padding:10px;border-radius:10px;outline:1px solid rgba(255,255,255,.25);-webkit-transition:.2s;transition:.2s;font-size:.9em}.sign-in:hover{background-color:#002800;color:#fff;outline:1px solid green}.sign-in img{width:20px;height:20px}.user-panel{width:100%;height:80px;background-color:#14192d;color:#fff;padding:10px}.user-panel .user-details{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}.user-panel .user-details .user-photo{position:relative;width:32px!important;height:32px!important;border-radius:50%;border:1px solid rgba(255,255,255,.4)}.user-panel .user-info{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}.user-panel .user-info .user-name{font-size:.85em;font-weight:700}.user-panel .user-info .user-name.user{color:#f5f5f5}.user-panel .user-info .user-name.admin{color:#fc1694}.user-panel .user-info .user-role{font-size:.65em;color:#ffffffbf}.panel-btns{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}.panel-btns .panel-btn{font-size:1.5em;color:#ffffff80}.panel-btns .sign-out-btn:hover{color:#cd5c5c}main{width:100%;height:100vh;min-height:100vh}main .main-content{width:100%;height:100vh;padding:10px 0}@media (max-width: 800px){main .main-content{padding:0!important}}.landing-page{position:relative;top:-15px;width:100%;height:calc(100vh + 5px);min-height:calc(100vh + 5px);max-height:calc(100vh + 5px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.landing-page .text-container{width:100%;height:100%;background-color:#0c0f198c;position:absolute;z-index:2}.landing-page .text-container .rlogo{position:absolute;bottom:20px;right:20px;width:40px}.landing-page .text-container .text-content{position:relative;top:-50px;padding:60px;border-radius:50%}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.landing-page .text-container .text-content{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}}.landing-page .text-container .text-content .title{-webkit-filter:drop-shadow(0 0 75px #070707);filter:drop-shadow(0 0 75px #070707);color:#ffffffe6;font-size:8em;font-weight:700;font-family:CuteDino,sans-serif!important;background:#83276f;background:-webkit-gradient(linear,right top,left top,color-stop(40%,#83276f),color-stop(60%,#18C398));background:linear-gradient(to left,#83276f 40%,#18c398 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:2px 2px 10px rgba(50,50,50,.4);-webkit-animation:lavaLamp 5s infinite linear;animation:lavaLamp 5s infinite linear}@-webkit-keyframes lavaLamp{0%,to{-webkit-filter:drop-shadow(0 0 75px #490d3c);filter:drop-shadow(0 0 75px #490d3c)}50%{-webkit-filter:drop-shadow(0 0 75px #0c4b3b);filter:drop-shadow(0 0 75px #0c4b3b)}}@keyframes lavaLamp{0%,to{-webkit-filter:drop-shadow(0 0 75px #490d3c);filter:drop-shadow(0 0 75px #490d3c)}50%{-webkit-filter:drop-shadow(0 0 75px #0c4b3b);filter:drop-shadow(0 0 75px #0c4b3b)}}@media (max-width: 800px){.landing-page .text-container .text-content .title{font-size:2.5em}}.landing-page .text-container .text-content .subtitle{height:50px;min-height:50px;-webkit-filter:drop-shadow(0 0 75px #070707);filter:drop-shadow(0 0 75px #070707);font-size:2em;font-weight:700;font-family:CuteDino,sans-serif!important;background:#83276f;background:-webkit-gradient(linear,right top,left top,color-stop(40%,#83276f),color-stop(60%,#18C398));background:linear-gradient(to left,#83276f 40%,#18c398 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:3px 3px 10px rgba(10,10,10,.2)}@media (max-width: 800px){.landing-page .text-container .text-content .subtitle{display:none!important}}.landing-page .text-container .text-content .mobile-msg{display:none!important;font-size:1em;font-weight:700;background-color:#0707074d;text-align:center;border-radius:10px;padding:10px;pointer-events:all!important}@media (max-width: 800px){.landing-page .text-container .text-content .mobile-msg{display:block!important}}.landing-page .optimization-slider{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;overflow:hidden;pointer-events:none;-webkit-animation:sliderAnimation 1s linear;animation:sliderAnimation 1s linear}@-webkit-keyframes sliderAnimation{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes sliderAnimation{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.landing-page .optimization-slider::-webkit-scrollbar{width:8px}.landing-page .optimization-slider::-webkit-scrollbar-track{background:#0c0f19}.landing-page .optimization-slider::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}@media (max-width: 1600px){.landing-page .optimization-slider{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media (max-width: 1366px){.landing-page .optimization-slider{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.landing-page .optimization-slider{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.landing-page .optimization-slider .landing-reg-switch{width:100%;height:165px;min-height:165px;padding:25px;outline:1px solid rgba(255,255,255,.07);border-radius:5px;background-color:#0000001a}.landing-page .optimization-slider .landing-reg-switch.reg-switch-custom{outline:2px solid rgba(105,88,29,.4)}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none!important}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header label{font-size:1.1em;font-weight:700;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header input[type=checkbox]:not(:checked)+label{color:#fff}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header input[type=checkbox]{all:unset;position:relative;width:50px;height:25px;min-width:50px;min-height:25px;border-radius:50px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header input[type=checkbox]:not(:checked){background-color:#ff00001a}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header input[type=checkbox]:not(:checked):before{position:absolute;top:2.5px;left:calc(0% + 5px);content:"";width:20px;height:20px;border-radius:50%;background-color:#ffffff80}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header input[type=checkbox]:checked{background-color:#0f06}.landing-page .optimization-slider .landing-reg-switch .reg-switch-header input[type=checkbox]:checked:after{position:absolute;top:2.5px;left:calc(100% - 25px);content:"";width:20px;height:20px;border-radius:50%;background-color:#ffffff80}.landing-page .optimization-slider .landing-reg-switch .reg-switch-desc{width:calc(100% - 50px);height:100%}.landing-page .optimization-slider .landing-reg-switch .reg-switch-desc .reg-desc-limited{font-size:.75em;color:#ffffffa6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-left{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category{font-size:.8em;text-transform:uppercase}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.system{color:#ffffffa6}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.graphic{color:#ffb87ea6}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.internet{color:#fffc55a6}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.privacy{color:#ae7cffa6}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.other{color:#ff55b8a6}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-right{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.landing-page .optimization-slider .landing-reg-switch .reg-switch-footer .reg-switch-footer-right .reg-switch-date{font-size:.6em;color:#ffffff4d}.see-information{all:unset;width:20px;height:20px;font-size:.8em;color:#fff6;outline:1px solid rgba(255,255,255,.4);border-radius:50%;cursor:pointer;text-align:center}.modal{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1000}.modal .modal-overlay{all:unset;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1b203380;z-index:1}.modal .modal-container{position:relative;z-index:1000;padding:25px;width:450px;height:660px;background-color:#141520;border-radius:10px;outline:1px solid rgba(255,255,255,.1)}@media (max-width: 800px){.modal .modal-container{width:100%;height:100%}}.modal .modal-container .modal-header{padding:10px;border-bottom:1px solid rgba(255,255,255,.1)}.modal .modal-container .modal-header .modal-close{background-color:#0c0f19;outline:1px solid rgba(255,255,255,.1);color:#fff;width:30px;height:30px;text-align:center;border-radius:5px;font-size:1.2em;cursor:pointer;font-weight:700}.modal .modal-container .modal-header .modal-close:hover{background-color:#e41a2f}.modal .modal-container .modal-content,.modal .modal-container .modal-content .create-content-top{width:100%;height:100%}.modal .modal-container .modal-content .create-content-bottom{width:100%;height:130px;min-height:130px}.modal .modal-container .modal-content .desc-nolimited{font-size:.95em;color:#fffc}.modal .modal-container .modal-content .code-block{background-color:#0c0f19;padding:10px;border-radius:5px;color:#fff;font-size:.9em;font-weight:700;white-space:pre-wrap}.modal .modal-container .modal-content .checked-regs{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:395px;padding:10px 5px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:10px;overflow-y:auto}.modal .modal-container .modal-content .checked-regs::-webkit-scrollbar{width:8px}.modal .modal-container .modal-content .checked-regs::-webkit-scrollbar-track{background:#0c0f19}.modal .modal-container .modal-content .checked-regs::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}.modal .modal-container .modal-content .checked-regs .reg-title{width:100%;height:41px;padding:10px;background:#63155280;font-size:.95em;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;border-radius:5px}.modal .modal-container .modal-content .tab{padding:1px 15px;font-size:1em;text-transform:uppercase;height:100%;-webkit-transition:.3s;transition:.3s;color:#dab7c9}.modal .modal-container .modal-content .tab:hover{color:#fc1694}.modal .modal-container .modal-content .tab.active{color:#fc1694;-webkit-box-shadow:0 3px #fc1694;box-shadow:0 3px #fc1694}.modal .modal-container .modal-content .package-regs{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:210px;padding:10px 5px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:10px;overflow-y:auto}.modal .modal-container .modal-content .package-regs::-webkit-scrollbar{width:8px}.modal .modal-container .modal-content .package-regs::-webkit-scrollbar-track{background:#0c0f19}.modal .modal-container .modal-content .package-regs::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}.modal .modal-container .modal-content .package-regs .reg-title{width:calc(100% - 20px);height:21px;padding:10px;background:#11141e;font-size:.95em;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;border-radius:5px}.modal .modal-container .modal-content .package-regs .reg-title.admin{outline:1px solid rgba(255,255,255,.1)}.modal .modal-container .modal-content .package-regs .reg-title.user{outline:1px solid #fc1694}.modal .modal-container .modal-content .package-regs .reg-title:hover{background-color:#000;-webkit-filter:brightness(1.5);filter:brightness(1.5)}.modal .modal-container .modal-content .modal-footer{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-bottom:-10px}.add-custom-regstyle{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px}.screennotifi{position:fixed;bottom:75px;left:50%;z-index:100;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;padding:20px;border-radius:10px;color:#fff;font-size:1.2em;cursor:wait}.screennotifi.success{background-color:#007255}.screennotifi.error{background-color:#6b0000}.screennotifi.warning{background-color:#815400}.screennotifi.info{background-color:#2e0058}.screennotifi .timer{color:#000;background:#fff;padding:5px;border-radius:50%;min-width:40px;min-height:40px;font-weight:700}.screennotifi .close{position:relative;z-index:100;font-size:2.5em;cursor:pointer;padding:5px}.screennotifi .close:hover{color:#cd5c5c}.home-header{width:100%;padding:0 0 10px}@media (max-width: 800px){.home-header .home-header-content{-webkit-box-shadow:none;box-shadow:none}.home-header .tabs .tab{padding:10px 5px!important;font-size:.7em!important}}.home-header .home-header-content{width:100%;-webkit-box-shadow:0 1px rgba(252,22,148,.3);box-shadow:0 1px #fc16944d}.home-header .tabs{width:100%}.home-header .tabs .tab{padding:5px 20px 15px;font-size:1em;text-transform:uppercase;height:100%;-webkit-transition:.3s;transition:.3s;color:#dab7c9}.home-header .tabs .tab:hover{color:#fc1694}.home-header .tabs .tab.active{color:#fc1694;-webkit-box-shadow:0 3px #fc1694;box-shadow:0 3px #fc1694}.reg-switch{width:100%;height:165px;padding:25px;outline:1px solid rgba(255,255,255,.07);border-radius:5px;background-color:#0000001a}.reg-switch.reg-switch-custom{outline:2px solid rgba(105,88,29,.4)}.reg-switch .reg-switch-header{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reg-switch .reg-switch-header label{font-size:1.1em;font-weight:700;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden}.reg-switch .reg-switch-header input[type=checkbox]:not(:checked)+label{color:#fff}.reg-switch .reg-switch-header input[type=checkbox]{all:unset;position:relative;width:50px;height:25px;min-width:50px;min-height:25px;border-radius:50px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.reg-switch .reg-switch-header input[type=checkbox]:not(:checked){background-color:#ff00001a}.reg-switch .reg-switch-header input[type=checkbox]:not(:checked):before{z-index:1;position:absolute;top:2.5px;left:calc(0% + 5px);content:"";width:20px;height:20px;border-radius:50%;background-color:#ffffff80}.reg-switch .reg-switch-header input[type=checkbox]:checked{background-color:#0f06}.reg-switch .reg-switch-header input[type=checkbox]:checked:after{position:absolute;top:2.5px;left:calc(100% - 25px);content:"";width:20px;height:20px;border-radius:50%;background-color:#ffffff80}.reg-switch .reg-switch-desc{width:calc(100% - 50px);height:100%}.reg-switch .reg-switch-desc .reg-desc-limited{font-size:.75em;color:#ffffffa6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.reg-switch .reg-switch-footer{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.reg-switch .reg-switch-footer .reg-switch-footer-left{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category{font-size:.8em;text-transform:uppercase}.reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.system{color:#ffffffa6}.reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.graphic{color:#ffb87ea6}.reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.internet{color:#fffc55a6}.reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.privacy{color:#ae7cffa6}.reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.other{color:#ff55b8a6}.reg-switch .reg-switch-footer .reg-switch-footer-right{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.reg-switch .reg-switch-footer .reg-switch-footer-right .reg-switch-date{font-size:.6em;color:#ffffff4d}.edit-optimization-btn{all:unset;width:20px;height:20px;font-size:.8em;color:#fff6;outline:1px solid rgba(255,255,255,.4);border-radius:50%;cursor:pointer;text-align:center}.reg-settings-layout{width:100%;height:calc(100% - 55px);max-height:calc(100% - 55px)}.reg-settings-layout .filter-controls{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:10px 10px 5px}.reg-settings-layout .filter-controls .select{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0;border:none;outline:none;color:#ffffffb3}.reg-settings-layout section{width:100%;height:calc(100% - 65px);-webkit-box-flex:1;-ms-flex:1;flex:1}.reg-settings-layout .reg-settings{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;overflow-y:auto}.reg-settings-layout .reg-settings::-webkit-scrollbar{width:8px}.reg-settings-layout .reg-settings::-webkit-scrollbar-track{background:#0c0f19}.reg-settings-layout .reg-settings::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}@media (max-width: 1600px){.reg-settings-layout .reg-settings{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media (max-width: 1366px){.reg-settings-layout .reg-settings{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.reg-settings-layout .reg-settings{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.reg-settings-layout .reg-settings .owner-tag{padding:5px;grid-column:1 / -1;height:30px;color:#ffffff40;font-size:1em}@media (max-width: 800px){.reg-settings-layout .reg-settings .owner-tag{font-size:.65em;padding:3px}}.reg-settings-layout .reg-settings .owner-tag .fastcheck-btns{width:-webkit-max-content;width:-moz-max-content;width:max-content}.reg-settings-layout .reg-settings .owner-tag .fastcheck-btns .check-button{font-size:.9em;border-radius:10px;padding:1px 10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.reg-settings-layout .reg-settings .owner-tag .fastcheck-btns .check-button.check{background-color:#0a721340}.reg-settings-layout .reg-settings .owner-tag .fastcheck-btns .check-button.uncheck{background-color:#753f5440}.reg-settings-layout .reg-settings .owner-tag .fastcheck-btns .check-button:hover{color:#ffffff80;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.reg-settings-layout .reg-settings-footer{-webkit-box-shadow:0 -1px rgba(252,22,148,.3);box-shadow:0 -1px #fc16944d;width:100%;height:65px;min-height:65px;padding:0 20px}@media (max-width: 800px){.reg-settings-layout .reg-settings-footer .green{display:none}}.packages-layout{width:100%;height:calc(100% - 55px);max-height:calc(100% - 55px)}.packages-layout section{width:100%;height:calc(100% - 65px);-webkit-box-flex:1;-ms-flex:1;flex:1}.packages-layout .packages{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;overflow-y:auto}.packages-layout .packages::-webkit-scrollbar{width:8px}.packages-layout .packages::-webkit-scrollbar-track{background:#0c0f19}.packages-layout .packages::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}@media (max-width: 1600px){.packages-layout .packages{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media (max-width: 1366px){.packages-layout .packages{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.packages-layout .packages{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.packages-layout .packages .package{width:100%;height:250px;outline:1px solid rgba(255,255,255,.1);border-radius:5px;background-color:#0000001a}.packages-layout .packages .package .header{width:100%;height:100%;padding:20px}.packages-layout .packages .package .header .title{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:1.2em;text-transform:uppercase;font-weight:700;color:#18c398;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden}.packages-layout .packages .package .header .description{width:100%;height:100%}.packages-layout .packages .package .header .description p{font-size:.85em;color:#ffffffa6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;text-overflow:ellipsis}.packages-layout .packages .package .footer{width:125px;min-width:125px;height:100%;padding:20px;border-left:1px solid rgba(255,255,255,.1);background-color:#0000001a}.packages-layout .packages .package .footer .userData{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.packages-layout .packages .package .footer .userData .userInfo{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.packages-layout .packages .package .footer .userData .userInfo .nickname{width:100px;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:.9em;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;text-align:center}.packages-layout .packages .package .footer .userData .userInfo .nickname.admin{color:#fc1694}.packages-layout .packages .package .footer .userData .userInfo .role{font-size:.75em;color:#fff9}.packages-layout .packages .package .footer .userData .userInfo .created-at{font-size:.65em;color:#ffffff80}.packages-layout .packages .package .footer .button{width:100%}.form-container{width:100%;height:100%}.login{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#0000004d;border:1px solid rgba(255,255,255,.1);padding:50px;border-radius:10px;gap:60px}.login img{width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.5)}.package-details-layout{width:100%;height:100%}.package-details-layout section{width:100%;height:calc(100% - 65px);-webkit-box-flex:1;-ms-flex:1;flex:1}.package-details-layout .filter-controls{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:0 15px}.package-details-layout .filter-controls .select{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0;border:none;outline:none;color:#ffffffb3}.package-details-layout .header{width:calc(100% - 10px);height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:260px;max-height:260px;background-color:#00000040;border-radius:20px}.package-details-layout .header .title{width:100%;height:80px;min-height:80px;border-bottom:3px solid rgba(255,255,255,.2);padding:5px 25px}@media (max-width: 800px){.package-details-layout .header .title{height:60px;min-height:60px}}.package-details-layout .header .title .title-text{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:5px;text-align:center;font-size:2em;font-weight:600;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;color:#18c398}@media (max-width: 800px){.package-details-layout .header .title .title-text{font-size:1.5em}}.package-details-layout .header .package-description{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.package-details-layout .header .package-description .creator{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:30px 30px 0}.package-details-layout .header .package-description .creator .creator-details .nickname{font-size:1em;font-weight:700}.package-details-layout .header .package-description .creator .creator-details .nickname.admin{color:#fc1694}.package-details-layout .header .package-description .creator .creator-details .role{font-size:.75em;color:#fff9}.package-details-layout .header .package-description .creator .creator-details .created-at{font-size:.7em;color:#ffffff80}.package-details-layout .header .package-description .description{width:100%;height:calc(100% - 50px);min-height:100px;padding:5px 25px;font-size:1.2em;overflow-y:auto}@media (max-width: 800px){.package-details-layout .header .package-description .description{font-size:.8em}}.package-details-layout .header .package-description .description::-webkit-scrollbar{width:8px}.package-details-layout .header .package-description .description::-webkit-scrollbar-track{background:#0c0f19}.package-details-layout .header .package-description .description::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}.package-details-layout .optimizations-layout{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;overflow-y:auto}.package-details-layout .optimizations-layout::-webkit-scrollbar{width:8px}.package-details-layout .optimizations-layout::-webkit-scrollbar-track{background:#0c0f19}.package-details-layout .optimizations-layout::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}@media (max-width: 1600px){.package-details-layout .optimizations-layout{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media (max-width: 1366px){.package-details-layout .optimizations-layout{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.package-details-layout .optimizations-layout{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.package-details-layout .optimizations-layout .owner-tag{padding:5px;grid-column:1 / -1;height:30px;color:#ffffff40;font-size:1em}@media (max-width: 800px){.package-details-layout .optimizations-layout .owner-tag{font-size:.6em;padding:3px}}.package-details-layout .optimizations-layout .owner-tag .fastcheck-btns{width:-webkit-max-content;width:-moz-max-content;width:max-content}.package-details-layout .optimizations-layout .owner-tag .fastcheck-btns .check-button{font-size:.9em;border-radius:10px;padding:1px 10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.package-details-layout .optimizations-layout .owner-tag .fastcheck-btns .check-button.check{background-color:#0a721340}.package-details-layout .optimizations-layout .owner-tag .fastcheck-btns .check-button.uncheck{background-color:#753f5440}.package-details-layout .optimizations-layout .owner-tag .fastcheck-btns .check-button:hover{color:#ffffff80;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.package-details-layout .package-footer{-webkit-box-shadow:0 -1px rgba(252,22,148,.3);box-shadow:0 -1px #fc16944d;width:100%;height:65px;min-height:65px;padding:0 20px}@media (max-width: 800px){.package-details-layout .package-footer{display:none!important}}.package-reg-switch{width:100%;height:165px;padding:25px;outline:1px solid rgba(255,255,255,.07);border-radius:5px;background-color:#0000001a}.package-reg-switch.reg-switch-custom{outline:2px solid rgba(105,88,29,.4)}.package-reg-switch .reg-switch-header{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.package-reg-switch .reg-switch-header label{font-size:1.1em;font-weight:700;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden}.package-reg-switch .reg-switch-header input[type=checkbox]:not(:checked)+label{color:#fff}.package-reg-switch .reg-switch-header input[type=checkbox]{all:unset;position:relative;width:50px;height:25px;min-width:50px;min-height:25px;border-radius:50px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.package-reg-switch .reg-switch-header input[type=checkbox]:not(:checked){background-color:#ff00001a}.package-reg-switch .reg-switch-header input[type=checkbox]:not(:checked):before{z-index:1;position:absolute;top:2.5px;left:calc(0% + 5px);content:"";width:20px;height:20px;border-radius:50%;background-color:#ffffff80}.package-reg-switch .reg-switch-header input[type=checkbox]:checked{background-color:#0f06}.package-reg-switch .reg-switch-header input[type=checkbox]:checked:after{position:absolute;top:2.5px;left:calc(100% - 25px);content:"";width:20px;height:20px;border-radius:50%;background-color:#ffffff80}.package-reg-switch .reg-switch-desc{width:calc(100% - 50px);height:100%}.package-reg-switch .reg-switch-desc .reg-desc-limited{font-size:.75em;color:#ffffffa6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.package-reg-switch .reg-switch-footer{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.package-reg-switch .reg-switch-footer .reg-switch-footer-left{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.package-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category{font-size:.8em;text-transform:uppercase}.package-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.system{color:#ffffffa6}.package-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.graphic{color:#ffb87ea6}.package-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.internet{color:#fffc55a6}.package-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.privacy{color:#ae7cffa6}.package-reg-switch .reg-switch-footer .reg-switch-footer-left .reg-switch-category.other{color:#ff55b8a6}.package-reg-switch .reg-switch-footer .reg-switch-footer-right{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.package-reg-switch .reg-switch-footer .reg-switch-footer-right .reg-switch-date{font-size:.6em;color:#ffffff4d}.packages-store-layout{width:100%;height:100%;max-height:100%}.packages-store-layout section{width:100%;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.packages-store-layout .packages{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;overflow-y:auto}.packages-store-layout .packages::-webkit-scrollbar{width:8px}.packages-store-layout .packages::-webkit-scrollbar-track{background:#0c0f19}.packages-store-layout .packages::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}@media (max-width: 1600px){.packages-store-layout .packages{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media (max-width: 1366px){.packages-store-layout .packages{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.packages-store-layout .packages{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.packages-store-layout .packages .package{width:100%;height:250px;outline:1px solid rgba(255,255,255,.1);border-radius:5px;background-color:#0000001a}.packages-store-layout .packages .package .header{width:100%;height:100%;padding:20px}.packages-store-layout .packages .package .header .title{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:1.2em;text-transform:uppercase;font-weight:700;color:#18c398;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden}.packages-store-layout .packages .package .header .description{width:100%;height:100%}.packages-store-layout .packages .package .header .description p{font-size:.85em;color:#ffffffa6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;text-overflow:ellipsis}.packages-store-layout .packages .package .footer{width:125px;min-width:125px;height:100%;padding:20px;border-left:1px solid rgba(255,255,255,.1);background-color:#0000001a}.packages-store-layout .packages .package .footer .userData{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.packages-store-layout .packages .package .footer .userData .userInfo{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.packages-store-layout .packages .package .footer .userData .userInfo .nickname{width:100px;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:.9em;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;text-align:center}.packages-store-layout .packages .package .footer .userData .userInfo .nickname.admin{color:#fc1694}.packages-store-layout .packages .package .footer .userData .userInfo .role{font-size:.75em;color:#fff9}.packages-store-layout .packages .package .footer .userData .userInfo .created-at{font-size:.65em;color:#ffffff80}.packages-store-layout .packages .package .footer .button{width:100%}.settings{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype")}@font-face{font-family:CuteDino;src:url(/fonts/CuteDino.ttf) format("truetype")}@font-face{font-family:BondStory;src:url(/fonts/BondStory.ttf) format("truetype")}@font-face{font-family:GaldienRounded;src:url(/fonts/GaldienRounded.otf) format("opentype")}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;min-width:0;min-height:0}body{width:100vw;height:100vh;max-height:100vh;word-break:break-word;position:absolute;top:0;left:0}body ::-moz-selection{background-color:#691e59;color:#fff}body ::selection{background-color:#691e59;color:#fff}textarea,input[type=text],input[type=email],input[type=password]{all:unset}button{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}button,a{all:unset;cursor:pointer}button:disabled{cursor:not-allowed!important;opacity:.15!important}img{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}h1,h2,h3,h4{font-family:Montserrat,sans-serif}p{white-space:pre-line}.w100{width:100%}.pageW{width:1240px}.hidden-mobile,.hidden-form-btn{display:none}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.column-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aifs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.aife{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jcfs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jcfe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jcsa{-ms-flex-pack:distribute;justify-content:space-around}.gap5{gap:5px}.gap7{gap:7px}.gap10{gap:10px}.gap15{gap:15px}.gap20{gap:20px}.gap25{gap:25px}.gap30{gap:30px}.gap35{gap:35px}.gap40{gap:40px}.gap45{gap:45px}.gap50{gap:50px}
