/*arrows*/
.arrow-left,
.arrow-right{
  cursor:pointer;
}

/******2x1******/

.tile2x1{
  width:var(--block2);
  height:var(--block1);
  background-position:center;
  background-repeat:no-repeat;
  background-size: contain;
}
  
/******1x2******/

.tile1x1{
  width:var(--block1);
  height:var(--block1);
  background-position:center;
  background-repeat:no-repeat;
  background-size: contain;
}
.tile1x2{
  width:var(--block1);
  height:var(--block2);
  background-position:center;
  background-repeat:no-repeat;
  background-size: contain;
}

/******2x2******/

.tile2x2{
  width:var(--block2);
  height:var(--block2);
  background-position:center;
  background-repeat:no-repeat;
  background-size: contain;
}


/************/

.alert{
  /*wf-left;*/
  width:var(--block4) !important;
  height:var(--block1) !important;
  background-image:url(/assets/elements/tiles/alert.png);
}

.alert-h{
  overflow:hidden;
  height:var(--block5);
  background-image:url(/assets/elements/tiles/alert-h.png);
  background-size:100%;
  background-repeat:no-repeat;
    background-size: cover;

}

.cash{
  width:var(--block2);
  height:var(--block1);
  background-image:url(/assets/icons/100.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size: contain;

}


/************/

.star-icon{
    width:var(--block1);
    height:var(--block1);
    /*background-image: url(/assets/icons/star/star.svg);*/
    /*background-size: 70%;*/
    /*background-position:center;*/
    /*background-repeat:no-repeat;*/
    display:flex;
    align-items:center;
    justify-content:center;
}
.star-tile{
    width:var(--block1);
    height:var(--block1);
    background-image: url(/assets/icons/star/star.svg);
    background-size: 70%;
    background-position:center;
    background-repeat:no-repeat;
}

.edit-icon{
    /*width:var(--block1);*/
    /*height:var(--block1);*/
    /*edit.svg*/
    background-image: url(/assets/icons/hide.svg);
    background-size: 80%;
    background-position:center;
    background-repeat:no-repeat;
	display:none !important;
}
.plate-content:hover .edit-icon,
.plate-container:hover .edit-icon,
.section-container:hover .edit-icon
{
	display:block !important;
}

/****************/

.flat.icon.fullscreen{
    background-size: 80%;
    background-image: url(/assets/elements/tiles/fullscreen.svg);
  
}
.flat.icon.exit-fullscreen{
    background-size: 80%;
    background-image: url(/assets/elements/tiles/exit-fullscreen.svg);
}

.eye-close{
	background-image:url(/assets/tile/eye-close.webp);
}
.eye-open{
	background-image:url(/assets/tile/eye-open.webp);
}


.illuminating-icon{
	background-image:url(/assets/icons/illuminating.webp);
	background-size:contain;
}

.rotate-icon{
	background-image:url(/assets/icons/rotate.svg);
	background-size:contain;
}
