/* CSS reset starts */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{border:none;vertical-align:middle;}
.img-width{width:100%;}
/* CSS reset ends */
/* Universal Classes */
body
	{
		font-family: Helvetica, Roboto, Arial, sans-serif;
		background: #f1f2f2 none repeat scroll 0 0;
		font-size: 1.0em;
	}
.clr-both
	{
		clear: both;
	}
.shadow-and-radius
	{
		border-radius: 2px;
		box-shadow: #a9a9a9 0px 0px 2px;
	}
.radius-top
	{
		border-radius: 2px 2px 0px 0px;
	}
.radius-bottom
	{
		border-radius: 0px 0px 2px 2px;
	}
.middle-alignment
	{
		display: flex;
		justify-content: center;
		align-items: center;
	}
.current-player
	{
		font-weight: 600;
	}
.header-title
	{
		margin-left: .5em;
    	color: #fff;
		font-size: .875em;
	}
.current
	{
		color: #0288d1 !important;
	}
.hide 
	{
		display: none;
	}
/* Page specific CSS starts */
.popup 
	{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: white;
		z-index: 1;
	}
.popup-content
	{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		font-size: 18px;
		font-family: sans-serif;
		font-weight: 500;
		letter-spacing: 0.4px
	}
.container-wrap-hs
	{
	max-width: 720px;
	box-sizing: border-box;
	background: #f1f2f2;
	margin: auto;
	padding: 0px;
	}
/* help-and-support */
.help-sup-container-wrap {
    box-sizing: border-box;
    background: #F1F2F2;
    margin: auto;
    padding: 0px;
    width: 100%;
}
.help-sup-container-wrap-sub{
	box-sizing: border-box;
    background: #F1F2F2;
    margin: auto;
    padding: 0px;
    width: 100%;	
}
.help-sup-Thx-y-f-rech{
	width: 100%;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px -4px;
	margin-top: 20px;
	z-index: 999999;
	position: absolute;
}
.help-sup-img-icon{
    width: auto;
    float: left;
	line-height: 56px;
	margin: 0px 20px;
}
.help-sup-tnk-text{	
	text-align: left;
	line-height: 56px;
	font-size: 18px;
	color: #414042;
	font-family: Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
}
/* help-and-support main banner */
.hs-main-banner-area{
	width: 100%;
	height:auto;
	float: left;
	margin: auto;
	margin-top: auto;
	background: #00acc1;
	z-index: 9;
}
.hs-main-banner-area .left-area{
	width: 70%;
	height:auto;
	float: left;
}
.hs-main-banner-area .right-area{
	width: 30%;
	height:auto;
	background: #ccc;
	float: left;
}
.sub-hs-main-banner-area{
	width: 94%;
	height: auto;
	float: left;
	padding: 10px;
}
.main-banner-text{
	font-size: 0.875em;
	color: #ffffff;
	text-align: left;
	line-height: 21px;
}
.select-ur-issue{
	font-size: 1.125em;
	color: #ffffff;
	text-align: left;
}
/* help-and-support text area */
.h-s-text-area-btn
{	
	width: 100%;
	float: left;
	margin: auto;
	height: auto;
	background: #fff;
	border-bottom: solid 1px #ebedee;
}
.center-text-area{
	float: left;
	width: 74%;
	margin: 10px 0px;
	line-height: 28px;
	font-size: 0.875em;
}
.left-area-icon{	
	width: 10% ;
	float: left;
	margin: 10px;
}
.right-ero-icon{
	float: right;
	margin: 15px 10px 0px 0px;
}
.grievance-text{
    font-size: 0.813em;
    display: none;
    opacity: 0;
}
.grievance-active > .grievance-text{
    display: block;
    padding-left: 25px;
    animation: display-text 2s forwards;
}
@keyframes display-text{
    from {opacity: 0;}
    to { opacity: 1;}
}