.image-bg{
	background-position:center;
	background-repeat:no-repeat;
}
.cover{
	background-size:cover !important;
}
.contain{
	background-size:contain !important;
}
.lego-icon-128{
	background-image: url(/assets/LEGO_128px.webp);
    /* background-size: 100%; */
    background-size: cover;
    background-position: center;
}
.color-black{
	color:black !important;
}

.flatC {
    /* position: absolute; */
    position: relative;
    /*border: 1px solid #5d5d5d; */
    /*border-right: 1px solid var(--border-bright);*/
    /*border-bottom: 1px solid var(--border-bright);*/
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    font-family: Arial;
    color: black;
    z-index: 1;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex: 0 0 auto; */
}
.title{
	font-size:18px;
}
.text{
	font-size:14px;
	font-weight:500;
}
.bold{
	font-weight:600;
}
/**/
.jkUmZk {
    line-height: 0;
    height: 16px;
    width: 16px;
}
.cEWHhy {
    transition: transform 0.1s linear;
    display: block;
    flex: 0 0 auto;
}
.kRIbhw {
    margin-left: 0.75rem;
}

.bg-image{
	background-position:center;
	background-repeat:no-repeat;
}


/*horizonMask*/

.horizonMaskTile{
    position: relative;
    display: inline-block;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--border-bright);
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 auto;
	
}
.horizonMaskTile::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    /* border-color: var(--border-bright); */
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.horizonMaskTile::after {
    content: "";
    /*background-image: url(/assets/texture/LEGO_1x1_transparent_TEXURE.png) !important;*/
    /* background-image: url(/assets/texture/TEXTURE_PLATE_3x3.png) !important; */
    /* background-image: url(/assets/texture/TEXTURE_HOLEY_BRICK_1x1.png) !important; */
    /* background-image: url(/assets/texture/TEXTURE_TECHNIC_BRICK_1x1.png); */
    background-repeat: repeat;
    background-size: var(--block1) var(--block1);
    opacity: var(--plate-texture-opacity);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    /* border-color: var(--border-bright); */
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    /* border: none !important; */
    /* position: absolute; */
    /* border: 1px solid green; */
    /* z-index: -1; */
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/*like*/
/*view/components/like.php*/
.btext{
    
	font-size:16px;
	/*font-style:italic;*/
	/*--btextShadow1:2px;*/
	/*--btextShadow2:4px;*/
	/*background-color:var(--yellow);*/
	/*font-weight:600 !important;*/
	text-transform:none !important;
	/*text-shadow: */
	/*-2px -2px 0 black, */
	/*2px -2px 0 black, */
	/*-2px 2px 0 black, */
	/*2px 2px 0 black;*/
	/*-3px -3px 0 var(--yellow), */
	/*3px -3px 0 var(--yellow), */
	/*-3px 3px 0 var(--yellow), */
	/*3px 3px 0 var(--yellow);*/
	
	/*-webkit-text-stroke-width: 1px;*/
	/*-webkit-text-stroke-color: black;*/

}
.likebutton{
    /*position:fixed;*/
    width:104px;
    /*height:52px;*/
    /*bottom:0px;*/
    /*left:0px;*/
    /*right:312px;*/
    z-index:999;
    /*background:red;*/
    /*padding:4px;*/
}
.likeBody{
    width:100%;
    width:var(--block1);
    height:var(--block1);
    /*min-width:26px;*/
    padding:6px;
}
.likeBody.unliked {
    width:var(--block2);
    height:var(--block2);
}
.likeBody svg{
    width:100%;
    height:100%;
    /*fill:white;*/

    -moz-transform:    scaleX(-1); /* Gecko */
    -o-transform:      scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform:         scaleX(-1); /* Standard */
    
}
.likeNumber{
    width:52px;
    height:26px;
    text-align:center;
    justify-content:center;
    align-items:center;
    font-weight:bold;
    font-size: 11px;
    color:#ffcd03 !important;
}