

/** cdw_gallery.scss **/
@charset "UTF-8";body{font-family:Arial,sans-serif}.cdw_gallery{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;overflow:hidden}.cdw_gallery.showed{display:block}.cdw_gallery-inner{opacity:0;transition:opacity 0.5s ease;position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:rgba(0,0,0,0.3);backdrop-filter:blur(3px)}.cdw_gallery-inner.showed{opacity:1}.cdw_gallery-loader{content:"";position:absolute;top:50%;left:50%;width:600px;height:600px;border:10px
solid #3498db;border-top:10px solid transparent;border-radius:50%;animation:spin 0.5s linear infinite;transform:translate(-50%, -50%);max-width:25vh;max-height:25vh;opacity:0}@keyframes
spin{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}.cdw_gallery-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.cdw_gallery-content{position:absolute;width:100vw;height:100vh;opacity:1;left:0;top:0;padding:0;margin:0;background-size:contain;background-position:center;background-repeat:no-repeat}.cdw_gallery-hidden{display:none}.cdw_gallery-close-btn{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;line-height:40px;font-weight:bold;cursor:pointer;z-index:400;transition:opacity 0.5s ease}.cdw_gallery-prev-btn,.cdw_gallery-next-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;padding:16px;margin-top: -22px;color:white;font-weight:bold;transition:background-color 0.3s ease, opacity 0.3s ease;user-select:none;opacity:0;z-index:4;width:72px;height:72px;font-size:48px;line-height:48px;background-color:#00000055;border-radius:50%}.cdw_gallery-prev-btn.hover-available:hover,.cdw_gallery-next-btn.hover-available:hover{cursor:pointer;color:white;text-decoration:none;opacity:1 !important;border:2px
solid #fff}.cdw_gallery-prev-btn{left:12px}.cdw_gallery-prev-btn:before{content:"❮"}.cdw_gallery-next-btn{right:12px}.cdw_gallery-next-btn:before{content:"❯"}.cdw_gallery-legend,.cdw_gallery-title{position:absolute;bottom:10px;background-color:rgba(0, 0, 0, 0.5);color:#fff;width:calc(100% - 20px);padding:10px;text-align:center;font-size:2em;opacity:1;transition:opacity 0.5s ease;z-index:100;font-family:Montserrat}.cdw_gallery-title{top:0;width:auto;bottom:auto;padding:10px
35px;font-weight:600}



/** central_gallery.scss **/
.container-central-gallery{width:100%;height:100%;max-width:1000px;margin:0
auto;display:flex;align-items:center;justify-content:center}.container-central-gallery
h1{position:absolute;top:0}.container-central-gallery .description-category{position:absolute;top:40px;padding:0
20px;text-align:center}.container-central-gallery
.central_gallery{--CGTranslateZ:400px;--CGSize:150px;will-change:auto;width:var(--CGSize);height:var(--CGSize);transform-style:preserve-3d;user-select:none;animation-name:rightToLeft;animation-duration:50s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;position:relative}@media (max-width: 991px){.container-central-gallery
.central_gallery{--CGTranslateZ:250px;--CGSize:100px}}.container-central-gallery .central_gallery .picture-container{will-change:auto;position:absolute;top:0;left:0;width:var(--CGSize);height:var(--CGSize);transform-origin:center center;transform-style:preserve-3d;-webkit-box-reflect:below 2px linear-gradient(transparent, transparent, #444444)}.container-central-gallery .central_gallery .picture-container
.picture{will-change:auto;position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(0.9, 0.9);border-radius:15px;background-color:#969696;background-size:cover;background-position:center center;box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;transition:transform 0.2s ease}.container-central-gallery .central_gallery .picture-container .picture:hover{box-shadow:rgba(255, 255, 255, 0.8) 0 0 10px;cursor:pointer;transform:scale(1.05)}@keyframes
rightToLeft{0%{transform:perspective(100vw) rotateY(0deg)}100%{transform:perspective(100vw) rotateY(360deg)}}@keyframes
leftToRight{0%{transform:perspective(100vw) rotateY(360deg)}100%{transform:perspective(100vw) rotateY(0deg)}}



/** navbar.scss **/
*{margin:0;padding:0;box-sizing:border-box;font-family:"Poppins",serif}nav{position:fixed;z-index:999;width:100vw;background:#242526}nav
.icon{width:30px;display:inline-block;height:30px;vertical-align:middle;margin-right:10px;border-radius:50%;background-size:cover}nav
.wrapper{position:relative;max-width:1300px;padding:0
30px 0 10px;height:70px;line-height:70px;margin:auto;display:flex;align-items:center;justify-content:space-between}.wrapper
.logo{display:flex}.wrapper .logo
a{background-image:url(/css/scss/images/logo-lowxi.png);display:inline-block;width:200px;height:70px;background-position:center left;background-size:contain;background-repeat:no-repeat}.wrapper .nav-links{display:inline-flex}.nav-links
li{list-style:none;white-space:nowrap}.nav-links li
a{color:#f2f2f2;text-decoration:none;font-size:14px;font-weight:400;padding:9px
15px;border-radius:5px;transition:all 0.3s ease}.nav-links li a:hover{background:#3A3B3C}.nav-links .mobile-item{display:none}.nav-links .drop-menu{position:absolute;background:#242526;width:220px;line-height:45px;top:85px;opacity:0;visibility:hidden;box-shadow:0 6px 10px rgba(0, 0, 0, 0.15)}.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{transition:all 0.3s ease;top:70px;opacity:1;visibility:visible}.drop-menu li
a{width:100%;display:block;padding:0
0 0 15px;font-weight:400;border-radius:0}.content .row
img{width:100%;height:100%;object-fit:cover}.content .row
header{color:#f2f2f2;font-size:20px;font-weight:500}.wrapper
.btn{color:#fff;font-size:20px;cursor:pointer;display:none}.wrapper .btn.close-btn{position:absolute;right:30px;top:10px}@media screen and (max-width: 970px){.wrapper
.btn{display:block;font-size:32px}.wrapper .nav-links{position:fixed;height:100vh;width:100%;max-width:350px;top:0;left: -100%;background:#242526;display:block;padding:50px
10px;line-height:50px;overflow-y:auto;box-shadow:0 15px 15px rgba(0, 0, 0, 0.6);transition:all 0.3s ease;background-image:url(/css/scss/images/lowxi-stikers.png);background-size:60px;background-position:15px 15px;background-repeat:no-repeat}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#242526}::-webkit-scrollbar-thumb{background:#3A3B3C}#menu-btn:checked~.nav-links,#bo_menu-btn:checked~.nav-links{left:0%}#menu-btn:checked~.btn.menu-btn,#bo_menu-btn:checked~.btn.menu-btn{display:none}#close-btn:checked~.btn.menu-btn,#bo_close-btn:checked~.btn.menu-btn{display:block}.nav-links
li{margin:15px
10px}.nav-links li
a{padding:0
20px;display:block;font-size:14px}.nav-links .drop-menu{position:static;opacity:1;top:65px;visibility:visible;padding-left:20px;width:100%;max-height:0;overflow:hidden;box-shadow:none;transition:all 0.3s ease}#showDrop1:checked~.display-menu-1,#showDrop2:checked~.display-menu-2,#showDrop3:checked~.display-menu-3,#showDrop4:checked~.display-menu-4{max-height:100%}.nav-links .desktop-item{display:none}.nav-links .mobile-item{display:block;color:#f2f2f2;font-size:14px;font-weight:500;padding-left:20px;cursor:pointer;border-radius:5px;transition:all 0.3s ease}.nav-links .mobile-item:hover{background:#3A3B3C}.drop-menu
li{margin:0}.drop-menu li
a{border-radius:5px;font-size:14px}.content .row .mega-links{border-left:0;padding-left:15px}.row .mega-links
li{margin:0}.content .row
header{font-size:19px}}nav
input{display:none}.body-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;padding:0
30px}.body-text
div{font-size:45px;font-weight:600}



/** blog.scss **/
@font-face{font-family:"Poppins";font-style:normal;font-weight:200;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:200;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/montserrat-latin-normal-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/montserrat-cyrillic-ext-normal-500.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/montserrat-cyrillic-normal-500.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/montserrat-vietnamese-normal-500.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/montserrat-latin-ext-normal-500.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/montserrat-latin-normal-500.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-cyrillic-ext-normal-700.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-cyrillic-normal-700.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-vietnamese-normal-700.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-latin-ext-normal-700.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/montserrat-latin-normal-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/montserrat-latin-ext-normal-400.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}.container{will-change:auto;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;min-height:calc(100vh - 70px);overflow:hidden;padding:0;margin:0;background:linear-gradient(0deg, #020024, #fff);top:70px;position:relative}



/** social_bar.scss **/
@charset "UTF-8";.social-bar{background:rgba(255, 255, 255, 0.1);backdrop-filter:blur(10px);border-radius:15px;border:1px
solid rgba(255, 255, 255, 0.2);box-shadow:0 4px 30px rgba(0, 0, 0, 0.1);position:absolute;bottom:30px;left:30px;padding:10px;white-space:nowrap;max-width:calc(100vw - 60px);display:flex;justify-content:space-between}.social-bar .social-link{margin-right:15px;display:flex;width:64px}.social-bar .social-link:last-child{margin-right:0}.social-bar
a{max-width:17%}.social-bar
img{border-radius:15px;max-width:100%}



/** backoffice.scss **/
.blog-backoffice
.container{justify-content:space-around;align-items:flex-start}.blog-backoffice .backoffice-container{position:relative;width:calc(100vw - 40px);min-height:calc(100vh - 80px);border-radius:10px;padding:10px;background-color:#fff;top:0}@media screen and (max-width: 970px){.blog-backoffice .backoffice-container{width:100vw}}.blog-backoffice .backoffice-container
h1{font-family:"Montserrat",serif;font-weight:500;margin:10px
0;padding-bottom:10px;border-bottom:1px solid #aaa}.blog-backoffice .backoffice-container
h2{font-family:"Montserrat",serif;font-weight:500;margin-bottom:10px}.blog-backoffice .backoffice-container
nav{border-radius:10px;background-color:#333;position:relative;width:100%;z-index:99}.blog-backoffice .backoffice-container nav
.logo{color:#fff;font-weight:700;padding-left:25px;font-size:28px}@media screen and (max-width: 970px){.blog-backoffice .backoffice-container nav .wrapper .nav-links{top:100px;width:80%;background-image:none}}.blog-backoffice .backoffice-container .panel .col-md-1, .blog-backoffice .backoffice-container .panel .col-md-2, .blog-backoffice .backoffice-container .panel .col-md-3, .blog-backoffice .backoffice-container .panel .col-md-4, .blog-backoffice .backoffice-container .panel .col-md-6, .blog-backoffice .backoffice-container .panel .col-md-10, .blog-backoffice .backoffice-container .panel .col-md-12{display:inline-block;padding:0
10px 10px 0;vertical-align:top}.blog-backoffice .backoffice-container .panel .col-md-1{width:8%}.blog-backoffice .backoffice-container .panel .col-md-2{width:16%}.blog-backoffice .backoffice-container .panel .col-md-3{width:25%}.blog-backoffice .backoffice-container .panel .col-md-4{width:33%}.blog-backoffice .backoffice-container .panel .col-md-6{width:50%}.blog-backoffice .backoffice-container .panel .col-md-10{width:83%}.blog-backoffice .backoffice-container .panel .col-md-12{width:100%}.blog-backoffice .backoffice-container .panel input[type=text], .blog-backoffice .backoffice-container .panel select, .blog-backoffice .backoffice-container .panel
textarea{padding:6px
12px;border-radius:4px;border:1px
solid #ccc;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);width:100%;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s}.blog-backoffice .backoffice-container .panel input[type=text]:focus, .blog-backoffice .backoffice-container .panel select:focus, .blog-backoffice .backoffice-container .panel textarea:focus{border:1px
solid #ccc;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);outline:none}.blog-backoffice .backoffice-container .panel ::placeholder{color:#ccc}.blog-backoffice .backoffice-container .panel input[type=button], .blog-backoffice .backoffice-container .panel input[type=submit]{padding:6px
12px;border-radius:4px;border:1px
solid #ccc;box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;background-image:linear-gradient(#fff, #eee);margin:4px
0}.blog-backoffice .backoffice-container .panel
ul{margin:0;padding:0}.blog-backoffice .backoffice-container .panel ul
ul{margin-left:30px}.blog-backoffice .backoffice-container .panel ul
li{list-style:none;text-decoration:none;border-radius:10px;padding:10px;margin-bottom:10px;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);background-color:#eee}.blog-backoffice .backoffice-container
.alert{margin:20px
0;border-radius:10px;padding:20px;font-weight:600;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);border:1px
solid #fff}.blog-backoffice .backoffice-container .alert.alert-danger{background-color:#c91010;color:#fff}.blog-backoffice .backoffice-container .alert.alert-info{background-color:#a0eea0}



/** categories-list.scss **/
.categories-listing .icon-preview{width:32px;height:32px;display:block;background-size:cover;border-radius:16px}.categories-listing
li{background-repeat:no-repeat;background-size:32px;background-position:6px 6px}.categories-listing li.child:before{content:" ";margin-left: -30px;position:absolute;border-left:2px solid #bbb;height:20px}.categories-listing
.short{padding-left:48px}.categories-listing .short
span{display:block;float:right;font-size:36px;line-height:24px;cursor:pointer;user-select:none}.categories-listing
.details{margin-top:16px}.categories-listing .delete-category{font-size:10px;color:#f00}.categories-listing .delete-category
label{vertical-align:center}



/** icons-list.scss **/
.icons-list
li{display:flex;align-items:center;justify-content:space-between}.icons-list .icon-orig, .icons-list .icon-draw, .icons-list .icon-draw-menu{display:inline-block;width:64px;height:64px;background-size:contain;margin-right:15px}.icons-list .icon-draw, .icons-list .icon-draw-menu{border-radius:50%;background-size:cover}.icons-list .icon-draw-menu{width:30px;height:30px}.icons-list .icon-delete{display:flex;text-decoration:none;font-weight:500;font-size:12px;color:#f00;align-items:center}.icons-list .icon-delete
span{font-size:24px}



/** pictures-list.scss **/
.pictures-listing
li{display:flex;flex-direction:column}.pictures-listing li
.short{display:flex;align-items:center;justify-content:space-between;width:100%}.pictures-listing li .short
.title{display:flex;align-items:center}.pictures-listing li .short
.preview{width:64px;height:64px;margin-right:10px;display:flex;align-items:center;justify-content:center}.pictures-listing li .short .preview
img{aspect-ratio:1/1}.pictures-listing li .short .open-details{display:block;float:right;font-size:36px;line-height:24px;cursor:pointer;user-select:none}.pictures-listing li
.details{clear:both}.pictures-listing li .select-and-input
select{width:65% !important}.pictures-listing li .select-and-input input[type=text]{width:30% !important}.pictures-listing li .delete-picture{font-size:10px;color:#f00}.pictures-listing li .delete-picture
label{vertical-align:center}.pictures-listing li
.progress{display:none;width:100%;background-color:#f3f3f3;margin-top:10px}.pictures-listing li .progress-bar{width:0;height:20px;background-color:#4caf50}.pictures-listing .preview-list .preview-item{display:flex;margin-bottom:10px}.pictures-listing .preview-list .preview-item
img{width:256px;max-height:128px;margin-right:10px;border-radius:4px}.pictures-listing .preview-list .preview-item .form-group{display:flex}.pictures-listing .preview-list .preview-item .form-group
label{margin-right:10px}

