@charset "UTF-8";

/* Bright Mode Colors /////////////////////////////////////////////////////// */

:root{
    --shade-000: #f0f2f5;
    --shade-100: #e8eaed;
    --shade-200: #d8dbe0;
    --shade-300: #bdc1c6;
    --shade-400: #9aa0a6;
    --shade-500: #575b63;
    --shade-600: #40444b;
    --shade-700: #272a30;
    --shade-800: #1a1c1e;
    --shade-800: #242526;
    --shade-900: #111315;

    --shade-white: #ffffff;
    --shade-black: #000000;
    
    --main-color: #3eabe5;
    --main-color-brighter: #76bde4;
    --main-color-darker: #07AA49;
}

/* Querys //////////////////////////////////////////////////////////////////// */

@media (max-width:1430px){}
@media (max-width:1200px){}
@media (max-width:1024px){}
@media (max-width:768px){}
@media (max-width:480px){}
@media all and (display-mode: standalone) {}

/* Body //////////////////////////////////////////////////////////////////// */

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
}
body {
    position:relative;
    display:block;
    overflow-x: hidden !important;
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: normal;
    font-family: 'Poppins', sans-serfi;
    font-weight: normal;
    text-rendering: auto;
    background-color: var(--shade-900);
}
body.bright-mode {
    background-color: var(--shade-100);
}
body::-webkit-scrollbar {
    width: 0.7em;
    background: transparent;
  }
body::-webkit-scrollbar-thumb {
    background: var(--shade-500);
    height:30px;
    border-radius: 0.7em;
  }
body::-webkit-scrollbar-track-piece{
     display:none;
  }

/* Headlines  */

h1,h2,h3,h4,h5,h6{
    position:relative;
    display:block;
    overflow: hidden;
    color: var(--shade-100);
    font-family: 'Poppins', sans-serfi;
    font-style: normal;
    font-weight: 600;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

body.bright-mode h1,
body.bright-mode h2,
body.bright-mode h3,
body.bright-mode h4,
body.bright-mode h5,
body.bright-mode h6{
        color: var(--shade-800);
}

h1 { font-size: 20px; margin-bottom: 25px; margin-top: 30px;}
h1#title { max-width: 1000px; margin-right: auto; margin-left: auto;}
h2 { font-size: 18px; margin-bottom: 30px; }
h3 { font-size: 16px; margin-bottom: 10px; }
h4 { font-size: 14px; margin-bottom: 10px; }
h5 { font-size: 12px; margin-bottom: 10px; }
h6 { font-size: 12px; margin-bottom: 10px; }

h1.bordered, .bordered h1 { 
    width: 100%;
    margin: 45px 0 10px 0; 
    padding: 0 0 20px 0 ;
    border-bottom: 1px solid var(--shade-200); 
}
h2.bordered, .bordered h2 { 
    width: 100%;
    margin: 15px 0 20px 0; 
    padding: 0 0 15px 0 ;
    border-bottom: 1px solid var(--shade-200); 
}

/* Typography */

p,
ul,
blockquote,
form {
    position:relative;
    display:block;
    line-height: normal;
    color: var(--shade-500);
    font-weight: normal;
    font-size: 13px;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
body.bright-mode p,
body.bright-mode ul,
body.bright-mode blockquote,
body.bright-mode form {
    color: var(--shade-400);
}
em {
    font-style:italic;
}
strong {
    font-weight: bold;
}
b{
    position: relative;
    display: inline-block;
    font-weight: 600;
}
a {
    color: var(--shade-500);
    text-decoration: none;
    outline: none;
    cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover{
    color: var(--main);
}

/* Figure  */

figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    line-height: 0px;
}
figure img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
figure:focus,
img:focus {
    outline: none;
}

/* Helper */

.clearfix,
.clear  {
    position: relative !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100%;
    height: auto;
}
.invisible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
form .widget.none{
    display: none;
}
.center {
    text-align:center;
}
.left {
    text-align:left;
}
.right {
    text-align:right;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.responsive img {
    width:100% !important;
    height:auto !important;
}
.small{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1430px;
    padding: 0 15px 0 15px;
    margin: 0 auto 0 auto;
}
.extra_small{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px 0 15px;
    margin: 0 auto 0 auto;
}
@media (max-width:1430px){
    .small{
        max-width: 1200px;
    }
}
@media (max-width:1200px){
    .small,
    .extra_small{
        max-width: 1024px;
    }
}
@media (max-width:1024px){
    .small,
    .extra_small{
        max-width: 768px;
    }
}


/* Loader */

#loader {
    position: fixed;
    display: block;
    overflow: hidden;
    z-index: 999;
    width: calc(100% - 80px);
    height: 100%;
    top: 0px;
    left: 80px;
    background-color: var(--shade-900);
    opacity: 1;
    pointer-events: all;
}
body.bright-mode #loader{
    background-color: var(--shade-300);
} 
#loader.close {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lds-ellipsis {
    position: absolute;
    display: block;
    top: 45%;
    left: 50%;
    margin-left: -80px;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: var(--shade-800);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
body.bright-mode.lds-ellipsis div {
    background: var(--shade-900);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* Header */

#header {
    position: fixed;
    display: block;
    overflow: visible;
    top: 1px;
    left: 0px;
    bottom: 0px;
    height: calc(100% - 1px);
    width: 80px;
    background: var(--shade-800);
    z-index: 9999;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#header.open {
    width: 250px;
    -webkit-box-shadow: 10px 0px 9px -6px rgba(0,0,0,0.35); 
    box-shadow: 10px 0px 9px -6px rgba(0,0,0,0.35);
}
body.bright-mode #header {
    background-color: var(--shade-white);
}

/* App */

#app {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 30px 30px 110px;
    z-index: 9;
    background-color: var(--shade-900);
    
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
body.bright-mode #app{
    background-color: var(--shade-100);
}
#app::after {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    content: "";
}

/* Main */

#main {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: calc(70% - 10px);
    margin-right: 10px;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--shade-800);
}
#main.wide {
    float: none;
    clear: both;
    width: 100%;
    margin-right: 0px;
    max-width: 1000px;
    margin: 0 auto 0 auto;
}
body.bright-mode #main {
    background-color: var(--shade-white);
}
#main.blank {
    padding: 0px;
    background-color: transparent !important;
}
#inside_main{
    position: relative;
    display: block;
    overflow: hidden;
}

/* Side */

#side {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 30%;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--shade-800);
}
body.bright-mode #side {
    background-color: var(--shade-white);
}
#inside_side{
    position: relative;
    display: block;
    overflow: hidden;
}

/* Footer */

#footer{
    position: fixed;
    width: 300px;
    height: 300px;
    right: 0px;
    bottom: 0px;
}

/* Button Nav Toggler */

#headerToggler{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    top: 75px;
    right: -8px;
    background-color: var(--shade-800);
    cursor: pointer;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#headerToggler:hover{
    background-color: var(--shade-700);
}
body.bright-mode #headerToggler{
    background-color: var(--shade-white);
}
body.bright-mode #headerToggler:hover{
    background-color: var(--shade-000);
}
#headerToggler::before{
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: var(--shade-white);

    -webkit-mask-image: url(../fonts/core_icons/v1/chevrons-right.svg);
    mask-image: url(../fonts/core_icons/v1/chevrons-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 10px;
    mask-size: 10px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}  
#header.open #headerToggler::before{
    -webkit-mask-image: url(../fonts/core_icons/v1/chevrons-left.svg);
    mask-image: url(../fonts/core_icons/v1/chevrons-left.svg);
} 
body.bright-mode #headerToggler::before{
    background-color: var(--shade-900);
}

/* Logo */

#logo{
    position: absolute;
    display: block;
    overflow: hidden;
    top: 20px;
    left: 19px;
    width: 40px;
    height: 40px;
}
#logo::before{
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../images/logo.svg);
    background-size: 100% 100%;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}  

/* Button Color Scheme Toggler */

#toggleColorScheme{
    position: absolute;
    display: block;
    overflow: hidden;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#toggleColorScheme::before{
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;

    background-color: var(--shade-200);
    -webkit-mask-image: url(../fonts/core_icons/v1/sun.svg);
    mask-image: url(../fonts/core_icons/v1/sun.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}  
#toggleColorScheme:hover::before{
    background-color: var(--shade-white);
}  
.bright-mode #toggleColorScheme::before {
    background-color:  var(--shade-400);
    -webkit-mask-image: url(../fonts/core_icons/v0/moon.svg);
    mask-image: url(../fonts/core_icons/v0/moon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";
}
.bright-mode #toggleColorScheme:hover::before {
    background-color:  var(--shade-800);
}

/* nav */

#nav{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 100px;
    list-style: none;
    overflow: hidden;
    padding: 0px;
    margin: 100px 20px 0 20px;
    width: calc(100% - 40px);
}
#nav li{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
#nav li a{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding: 11px 0 0 41px;
    font-size: 13px;
    font-weight: 500;
    color: var(--shade-400);

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.bright-mode #nav li a{
    color: var(--shade-400);
}
#nav li a.active,
#nav li a:hover{
    background-color: var(--shade-700);
    color: var(--shade-white);
}
.bright-mode #nav li a.active,
.bright-mode #nav li a:hover{
    background-color: var(--shade-000);
    color: var(--shade-900);
}
#nav li a::before{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;

    background-color:  var(--shade-400);
    -webkit-mask-image: url(../fonts/core_icons/v0/home.svg);
    mask-image: url(../fonts/core_icons/v0/home.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.bright-mode #nav li a::before{
    background-color:  var(--shade-400);
}
#nav li a:hover::before,
#nav li a.active::before{
    background-color:  var(--shade-white);
}
.bright-mode #nav li a:hover::before,
.bright-mode #nav li a.active::before{
    background-color:  var(--shade-900);
}
#nav li a.nav-item-poster::before{
    -webkit-mask-image: url(../fonts/core_icons/v1/image.svg);
    mask-image: url(../fonts/core_icons/v1/image.svg);
}
#nav li a.nav-item-documentation::before{
    -webkit-mask-image: url(../fonts/core_icons/v0/paper.svg);
    mask-image: url(../fonts/core_icons/v0/paper.svg);
}

/* Project List */

#projectList{
    position: relative;
    display: block;
    overflow: hidden;
}
#projectList::after{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    content: "";
}

/* Project Item */

.project_item{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 80px;
    background-color: var(--shade-800);
    padding: 15px 15px 15px 80px;
    margin-bottom: 6px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.project_item:hover{
    background-color: var(--shade-700);
}
body.bright-mode .project_item{
    background-color: var(--shade-white);
}
body.bright-mode .project_item:hover{
    background-color: var(--shade-000);
}
.project_item::after{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    content: "";
}
.project_item .p_logo{
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: var(--shade-500);
    border-radius: 100px;
    z-index: 99;
}
.project_item .p_title{
    position: relative;
    display: block;
    float: none;
    font-size: 17px;
    margin-top: 2px;
    margin-bottom: 3px;
    z-index: 99;
}
.project_item .p_info{
    position: relative;
    display: block;
    font-size: 14px;
    z-index: 99;
}
.project_item .p_info p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.project_item .p_info span{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-right: 20px;
}
.project_item .p_info span.p_id{
    width: 70px;
}
.project_item .p_info span.p_key{
    width: 70px;
}
.project_item .p_info span.p_manager{
    width: 160px;
}
.project_item .p_info span.p_category{
    width: 160px;
}
.project_item a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.project_item .p_delete{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 25px;
    z-index: 999;
}
.project_item .p_delete::after{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;

    background-color:  var(--shade-400);
    -webkit-mask-image: url(../fonts/core_icons/v0/trash.svg);
    mask-image: url(../fonts/core_icons/v0/trash.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.project_item .p_delete:hover::after{
    background-color:  var(--shade-white);
}

.project_item .p_edit{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 70px;
    z-index: 999;
}
.project_item .p_edit::after{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;

    background-color:  var(--shade-400);
    -webkit-mask-image: url(../fonts/core_icons/v0/edit.svg);
    mask-image: url(../fonts/core_icons/v0/edit.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.project_item .p_edit:hover::after{
    background-color:  var(--shade-white);
}

/* Project Details */

.label{
    position: relative;
    display: inline-block;
    min-width: 100px;
}


/* Add New Project button */

#add_new_project{  
    position: absolute;
    display: block;
    height: 40px;
    top: 22px;
    right: 30px;
    padding: 4px 25px 12px 25px;
    background-color: var(--shade-800);
    color: var(--shade-400);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 99;
}
#add_new_project:hover{  
    background-color: var(--shade-700);
    color: var(--shade-white);
}
#add_new_project::before{
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 6px;
    top: 5px;

    background-color: var(--shade-400);
    -webkit-mask-image: url(../fonts/core_icons/v0/add-folder.svg);
    mask-image: url(../fonts/core_icons/v0/add-folder.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 21px;
    mask-size: 21px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    pointer-events: none;
}
#add_new_project:hover::before{
    background-color: var(--shade-white);
}

/* Overlay */

#overlay{
    position: fixed;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#overlay.open{
    pointer-events: all;
    opacity: 1;
}
#overlay::before{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: var(--shade-900);
    opacity: 0.8;
    content: "";
}
body.bright-mode #overlay::before{
    background-color: var(--shade-100);
}
#overlay .inside{
    position: relative;
    display: block;
    width: 90%;
    max-width: 500px;
    height: auto;
    min-height: auto;
    max-height: 80vh;
    background-color: var(--shade-800);
    margin: 10vh auto 10vh auto;
    border-radius: 5px;
    padding: 13px 30px 30px 30px;
}
body.bright-mode #overlay .inside{
    background-color: var(--shade-white);
}
#overlay .inside::after{
    position: relative;
    display: block;
    width: 100%;
    float: none;
    clear: both;
    content: "";
}
#overlayclose{
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
}
#overlayclose::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;

    background-color:  var(--shade-400);
    -webkit-mask-image: url(../fonts/core_icons/v0/close-square.svg);
    mask-image: url(../fonts/core_icons/v0/close-square.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 21px;
    mask-size: 21px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#overlayclose:hover:before{
    background-color:  var(--shade-white);
}
body.bright-mode #overlayclose::before{
    background-color:  var(--shade-400);
}
body.bright-mode #overlayclose:hover:before{
    background-color:  var(--shade-900);
}
#overlay h2{
    position: relative;
    display: block;
    width: auto;
    z-index: 9;
}

/* Form */

.widget{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
input[type=text]{
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--shade-100);
    border: none;
    outline: none;
    padding: 0px 20px 0px 20px;
    color: var(--shade-900);
    line-height: normal;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:focus{
    background-color: var(--shade-white);
}
#sendCreate{
    position: relative;
    display: block;
    height: 30px;
    background-color: var(--shade-600);
    border: none;
    color: var(--shade-white);
    padding: 0px 20px 0px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serfi;
    line-height: normal;
    cursor: pointer;
    float: right;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#sendCreate:hover{
    background-color: var(--shade-500);
    color: var(--shade-white);
}

/* Ticket */

.ticket{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 80px;
    background-color: var(--shade-800);
    padding: 15px 15px 15px 15px;
    margin-bottom: 6px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ticket::before{
    position: absolute;
    display: block;
    left: 0px;
    width: 3px;
    height: 65%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    border-radius: 0px 3px 3px 0;
}
.ticket.low::before{
    background-color: #00d3fd;
}
.ticket.middle::before{
    background-color: #f0fd00;
}
.ticket.heigh::before{
    background-color: #fd2a00;
}
.ticket:hover{
    background-color: var(--shade-700);
}
body.bright-mode .ticket{
    background-color: var(--shade-white);
}
body.bright-mode .ticket:hover{
    background-color: var(--shade-000);
}
.ticket::after{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    content: "";
}
.ticket h2{
    position: relative;
    display: block;
    float: none;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 3px;
    z-index: 99;
}
.ticket h2 .name{
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.ticket h2 .title{
    position: relative;
    display: inline-block;
    font-weight: 300;
}
.ticket h2 .prio{
    position: relative;
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 20px;
}
.ticket h2 .type{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    top: 5px;
}
.ticket h2 .type::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;

    background-color:  #00d3fd;
    -webkit-mask-image: url(../fonts/core_icons/v0/alert-romb.svg);
    mask-image: url(../fonts/core_icons/v0/alert-romb.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";
}
.ticket.low h2 .type::before{
    background-color:  #00d3fd;
}
.ticket.middle h2 .type::before{
    background-color: #f0fd00;
}
.ticket.heigh h2 .type::before{
    background-color: #fd2a00;
}
.ticket h2 .type.Story::before{
    -webkit-mask-image: url(../fonts/core_icons/v0/alert-romb.svg);
    mask-image: url(../fonts/core_icons/v0/alert-romb.svg);
}
.ticket h2 .type.Bug::before{
    -webkit-mask-image: url(../fonts/core_icons/v1/debug.svg);
    mask-image: url(../fonts/core_icons/v1/debug.svg);
}
.ticket h2 .type.Service::before{
    -webkit-mask-image: url(../fonts/core_icons/v1/headphones.svg);
    mask-image: url(../fonts/core_icons/v1/headphones.svg);
}
.ticket .info{
    position: relative;
    display: block;
    font-size: 13px;
    z-index: 99;
    padding-left: 30px;
}
.ticket .info p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.ticket .info span{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-right: 20px;
}
.ticket .info_top{
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
}
.ticket .info_top .manager {
    position: relative;
    display: inline-block;
    min-width: 30px;
    background-color: var(--shade-600);
    padding: 2px 10px 2px 10px;
    border-radius: 100px;
    color: var(--shade-200);
    font-weight: 500;
    font-size: 11px;
    margin-left: 5px;
}
.ticket .info_top .time {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 30px;
    background-color: var(--shade-600);
    padding: 2px 10px 2px 10px;
    border-radius: 100px;
    color: var(--shade-200);
    font-weight: 500;
    font-size: 11px;
    margin-left: 5px;
}

/* Poster Printer */

#pde{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
#pde-steps{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
#pde-steps div{
    position: relative;
    display: inline-block;
    width: 16.66%;
    text-align: center;
    pointer-events: none;
}
#pde-steps div.active,
#pde-steps div.passed{
    pointer-events: all;
}
#pde-steps div span{
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--shade-200);
    padding: 3px 15px;
    z-index: 99;
    cursor: pointer;
}
#pde-steps div span i{
    font-style: normal;
    display: inline-block;
}
@media (max-width:768px) {
    #pde-steps div span i{
        display: none;
    }
}
#pde-steps div.active span{
    background-color: var(--main-color);
    color: var(--shade-000);
}
#pde-steps div.passed span{
    background-color: var(--main-color-brighter);
    color: var(--shade-000);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#pde-steps div.passed span:hover{
    background-color: var(--main-color);
}
#pde-steps div::before{
    position: absolute;
    display: block;
    top: 13px;
    left: 0px;
    width: 50%;
    height: 1px;
    background-color: var(--shade-200);
    content: "";
    z-index: 9;
}
#pde-steps div:first-child:before{
    display: none;
}
#pde-steps div::after{
    position: absolute;
    display: block;
    top: 13px;
    right: 0px;
    width: 50%;
    height: 1px;
    background-color: var(--shade-200);
    content: "";
    z-index: 9;
}
#pde-steps div:last-child:after{
    display: none;
}
#pde-steps div.active::before,
#pde-steps div.passed::before{
    background-color: var(--main-color);
}
#pde-steps div.passed::after{
    background-color: var(--main-color);
}
#pde-nav{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid var(--shade-200);
    padding-top: 16px;
    text-align: right;
}
#pde-nav button{
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: var(--shade-600);
    padding: 0;
    border: none;
    border-radius: 5px;
    color: var(--shade-100);
    font-size: 14px;
    cursor: pointer;
    width: 50px;
    height: 30px;

}
#pde-nav button#next::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 30px;

    background-color: var(--shade-100);
    -webkit-mask-image: url(../fonts/core_icons/v1/arrow-right.svg);
    mask-image: url(../fonts/core_icons/v1/arrow-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    content: "";
}
#pde-nav button#prev::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 30px;

    background-color: var(--shade-100);
    -webkit-mask-image: url(../fonts/core_icons/v1/arrow-left.svg);
    mask-image: url(../fonts/core_icons/v1/arrow-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    content: "";
}
#pde-nav button#abort::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 30px;

    background-color: var(--shade-100);
    -webkit-mask-image: url(../fonts/core_icons/v1/trash.svg);
    mask-image: url(../fonts/core_icons/v1/trash.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    content: "";
}
#pde-nav button:hover{
    background-color: var(--shade-800);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#pde-content{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}
#pde-content h2{
    position: relative;
    display: block;
    text-align: center;
}

/* Product Search */

#product_search{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
#search-field{
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    min-height: 45px;
    width: 50%;
    border-radius: 100px;
    border: 1px solid var(--shade-300);
    font-size: 15px;
    margin-right: -40px;
    padding-right: 60px;
}
#search-btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    min-height: 45px;
    width: 100px;
    height: 44px;
    border-radius: 100px;
    border: none;
    color: var(--shade-600);
    background-color: var(--shade-600);
    cursor: pointer;
}
#search-btn:hover{
    background-color: var(--shade-800);
    color: var(--shade-800);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#search-btn::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 44px;

    background-color: var(--shade-100);
    -webkit-mask-image: url(../fonts/core_icons/v1/search.svg);
    mask-image: url(../fonts/core_icons/v1/search.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";
}
#product-list{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 40px 0 0 0;
    list-style: none;
}
#product-list .product{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 60px;
    margin: 0 0 10px 0;
    padding: 20px 0px 20px 60px;
    background-color: var(--shade-100);
    border-radius: 10px;
    color: var(--shade-700);
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#product-list .product:hover{
    background-color: var(--shade-200);
}
#product-list .product.selected{
    background-color: var(--main-color-brighter);
}
#product-list .product::before{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;

    background-color: var(--shade-700);
    -webkit-mask-image: url(../fonts/core_icons/v1/image.svg);
    mask-image: url(../fonts/core_icons/v1/image.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    content: "";
}
#product-list .product::before{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;

    background-color: var(--shade-700);
    -webkit-mask-image: url(../fonts/core_icons/v1/image.svg);
    mask-image: url(../fonts/core_icons/v1/image.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 25px;
    mask-size: 25px;
    content: "";
}
#product-list .product.selected::after{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;

    background-color: var(--shade-700);
    -webkit-mask-image: url(../fonts/core_icons/v1/check-circle.svg);
    mask-image: url(../fonts/core_icons/v1/check-circle.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";
}

/* Selected List */

#selected-list{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0 50px 0 50px;
    list-style: none;
}
#selected-list .item{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#selected-list .item h3{
    margin-bottom: 1px;
}
#selected-list .item .product-info{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 12px;
    color: var(--shade-300);
}
#selected-list .item .conds{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 50px 0 50px;
    list-style: none;
}
#selected-list .item .conds .subitem{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 8px 20px 7px 20px;
    background-color: var(--shade-100);
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#selected-list .item .conds .subitem.selected::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 100%;

    background-color: var(--shade-700);
    -webkit-mask-image: url(../fonts/core_icons/v1/check-circle.svg);
    mask-image: url(../fonts/core_icons/v1/check-circle.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    content: "";
}
#selected-list .item .conds .subitem:hover{
    background-color: var(--shade-200);
}
#selected-list .item .conds .subitem.selected{
    background-color: var(--main-color-brighter);
    color: var(--shade-000);
 }
#selected-list .item .conds .subitem.ja{
    border: 1px solid #9cff9d;
}
#selected-list .item .conds .subitem .price{
    color: var(--shade-800) !important;
    font-size: 14px;
    margin-right: 20px;
}

/* Editing Form */

#editing-form{
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
}
#editing-form .group{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 50%;
    padding: 0 20px 0 20px;
    text-align: left;
}
#editing-form .group .widget{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
#editing-form .group .widget label{
    position: relative;
    display: inline-block;
    display: none;
    min-width: 70px;
    text-align: right;
    padding-right: 10px;
    color: var(--shade-500);
}
#editing-form .group .widget input{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 30px);
    height: 40px;
    min-height: 40px;
    border-radius: 5px;
    background: var(--shade-100);
    border: 1px solid var(--shade-100);
    padding: 4px 15px 0px 15px ;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#editing-form .group .widget input:focus{
    border: 1px solid var(--shade-300);
}
#editing-form .group .widget button{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-color: var(--shade-white);
    color: var(--shade-white);
    border: none;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    cursor: pointer;
}
#editing-form .group .widget button::before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;

    background-color: var(--shade-400);
    -webkit-mask-image: url(../fonts/core_icons/v1/refresh-double.svg);
    mask-image: url(../fonts/core_icons/v1/refresh-double.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 15px;
    mask-size: 15px;
    content: "";
    -ms-filter: "FlipH";
	filter: FlipH;
	text-align: right;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
#editing-form .group .widget button:hover::before{
    background-color: var(--shade-700);
    rotate: -160deg;
}

/* Layout List */

.layout-group{
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    text-align: center;
}
.layout-group h3{
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 5%;
}
.layout-group .layout{
    position: relative;
    display: inline-block;
    overflow: hidden;
    clear: both;
    float: none;
    width: 20%;
    height: 150px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid var(--shade-100);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}
.layout-group .layout.aaa,
.layout-group .layout.aaaa{
    background-color: var(--shade-000);
}
.layout-group .layout:hover{
    background-color: var(--shade-300) !important;
}
.layout-group .layout.selected,
.layout-group .layout.selected:hover{
    background-color: var(--main-color-brighter) !important;
}
.layout-group .layout span{
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: var(--shade-500);
    padding-top: 10px;
}
.layout-group .layout::before{
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--shade-300);

    -webkit-mask-image: url(../fonts/core_icons/v1/image.svg);
    mask-image: url(../fonts/core_icons/v1/image.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 40px;
    mask-size: 40px;
    content: "";

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}  

.layout-group .layout:hover::before,
.layout-group .layout.selected::before{
    background-color: var(--shade-white);
}  