.tooltipster-base {
	z-index: 1040 !important;
	width: auto !important;
	height: auto !important;
}

.tooltipster-box {
	pointer-events: all;
	background: transparent !important;
}

.tooltipster-content {
	padding: 0 !important;
}

.popover-container {
	max-width: 350px;
	border-radius: 6px;
	font-size: large;
	font-weight: bold;
	padding: 0 !important;
}

.popover-container .popover-header-section {
	padding: 10px 15px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #0198ca;
	font-size: 16px;
	font-weight: 600;
	font-family: 'open sans';
}

.popover-container .popover-content-section {
	font-size: 16px;
	font-family: 'open sans';
	position: relative;
	padding: 9px 14px;
}

.popover-container .popover-close-button {
	color: #fff;
	opacity: 0.7;
	position: absolute;
	display: inline-block;
	top: 8px;
	right: 10px;
	font-size: 15px;
	padding: 3px;
}

.popover-container .popover-close-button:hover {
	opacity: 0.5;
}

.popover-close-button-container {
	width: 30px;
	position: relative;
}
.popover-close-button-container .popover-close-button {
	top: 4px;
}

.popover-container .popover-steps {
	opacity: 0.7;
}

.popover-blue.tooltipster-bottom .tooltipster-arrow-border,
.popover-blue.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #10bef7 !important;
}
.popover-blue.tooltipster-top .tooltipster-arrow-border,
.popover-blue.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #10bef7 !important;
}
.popover-blue .popover-container{
	background-color: #10bef7;
	color: #fff !important;
}
.popover-blue .tooltipster-box {
	border-color: transparent !important;
}

.popover-white.tooltipster-top .tooltipster-arrow-border {
	border-top-color: rgba(0,0,0,.2) !important;
	border: 6px solid transparent;
    left: 4px;
    top: 2px;
}
.popover-white.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fff !important;
}
.popover-white .popover-container {
	background-color: #fff;
	color: #000 !important;
}
.popover-white .tooltipster-box {
	border-radius: 6px !important;
	border: 1px solid rgba(0,0,0,.2) !important;
}
.popover-white .popover-close-button {
	color: #bbb;
}
