/*CSS for cell : customiseSpinner*/
.magic-scroll-holder-xz
{
    position: absolute;
    border-radius: 6px;
}

.scroll-n-holder-xz
{
    display: block;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
    border: thin solid #feb300;
    border-radius: 6px;
}
.scroll-n-tit-xz
{
    position: absolute;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
  
    color: #feb300;
    font-family: 'Bubblegum Sans';
}
.scroll-n-body-xz
{
    position: absolute;
    
    border-radius: 4px;
}

.scroll-label-kd
{
    width: 180px;
    height:180px;
    border-radius: 4px;
}

.scroll-inner-label-kd
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: ghostwhite;
    font-family: 'Bubblegum Sans';
    /*border: thin solid ghostwhite; /*#7D3BBB;  */
    border-radius: 6px;
}
