.loading-container .loading-backdrop{background:#fff!important;opacity:.7!important}.dark-style .loading-container .loading-backdrop{background:#22252b!important;opacity:.8!important}.loading-container .loading{background:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.sk-rotating-plane{width:30px;height:30px;background-color:#ccc;margin:40px auto;-webkit-animation:sk-rotatePlane 1.2s ease-in-out infinite;animation:sk-rotatePlane 1.2s ease-in-out infinite}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{width:30px;height:30px;position:relative;margin:40px auto}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#ccc;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s ease-in-out infinite;animation:sk-doubleBounce 2s ease-in-out infinite}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:37.5px;height:30px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#ccc;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s ease-in-out infinite;animation:sk-waveStretchDelay 1.2s ease-in-out infinite}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:30px;height:30px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#ccc;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.sk-spinner-pulse{width:30px;height:30px;margin:40px auto;background-color:#ccc;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s ease-in-out infinite;animation:sk-pulseScaleOut 1s ease-in-out infinite}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{margin:40px auto;width:30px;height:30px;position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s linear infinite;animation:sk-chasingDotsRotate 2s linear infinite}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#ccc;border-radius:100%;-webkit-animation:sk-chasingDotsBounce 2s ease-in-out infinite;animation:sk-chasingDotsBounce 2s ease-in-out infinite}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes sk-chasingDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes sk-chasingDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:60px;text-align:center}.sk-three-bounce .sk-child{width:15px;height:15px;background-color:#ccc;border-radius:100%;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:30px;height:30px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#ccc;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s ease-in-out infinite both;animation:sk-circleBounceDelay 1.2s ease-in-out infinite both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:30px;height:30px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#ccc;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s ease-in-out infinite;animation:sk-cubeGridScaleDelay 1.3s ease-in-out infinite}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:30px;height:30px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#ccc;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1.2s ease-in-out infinite both;animation:sk-circleFadeDelay 1.2s ease-in-out infinite both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:30px;height:30px;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ccc;-webkit-animation:sk-foldCubeAngle 2.4s linear infinite both;animation:sk-foldCubeAngle 2.4s linear infinite both;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotate(90deg);transform:scale(1.1) rotate(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotate(180deg);transform:scale(1.1) rotate(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotate(270deg);transform:scale(1.1) rotate(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}.sk-wave{width:40px;white-space:nowrap}.sk-fading-circle .sk-circle{margin-top:0;margin-bottom:0}.default-style .sidenav .app-brand.demo{height:66px}.material-style .sidenav .app-brand.demo{height:70px}.app-brand-logo.demo{display:-webkit-box;display:-ms-flexbox;display:flex;width:30px;height:30px;border-radius:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-brand-logo.demo svg{width:20px;height:11px}.app-brand-text.demo{font-size:1.1rem}.layout-1 .layout-sidenav .app-brand.demo,.layout-1 .layout-sidenav .app-brand.demo+.sidenav-divider,.layout-reversed .layout-2 .layout-sidenav .app-brand.demo{display:none}.layout-1 .layout-navbar .app-brand.demo,.layout-reversed .layout-2 .layout-navbar .app-brand.demo{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.layout-1 .layout-navbar .layout-sidenav-toggle,.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle,.layout-offcanvas .layout-navbar .layout-sidenav-toggle,.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle{display:block!important}@media (min-width:992px){.layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle,.layout-offcanvas .layout-sidenav .layout-sidenav-toggle{display:none}}.demo-navbar-messages.b-nav-dropdown .nav-link,.demo-navbar-messages .dropdown-toggle,.demo-navbar-notifications.b-nav-dropdown .nav-link,.demo-navbar-notifications .dropdown-toggle,.demo-navbar-user.b-nav-dropdown .nav-link,.demo-navbar-user .dropdown-toggle{white-space:nowrap}.demo-navbar-messages .dropdown-menu,.demo-navbar-notifications .dropdown-menu{overflow:hidden;padding:0}@media (min-width:992px){.demo-navbar-messages .dropdown-menu,.demo-navbar-notifications .dropdown-menu{margin-top:.5rem;width:22rem}.demo-navbar-user .dropdown-menu{margin-top:.25rem}}.demo-vertical-spacing>*+*{margin-top:1.875rem!important;margin-bottom:0!important}.demo-vertical-spacing-sm>*+*{margin-top:.9375rem!important;margin-bottom:0!important}.demo-vertical-spacing-lg>*+*{margin-top:5rem!important;margin-bottom:0!important}.demo-inline-spacing>*,.demo-paragraph-spacing>p>*{margin:0 .375rem .9375rem 0!important}.demo-paragraph-spacing>p{margin:0}.demo-blocks>*{display:block!important}.rtl-only,html:not(.material-style) .material-style-only{display:none!important}.rtl-only{text-align:left!important;direction:ltr!important}[dir=rtl] .rtl-only{display:block!important}.layout-example-block{margin-top:10px;padding:10px;border:1px solid rgba(0,0,0,.04);border-radius:2px;background:rgba(0,0,0,.04);color:#c7254e}.layout-example-block code{background:none;color:#666}.layout-example-block-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:500px}.layout-example-block-sidenav{width:24%;background:#607d8b}.layout-example-block-sidenav code{color:#fff}.layout-example-block-navbar{background:#3ca99e}.layout-example-block-navbar code{color:#fff}.layout-example-block-content{background:#9e9e9e}.layout-example-block-content code{color:#fff}.layout-example-block-1 .layout-example-block-content{width:74%}.layout-example-block-2 .layout-example-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:74%}.layout-example-block-2>.layout-example-block{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.layout-example-block-2 .layout-example-block-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.layout-example-block-1-no-sidenav .layout-example-block-content{width:100%}.layout-example-code{display:block;overflow:auto;margin:0;padding:30px;min-width:0;width:100%;background:#fff}.layout-example-run{display:inline-block;margin:3px;padding:4px 6px;border:1px solid #eee;background:transparent;white-space:nowrap;line-height:1}.layout-example-block-3 .layout-example-block-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-example-block-3 .layout-example-block-inner>.layout-example-block{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.layout-example-block-3 .layout-example-block-sidenav-horizontal{background:#607d8b}.layout-example-block-3 .layout-example-block-container-fluid{background:#fff}.layout-example-block-3 .layout-example-block-container-fluid code{color:#666}.layout-example-block-3 .layout-example-block-footer{background:#e6514a}.input-group-text{width:200px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#theme-settings{display:none}.dropdown-item,.nav,.page-link{outline:0}.router-transitions{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}body.app-loading .router-transitions{opacity:.75}table.b-table>tfoot>tr>th.sorting,table.b-table>thead>tr>th.sorting{padding-right:2rem}[dir=rtl] .b-table>tfoot>tr>th.sorting,[dir=rtl] .b-table>thead>tr>th.sorting{padding-left:2rem}[dir=rtl] .b-table>tfoot>tr>th.sorting:before,[dir=rtl] .b-table>thead>tr>th.sorting:before{right:auto;left:.75em}[dir=rtl] .b-table>tfoot>tr>th.sorting:after,[dir=rtl] .b-table>thead>tr>th.sorting:after{right:auto;left:.25em}table.b-table>thead>tr>th:focus{outline:0;text-decoration:underline}table.b-table>thead>tr>th.sorting:after,table.b-table>thead>tr>th.sorting:before{bottom:auto!important;padding-bottom:0!important;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.default-style[dir=rtl] .b-table>tfoot>tr>th.sorting,.default-style[dir=rtl] .b-table>thead>tr>th.sorting{padding-right:.625rem}.default-style[dir=rtl] .b-table.card-table>tfoot>tr>th.sorting:first-child,.default-style[dir=rtl] .b-table.card-table>thead>tr>th.sorting:first-child{padding-right:1.5rem}.material-style[dir=rtl] .b-table>tfoot>tr>th.sorting,.material-style[dir=rtl] .b-table>thead>tr>th.sorting{padding-right:.625rem}.material-style[dir=rtl] .b-table.card-table>tfoot>tr>th.sorting:first-child,.material-style[dir=rtl] .b-table.card-table>thead>tr>th.sorting:first-child{padding-right:1.5rem}#modals-picture .modal-dialog{max-width:none!important;width:810px!important}#modals-picture .modal-dialog .modal-content{max-width:1200px!important;max-height:calc(100vh - 3.5rem)}#modals-picture .modal-dialog .modal-body{overflow:hidden!important;display:-webkit-box;display:-ms-flexbox;display:flex}#nprogress .bar{background:#26b4ff!important}.pull-left{float:left}.pull-right{float:right}.web-nav{width:100%;background:linear-gradient(135deg,#6132bc,#9b43cc)}.web-nav .nav-title{height:18px;font-size:24px;font-weight:700;color:#fff;line-height:18px;padding-top:60px;margin:auto}.web-nav .nav-desc{width:77.2%;text-align:left;font-size:16px;font-weight:400;color:#fff;line-height:18px;margin:48px auto 0;padding-bottom:24px}@media (min-width:765px) and (max-width:1023px){.web-nav{width:100%;background:linear-gradient(135deg,#6132bc,#9b43cc)}.web-nav .nav-title{height:18px;font-size:24px;font-weight:700;color:#fff;line-height:18px;padding-top:60px;margin:auto}.web-nav .nav-desc{width:95.6%;font-size:14px;font-weight:400;color:#fff;line-height:18px;margin:48px auto 0;padding-bottom:24px}}@media (max-width:364px){.web-nav{width:100%;background:linear-gradient(135deg,#6132bc,#9b43cc)}.web-nav .nav-title{width:100%;font-size:16px;font-weight:700;color:#fff;line-height:40px;padding-top:36px;margin:auto}.web-nav .nav-desc{width:auto;font-size:14px;font-weight:400;color:#fff;line-height:18px;margin:48px 15px 0;padding-bottom:24px}}@media (min-width:365px) and (max-width:441px){.web-nav{width:100%;background:linear-gradient(135deg,#6132bc,#9b43cc)}.web-nav .nav-title{width:100%;font-size:16px;font-weight:700;color:#fff;line-height:40px;padding-top:36px;margin:auto}}@media (min-width:442px) and (max-width:499px){.web-nav{width:100%;background:linear-gradient(135deg,#6132bc,#9b43cc)}.web-nav .nav-title{width:100%;font-size:16px;font-weight:700;color:#fff;line-height:40px;padding-top:36px;margin:auto}.web-nav .nav-desc{width:auto;font-size:14px;font-weight:400;color:#fff;line-height:18px;margin:48px 15px 0;padding-bottom:24px}}@media (min-width:500px) and (max-width:748px){.web-nav{width:100%;background:linear-gradient(135deg,#6132bc,#9b43cc)}.web-nav .nav-title{width:100%;font-size:16px;font-weight:700;color:#fff;line-height:40px;padding-top:36px;margin:auto}.web-nav .nav-desc{width:auto;font-size:14px;font-weight:400;color:#fff;line-height:18px;margin:48px 15px 0;padding-bottom:24px}}.footer-main{width:100%;height:210px;text-align:center;background:linear-gradient(135deg,#6132bc,#9b43cc)}.footer-main .footer-top{width:77.2%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:20px;margin:auto}.footer-main .footer-top,.footer-main .footer-top .footer-left{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-main .footer-top .footer-left ul:first-of-type{text-align:left}.footer-main .footer-top .footer-left ul{margin-right:150px}.footer-main .footer-top ul li:first-of-type{font-size:20px;font-weight:600;color:#fff;line-height:32px}.footer-main .footer-top ul li{list-style:none;font-size:15px;font-weight:600;color:#fff;line-height:36px}.footer-main .footer-top li img{width:18px;height:18px;vertical-align:middle;text-align:left}.footer-main .footer-top li .footer-left-text{display:inline-block;width:77px;font-size:15px;text-align:left;font-weight:600;color:#fff}.footer-main .footer-right{width:124px;height:110px}.footer-bottom,.footer-main .footer-right{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-bottom{margin:36px 0 20px 12px;text-align:center;font-size:15px;font-weight:600;color:#fff;line-height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-main a{cursor:pointer;text-decoration:none;color:#fff}@media (min-width:765px) and (max-width:1023px){.footer-main{width:100%;height:228px;background:linear-gradient(135deg,#6132bc,#9b43cc)}.footer-main .footer-top{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-top:0}.footer-main .footer-top,.footer-main .footer-top .footer-left{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto}.footer-main .footer-top .footer-left ul:first-of-type{margin-left:40px}.footer-main .footer-top .footer-left ul{margin-right:120px}.footer-main .footer-top ul li:first-of-type{height:28px;font-size:20px;font-weight:600;color:#fff;line-height:28px}.footer-main .footer-top ul li{list-style:none;height:21px;font-size:15px;font-weight:600;color:#fff;line-height:21px}.footer-main .footer-top li img{width:18px;height:18px;vertical-align:middle;text-align:left}.footer-main .footer-top li .footer-left-text{display:inline-block;font-size:15px;text-align:left;font-weight:600;color:#fff}.footer-main .footer-right{margin:24px auto 0}.footer-bottom,.footer-main .footer-right{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-bottom{margin:6px 0 20px 12px;text-align:center;font-size:15px;font-weight:600;color:#fff;line-height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:764px){.footer-main{width:100%;height:240px;background:linear-gradient(135deg,#6132bc,#9b43cc)}.footer-main .footer-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:auto;padding-top:6px}.footer-main .footer-top .footer-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin:0 68px 0 12px;text-align:left}.footer-main .footer-top .footer-left ul:first-of-type{margin-left:0;text-align:left}.footer-main .footer-top .footer-left ul{margin-right:0;padding-left:0}.footer-main .footer-top ul li:first-of-type{height:28px;font-size:20px;font-weight:600;color:#fff;line-height:28px}.footer-main .footer-top ul li{list-style:none;height:21px;font-size:15px;font-weight:600;color:#fff;line-height:21px;margin-top:6px}.footer-main .footer-top li img{width:18px;height:18px;vertical-align:middle;text-align:left}.footer-main .footer-top li .footer-left-text{display:inline-block;font-size:15px;text-align:left;font-weight:600;color:#fff}.footer-main .footer-right{display:inline-block;margin:8px auto}.footer-main .footer-right img{width:80px}.footer-bottom{margin:12px 0 20px 12px;text-align:left;font-size:15px;font-weight:600;color:#fff;line-height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.home[data-v-4fd5f349]{overflow:hidden;text-align:center;background:#fff}.multiselect{background:none}.multiselect .multiselect__spinner{width:2.5rem}.material-style .multiselect .multiselect__spinner:after,.material-style .multiselect .multiselect__spinner:before{left:4px;margin-right:0!important;margin-left:0!important}.multiselect .multiselect__input,.multiselect .multiselect__placeholder,.multiselect .multiselect__single,.multiselect .multiselect__tag{min-height:0;height:1.5rem;line-height:1.5rem}.multiselect .multiselect__input,.multiselect .multiselect__single{border-radius:0;background:transparent}.multiselect .multiselect__placeholder,.multiselect .multiselect__single,.multiselect .multiselect__tag{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.multiselect .multiselect__placeholder{display:block!important}.multiselect .multiselect__tag{display:block;float:left;padding:0 .5rem;border-radius:.125rem}[dir=rtl] .multiselect .multiselect__tag{float:right}.multiselect .multiselect__tag-icon{position:static;margin-left:.25rem;width:1.25rem;background:none!important;text-align:center;line-height:1.5rem;opacity:.5}[dir=rtl] .multiselect .multiselect__tag-icon{margin-right:.25rem;margin-left:0}.multiselect .multiselect__tag-icon:after{content:"\D7";color:inherit!important;font-size:1rem}.multiselect .multiselect__tag-icon:focus,.multiselect .multiselect__tag-icon:hover{opacity:1}.multiselect .multiselect__select{padding:0;width:2.5rem}.material-style .multiselect .multiselect__select{width:8px}.multiselect .multiselect__select:before{position:absolute;top:50%;left:50%;margin:0;width:0;height:0;border-width:4px 4px 0 4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[dir=rtl] .multiselect .multiselect__select:before{right:50%;left:auto;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.multiselect .multiselect__option{min-height:0}.multiselect .multiselect__content-wrapper{background-clip:padding-box}.multiselect:not(.multiselect--above) .multiselect__content-wrapper{border-top:0}.multiselect.multiselect--above .multiselect__content-wrapper{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect .multiselect__option--selected{font-weight:400}.multiselect .multiselect--disabled,.multiselect .multiselect__option--highlight:after,.multiselect .multiselect__option--selected.multiselect__option--highlight:after{background:transparent}.multiselect.multiselect--disabled .multiselect__select{background:transparent;color:transparent}.multiselect.multiselect--disabled .multiselect__select:before{border-color:transparent}.default-style .multiselect__content-wrapper{z-index:1000;border:1px solid rgba(24,28,33,.05);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.09);box-shadow:0 1px 6px rgba(0,0,0,.09);border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.default-style .multiselect--above .multiselect__content-wrapper{border-top:1px solid rgba(24,28,33,.05);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.default-style .multiselect,.default-style .multiselect__input,.default-style .multiselect__placeholder,.default-style .multiselect__single{font-size:.894rem}.default-style .multiselect__input,.default-style .multiselect__single{margin-bottom:.375rem;padding:0 0 0 .5rem}.default-style .multiselect__placeholder{color:#babbbc;padding:0 0 0 .5rem;margin:0}.default-style[dir=rtl] .multiselect__input,.default-style[dir=rtl] .multiselect__placeholder,.default-style[dir=rtl] .multiselect__single{padding-right:.5rem;padding-left:0}.default-style .multiselect{min-height:calc(2.25rem + 2px);color:#4e5155}.default-style .multiselect__input{color:#4e5155}.default-style .multiselect__input::-webkit-input-placeholder{color:#babbbc}.default-style .multiselect__input::-moz-placeholder{color:#babbbc}.default-style .multiselect__input:-ms-input-placeholder{color:#babbbc}.default-style .multiselect__input::-ms-input-placeholder{color:#babbbc}.default-style .multiselect__input::placeholder{color:#babbbc}.default-style .multiselect__spinner{height:2.25rem;border-radius:.25rem;background:#fff}.default-style .multiselect__tags{padding:.375rem 2.5rem 0 .375rem;min-height:calc(2.25rem + 2px);border:1px solid rgba(24,28,33,.1);background:#fff;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;border-radius:.25rem}@media screen and (prefers-reduced-motion:reduce){.default-style .multiselect__tags{-webkit-transition:none;transition:none}}.default-style .multiselect__tags:after{display:block;clear:both;content:""}.default-style[dir=rtl] .multiselect__tags{padding-right:.375rem;padding-left:2.5rem}.default-style .multiselect--disabled .multiselect__tags{background:#f1f1f2;color:#4e5155}.default-style .multiselect__tag{margin:0 .375rem .375rem 0;background-color:rgba(24,28,33,.1);color:#4e5155}.default-style[dir=rtl] .multiselect__tag{margin-right:0;margin-left:.375rem}.default-style .multiselect__tag-icon{font-weight:300}.default-style .multiselect__select{height:2.25rem;line-height:2.25rem}.default-style .multiselect__select:before{border-color:#a3a4a6 transparent transparent transparent;color:#a3a4a6}.default-style .multiselect__option{color:#4e5155}.default-style .multiselect__option,.default-style .multiselect__option:after{padding:.3125rem .875rem;line-height:1.54}.default-style .multiselect__option--highlight:after,.default-style .multiselect__option--selected:after{font-size:.894rem}.default-style .multiselect__option--selected{background:rgba(24,28,33,.06);color:#4e5155}.default-style .multiselect__option--selected:after{color:#a3a4a6}.default-style .multiselect__option--highlight:after,.default-style .multiselect__option--selected.multiselect__option--highlight:after{color:#fff}.default-style .multiselect__option--disabled,.default-style .multiselect__option--disabled.multiselect__option--highlight{background:rgba(24,28,33,.03)!important;color:#a3a4a6!important}.default-style .multiselect-secondary .multiselect__tag{background:#8897aa!important;color:#fff!important}.default-style .multiselect-success .multiselect__tag{background:#02bc77!important;color:#fff!important}.default-style .multiselect-info .multiselect__tag{background:#28c3d7!important;color:#fff!important}.default-style .multiselect-warning .multiselect__tag{background:#ffd950!important;color:#665720!important}.default-style .multiselect-danger .multiselect__tag{background:#d9534f!important;color:#fff!important}.default-style .multiselect-light .multiselect__tag{background:rgba(24,28,33,.06)!important;color:#0a0b0d!important}.default-style .multiselect-dark .multiselect__tag{background:rgba(24,28,33,.9)!important;color:#fff!important}.default-style .is-valid .multiselect:not(.multiselect--active) .multiselect__tags,.default-style .multiselect.is-valid:not(.multiselect--active) .multiselect__tags{border-color:#02bc77}.default-style .is-invalid .multiselect:not(.multiselect--active) .multiselect__tags,.default-style .multiselect.is-invalid:not(.multiselect--active) .multiselect__tags{border-color:#d9534f}.material-style .multiselect__content-wrapper{z-index:1000;margin-top:.125rem;border:0!important;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.07),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.03);box-shadow:0 2px 4px -1px rgba(0,0,0,.07),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.03);border-radius:.125rem!important}.material-style .multiselect--above .multiselect__content-wrapper{margin-top:0;margin-bottom:.125rem}.material-style .multiselect,.material-style .multiselect__input,.material-style .multiselect__placeholder,.material-style .multiselect__single{font-size:.894rem}.material-style .multiselect__input,.material-style .multiselect__placeholder,.material-style .multiselect__single{margin-bottom:.3125rem;padding:0}.material-style .multiselect__placeholder{color:#babbbc;margin:0}.material-style .multiselect{min-height:2.1875rem;color:#4e5155}.material-style .multiselect__input{color:#4e5155}.material-style .multiselect__input::-webkit-input-placeholder{color:#babbbc}.material-style .multiselect__input::-moz-placeholder{color:#babbbc}.material-style .multiselect__input:-ms-input-placeholder{color:#babbbc}.material-style .multiselect__input::-ms-input-placeholder{color:#babbbc}.material-style .multiselect__input::placeholder{color:#babbbc}.material-style .multiselect__spinner{height:2.1875rem;border-radius:.125rem;background:transparent}.material-style[dir=rtl] .multiselect__spinner:after,.material-style[dir=rtl] .multiselect__spinner:before{right:4px;left:auto}.material-style .multiselect__tags{padding:.3125rem 2.5rem 0 0;min-height:2.1875rem;border:0;border-bottom:1px solid rgba(24,28,33,.1);border-radius:0!important;background:transparent;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.material-style .multiselect__tags{-webkit-transition:none;transition:none}}.material-style .multiselect__tags:after{display:block;clear:both;content:""}.material-style[dir=rtl] .multiselect__tags{padding-right:0;padding-left:2.5rem}.material-style .multiselect--disabled .multiselect__tags{border-style:dotted;border-color:rgba(24,28,33,.3);background:transparent;color:#a3a4a6}.material-style .multiselect__tag{margin:0 .3125rem .3125rem 0;background-color:rgba(24,28,33,.1);color:#4e5155}.material-style[dir=rtl] .multiselect__tag{margin-right:0;margin-left:.3125rem}.material-style .multiselect__tag-icon{font-weight:300}.material-style .multiselect__select{height:2.1875rem;line-height:2.1875rem}.material-style .multiselect__select:before{border-color:#a3a4a6 transparent transparent transparent;color:#a3a4a6}.material-style .multiselect__option{color:#4e5155}.material-style .multiselect__option,.material-style .multiselect__option:after{padding:.3125rem .875rem;line-height:1.54}.material-style .multiselect__option--highlight:after,.material-style .multiselect__option--selected:after{font-size:.894rem}.material-style .multiselect__option--selected{background:rgba(24,28,33,.06);color:#4e5155}.material-style .multiselect__option--selected:after{color:#a3a4a6}.material-style .multiselect__option--highlight:after,.material-style .multiselect__option--selected.multiselect__option--highlight:after{color:#fff}.material-style .multiselect__option--disabled,.material-style .multiselect__option--disabled.multiselect__option--highlight{background:rgba(24,28,33,.03)!important;color:#a3a4a6!important}.material-style .is-valid .multiselect:not(.multiselect--active) .multiselect__tags,.material-style .multiselect.is-valid:not(.multiselect--active) .multiselect__tags{border-color:#02bc77}.material-style .is-invalid .multiselect:not(.multiselect--active) .multiselect__tags,.material-style .multiselect.is-invalid:not(.multiselect--active) .multiselect__tags{border-color:#d9534f}.material-style .multiselect-secondary .multiselect__tag{background:#8897aa!important;color:#fff!important}.material-style .multiselect-success .multiselect__tag{background:#02bc77!important;color:#fff!important}.material-style .multiselect-info .multiselect__tag{background:#28c3d7!important;color:#fff!important}.material-style .multiselect-warning .multiselect__tag{background:#ffd950!important;color:#665720!important}.material-style .multiselect-danger .multiselect__tag{background:#d9534f!important;color:#fff!important}.material-style .multiselect-light .multiselect__tag{background:rgba(24,28,33,.06)!important;color:#0a0b0d!important}.material-style .multiselect-dark .multiselect__tag{background:rgba(24,28,33,.9)!important;color:#fff!important}.navbar{padding:10px}.showicon{display:none}.showicon .app-brand-logo .demo{display:none!important}.cp{cursor:pointer}.langImg{width:18px;height:18px}.sele-shop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-lg-center .el-select{display:inline-block;position:relative}.sele-shop img{width:40px;height:40px;border-radius:50%;vertical-align:middle}.sele-option .el-select-dropdown__item{height:50px!important;line-height:18px!important}.sele-option .el-select-dropdown__item.selected{font-weight:500!important;color:none!important}.sele-option{top:48px!important}.app-breadcrumb .el-breadcrumb__inner a:hover{color:#26b4ff}.mr_75{margin-right:.75rem}@media screen and (max-width:480px){.el-breadcrumb{margin-left:0;margin-top:0}.app-brand-text{display:none}.breadcrumb_mar{float:left}}.el-button{outline:0!important}.seleborder .el-input__prefix{left:-15px!important}.seleborder .el-input__prefix img{width:30px;height:30px;border-radius:50%}.tem-text{position:absolute;top:18px;left:45px;width:100px;text-align:left}.seleborder .el-input__inner,.tem-text{overflow:hidden;white-space:nowrap;font-size:12px;color:#a3a4a6}.seleborder .el-input__inner{border:none!important;height:20px}.seleborder .el-input .el-select__caret.is-reverse{-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.seleborder .el-input__icon{height:auto;line-height:1}@media screen and (max-width:992px){.b-nav-height .el-select{height:40px;margin-left:22px}}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.ps{position:relative}.ps__rail-x,.ps__rail-y,.ps__thumb-x,.ps__thumb-y{border-radius:10rem}.ps__rail-x{height:.25rem}.ps__rail-y{width:.25rem}.ps__thumb-x{bottom:0;height:.25rem}.ps__thumb-y{right:0;width:.25rem}.ps__rail-x.ps--clicking,.ps__rail-x.ps--clicking>.ps__thumb-x,.ps__rail-x:focus,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover,.ps__rail-x:hover>.ps__thumb-x{height:.375rem}.ps__rail-y.ps--clicking,.ps__rail-y.ps--clicking>.ps__thumb-y,.ps__rail-y:focus,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover,.ps__rail-y:hover>.ps__thumb-y{width:.375rem}.default-style .ps__rail-x.ps--clicking,.default-style .ps__rail-x:focus,.default-style .ps__rail-x:hover,.default-style .ps__rail-y.ps--clicking,.default-style .ps__rail-y:focus,.default-style .ps__rail-y:hover{background-color:rgba(24,28,33,.1)}.default-style .ps__thumb-x,.default-style .ps__thumb-y{background-color:rgba(24,28,33,.3)}.default-style .ps__rail-x.ps--clicking>.ps__thumb-x,.default-style .ps__rail-x:focus>.ps__thumb-x,.default-style .ps__rail-x:hover>.ps__thumb-x,.default-style .ps__rail-y.ps--clicking>.ps__thumb-y,.default-style .ps__rail-y:focus>.ps__thumb-y,.default-style .ps__rail-y:hover>.ps__thumb-y{background-color:rgba(24,28,33,.6)}.default-style .ps-inverted .ps__rail-x.ps--clicking,.default-style .ps-inverted .ps__rail-x:focus,.default-style .ps-inverted .ps__rail-x:hover,.default-style .ps-inverted .ps__rail-y.ps--clicking,.default-style .ps-inverted .ps__rail-y:focus,.default-style .ps-inverted .ps__rail-y:hover{background-color:hsla(0,0%,100%,.5)}.default-style .ps-inverted .ps__thumb-x,.default-style .ps-inverted .ps__thumb-y{background-color:hsla(0,0%,100%,.7)}.default-style .ps-inverted .ps__rail-x.ps--clicking>.ps__thumb-x,.default-style .ps-inverted .ps__rail-x:focus>.ps__thumb-x,.default-style .ps-inverted .ps__rail-x:hover>.ps__thumb-x,.default-style .ps-inverted .ps__rail-y.ps--clicking>.ps__thumb-y,.default-style .ps-inverted .ps__rail-y:focus>.ps__thumb-y,.default-style .ps-inverted .ps__rail-y:hover>.ps__thumb-y{background-color:#fff}.material-style .ps__rail-x.ps--clicking,.material-style .ps__rail-x:focus,.material-style .ps__rail-x:hover,.material-style .ps__rail-y.ps--clicking,.material-style .ps__rail-y:focus,.material-style .ps__rail-y:hover{background-color:rgba(24,28,33,.1)}.material-style .ps__thumb-x,.material-style .ps__thumb-y{background-color:rgba(24,28,33,.3)}.material-style .ps__rail-x.ps--clicking>.ps__thumb-x,.material-style .ps__rail-x:focus>.ps__thumb-x,.material-style .ps__rail-x:hover>.ps__thumb-x,.material-style .ps__rail-y.ps--clicking>.ps__thumb-y,.material-style .ps__rail-y:focus>.ps__thumb-y,.material-style .ps__rail-y:hover>.ps__thumb-y{background-color:rgba(24,28,33,.6)}.material-style .ps-inverted .ps__rail-x.ps--clicking,.material-style .ps-inverted .ps__rail-x:focus,.material-style .ps-inverted .ps__rail-x:hover,.material-style .ps-inverted .ps__rail-y.ps--clicking,.material-style .ps-inverted .ps__rail-y:focus,.material-style .ps-inverted .ps__rail-y:hover{background-color:hsla(0,0%,100%,.5)}.material-style .ps-inverted .ps__thumb-x,.material-style .ps-inverted .ps__thumb-y{background-color:hsla(0,0%,100%,.7)}.material-style .ps-inverted .ps__rail-x.ps--clicking>.ps__thumb-x,.material-style .ps-inverted .ps__rail-x:focus>.ps__thumb-x,.material-style .ps-inverted .ps__rail-x:hover>.ps__thumb-x,.material-style .ps-inverted .ps__rail-y.ps--clicking>.ps__thumb-y,.material-style .ps-inverted .ps__rail-y:focus>.ps__thumb-y,.material-style .ps-inverted .ps__rail-y:hover>.ps__thumb-y{background-color:#fff}@media (min-width:992px){.layout-2 .layout-sidenav,.layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-2 .layout-sidenav{z-index:10001!important}}.layout-content[data-v-38546e7b]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:hidden}.router-view[data-v-38546e7b]{width:100%;height:100%;overflow:auto}.layout-main[data-v-38546e7b]{overflow:hidden;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:400px}.router-transitions[data-v-38546e7b]{padding:0!important;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.card-header .header-right{margin-left:.2rem}.btn-ce{margin-left:-2px}.el-input__inner{line-height:1.54!important}.card-header .el-input__inner{border:1px solid #dcdfe6!important}.card-header .header-right input,.card-header .header-right select{display:inline-block;width:180px;height:27px;min-height:0;font-size:13px}.card-header button{height:27px;line-height:27px;padding:0 .6875rem}.el-autocomplete-suggestion__wrap{padding-top:8px;padding-bottom:5px}.el-autocomplete-suggestion li{line-height:27px}.el-autocomplete-suggestion ul{padding:0}.el-autocomplete-suggestion li{padding:0 10px}.el-autocomplete-suggestion ul ul li{padding:0}.el-autocomplete-suggestion{width:180px}.mtb-s5{margin:.5rem 0}.nav-right{float:right}.herder-inline{display:inline-block}@media (max-width:781px){.herder-inline{display:block}}@media (max-width:414px){.herder-inline{display:block;width:100%}}.min-w td,.min-w th{text-align:left!important}.min-w tbody tr:nth-of-type(2n){background-color:rgba(24,28,33,.025)}.min-w td,.min-w th{display:table-cell;vertical-align:middle!important;word-wrap:break-word;word-break:break-all}.min-w td img{width:40px;height:40px}.fill-img{-o-object-fit:cover;object-fit:cover}.min-w .merge-tis{border:0!important}.min-w .merge-tis:nth-of-type(2n){background-color:rgba(24,28,33,.025)}.white-tr tbody tr{background-color:transparent!important}.min-w td p,.min-w td p:last-child{margin-bottom:0}.min-w{overflow:auto}.min-w .switcher{margin-right:0}.min-w .name-img{width:40px;padding:0}.wh-5{width:50px}.wh-8{width:80px}.wh-9{width:90px}.wh-10{width:100px}.wh-11{width:110px}.wh-12{width:120px}.wh-15{width:150px}.wh-16{width:160px}.wh-18{width:180px}.wh-20{width:200px}.wh-24{width:240px}.wh-25{width:250px}.wh-30{width:300px}.wh-40{width:400px}.whm-50{min-width:300px}.whm-30{min-width:80px;max-width:200px}.w-dx-1{min-width:100px;max-width:190px}.w-dx-2{min-width:150px}.w-2-f,.w-dx-2{max-width:230px}.w-2-f,.w-5-f{min-width:120px}.w-5-f{max-width:250px}.w-dx-3{min-width:195px;max-width:300px}.min-w6{min-width:60px}.min-w8{min-width:80px}.min-w10{min-width:100px}.min-w12{min-width:120px}.min-w14{min-width:140px}.min-w16{min-width:160px}.min-w18{min-width:180px}.min-w20{min-width:200px}.min-w24{min-width:240px}.m-r-15{margin-right:15px}.qrcode-img{width:120px}.f-r{color:red;margin-left:3px}.red{border-color:red}.red .custom-select,.red .el-input__inner,.red .form-control,.red .multiselect__tags,.red .region-input{border-color:red!important}.searchadjust{display:inline-block}@media (max-width:414px){.searchadjust{display:block}}.imgname{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.imgname a{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.imgname .text-left{-webkit-box-flex:1!important;-ms-flex:1!important;flex:1!important}.fle{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.disname{display:inline-block}.lin-10{line-height:10px}.lin-20{line-height:20px}.lin-30{line-height:30px}.lin-40{line-height:40px}.lin-39{line-height:39px}.lin-42{line-height:42px}.lin-50{line-height:50px}.prl-0{padding-right:0!important;padding-top:0!important;padding-bottom:0!important}.pl-0,.prl-0{padding-left:0!important}.pr-0{padding-right:0!important}.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}.images-full{height:36%;width:64%}.shop_screen{float:left;width:300px;padding:15px 15px 15px 25px}.shop_screen .screen-int{float:left;width:180px;height:27px;min-height:0}.shop_screen .screen-btn{margin-left:5px}.table td,.table th{vertical-align:middle}.checkcon .custom-control{min-height:1.125rem;margin-bottom:0!important}.modal-content{min-width:680px!important;max-width:780px!important}@media (min-width:576px){.modal-sm{max-width:40.5rem}}.text-left{text-align:left!important}.text-color{font-size:12px;color:#ccc}body,html{margin:0}h1,h2,h3,h4,h5,h6,ul{margin:0;padding:0}button,input{outline:none}button{border:none}.fle{display:-webkit-box;display:-ms-flexbox;display:flex}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.el-time-panel__footer{display:none}a{cursor:pointer;text-decoration:none;color:#fff}.red .from-input{border-color:red}.card-header .order-timset input{height:26px}.el-date-editor .el-range-separator{line-height:28px;min-width:40px}.el-range-editor--mini .el-range-separator{line-height:20px;min-width:40px}.card-header .el-date-editor.el-input,.el-date-editor.el-input__inner{width:410px}@media (max-width:414px){.card-header .el-date-editor.el-input,.el-date-editor.el-input__inner{width:317px;padding:0 10px}.card-header .el-range-input{width:107px!important}}@media (max-width:376px){.card-header .el-date-editor.el-input,.el-date-editor.el-input__inner{width:262px;padding:0 10px}}.xb-el-dialog-normal .el-dialog__body{padding:10px 20px}.flex-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}th.el-table-column--selection>.cell{padding-left:14px!important;padding-right:0!important}th.el-table-column--selection>.cell .el-checkbox{margin-bottom:0}.xb-el-table-left-padding .cell{padding-left:24px!important}.xb-el-table-left-padding .cell .el-checkbox{margin-bottom:0!important}th.xb-el-table-left-padding.el-table-column--selection .cell{padding-left:24px!important;padding-right:0!important}.statistics-text-style{font-size:14px!important;font-weight:700!important}.form-control[readonly]{background-color:#fff}