<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mwb-mwb-pr-drag {
	
	position: fixed;
	bottom: 30px;
	z-index: 9999;
	min-width: 110px;
}
#modal {
	z-index: 999999;
	display: flex;
}
.mwb-pr-drag-btn {
	background-color: #E85E54;
}
.mwb-pr-dialog{
	width: 100%;s
}
.mwb-pr-popup-text{
	width: 100%;
	padding: 0;
}
.mwb-pr-popup-body {
	height: 400px;
	overflow-y: auto;
	padding: 20px 10px;
	background-color: #f1f1f1;
}
.mwb-popup-points-label {
	text-align: center;
	background-color: #fff;
	padding: 10px;
}
.mwb-popup-points-label h6 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
}
.mwb-popup-points-label h6 span {
	font-weight: normal;
}
.mwb-pr-popup-tab-listing {
	padding: 0;
	margin: 0;
}
.mwb-pr-popup-tab-listing li {
	align-items: center;
	border-bottom: 1px solid #dddddd;
	display: flex;
	list-style-type: none;
	padding: 10px;
}
.mwb-pr-popup-rewards-tab-listing li{
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.mwb-pr-popup-left-rewards {
	align-items: center;
	display: flex;
	width: 100%;
}
.mwb-pr-popup-right-rewards {
	min-width: 100px;
	width: 100%;
	max-width: 100px;
	text-align: center;
	font-size: 12px;
}
.mwb-pr-popup-rewards-right-content a {
	color: #E85E54;
	font-weight: bold;
	transition: 0.3s linear all;
}
.mwb-pr-popup-rewards-right-content a:hover {
	color: #E85E54;
	opacity: .75;
}
.mwb-pr-popup-rewards-icon {
	margin-right: 20px;
}
.mwb-pr-popup-tab-listing .mwb-pr-tab-popup-completed{
	opacity: 0.44;
}
.mwb-pr-popup-tab-listing li:after,
.mwb-pr-popup-footer-listing li:after,
.mwb-pr-popup-tab-wrapper:after {
	clear: both;
	display: block;
	content: "";
}
.mwb-pr-tab-popup-icon {
	width: 40px;
	float: left;
	border-radius: 50%;
	border: 1px solid #ccc;
	height: 40px;
	text-align: center;
	line-height: 28px;
	padding: 5px;
}
.mwb-pr-tab-popup-icon img {
	max-width: 25px !important;
	display: inline-block;
}
.mwb-pr-popup-tab-listing li p{
	margin: 0;
}
.mwb-pr-popup-tab-listing li h6{
	margin: 0;
	font-size: 15px;
}
.mwb-pr-tab-popup-content {
	float: left;
	margin-left: 10px;
	width: calc(100% - 70px);
}
.mwb-pr-popup-tab-wrapper{
	margin-bottom: 15px;
}
.mwb-pr-popup-tab-wrapper .tab-link {
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	color: #E85E54;
	display: inline-block;
	/*float: left;*/
	padding: 10px 36px;
	font-size: 16px;
	text-decoration: none;
	margin-right: 0;
	/*border-bottom: none;*/
	position: relative;
	z-index: 1;
}
.mwb-pr-popup-tab-wrapper .tab-link.active {
	background-color: #ffffff;
	border-color: #E85E54;
	color: #ffffff;
}
.mwb-pr-popup-tab-wrapper .tab-link:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e85e54;
	z-index: -1;
	transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1);
	transform: translate3d(-100%, 0px, 0px);
	opacity: 0;
}
.mwb-pr-popup-tab-wrapper .tab-link.active:after {
	transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1);
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}
.mwb-pr-popup-tab-container{
	background-color: #ffffff;
	display: none;
}
.mwb-pr-popup-tab-container.active{
	display: block;
}
.mwb-pr-popup-tab-wrapper  .tab-link:focus{
	outline: none;
}
.mwb-pr-popup-footer{
	padding:15px 0;
}
.mwb-pr-popup-footer h6 {
	margin: 0 0 10px 0;
	font-size: 16px;
	background-color: #ffffff;
	padding: 10px;
}
.mwb-pr-popup-footer-listing{
	margin: 0;
	padding: 0;
}
.mwb-pr-popup-footer-listing li{
	list-style-type: none;
	padding: 5px 0;
}
.mwb-pr-popup-footer-listing li .mwb-pr-popup-footer-left-content{
	float: left;
	font-weight: bold;
}
.mwb-pr-popup-footer-listing li .mwb-pr-popup-footer-right-content{
	float: right;
}
.mwb-pr-footer {
	text-align: right;
}
.mwb-pr-close-btn {
	border: 1px solid #E85E54;
	color: #E85E54;
	display: inline-block;
	height: auto;
	line-height: normal;
	padding: 8px 18px;
	transition: 0.3s linear all;
}
.mwb-pr-close-btn:hover {
	color: #ffffff !important;
	background-color: #E85E54;
}

/*======================================
=            Login User CSS            =
======================================*/
.mwb-pr-popup-right-rewards--login {
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	max-width: 100% !important;
	text-align: right;
}
.mwb-pr-popup-right-rewards--login .mwb_wpr_btn_copy {
	float: none;
}
/*=====  End of Login User CSS  ======*/


/*=================================================
=            for mobile view new popup            =
=================================================*/
.mwb-pr-mobile-popup-main-container {
	position: fixed;
	left: auto;
	right: -100%;
	width: 100%;
	height: 100%;
	bottom: 10px;
	top: auto;
	transform: translateX(100%);
	transition: 0.3s linear all;
}
.mwb-pr-mobile-popup-main-container.show {
	background: #ffffff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: translateX(0);
	transition: 0.3s linear all;
	z-index: 41;
}
.mwb-pr-mobile-popup-main-container.show.hide {
	left: auto;
	right: -100%;
	width: 100%;
	height: 100%;
	bottom: 10px;
	top: auto;
	transform: translateX(100%);
	transition: 0.3s linear all;
}

.mwb-pr-mobile-popup-main-container {
	display: none;
}
.mwb-pr-mobile-open-popup {
	position: fixed;
	width: 60px;
	display: inline-block;
	bottom: 20px;
	right: 10px;
	background-color: #e85e54;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: none;
	z-index: 42;
}

/*=====  End of for mobile view new popup  ======*/
@media screen and (max-width: 767px) {
	#mwb-mwb-pr-drag {
		display: none;
	}
	.mwb-pr-mobile-popup-main-container {
		display: block;
	}
	.mwb-pr-mobile-open-popup{
		display: block;
	}
	.mwb-pr-popup-rewards-tab-listing li,.mwb-pr-popup-left-rewards,.mwb-pr-popup-tab-listing li {
		flex-direction: column;
		text-align: center;
	}
	.mwb-pr-popup-rewards-icon {
		margin-right: 0;
	}
	.mwb-pr-popup-tab-wrapper {
		text-align: center;
	}
	.mwb-pr-popup-right-rewards--login {
		text-align: center;
	}
}
@media screen and (max-width: 380px) {
	.mwb-pr-popup-tab-wrapper .tab-link {
		padding: 10px 20px;
	}
}</pre></body></html>