@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);.role-view__list .role-view__list-details{width:100%;height:inherit}.role-view a{text-decoration:none;color:inherit}.role-view{display:grid;grid-template-columns:300px 1fr}.role-view .role-view__list ul{border-right:1px solid var(--l-border)}.role-view .role-view__list-details,.role-view .role-view__list ul{height:inherit;height:calc(100vh - 238px);margin:0;padding:0;overflow-x:none;overflow-y:auto}#theme-dark .role-view .role-view__list ul{border-bottom:1px solid var(--d-border)}#theme-dark .role-view .role-view__list ul li:first-child{border-right:1px solid var(--d-border)}.role-view .role-view__list ul li{list-style-type:none;-webkit-transition:all .2s;transition:all .2s;padding:11.5px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.role-view .role-view__list ul li i{opacity:0}.role-view .role-view__list ul li a{text-decoration:none;color:inherit;-webkit-transition:all .2s;transition:all .2s}#theme-dark .role-view .role-view__list ul li.is-active,#theme-dark .role-view .role-view__list ul li:hover{background:var(--d-primary);cursor:pointer;color:unset}.role-view .role-view__list ul li.is-active,.role-view .role-view__list ul li:hover{background:var(--l-selection-bg);cursor:pointer;color:var(--white)}.role-view .role-view__list ul li.is-active i,.role-view .role-view__list ul li:hover i{opacity:1}.role-view__list-details table{width:100%}.role-view__list-details table tr td{padding:11px 20px;border-bottom:1px solid var(--l-border)}.role-view__list-details table tr td>label.el-checkbox{margin-bottom:0;font-family:Roboto,Arial,sans-serif}.role-view__list-details table tr td.labelbox{left:0;font-weight:400}.role-view__list-details table tr td.checkingbox{width:50px!important}#theme-dark .role-view__list-details table tr td{padding:11px 20px;border-bottom:1px solid var(--d-border)}#theme-dark .role-view__list-details table tr td>label.el-checkbox .el-checkbox__input:not(.is-checked) .el-checkbox__inner{background:transparent;background-color:transparent;border-color:var(--d-border)}.custom-checkbox{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:15px;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#fff;border:1px solid #cecece;border-radius:2px}.custom-checkbox:hover input~.checkmark{background-color:#fff;border:1px solid #cecece}.custom-checkbox input:checked~.checkmark{background-color:var(--primary);border:1px solid var(--primary)}.checkmark:after{content:"";position:absolute;display:none}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark:after{left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.table-dh56265656[data-v-12129ac3]{width:inherit;position:absolute;top:0;right:0;background:#fff;z-index:200}#theme-dark .table-dh56265656[data-v-12129ac3]{background:var(--d-card-bg)}#theme-dark .role-view .role-view__list ul[data-v-12129ac3]{border-right:1px solid var(--d-border)}.list-move{-webkit-transition:opacity .4s,-webkit-transform .3s;transition:opacity .4s,-webkit-transform .3s;transition:transform .3s,opacity .4s;transition:transform .3s,opacity .4s,-webkit-transform .3s}.list-item{display:inline-block;margin-right:10px}.list-enter-active,.list-leave-active{-webkit-transition:opacity .4s;transition:opacity .4s}.list-enter,.list-leave-to{opacity:0}.vue-notifyjs button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.vue-notifyjs .close{font-size:inherit;color:#fff;opacity:.9;text-shadow:none;float:right;font-weight:700;line-height:1;filter:alpha(opacity=20)}.vue-notifyjs .alert{border:0;border-radius:0;padding:20px 15px;line-height:20px;color:#fff;font-size:14px;z-index:6600;display:inline-block;position:fixed!important;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;min-width:100px;cursor:pointer}.vue-notifyjs .alert.center{left:0;right:0;margin:0 auto}.vue-notifyjs .alert.left{left:20px}.vue-notifyjs .alert.right{right:20px}.vue-notifyjs .alert b{font-weight:600!important;text-transform:uppercase;font-size:13px}.vue-notifyjs .alert,.vue-notifyjs .alert.alert-default{background-color:#fff;color:#555;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px hsla(0,0%,100%,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px hsla(0,0%,100%,.2);box-shadow:0 12px 20px -10px hsla(0,0%,100%,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px hsla(0,0%,100%,.2)}.vue-notifyjs .alert.alert-default .alert-link,.vue-notifyjs .alert.alert-default a,.vue-notifyjs .alert .alert-link,.vue-notifyjs .alert a{color:#555}.vue-notifyjs .alert.alert-inverse{background-color:#2e2e2e;color:#fff;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px rgba(33,33,33,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(33,33,33,.2);box-shadow:0 12px 20px -10px rgba(33,33,33,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(33,33,33,.2)}.vue-notifyjs .alert.alert-inverse .alert-link,.vue-notifyjs .alert.alert-inverse a{color:#fff}.vue-notifyjs .alert.alert-primary{background-color:#af2cc5;color:#fff;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px rgba(156,39,176,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(156,39,176,.2);box-shadow:0 12px 20px -10px rgba(156,39,176,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(156,39,176,.2)}.vue-notifyjs .alert.alert-primary .alert-link,.vue-notifyjs .alert.alert-primary a{color:#fff}.vue-notifyjs .alert.alert-success{background-color:#0e6833;color:#fff;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px rgba(11,82,40,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(11,82,40,.2);box-shadow:0 12px 20px -10px rgba(11,82,40,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(11,82,40,.2)}.vue-notifyjs .alert.alert-success .alert-link,.vue-notifyjs .alert.alert-success a{color:#fff}.vue-notifyjs .alert.alert-info{background-color:#00d3ee;color:#fff;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px rgba(0,188,212,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(0,188,212,.2);box-shadow:0 12px 20px -10px rgba(0,188,212,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(0,188,212,.2)}.vue-notifyjs .alert.alert-info .alert-link,.vue-notifyjs .alert.alert-info a{color:#fff}.vue-notifyjs .alert.alert-warning{background-color:#ffa21a;color:#fff;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px rgba(255,152,0,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(255,152,0,.2);box-shadow:0 12px 20px -10px rgba(255,152,0,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(255,152,0,.2)}.vue-notifyjs .alert.alert-warning .alert-link,.vue-notifyjs .alert.alert-warning a{color:#fff}.vue-notifyjs .alert.alert-danger{background-color:#b33f46;color:#fff;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px rgba(160,56,63,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(160,56,63,.2);box-shadow:0 12px 20px -10px rgba(160,56,63,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(160,56,63,.2)}.vue-notifyjs .alert.alert-danger .alert-link,.vue-notifyjs .alert.alert-danger a{color:#fff}.vue-notifyjs .alert.alert-rose{background-color:#eb3573;color:#fff;border-radius:1px;-webkit-box-shadow:0 12px 20px -10px rgba(233,30,99,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(233,30,99,.2);box-shadow:0 12px 20px -10px rgba(233,30,99,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(233,30,99,.2)}.vue-notifyjs .alert-danger,.vue-notifyjs .alert-info,.vue-notifyjs .alert-success,.vue-notifyjs .alert-warning,.vue-notifyjs .alert.alert-rose .alert-link,.vue-notifyjs .alert.alert-rose a{color:#fff}.vue-notifyjs .alert-default .alert-link,.vue-notifyjs .alert-default a{color:rgba(0,0,0,.87)}.vue-notifyjs .alert[data-notify=container]{width:350px;padding:10px 10px 10px 20px;border-radius:1px}.vue-notifyjs .alert i[data-notify=icon]{font-size:30px;display:block;left:15px;position:absolute;top:50%;margin-top:-15px}.vue-notifyjs .alert span{display:block;max-width:89%}.vue-notifyjs .alert .alert-icon{display:block;float:left;margin-right:15px}.vue-notifyjs .alert .alert-icon i{margin-top:-7px;top:5px;position:relative}.vue-notifyjs .alert.alert-with-icon{padding-left:65px}html{font-size:16px;width:100%}a,button,h1,h2,h3,h4,h5,h6,li,p,ul{font-family:Roboto,Arial,Calibri}main{min-height:90vh}.fixed-sn footer{padding-left:0}.side-nav .logo-sn{padding-bottom:1rem;padding-top:1rem;border-bottom:1px solid hsla(0,0%,60%,.3)}.navbar .btn,.navbar .nav-item,.navbar .nav-link{padding:0}.list-group .ml-auto{float:right;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.datepicker-overlay{z-index:9999!important}.navbar-brand{cursor:pointer}.guirlande{pointer-events:none;z-index:10110;width:100%;height:150px;position:absolute;top:150px;left:0}.guirlande.guirlande1{height:150px;background:url(../img/guirlande1.bc9f19eb.png) repeat-x 300% top;top:-23px}.guirlande.guirlande2{background:url(../img/guirlande2.ad8b2406.png) repeat-x 70% top;top:-71px}.guirlande.guirlande3{background:url(../img/guirlande3.3a2f68fd.png) repeat-x 10% top;top:-51px}.close,.modal-title a.close{display:none!important}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}:root{--font-robotos:"Roboto",sans-serif;--font-alt:"Montserrat",sans-serif;--font:"Poppins",sans-serif;--font-size-base:15px}.login-section{position:relative;width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex}.login-section .img-box{position:relative;width:50%;height:100%}.login-section .img-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(225deg,#fe4d43,#282f67);mix-blend-mode:screen}.login-section .img-box img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.login-section .content-box{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff}.login-section .content-box .form-box{width:50%}.login-section .content-box .form-box h2{font-weight:600;font-size:1.5em;text-transform:uppercase;margin-bottom:20px;display:inline-block;letter-spacing:1px;border-bottom:4px solid}@media (max-width:768px){.login-section .img-box{position:absolute;width:100%;height:100%;top:0;left:0}.login-section .content-box{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent}.login-section .content-box .form-box{width:100%;padding:35px;background-color:hsla(0,0%,100%,.795);margin:20px}}.md-form,.md-form.md-outline{position:relative;margin-top:1rem;margin-bottom:1rem}.invoice-preview .invoice-meta .meta-left h4{font-weight:400}.title-card-tec{font-size:1.3rem!important}.fade-in{animation:fadeIn 1s ease;-webkit-animation:fadeIn 1s ease;-moz-animation:fadeIn ease 1s;-o-animation:fadeIn ease 1s;-ms-animation:fadeIn ease 1s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide{position:absolute;left:-600px;width:600px;height:370px;-webkit-animation:slide .5s forwards;-webkit-animation-delay:2s;animation:slide .5s forwards;animation-delay:2s}.invoice-preview:hover .action-tec-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}img.empty{width:25%}.action-tec-preview{animation:fadeIn .6s ease;-webkit-animation:fadeIn .6s ease;-moz-animation:fadeIn ease .6s;-o-animation:fadeIn ease .6s;-ms-animation:fadeIn ease .6s;display:none;position:absolute;top:0;right:0;min-width:50px;min-height:40px;color:#fff;border-radius:2px}.action-tec-preview div.btn-tec-fil{width:inherit!important;position:relative}.action-tec-preview div.btn-tec-fil .btn-tec-preview{width:inherit!important;min-height:40px;background-color:transparent;border-color:transparent;-webkit-transition:.2s;transition:.2s}.action-tec-preview div.btn-tec-fil .btn-tec-preview i{color:#fff!important}.action-tec-preview div.btn-tec-fil .btn-tec-preview:active{background-color:transparent;border-color:transparent}.action-tec-preview div.btn-tec-fil span{position:absolute;min-width:100px;bottom:-25px;left:0;text-align:center;z-index:3000;color:#fff;background-color:rgba(51,55,59,.719);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;padding:2px 5px;border-radius:5px;visibility:hidden;display:inline-block;font-size:.8rem}.action-tec-preview div.btn-tec-fil:hover span{visibility:visible}.modal-tec{position:relative}.modal-tec .modal-times-tec{position:absolute;top:0;right:-40px;width:30px;height:30px;border-radius:50%;text-align:center;line-height:1.9rem;color:#fff;cursor:pointer;font-size:2rem}@media (max-width:575px){.modal-tec{position:relative}.modal-tec .modal-times-tec{position:absolute;top:20px;right:20px;width:30px;height:30px;border-radius:50%;text-align:center;line-height:1.9rem;color:#dd4242;cursor:pointer;font-size:1.5rem}}input#tec-search-v{border:none;background-color:#fff;width:100%;padding:10px 10px 10px 35px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.05);box-shadow:0 0 0 0 rgba(0,0,0,.05);border-radius:10px;font-size:1rem;color:#1f1d1c}input#tec-search-v:focus{outline:0;background-color:#fff}.tec-search-v-icon{position:relative}.tec-search-v-icon i{color:#315dee;position:absolute;left:5px;top:5px;padding:10px 5px}.menu-tec-lg{-webkit-transition:.3s;transition:.3s;cursor:pointer}.menu-tec-lg:hover{background-color:rgba(3,80,244,.051);cursor:pointer}.item-mobile-spa:after{content:"."!important;font-weight:900;font-size:1.3rem;line-height:1rem;padding:0 3px}.item-mobile-spa:last-child:after{content:""!important}.filterjeton{-webkit-filter:blur(.25rem);filter:blur(.25rem)}.dropdown .dropdown-menu .dropdown-item.theme-disconnect{color:#f44!important}.dropdown .dropdown-menu .dropdown-item.theme-disconnect.active,.dropdown .dropdown-menu .dropdown-item.theme-disconnect:active,.dropdown .dropdown-menu .dropdown-item.theme-disconnect:hover,.dropleft .dropdown-menu .dropdown-item.theme-disconnect.active,.dropleft .dropdown-menu .dropdown-item.theme-disconnect:hover,.dropleft .dropdown-menu .dropdown-item:active,.dropright .dropdown-menu .dropdown-item.theme-disconnect.active,.dropright .dropdown-menu .dropdown-item.theme-disconnect:hover,.dropright .dropdown-menu .dropdown-item:active,.dropup .dropdown-menu .dropdown-item.theme-disconnect.active,.dropup .dropdown-menu .dropdown-item.theme-disconnect:hover,.dropup .dropdown-menu .dropdown-item:active{background-color:#f44!important;color:#fff!important}.box-radius{border-radius:.25rem}.section-header,.tool-sp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-header{-ms-flex-wrap:wrap;flex-wrap:wrap}.form-header-extensible{width:100%;padding:10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--light)}tr.tec-table-row:hover{-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important;box-shadow:0 2px 20px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important}tr.tec-table-row{-webkit-box-shadow:0 2px 2px 0 transparent,0 1px 10px 0 transparent!important;box-shadow:0 2px 2px 0 transparent,0 1px 10px 0 transparent!important;-webkit-transition:-webkit-box-shadow .1s ease-in-out;transition:-webkit-box-shadow .1s ease-in-out;transition:box-shadow .1s ease-in-out;transition:box-shadow .1s ease-in-out,-webkit-box-shadow .1s ease-in-out}table.modal-details{width:100%}table.modal-details tbody tr{border-top:1px solid hsla(0,0%,48.6%,.288);border-bottom:1px solid hsla(0,0%,48.6%,.226)}table.modal-details tbody tr th{font-weight:400}table.modal-details tbody tr td,table.modal-details tbody tr th{font-size:1rem;padding:13px 10px}table.modal-details tbody tr:hover{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important;box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important}.table thead th{vertical-align:bottom;border-bottom:1px solid #dee2e6}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.page{background:#fff;display:block;margin:0 auto;margin-bottom:.5cm;-webkit-box-shadow:0 0 .2cm rgba(0,0,0,.2);box-shadow:0 0 .2cm rgba(0,0,0,.2)}.page[size=A4]{width:21cm;height:29.7cm}.page[size=A4][layout=landscape]{width:29.7cm;height:21cm}.page[size=A3]{width:29.7cm;height:42cm}.page[size=A3][layout=landscape]{width:42cm;height:29.7cm}.page[size=A5]{width:14.8cm;height:21cm}.page[size=A5][layout=landscape]{width:21cm;height:14.8cm}@media print{.page,body{margin:0;-webkit-box-shadow:0;box-shadow:0}}:root{--d-background:#192039;--d-background-light:#2e3b69;--d-border:#151d33;--d-blue:rgba(61,100,255,0.897);--d-red:rgba(254,77,67,0.863);--d-grey:rgba(82,81,81,0.856);--d-danger:rgba(104,41,39,0.904);--d-danger-text:#ffa19e;--d-warning:rgba(137,103,52,0.883);--d-warning-text:#ffd699;--d-success:rgba(39,104,50,0.911);--d-success-text:rgba(106,246,129,0.904);--d-primary:rgba(40,47,103,0.952);--d-primary-text:#409eff;--d-info:rgba(39,86,104,0.924);--d-info-text:#0abeff;--d-card-bg:#1e2746;--d-color-hero:rgba(230,231,235,0.9);--d-color-inversed:#afb5ca;--d-color-sub:#343d58;--d-header-background:#212b4f;--d-shadow:rgba(151,114,114,0.534);--d-selection-bg:rgba(31,39,71,0.76);--d-high-bg:#343d58}#theme-dark{background-color:var(--d-background)!important;color:#b4bace!important}#theme-dark .modal-header>*,#theme-dark h1,#theme-dark h2,#theme-dark h3,#theme-dark h4,#theme-dark h5,#theme-dark h6{color:var(--d-color-hero)!important}#theme-dark .text-danger{color:var(--d-red)!important}#theme-dark .text-primary{color:var(--d-blue)!important}#theme-dark .text-warning{color:var(--d-warning)!important}#theme-dark .text-success{color:var(--d-success)!important}#theme-dark .card,#theme-dark .modal-body{background-color:var(--d-card-bg)!important;border:1px solid var(--d-border)!important}#theme-dark .modal-footer,#theme-dark .modal-header{background-color:var(--d-background-light)!important;border:1px solid var(--d-background-light)!important}#theme-dark .modal-footer{padding:.2rem}#theme-dark .btn-primary{color:var(--d-color-hero)!important;background-color:var(--d-blue)!important;border-color:var(--d-blue)!important}#theme-dark .btn-default{color:var(--d-color-hero)!important;background-color:#209e91!important}#theme-dark .btn-danger{color:var(--d-color-hero)!important;background-color:var(--d-red)!important;border-color:var(--d-red)!important}#theme-dark .btn-warning{color:var(--d-color-hero)!important;background-color:var(--d-warning)!important;border-color:var(--d-warning)!important}#theme-dark .btn-info{color:var(--d-color-hero)!important;background-color:var(--d-info)!important;border-color:var(--d-info)!important}#theme-dark .btn-success{color:#fff;background-color:var(--d-success)!important}#theme-dark .btn-grey{color:#fff;background-color:var(--d-grey)!important}#theme-dark .bg-primary{background-color:var(--d-blue)!important}#theme-dark .bg-warning{background-color:var(--d-warning)!important}#theme-dark .bg-info{background-color:var(--d-info)!important}#theme-dark .bg-danger{background-color:var(--d-red)!important}#theme-dark .badge-primary{color:var(--d-primary-text)!important;background-color:var(--d-primary)!important}#theme-dark .badge-success{color:var(--d-success-text)!important;background-color:var(--d-success)!important}#theme-dark .badge-warning{color:var(--d-warning-text)!important;background-color:var(--d-warning)!important}#theme-dark .badge-info{color:var(--d-info-text)!important;background-color:var(--d-info)!important}#theme-dark .badge-danger{color:var(--d-danger-text)!important;background-color:var(--d-danger)!important}#theme-dark .header .navbar-background-color{background-color:#212b4f}#theme-dark .header .navbar-color{color:var(--d-color-hero)!important}#theme-dark .sidenav .sidenav-background-color{background-color:#192039!important;color:var(--d-color-hero)!important}#theme-dark .ts-sidenav-skins .side-nav .collapsible li .collapsible-header{color:var(--d-color-hero)!important;-webkit-transition:all .3s linear!important;transition:all .3s linear!important}#theme-dark .table{color:1px solid var(--d-color-inversed)!important}#theme-dark table.modal-details{width:100%}#theme-dark table.modal-details tbody tr{border-top:1px solid var(--d-border);border-bottom:1px solid var(--d-border)}#theme-dark table.modal-details tbody tr th{font-weight:400}#theme-dark table.modal-details tbody tr td,#theme-dark table.modal-details tbody tr th{font-size:1rem;padding:13px 10px}#theme-dark table.modal-details tbody tr:hover{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important;box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important}#theme-dark .table thead th{color:1px solid var(--d-color-hero)!important;vertical-align:bottom;border-bottom:1px solid var(--d-border)}#theme-dark .table td,#theme-dark .table th{padding:.75rem;vertical-align:top;border-top:1px solid var(--d-border)}#theme-dark .md-form.md-outline input[type=date],#theme-dark .md-form.md-outline input[type=datetime-local],#theme-dark .md-form.md-outline input[type=email],#theme-dark .md-form.md-outline input[type=number],#theme-dark .md-form.md-outline input[type=password],#theme-dark .md-form.md-outline input[type=search-md],#theme-dark .md-form.md-outline input[type=search],#theme-dark .md-form.md-outline input[type=tel],#theme-dark .md-form.md-outline input[type=text],#theme-dark .md-form.md-outline input[type=time],#theme-dark .md-form.md-outline input[type=url],#theme-dark .md-form.md-outline textarea.md-textarea,#theme-dark .select-wrapper.md-form.md-outline input[type=text]{background-color:transparent;border:1px solid var(--d-border);color:var(--d-color-inversed)}#theme-dark .md-form.md-outline label.active{background:var(--d-card-bg)}#theme-dark .md-form.md-outline label{color:var(--d-color-inversed)}#theme-dark #tec-search-input-s2,#theme-dark .tec-search-input{background:var(--d-color-inversed)!important;color:var(--d-background)!important}#theme-dark input#tec-search-input-s1[data-v-4122c538]{-webkit-box-shadow:0 0 10px 1px var(--d-card-bg)!important;box-shadow:0 0 10px 1px var(--d-card-bg)!important;color:var(--d-background)!important}#theme-dark .invoice-table table tbody tr:nth-child(2n+2){background-color:var(--d-color-inversed)!important}#theme-dark .switch label input[type=checkbox]:checked+.lever{background-color:var(--d-border)!important}#theme-dark .switch label input[type=checkbox]:checked+.lever:after{background-color:var(--d-blue)!important}#theme-dark .footer{background-color:var(--d-color-sub)!important}#theme-dark .el-dropdown{display:inline-block;position:relative;color:var(--d-color-inversed)!important;font-size:14px}#theme-dark .el-loading-mask{position:absolute;z-index:1000;background-color:var(--d-selection-bg);opacity:.9;margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}#theme-dark .el-upload-list__item,#theme-dark .el-upload-list__item-name[class^=el-icon]{color:var(--d-color-hero)!important}#theme-dark .el-upload-list__item:hover{background-color:var(--d-color-hero)!important}#theme-dark .el-upload-list__item .el-icon-close{color:var(--d-color-hero)!important}#theme-dark .el-dropdown-menu{background-color:var(--d-color-inversed);border:1px solid var(--d-border);-webkit-box-shadow:0 2px 12px 0 var(--d-border);box-shadow:0 2px 12px 0 var(--d-border)}#theme-dark .el-dropdown-menu__item,#theme-dark .el-dropdown-menu__item:not(.is-disabled){color:var(--d-background)!important}#theme-dark .el-dropdown-menu__item:focus,#theme-dark .el-dropdown-menu__item:not(.is-disabled):hover{background-color:var(--d-selection-bg);color:var(--d-color-inversed)!important}#theme-dark .el-button--primary{color:#fff;background-color:var(--d-blue)!important;border-color:var(--d-blue)!important}#theme-dark .el-button--danger{color:#fff;background-color:var(--d-red)!important;border-color:var(--d-red)!important}#theme-dark .el-button--warning{color:#fff;background-color:var(--d-warning)!important;border-color:var(--d-warning)!important}#theme-dark .el-button--success{color:#fff;background-color:var(--d-success)!important;border-color:var(--d-success)!important}#theme-dark .el-upload-list__item,#theme-dark .el-upload-list__item-name[class^=el-icon]{color:var(--d-color-inversed)!important}#theme-dark .el-upload-list__item:hover{color:var(--d-background)!important;font-weight:500;background-color:var(--d-selection-bg)!important}#theme-dark .el-upload-list__item .el-icon-close{color:var(--d-background-light)!important}#theme-dark .pagination .page-item .page-link{color:var(--d-color-inversed)!important}#theme-dark .dropdown-content.select-dropdown .select-inner-wrapper .search-wrap .search.md-form input[type=text]{background-color:transparent;border:1px solid transparent!important}#theme-dark .dropdown-menu{border:1px solid var(--d-shadow)!important;color:var(--d-color-inversed)!important;background-color:var(--d-color-inversed)!important}#theme-dark .dropdown .dropdown-menu .dropdown-item.active,#theme-dark .dropdown .dropdown-menu .dropdown-item:active,#theme-dark .dropdown .dropdown-menu .dropdown-item:hover,#theme-dark .dropleft .dropdown-menu .dropdown-item.active,#theme-dark .dropleft .dropdown-menu .dropdown-item:active,#theme-dark .dropleft .dropdown-menu .dropdown-item:hover,#theme-dark .dropright .dropdown-menu .dropdown-item.active,#theme-dark .dropright .dropdown-menu .dropdown-item:active,#theme-dark .dropright .dropdown-menu .dropdown-item:hover,#theme-dark .dropup .dropdown-menu .dropdown-item.active,#theme-dark .dropup .dropdown-menu .dropdown-item:active,#theme-dark .dropup .dropdown-menu .dropdown-item:hover{background-color:var(--d-selection-bg)!important;color:var(--d-color-hero)!important}#theme-dark .dropdown-content li>a,#theme-dark .dropdown-content li>span{color:var(--d-color-inversed)!important}#theme-dark .dropdown-content li.active,#theme-dark .dropdown-content li:hover{color:var(--d-color-hero)!important}#theme-dark .select-inner-wrapper{background-color:var(--d-card-bg)!important}#theme-dark .dropdown-content li.active,#theme-dark .dropdown-content li:hover{background-color:var(--d-background)!important}#theme-dark .dropdown-content li{background-color:var(--d-card-bg)!important}#theme-dark .select-dropdown li.disabled,#theme-dark .select-dropdown li.disabled>span,#theme-dark .select-dropdown li.optgroup{color:rgba(228,213,213,.3)!important}#theme-dark ul.list-group .list-group-item{background-color:var(--d-card-bg)!important;color:var(--d-color-inversed)!important;border:1px solid var(--d-border)!important}#theme-dark ul.list-group .list-group-item-action.active,#theme-dark ul.list-group .list-group-item-action:focus,#theme-dark ul.list-group .list-group-item-action:hover{color:var(--d-color-hero)!important;text-decoration:none;background-color:var(--d-high-bg)!important}#theme-dark .swal2-popup{background:var(--d-card-bg)!important;color:var(--d-color-inversed)!important}#theme-dark .swal2-content,#theme-dark .swal2-title{color:var(--d-color-hero)!important}#theme-dark .swal2-footer{border-top:1px solid var(--d-color-inversed)!important;color:var(--d-color-inversed)!important}#theme-dark .invoice-preview,#theme-dark .invoice-preview-mobile{background:var(--d-color-hero)!important;color:var(--d-background)!important}#theme-dark .invoice-preview-mobile .invoice-meta .meta-left h4,#theme-dark .invoice-preview .invoice-meta .meta-left h4{font-weight:400}#theme-dark .mdb-picker-box{background:var(--d-card-bg)!important}#theme-dark .day{background:var(--d-color-inversed);color:var(--d-background);border:1px solid var(--d-border)!important}#theme-dark .day:active,#theme-dark .day:hover{color:var(--d-background);border:1px solid var(--d-color-hero)!important}#theme-dark .button-box button{background-color:transparent!important}#theme-dark .button-box,#theme-dark .mdb-date-body{background:transparent}#theme-dark .mdb-date-next,#theme-dark .mdb-date-previous{background-color:var(--d-background-light);color:var(--d-color-hero)}#theme-dark .date-item{border:1px solid var(--d-border)!important}#theme-dark .date-item:hover{color:var(--d-selection-bg)!important}#theme-dark .border-background{border-bottom-color:var(--l-card-bg)!important}#theme-dark .login-section .content-box{background:var(--d-card-bg)!important}#theme-dark .login-section .content-box a:hover{color:var(--d-color-inversed)!important;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#theme-dark li.menu-tec-lg.disabled{color:hsla(0,0%,43.1%,.3)!important}#theme-dark .card-search-os{background:var(--d-card-bg)!important}#theme-dark .card-list-os,#theme-dark .card-search-os,#theme-dark .card-search-os .card-body input[type=search]{color:var(--d-color-inversed)!important}#theme-dark .card-list-os{background:var(--d-card-bg)!important}#theme-dark .card-search-reversed{caret-color:var(--d-color-inversed)!important;color:var(--d-color-inversed)!important}#theme-dark .btn-mob{border:0 solid transparent;background:transparent}#theme-dark .btn-mob,#theme-dark .btn-mob .fa-times{color:var(--d-color-hero)!important}#theme-dark .mobile-card-header .badger{font-size:.854rem}#theme-dark .mobile-card-describe{color:var(--d-color-inversed)!important}#theme-dark .lock-cover{background-size:cover}#theme-dark .wrapper{min-height:100vh;position:relative}#theme-dark .wrapper.wrapper-full-page{height:auto;min-height:100vh}#theme-dark .full-page[data-color=primary]:after{background-color:var(--d-background)}#theme-dark .full-page[data-image]:after{opacity:.7}#theme-dark .full-page[data-image]:before{background-color:var(--d-color-hero)!important;opacity:.7}#theme-dark .full-page:after,#theme-dark .full-page:before{display:block;content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}#theme-dark .card.card-lock{text-align:center;position:absolute;width:300px;top:20vh;left:50%;margin-left:-150px;z-index:3}#theme-dark .card.card-lock .card-body{padding-top:20px;background-color:var(--d-card-bg)!important}#theme-dark .card.card-lock .card-body .user{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto}#theme-dark .card.card-lock .card-body .user img{max-width:100%;width:100%;height:auto}#theme-dark .card.card-lock .card-body .h4{font-family:Nunito,Roboto,sans-serif;margin-top:15px;font-weight:700;margin-bottom:30px;font-size:1.3em;line-height:1.2em;color:var(--d-color-hero)}#theme-dark .presentation-card-sub{width:100%;height:450px!important;background:#1a2980;background:-webkit-gradient(linear,left top,right top,from(#040c3a),to(#1a2980));background:linear-gradient(90deg,#040c3a,#1a2980);color:#fff!important}#theme-dark .presentation-card-sub .title{color:#fff!important;font-size:1.5em;text-align:center;padding-top:30%}#theme-dark .presentation-card-sub .amount{color:inherit;font-size:2.8em;text-align:center;padding-top:15%}#theme-dark .presentation-card-sub .details-price{color:var(--d-color-hero)!important;font-size:.9em;text-align:center;padding-top:5%}@media (max-width:575px){#theme-dark .presentation-card-sub{width:100%;height:auto!important;background:#1a2980;background:-webkit-gradient(linear,left top,right top,from(#040c3a),to(#1a2980));background:linear-gradient(90deg,#040c3a,#1a2980);color:#fff!important}#theme-dark .presentation-card-sub .title{color:#fff!important;font-size:1.5em;text-align:center;padding-top:30%}#theme-dark .presentation-card-sub .amount{color:inherit;font-size:2.8em;text-align:center;padding-top:0}#theme-dark .presentation-card-sub .details-price{color:var(--d-color-hero)!important;font-size:.9em;text-align:center;padding-top:0}}#theme-dark *{scrollbar-width:thin;scrollbar-color:var(--d-background) var(--d-color-inversed)}#theme-dark::-webkit-scrollbar,#theme-dark ::-webkit-scrollbar{width:3px}#theme-dark::-webkit-scrollbar-track,#theme-dark ::-webkit-scrollbar-track{background:var(--d-background)}#theme-dark::-webkit-scrollbar-thumb,#theme-dark ::-webkit-scrollbar-thumb{background-color:var(--d-color-hero);border-radius:20px}:root{--l-background:#ebf1fc;--l-background-light:#96aada;--l-border:#dae1ec;--l-blue:#0a369d;--l-blue-07:rgba(10,26,148,0.712);--l-red:rgba(254,77,67,0.815);--l-red-07:rgba(110,46,43,0.89);--l-danger:#a0383f;--l-danger-text:#fff;--l-warning:#ce7d03;--l-warning-text:#14173a;--l-success:#0b5228;--l-success-text:hsla(0,0%,100%,0.904);--l-primary:#00408a;--l-primary-text:#fff;--l-info:#007ba8;--l-info-text:#fff;--l-grey:rgba(82,81,81,0.856);--l-card-bg:#fff;--l-color-hero:#14173a;--l-color-inversed:#2d3155;--l-color-sub:#a4adaa;--l-header-background:#ebf1fc;--l-shadow:rgba(60,66,93,0.241);--l-selection-bg:#00408a;--l-high-bg:#343d58;--l-high-bg-6:#00408a}#theme-light{background-color:var(--l-background)!important;color:var(--l-color-hero)!important;font-size:.9rem}#theme-light h1,#theme-light h2,#theme-light h3,#theme-light h4,#theme-light h5,#theme-light h6{color:var(--l-blue)!important}#theme-light fieldset legend{font-size:1rem}#theme-light .modal-header>*,#theme-light .popol{color:var(--l-color-hero)!important}#theme-light .text-danger{color:var(--l-red)!important}#theme-light .text-primary{color:var(--l-blue)!important}#theme-light .text-warning{color:var(--l-warning)!important}#theme-light .text-success{color:var(--l-success)!important}#theme-light .card-header-bg{background:var(--l-blue)!important}#theme-light .card-header-bg *{color:var(--l-background)!important}#theme-light .card,#theme-light .modal-body{background-color:var(--l-card-bg)!important;border:1px solid var(--l-border)!important}#theme-light .modal-header{background-color:var(--l-white)!important;border:1px solid var(--l-white)!important}#theme-light .modal-header .close,#theme-light .modal-header .modal-title{color:var(--l-blue)!important;font-weight:500}#theme-light .modal-footer{background-color:var(--l-card-bg)!important;border:1px solid var(--l-card-bg)!important;padding:.2rem}#theme-light .btn-primary{color:var(--l-background)!important;background-color:var(--l-blue)!important;border-color:var(--l-blue)!important}#theme-light .btn-outline-primary{color:var(--l-color-hero)!important;background-color:var(--l-white)!important;border-color:var(--l-blue)!important}#theme-light .btn-danger{color:var(--l-color-hero)!important;background-color:var(--l-red)!important;border-color:var(--l-red)!important}#theme-light .btn-warning{color:var(--l-color-hero)!important;background-color:var(--l-warning)!important;border-color:var(--l-warning)!important}#theme-light .btn-info{color:var(--l-color-hero)!important;background-color:var(--l-info)!important;border-color:var(--l-info)!important}#theme-light .btn-success{color:var(--l-color-hero)!important;background-color:var(--l-success)!important}#theme-light .btn-outline-success{color:var(--l-success)!important;border-color:var(--l-success)!important;background-color:var(--l-white)!important}#theme-light .btn-grey{color:var(--l-background)!important;background-color:var(--l-grey)!important}#theme-light .bg-primary{color:var(--l-background)!important;background-color:var(--l-color-hero)!important}#theme-light .bg-warning{color:var(--l-color-hero)!important;background-color:var(--l-warning)!important}#theme-light .bg-info{color:var(--l-color-hero)!important;background-color:var(--l-info)!important}#theme-light .bg-danger{color:var(--l-color-hero)!important;background-color:var(--l-red)!important}#theme-light .badge-primary{color:var(--l-primary-text)!important;background-color:var(--l-primary)!important}#theme-light .badge-success{color:var(--l-success-text)!important;background-color:var(--l-success)!important}#theme-light .badge-warning{color:var(--l-warning-text)!important;background-color:var(--l-warning)!important}#theme-light .badge-info{color:var(--l-info-text)!important;background-color:var(--l-info)!important}#theme-light .badge-danger{color:var(--l-danger-text)!important;background-color:var(--l-danger)!important}#theme-light .header .navbar-background-color{background-color:var(--l-background)}#theme-light .header .navbar-color{color:var(--l-color-hero)!important}#theme-light .sidenav .sidenav-background-color{background-color:var(--l-background)!important;color:var(--l-color-hero)!important}#theme-light .ts-sidenav-skins .side-nav .collapsible li .collapsible-header{color:var(--l-color-hero)!important;-webkit-transition:all .3s linear!important;transition:all .3s linear!important}#theme-light .table td,#theme-light .table th{border-top:1px solid var(--l-border)}#theme-light .table{color:1px solid var(--l-color-inversed)!important}#theme-light table.modal-details{width:100%}#theme-light table.modal-details tbody tr{border-top:1px solid var(--l-border);border-bottom:1px solid var(--l-border)}#theme-light table.modal-details tbody tr th{font-weight:400}#theme-light table.modal-details tbody tr td,#theme-light table.modal-details tbody tr th{font-size:1rem;padding:13px 10px}#theme-light table.modal-details tbody tr:hover{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important;box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 1px 10px 0 rgba(0,0,0,.1)!important}#theme-light .table thead th{color:1px solid var(--l-color-hero)!important;vertical-align:bottom;border-top:1px solid var(--l-color-inversed);border-bottom:1px solid var(--l-color-inversed)}#theme-light .table tbody td,#theme-light .table td,#theme-light .table th{padding:.75rem;vertical-align:top;border-top:1px solid var(--l-background)}#theme-light .select-wrapper.md-form.md-outline input[type=text]{background-color:transparent;color:var(--l-color-hero)}#theme-light .form-check-input[type=checkbox]:checked+label:before,#theme-light label.btn input[type=checkbox]:checked+label:before{top:-4px;left:-5px;width:12px;height:1.375rem;border-top:2px solid transparent;border-right:2px solid var(--l-background);border-bottom:2px solid var(--l-background)}#theme-light .md-form.md-outline input[type=date],#theme-light .md-form.md-outline input[type=datetime-local],#theme-light .md-form.md-outline input[type=email],#theme-light .md-form.md-outline input[type=number],#theme-light .md-form.md-outline input[type=password],#theme-light .md-form.md-outline input[type=search-md],#theme-light .md-form.md-outline input[type=search],#theme-light .md-form.md-outline input[type=tel],#theme-light .md-form.md-outline input[type=text],#theme-light .md-form.md-outline input[type=time],#theme-light .md-form.md-outline input[type=url],#theme-light .md-form.md-outline textarea.md-textarea{background-color:transparent;color:var(--l-color-hero)}#theme-light .md-form.md-outline label.active{background:var(--l-card-bg);color:var(--l-blue)}#theme-light .md-form.md-outline label{color:var(--l-color-hero)}#theme-light #tec-search-input-s2,#theme-light .tec-search-input{background:var(--l-card-bg)!important;color:var(--l-color-hero)!important}#theme-light .search-icon i{color:var(--l-color-hero)}#theme-light .tec-search-v-icon i{color:var(--l-color-hero)!important}#theme-light input#tec-search-input-s1{-webkit-box-shadow:0 0 10px 1px var(--l-shadow)!important;box-shadow:0 0 10px 1px var(--l-shadow)!important;color:var(--l-color-hero)!important}#theme-light .invoice-table table tbody tr:nth-child(2n+2){background-color:var(--l-background)!important}#theme-light .switch label input[type=checkbox]:checked+.lever{background-color:var(--l-high-bg-6)!important}#theme-light .switch label input[type=checkbox]:checked+.lever:after{background-color:var(--l-blue)!important}#theme-light .footer{background-color:var(--l-color-inversed)!important}#theme-light .el-dropdown{display:inline-block;position:relative;color:var(--l-color-hero)!important;font-size:14px}#theme-light .el-loading-mask{position:absolute;z-index:1000;background-color:var(--l-card-bg);opacity:.9;margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}#theme-light .el-dropdown-menu{background-color:var(--l-card-bg);border:1px solid var(--l-border);-webkit-box-shadow:0 2px 12px 0 var(--l-shadow);box-shadow:0 2px 12px 0 var(--l-shadow)}#theme-light .el-dropdown-menu__item,#theme-light .el-dropdown-menu__item:not(.is-disabled){color:var(--l-color-hero)!important}#theme-light .el-dropdown-menu__item:focus,#theme-light .el-dropdown-menu__item:not(.is-disabled):hover{background-color:var(--l-selection-bg);color:var(--l-background)!important}#theme-light .el-button--primary{color:#fff;background-color:var(--l-blue)!important;border-color:var(--l-blue)!important}#theme-light .el-button--danger{color:#fff;background-color:var(--l-red)!important;border-color:var(--l-red)!important}#theme-light .el-button--warning{color:#fff;background-color:var(--l-warning)!important;border-color:var(--l-warning)!important}#theme-light .el-button--success{color:#fff;background-color:var(--l-success)!important;border-color:var(--l-success)!important}#theme-light .el-upload-list__item,#theme-light .el-upload-list__item-name[class^=el-icon]{color:var(--l-color-inversed)!important}#theme-light .el-upload-list__item:hover{color:var(--l-background)!important;font-weight:500;background-color:var(--l-selection-bg)!important}#theme-light .el-upload-list__item .el-icon-close{color:var(--l-background-light)!important}#theme-light .el-input__inner{background-color:var(--l-card-bg)!important;border:1px solid var(--l-color-hero)!important;color:var(--l-color-hero)!important;cursor:pointer}#theme-light .el-input__inner::-webkit-input-placeholder{color:var(--l-color-hero)!important}#theme-light .el-input__inner::-moz-placeholder{color:var(--l-color-hero)!important}#theme-light .el-input__inner:-ms-input-placeholder{color:var(--l-color-hero)!important}#theme-light .el-input__inner::-ms-input-placeholder{color:var(--l-color-hero)!important}#theme-light .el-input__inner::placeholder{color:var(--l-color-hero)!important}#theme-light .el-date-picker__header-label.active,#theme-light .el-date-picker__header-label:hover,#theme-light .el-month-table td .cell:hover,#theme-light .el-month-table td.today .cell{color:var(--l-color-hero)!important}#theme-light .dropdown-content.select-dropdown .select-inner-wrapper .search-wrap .search.md-form input[type=text]{background-color:transparent;border:1px solid transparent!important}#theme-light .dropdown-menu{border:1px solid var(--l-border)!important;color:var(--l-color-hero)!important;background-color:var(--l-card-bg)!important}#theme-light .dropdown .dropdown-menu .dropdown-item.active,#theme-light .dropdown .dropdown-menu .dropdown-item:active,#theme-light .dropdown .dropdown-menu .dropdown-item:hover,#theme-light .dropleft .dropdown-menu .dropdown-item.active,#theme-light .dropleft .dropdown-menu .dropdown-item:active,#theme-light .dropleft .dropdown-menu .dropdown-item:hover,#theme-light .dropright .dropdown-menu .dropdown-item.active,#theme-light .dropright .dropdown-menu .dropdown-item:active,#theme-light .dropright .dropdown-menu .dropdown-item:hover,#theme-light .dropup .dropdown-menu .dropdown-item.active,#theme-light .dropup .dropdown-menu .dropdown-item:active,#theme-light .dropup .dropdown-menu .dropdown-item:hover{background-color:var(--l-selection-bg)!important;color:var(--l-background)!important}#theme-light .dropdown-content li>a,#theme-light .dropdown-content li>span{color:var(--l-color-inversed)!important}#theme-light .dropdown-content li.active a,#theme-light .dropdown-content li.active span,#theme-light .dropdown-content li:hover a,#theme-light .dropdown-content li:hover span{color:var(--l-background)!important}#theme-light .select-inner-wrapper{background-color:var(--l-card-bg)!important}#theme-light .dropdown-content li.active,#theme-light .dropdown-content li:hover{background-color:var(--l-selection-bg)!important;color:var(--l-background)!important}#theme-light .dropdown-content li{background-color:var(--l-card-bg)!important}#theme-light .select-dropdown li.disabled,#theme-light .select-dropdown li.disabled>span,#theme-light .select-dropdown li.optgroup{color:rgba(43,41,41,.575)!important;cursor:not-allowed!important}#theme-light ul.list-group .list-group-item{background-color:var(--l-card-bg)!important;color:var(--l-color-hero)!important;border:1px solid transparent!important;border-bottom:1px solid var(--l-border)!important;-webkit-transition:all .2s;transition:all .2s;font-weight:400}#theme-light ul.list-group .list-group-item-action.active,#theme-light ul.list-group .list-group-item-action:focus,#theme-light ul.list-group .list-group-item-action:hover{color:var(--l-blue)!important;text-decoration:none;border:1px solid transparent!important;border-top:1px solid var(--l-border)!important;border-bottom:1px solid var(--l-border)!important}#theme-light .swal2-popup{background:var(--l-card-bg)!important;color:var(--l-color-inversed)!important}#theme-light .swal2-content,#theme-light .swal2-footer,#theme-light .swal2-title{color:var(--l-color-hero)!important}#theme-light .invoice-preview,#theme-light .invoice-preview-mobile{background:var(--l-background)!important;color:var(--l-color-hero)!important}#theme-light .invoice-preview-mobile .invoice-meta .meta-left h4,#theme-light .invoice-preview .invoice-meta .meta-left h4{font-weight:400}#theme-light .mdb-picker-box{background:var(--l-card-bg)!important}#theme-light .day{background:var(--l-background);color:var(--l-color-inversed);border:1px solid var(--l-border)!important}#theme-light .day:active,#theme-light .day:hover{background-color:var(--l-blue);color:#fff!important}#theme-light .button-box button{background-color:transparent!important}#theme-light .button-box,#theme-light .mdb-date-body{background:var(--l-background)!important}#theme-light .mdb-date-next,#theme-light .mdb-date-previous{background-color:var(--l-background-light);color:var(--l-background)}#theme-light .date-item{border:1px solid var(--l-border)!important}#theme-light .date-item:hover{color:var(--l-selection-bg)!important}#theme-light .border-background{border-bottom-color:var(--l-color-hero)!important}#theme-light .login-section .content-box{background:var(--l-card-bg)!important}#theme-light .login-section .content-box a:hover{color:var(--l-color-inversed)!important;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#theme-light li.menu-tec-lg.disabled{color:hsla(0,0%,43.1%,.3)!important}#theme-light .card-search-os{background:var(--l-card-bg)!important}#theme-light .card-list-os,#theme-light .card-search-os,#theme-light .card-search-os .card-body input[type=search]{color:var(--l-color-inversed)!important}#theme-light .card-list-os{background:var(--l-card-bg)!important}#theme-light .card-search-reversed{caret-color:var(--l-color-inversed)!important;color:var(--l-color-inversed)!important}#theme-light .btn-mob{color:var(--l-color-hero)!important;border:0 solid transparent;background:transparent}#theme-light .mobile-card-header .badger{font-size:.854rem}#theme-light .mobile-card-describe{color:var(--l-color-inversed)!important}#theme-light .lock-cover{background-size:cover}#theme-light .wrapper{min-height:100vh;position:relative}#theme-light .wrapper.wrapper-full-page{height:auto;min-height:100vh}#theme-light .full-page[data-color=primary]:after{background-color:var(--l-blue-07)}#theme-light .full-page[data-image]:after{opacity:.9}#theme-light .full-page[data-image]:before{background-color:#fff;opacity:.5}#theme-light .full-page:after,#theme-light .full-page:before{display:block;content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}#theme-light .card.card-lock{text-align:center;position:absolute;width:300px;top:20vh;left:50%;margin-left:-150px;z-index:3}#theme-light .card.card-lock .card-body{padding-top:20px;background-color:var(--l-card-bg)!important}#theme-light .card.card-lock .card-body .user{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto}#theme-light .card.card-lock .card-body .user img{max-width:100%;width:100%;height:auto}#theme-light .card.card-lock .card-body .h4{font-family:Nunito,Roboto,sans-serif;margin-top:15px;font-weight:700;margin-bottom:30px;font-size:1.3em;line-height:1.2em;color:var(--l-color-hero)}#theme-light *{scrollbar-width:thin;scrollbar-color:var(--l-background) var(--l-color-inversed)}#theme-light::-webkit-scrollbar,#theme-light ::-webkit-scrollbar{width:3px}#theme-light::-webkit-scrollbar-track,#theme-light ::-webkit-scrollbar-track{background:var(--l-white)}#theme-light::-webkit-scrollbar-thumb,#theme-light ::-webkit-scrollbar-thumb{background-color:var(--l-color-hero);border-radius:20px}#theme-light .presentation-card-sub{width:100%;height:450px!important;background:var(--l-blue);background:-webkit-gradient(linear,left top,right top,from(#26d0ce),to(var(--l-blue)));background:linear-gradient(90deg,#26d0ce,var(--l-blue));color:#fff!important}#theme-light .presentation-card-sub .title{color:#fff!important;font-size:1.5em;text-align:center;padding-top:30%}#theme-light .presentation-card-sub .amount{color:inherit;font-size:2.8em;text-align:center;padding-top:15%}#theme-light .presentation-card-sub .details-price{color:var(--d-color-hero)!important;font-size:.9em;text-align:center;padding-top:5%}