/*CSS Hide elements*/

.tooltip {
	width: auto;
	font-size: 22px;
	padding: 30px 0 0 0;
	/* margin: 0px 5% 20px; */
}

@media screen and (max-width: 768px){
	.tooltip {
		padding: 0;
		margin: 0;
		height: auto;
		display: inline-block;
		/* top: -64px; */
	}
  .withdrawals-text {
		font-size: 16px;
	}
}

.tooltip button {
	background: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
}
.tooltip button img {
    width: 25px;
    float: left;
    padding: 0 20px;
    margin: auto;
}
.tooltiptext {
    width: 300px;
    background-color: white;
    color: #182745;
    text-align: center;
    padding: 20px;
    position: absolute;
    z-index: 1;
    border: 2px solid #33508A;
    text-align: left;
    cursor: default;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 767px) {
	.tooltiptext {
		left: 20px;
	}
}

.uxArticle {margin: 20px 5% 20px;}


.tooltipWrapper p {
	font-weight: 400;
	width: fit-content;
	padding-bottom: 0;
}

/*tooltip*/
.tooltip i {
  	vertical-align: middle;
	display: inline-block;
	padding-right: 10px;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	background: url("/_resources/img/savings-tool-new/tooltip.png") no-repeat;
}
.tooltip i.active{background: url("/_resources/img/icons/blue_cross_circle.svg") no-repeat;} 
.tooltipOn{background: url("/_resources/img/savings-tool-new/cross.png") no-repeat !important;}



                                                               

@media screen and (max-width: 1100px) and (min-width: 768px) {

	.tooltip i,.tooltip i:hover, .tooltip i:active {
		background-size: 20px 20px !important;
		width: 20px;
		height: 20px;
	}	.
}

 /* Mobile CSS  */
@media screen and (max-width: 767px) {
	/*tables section - titles*/
	 .tooltip {font-size: 16px;}

	
	.tooltip strong {
		font-size: 18px;
		line-height: 27px;
	}
	.tooltip i {
		width: 20px;
		height: 20px;
		background-size: 20px 20px !important;
		vertical-align: text-top;
		margin-left: 10px;
	}
	.tooltip i:hover, .tooltip i:active {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		vertical-align: text-top;
	}

	.tooltip button img {
	    padding: 0 10px;
	}
}


  .
                                                                 



