.widget__wrapper .widget__container {
	margin: 10px 0;
	padding: 0px;
	position: relative;
}
.fa-search:before {
	content: "\f002";
}
.no-gutters>.col, .no-gutters>[class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.widget__wrapper .widget__container .widget__header .header__stock-info {
	height: 27px;
	padding: 0 0 0 10px;
}
.widget__wrapper .widget__container .widget__header .header__stock-info .ticker {
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	float: left;
}
.widget__wrapper .widget__container .widget__header .header__stock-info .current-price {
	display: inline-block;
	width: 225px;
	float: right;
}
.widget__wrapper .widget__container .widget__header .header__stock-info .current-price .price-data {
	display: inline-block;
	width: 70px;
	text-align: center;
}
.green, .up-change {
	color: #00c04e;
}
.widget__wrapper .widget__container .widget__header .header__rating-info {
	width: 100%;
	min-height: 75px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #061d35), color-stop(98%, #003f67));
	background-image: linear-gradient(0deg, #061d35 3%, #003f67 98%);
	-webkit-box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 60%);
	box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 60%);
	border-radius: 16px 16px 0 0;
}
.widget__wrapper .widget__container .widget__header .header__rating-info .PGR__gauge {
	width: 150px;
	height: 72px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 3px;
}
.widget__wrapper .widget__container .widget__header .header__rating-info .PGR__gauge img {
	width: 149px;
	height: 72px;
	vertical-align: middle;
	border-style: none;
}
.widget__wrapper .widget__container .widget__header .header__rating-info .PGR__label-container {
	width: 100%;
}
@media screen and (max-width: 350px) {
.widget__wrapper .widget__container .widget__header .header__rating-info .PGR__label-container .company-name {
	margin-left: 49%;
}
}
.widget__wrapper .widget__container .widget__header .header__rating-info .PGR__label-container .company-name {
	display: block;
	text-align: left;
	text-shadow: 0 1px 0 rgb(0 0 0 / 18%);
	margin-left: 45%;
	margin-top: 10px;
}
.widget__wrapper .widget__container .widget__header .header__rating-info .PGR__label-container .pgr-label--bearish {
	color: #fd4500;
}
.widget__wrapper .widget__container .widget__header .header__rating-info .PGR__label-container .pgr-label {
	display: block;
	width: calc(100% + 4px);
	height: 48px;
	margin-left: -2px;
	line-height: 41px;
	padding-left: 150px;
	letter-spacing: .1px;
	text-shadow: 0 1px 0 rgb(0 0 0 / 23%);
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}
.widget__wrapper .widget__container .widget__accordian {
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	margin: 1px 0;
	padding: 1px 0 0;
	height: 204px;
	overflow: hidden;
}
.widget__wrapper .widget__container .widget__accordian .mat-expansion-panel {
	background: rgba(228,228,228,.2);
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 1px;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
	box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.mat-expansion-panel {
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	box-sizing: content-box;
	display: block;
	margin: 0;
	transition: margin 225ms cubic-bezier(.4, 0, .2, 1);
}
.mat-expansion-panel {
	background: #fff;
	color: rgba(0,0,0,.87);
}
.widget__wrapper .widget__container .widget__accordian .mat-expansion-panel .mat-expansion-panel-header {
	padding: 0;
	height: 48px!important;
}
.mat-expansion-panel-header:not([aria-disabled=true]) {
	cursor: pointer;
}
.mat-expansion-panel-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 24px;
}
.mat-content {
	display: flex;
	flex: 1;
	flex-direction: row;
	overflow: hidden;
	width: 100%;
}
.widget__wrapper .widget__container .widget__accordian .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description {
	margin-right: 0;
}
.mat-expansion-panel-header-description {
	flex-grow: 2;
}
.mat-expansion-panel-header-description, .mat-expansion-panel-header-title {
	display: flex;
	flex-grow: 1;
	margin-right: 16px;
}
.mat-expansion-indicator::after, .mat-expansion-panel-header-description {
	color: rgba(0,0,0,.54);
}
.sliderBar-container.container {
	padding-left: 7px;
	height: 27px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.widget__accordian .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dropdown-icon[_ngcontent-c12] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 21px;
	font-size: 14px;
	position: relative;
	color: #797979;
	margin-top: 2px;
}
.dropdown-icon[_ngcontent-c12] a[_ngcontent-c12] {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #797979;
	cursor: pointer;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
.pgr__label[_ngcontent-c12] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 115px;
	font-weight: 500;
	font-size: 17px;
	color: #42434a;
}
.sliderProgress[_ngcontent-c12] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	width: calc(100% - 136px);
	padding: 0;
	height: 25px;
	overflow: hidden;
	border-radius: 13px;
	background: #e4e4e4;
	-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%), 0 2px 0 #efefef;
	border: 2px solid #fff;
}
.slider-bullish[_ngcontent-c12] {
	background-color: #7ed321;
	left: 75%;
	margin-left: -17px;
}
.slider-disc[_ngcontent-c12] {
	z-index: 1;
	height: 25px;
	width: 25px;
	border-radius: 15px;
	border: 2px solid #fff;
	margin-top: -2px;
	position: absolute;
	-webkit-box-shadow: 2px 0 0 rgb(0 0 0 / 15%);
	box-shadow: 2px 0 0 rgb(0 0 0 / 15%);
}
.sliderbar-bullish[_ngcontent-c12] {
	background: #61c600;
	background: -webkit-gradient(linear, left top, right top, from(#e00000), color-stop(33%, #ef5a00), color-stop(66%, #ffbe00), to(#61c600));
	background: linear-gradient(to right, #e00000 0, #ef5a00 33%, #ffbe00 66%, #61c600 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e00000', endColorstr='#61c600', GradientType=1);
	width: 75%;
}
.sliderBar[_ngcontent-c12] {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.widget__wrapper .widget__container .widget__breakdown {
	height: 160px;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	background-image: linear-gradient(180deg, #fff 0, #f8f8f8 100%);
	-webkit-box-shadow: inset 0 -2px 2px 0 rgb(0 0 0 / 8%);
	box-shadow: inset 0 -2px 2px 0 rgb(0 0 0 / 8%);
	border-radius: 0 0 16px 16px;
	margin-bottom: 1px;
	padding-right: 0!important;
	padding-left: 0!important;
	padding-bottom: 10px;
}
.widget__wrapper .widget__container .widget__breakdown .learn-more {
	position: absolute;
	display: none;
	right: 8px;
	top: 6px;
	color: #ccc;
	font-size: 15px;
	cursor: pointer;
}
.mat-tab-group {
	display: flex;
	flex-direction: column;
}
.mat-tab-group {
	font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-header {
	display: flex;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}
.mat-tab-header, .mat-tab-nav-bar {
	border-bottom: 1px solid rgba(0,0,0,.12);
}
.mat-tab-header-pagination-disabled {
	box-shadow: none;
	cursor: default;
}
.mat-tab-header-pagination-before, .mat-tab-header-rtl .mat-tab-header-pagination-after {
	padding-left: 4px;
}
.mat-tab-header-pagination {
	position: relative;
	display: none;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	cursor: pointer;
	z-index: 2;
}
.mat-ripple {
	overflow: hidden;
}
.mat-elevation-z4 {
	-webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}
.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron, .mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron {
	transform: rotate(-135deg);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
	border-color: rgba(0,0,0,.38);
}
.mat-tab-header-pagination-chevron {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	height: 8px;
	width: 8px;
}
.mat-tab-header-pagination-chevron {
	border-color: rgba(0,0,0,.87);
}
.mat-tab-label-container {
	display: flex;
	flex-grow: 1;
	overflow: hidden;
	z-index: 1;
}
.mat-tab-list {
	flex-grow: 1;
	position: relative;
	transition: transform .5s cubic-bezier(.35, 0, .25, 1);
}
.mat-tab-labels {
	display: flex;
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label-active.mat-tab-label {
	border-bottom: 2px solid #144fa5;
	color: #144fa5;
	opacity: 1;
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label {
	height: 34px;
	/*padding: 0 24px;*/
	opacity: .6;
	min-width: 160px;
	width: 50%;
}
@media (max-width: 599px) {
.mat-tab-label {
	min-width: 72px;
}
}
@media (max-width: 959px) {
.mat-tab-label {
	padding: 0 12px;
}
}
@media (max-width: 599px) {
.mat-tab-label {
	padding: 0 12px;
}
}
.mat-tab-label {
	height: 48px;
	/*padding: 0 24px;*/
	cursor: pointer;
	box-sizing: border-box;
	opacity: .6;
	min-width: 160px;
	white-space: nowrap;
	position: relative;
}
.mat-tab-label, .mat-tab-link {
	color: rgba(0,0,0,.87);
}
.mat-ripple {
	overflow: hidden;
}
.mat-tab-label, .mat-tab-link {
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-header .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label .mat-tab-label-content {
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
	text-transform: uppercase;
}
.mat-tab-label, .mat-tab-link {
	color: rgba(0,0,0,.87);
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-group.mat-primary .mat-ink-bar, .widget__wrapper .widget__container #widget__breakdown .mat-tab-nav-bar.mat-primary .mat-ink-bar {
	background-color: #144fa5;
}
.mat-tab-header-pagination-disabled {
	box-shadow: none;
	cursor: default;
}
.mat-tab-header-pagination-after, .mat-tab-header-rtl .mat-tab-header-pagination-before {
	padding-right: 4px;
}
.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron, .mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron {
	transform: rotate(45deg);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
	border-color: rgba(0,0,0,.38);
}
.mat-tab-header-pagination-chevron {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	height: 8px;
	width: 8px;
}
.mat-tab-header-pagination-chevron {
	border-color: rgba(0,0,0,.87);
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-body-wrapper {
	padding: 0 0 0 10px;
}
.mat-tab-body-wrapper {
	position: relative;
	overflow: hidden;
	display: flex;
	transition: height .5s cubic-bezier(.35, 0, .25, 1);
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-body-wrapper .mat-tab-body {
	overflow: hidden;
}
.mat-tab-body.mat-tab-body-active {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.mat-tab-body {;
	display: none;
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
	padding: 10px 13px 10px 10px;
	height: 100%;
}
.mat-tab-body-content {
	height: 100%;
	overflow: auto;
}
.widget__wrapper .widget__container #widget__breakdown .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content .breakdown-copy {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 5px;
}
.widget__wrapper .widget__container .widget__marketing-message {
	display: none;
	width: 100%;
	min-height: 45px;
	padding: 0 5px 5px;
}
.widget__wrapper .widget__container .widget__marketing-message .cta__wrapper {
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}
.widget__wrapper .widget__container .widget__marketing-message .cta__wrapper img {
	width: 100%;
	height: auto;
}
.widget__wrapper .mat-input-infix.mat-form-field-infix input[type=search], .widget__wrapper .mat-input-infix.mat-form-field-infix button, .widget__wrapper .mat-input-infix.mat-form-field-infix input[type=search]:focus, .widget__wrapper .mat-input-infix.mat-form-field-infix button:focus {
	border: 0px;
}
/*--------------------------------*/
.wdn_top_heading {
    font-size: 20px;
    color: #fff;
    padding: 10px;
}
.wdn_ajax_content{
    background: linear-gradient(#1e2746, #01daa5);
    border-radius: 25px;
	padding-bottom: 20px;
}
.wdn_body {
    display: flex;
    padding: 10px 5px;
    justify-content: space-evenly;
	margin-bottom: 20px;
}
.wdn_heading {
	color: black;
	font-size: 30px;
	font-weight: 600;
}
.wdn_graph_container {
	display: flex;
	align-items: end;
}
.wdn_graph{
	background:#CCC;	
}
.wdn_graph1 {
	width: 16%;
	height: 20%;
}
.wdn_graph2 {
	width: 16%;
	height: 40%;
	margin-left: 7px;
}
.wdn_graph3 {
	width: 16%;
	height: 60%;
	margin-left: 7px;
}
.wdn_graph4 {
	width: 16%;
	height: 80%;
	margin-left: 7px;
}
.wdn_graph5 {
	width: 16%;
	height: 100%;
	margin-left: 7px;
}
.wdn_data {
	display: flex;
    width: 100%;
}
.wdn_data .wdn_title {
	width: 40%;
	padding-left: 16px;
}
.wdn_stars {
	display: flex;
    justify-content: center;
    width: 19%;
    align-items: start;
}
.wdn_discripation {
	width: 40%;
}
.meter {
	position: relative;
	width: 80px;
	margin: 0;
}
#meter {
}
#needle {
	position: absolute;
	left: 20%;
	top: 25%;
	width: 10px;
	transform: rotate(-80deg);
}
svg {
	margin: auto;
	max-width: 100%;
}
.wdn_slide_img{
	width: 50px;
}
.wdn_top{
	display:flex;
	justify-content: space-around;	
}
.wdn_top .wdn-tleft{
	padding-left: 20px;
}
.wdn_top .wdn-tright{
	padding-right: 20px;
}
.wdn_footer{
	text-align: center;
	color: #fff;
}
@keyframes wdn_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media all and (max-width: 959px) {

	.wdn_body {
		padding-top: 10px;
	}
	.wdn_data .wdn_title {
		font-size: 12px;
	}
	.wdn_discripation {
		font-size: 12px;
	}
	.wdn_data .wdn_stars .wdn_star_1{
		font-size: 20px;
	}
	}
@media all and (max-width: 450px) {

	.wdn_body {
		padding-top: 10px;
	}
	.wdn_data .wdn_title {
		font-size: 10px;
	}
	.wdn_discripation {
		font-size: 10px;
	}
	.wdn_data .wdn_stars .wdn_star_1{
		font-size: 18px;
	}
	.wdn_data {
		justify-content: space-around;
	}

	.wdn_top{
		display: flex;
	}
	.wdn_top .wdn-tleft, .wdn_top .wdn-tmid, .wdn_top .wdn-tright{
		padding-left: 5px;
	}	
}