@charset "utf-8";
canvas {
    border: 1px solid var(--main-border-table);   
    margin-top: 10px;
}
#MobileOnlyMsg {
    display: none;
	@media screen and (max-width:1024px) { 
		display: block;
	}
}
#fabricCanvasContainer {
    display: block;
	@media screen and (max-width:1024px) { 
		display: none;
	}
}
.VRoidClothCreater_Canvas{
    position: fixed;
    right: 1.0em;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 51;
}
.VRoidClothCreater_Container {
    margin-top: 2.0em;
}
.VRoidClothCreater_Layer-Container {
    margin-top: 2.0em;
    padding: 1.0em;
    border: 1px solid var(--main-color); 
    border-radius: 0.5em; 
}
.VRoidClothCreater_ColorCodeLabel{
    display: inline-block;
    width: 8.0em;
}
.VRoidClothCreater_ColorCodeDisplay{
    display: inline-block;
    height: 1.0em;
    width: 1.0em;
    border: 1px solid var(--main-border-table);  
}
.VRoidClothCreater_ImgThumbnail {
    background: rgba(255, 255, 255, 0.2);
    width: 240px; 
    cursor: pointer; 
    margin: 5px;
    border: 1px solid #ccc; 
}
.VRoidClothCreater_ImgThumbnail-Selected {
    border: 3px solid var(--main-accent-color) !important; 
}