/*CSS for cell : bookView*/

.book-view
{
    position:absolute;
    left:0px;
    top:0px;
}

.book-view-inner-frame
{
    position:absolute;
    width: 95%;
    height:95%;
    border-radius: 6px;
    overflow:hidden;
}

.book-area
{
    position: absolute;
    border-radius: 5px;
}

.book-page
{
    z-index:103;
}

.end-page
{
	z-index:103;
	background-image:url(https://static-contents.linkology.org/images/glimpsesplash1.png);
}

.analytics-text-start
{
	font-size: 12px;
	position: absolute;
	left:10px; 
	top:10px;
	z-index:103;
	width:100%;
}

.start-border
{
	position: absolute;
	left:0px;
	top: 0px; 
	width:11px;
	height:100%;
	z-index:103;
	background-image:url("https://static-contents.linkology.org/images/startBorder.png");
}

.end-border
{
	position: absolute;
	left:389px;
	top: 0px; 
	width:11px;
	height:100%;
	z-index:103;
	background-image:url("https://static-contents.linkology.org/images/endBorder.png");
}
.book-new-page
{
    position: absolute;
   /* border: 3px solid #feb300;*/
    border-radius: 6px;
}
.in-page
{
	position: absolute;
	/*border: 3px solid #feb300;*/
	border-radius: 6px;
}

.human-innerFrame-in-page
{
	position: absolute;
	border: thin solid #7D3BBB;
	border-radius: 6px;
}

.AIbe-innerFrame-in-page
{
	position: absolute;
	border: thin solid #feb300;
	border-radius: 6px;
}

.icon-panel-overFrame-outer-in-page
{
	position: absolute;
	border-radius: 6px;
}

.icon-overFrame-in-page
{
	position: absolute;
	border-radius: 6px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}


.text-Arrea-hum
{
    position: absolute;
    overflow-y: auto;
    color: black;
    font-size: 18;
    border: thin solid #7D3BBB;
    border-radius: 6px;
    padding: 5px 5px 5px 5px; 
}

.prev-story-Arrea-hum
{
    position: absolute;
    overflow-y: auto;
    color: #feb300;
    font-size: 18;
    border: thin solid #feb300;
    border-radius: 6px;
    padding: 5px 5px 5px 5px; 
}
.dd-Arrea-hum
{
	position: absolute;
    border-radius: 6px;
	display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: row;
}
.title-cover-book
{
	position: absolute;
	color: ghostwhite;
	border-radius: 6px;
	display: flex;
	justify-content: center;
    justify-items: center;
    align-items: center;
	text-align: center;
}
.TA-Arrea-counter
{
	position: absolute;
	color: gray;
	display: flex;
	justify-content:right;
    justify-items:right;
    align-items:center;
	text-align:right;
}

.title-page
{
	position: absolute;
	border-radius: 6px;
	display: flex;
	justify-content: left;
    justify-items: center;
    align-items: center;
	text-align: center;
	color: #feb300;
}

.enhance-recco-4-text
{
	position: absolute;
	border: thick solid #feb300;
	border-radius: 8px;
}

.close-acc-panel
{
	position: absolute;
    border-radius: 6px;
	display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: row;
}

.block-acc-panel
{
	position: absolute;
    overflow-y: auto;
    color: black;
    font-size: 18;
    border-radius: 6px;
    padding: 5px 5px 5px 5px; 
	justify-content: center;
    justify-items: center;
    align-items: center;
	text-align: left;
}

.AIbe-image-icon-bg-color
{
	border: thick solid #7D3BBB;
	border-radius: 50%;
	background:linear-gradient(to right, #F3E31D, #F2E01E, #EECD25,#EAB82D,#E1961D);
}