
*{
	outline: none !important;
}
body{
	font-family: CircularStd-Book;
	color: #5F6368;
	background: #FAFAFA;
}
body.bgwhite{
	background: #fff;
}
img{
	width: 100%;
}
a{text-decoration: none !important;}
h1, h2, h3{color: #222222;}
h1{font-size: 34px;}
h2{font-size: 18px;}
h3{font-size: 14px;}
.btn{font-size: 14px;} 
.dashBoard{
	position: fixed;
    width: 100%;
    /* margin-bottom: 100px; */
    z-index: 99;
    background: #fff;
}
.logo .navbar-brand img{
	max-width: 130px;
}
.navbar-brand{
	margin-right: 0;
}
.ex-rate h4{
	font-size: 7px;
	color: #1A73E8;
	margin-bottom: 0;
	font-family: 'CircularStd-Bold';
}
.ex-rate-amnt{
	font-size: 12px;
	color: #222222;
}
.container{
	width: 100%;
	margin: 0 auto;
}
.notif-num {
    position: absolute;
    background: #F1302C;
    font-size: 8px;
    color: #fff;
    width: 10px;
    text-align: center;
    border-radius: 50%;
    height: 10px;
    bottom: 8px;
    right: 0;
}
#bannerContent{
	padding: 50px 0;
}
#bannerContent .container{
	display: flex;
	align-items: center;
	font-size: 14px;
}
.bannerText{
	margin-bottom: 30px;
}
.bannerTitle{
	font-size: 48px;
	letter-spacing: -0.4px;
	color: #222222;
}
.bannerTitle span{
	font-family: CircularStd-Medium;
	display: block;
}
#featuresContent .card{
	border: none;
	padding: 20px 0;
}
#featuresContent .card-img-top{
	max-width: 92px;
	margin: auto;
}
.bannerBtn{
	height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 25px;
	font-size: 15px;
}
.bannerImage{
	overflow: hidden;
}
.bannerImage img{
	width: 190%;
    right: 25%;
    position: relative;
}
.btnBlue{
	background: #1E75E8;
	color: #fff !important;
	margin-right: 0;
}
.card-title{
	font-size: 16px;
}
.card-text{
	font-size: 14px;
}

.navbar-nav{
	-ms-flex-direction: row;
    flex-direction: row;
}
.mobile-nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
    flex-direction: column;
    text-align: left;
}
.mobileLogo{
	position: relative;
    top: -20px;
    width: 150px;
}
.mobile-nav a{
	color: #1A73E8;
}
.section1, .section2, .section3{
	margin-bottom: 15px;
}
.section2{
	flex-direction: column-reverse;
}
.dashBoard .row:first-child {
    position: relative;
}
/**Footer**/
footer{
	font-size: 13px;
	position: relative;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}
.navBottom{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.navBottom .nav-item {
    padding: 0 6px;
    font-size: 10px;
}
.navBottom .nav-item:first-child{
	padding-left: 0;
}
.navBottom .nav-link{
	color: #5F6368;
}


/**Login CSS**/
#breadCrumb{
	padding: 20px 0;
    /**position: absolute;**/
    width: 100%;
}
#breadCrumb .row{
	align-items: center;
}
.breadcrumb{
	background: none;
	padding: 0;
	align-items: center;
	margin-bottom: 0;
}
.breadcrumb a{
	color: #5F6368;
}
.linkcreateAccount{
	color: #1E75E8;
}
.breadcrumb .icon-chevron-left:before{
	font-size: 10px;
	margin-right: 20px;
}
.contentLoginRegister{
	padding-top: 20px;
	padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.linkLogin{
	color: #1E75E8;
}
.loginRegister, .sendCashOut, .linkBank{
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}
.loginEmail{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.loginRegister h2, .contentsendCashOut h2, .linkBank h2{
	font-size: 22px;
	letter-spacing: -0.12px;
	margin-top: 50px;
}
.contentsendCashOut h2, .linkBank h2{
	margin-bottom: 20px;
}
.loginRegister p, .sendCashOutForm p, .linkBankForm .form-group p{
	font-size: 10px;
	color: #707277;
	margin: 20px 0;
}
.contentsendCashOut p, .linkBankForm .form-group p{
	text-align: left;
}
.linkBankForm .form-group p{
	margin-top: 10px;
}
.loginRegister a, .contentsendCashOut a{
	color: #222222;
}
.loginRegister img{
	max-width: 192px;
    margin: 0 auto 20px;
    display: block;
}
.loginRegister .row{
	align-items: center;
}
.form-control{
	border: none;
    border-bottom: 1px solid #5f636878;
    border-radius: 0;
	font-size: 14px;
	background: none;
}
.btn-Login{
	font-size: 16px;
}
.btn-blue{
	background: #1E75E8;
	color: #fff !important;
    border-radius: 19px;
}
.btn-blue:disabled, .btn.disabled{
	background: #BFC1C3;
	color: #5F6368;
	opacity: 1;
}
.btn-default{
	color: #1A73E8;
	font-size: 16px;
	font-family: 'CircularStd-Medium';
	border: 1px solid #D7D7D7;
	border-radius: 21px;
}
.btn-forgotPass{
	font-size: 14px;
	color: #222222;
}
.link-buttons{
	margin-top: 30px;
}
.SmediaCenter{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 20px;
}
.registerbyEmail{
	padding-top: 20px;
}
.btnSmedia{
	height: 46px;
	border: 1px solid #D7D7D7;
	width: 100%;
	max-width: 340px;
	border-radius: 23px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 13px;
}

footer img{
	max-width: 40%;
	display: block;
}

/**mobile menu**/
.userBlock{
	margin: 20px 0 30px;
}
.userPic{
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
    box-shadow: 0 0 3px 2px #0000000f;
	margin-bottom: 10px;
}
.user-profile-pic{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}
.userName{
	display: block;
	font-size: 18px;
	color: #222;
	font-family: 'CircularStd-Medium';
}
.nav-link{
	color: #1A73E8;
}

/**Dashboard Style**/
#dashboardContent, #profileContent{
	background: #FAFAFA;
	padding: 50px 0 0;
}
#singleContent{
	padding: 50px 0 10px;
	min-height: 88vh;
}
#singleContent #breadCrumb{
	background: #fafafa;
}
.myWalletSection{
	background: #1A73E8;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}

/**wallet style**/
.walletTitle{
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
.walletAccount{
	font-size: 16px;
	letter-spacing: 1.2px;
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: right;
    height: 30px;
	width: 120px;
}
.walletsubTitle{
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}
.walletPoints{
	font-size: 34px;
	letter-spacing: -0.34px;
	margin-top: -5px;
	display: block;
	margin-bottom: 25px;
}
.walletUSD{
	font-size: 16px;
}
.walletBtn{
	font-size: 12px;
	color: #fff;
	border: 1px solid #D7D7D7;
	height: 32px;
	line-height: 32px;
	width: 100px;
	border-radius: 25px;
	display: block;
	text-align: center;
	font-family: 'CircularStd-Medium';
}
.walletBtn:hover{
	color: #D7D7D7;
}
.btn-white{
	background: #fff;
	color: #1A73E8;
	font-family: 'CircularStd-Bold';
}
.addBank{
	color: #1A73E8;
	font-size: 16px;
	font-family: 'CircularStd-Medium';
	border: 1px solid #D7D7D7;
	border-radius: 21px;
	height: 42px;
	line-height: 42px;
	width: 150px;
	display: block;
	text-align: center;
}
	
.section1 .sectionTitle{
	margin-top: 40px;
}
.section2 .col-md-7 .sectionTitle, .section3 .col-md-7 .sectionTitle{
	margin-top: 20px;
}
.sectionTitle a{
	color: #222;
}
.sectionTitle h2{
	color: #222222;
	font-size: 16px;
}
.viewAll{
	color: #1E75E8;
	font-size: 14px;
}

/**transaction histor and my bank's**/
.transactionHistory, .myBanks{
	list-style-type: none;
	padding:0;
}
.transactionHistory li, .myBanks li, .all-transactions tr{
	background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 1px #0000000f;
	color: #424242;
	font-family: 'CircularStd-Medium';
	margin-bottom: 6px;
}
.transactionHistory li img, .myBanks li img, .transact-details img{
	width: 55px;
	height: 55px;
	margin-right: 20px;
}
.transactionHistory li h3, .myBanks li h3{
	font-size: 16px;
	margin-bottom: 0;
}
.transactionHistory li span, .myBanks li span{
	font-size: 13px;
	color: #424242;
}
.transactionHistory li span.amountPlus, .transactionHistory li span.amountPlus span{
	font-size: 20px;
	font-family: 'CircularStd-Book';
	color: #45C232;
}
.transactionHistory li span.amountMinus, .transactionHistory li span.amountMinus span{
	font-size: 20px;
	font-family: 'CircularStd-Book';
	color: #F14E4E;
}
.transactionHistory li span.amountPlus span, .transactionHistory li span.amountMinus span{
	display: none;
}
.transact1-details{
	background: #fff;
    box-shadow: 0 0 1px #0000000f;
    border-radius: 8px;
	padding: 20px 10px;
	margin-bottom: 50px;
}
.received-points-title{
	font-size: 20px;
	color: #222222;
	font-family: 'CircularStd-Bold';
	margin-bottom: 0;
}
.all-transactions .thead{
	font-size: 11px;
	color: #222222;
	font-family: 'CircularStd-Bold';
	background: #FAFAFA;
}
.all-transactions .thead tr{
	background: none;
	box-shadow: none;
}
.all-transactions table{
	border-spacing: 0 5px;
    border-collapse: separate;
}

.all-transactions td{
	font-size: 14px;
	color: #5F6368;
	padding: 25px 15px;
	min-width: 160px;
	vertical-align: middle;
}
.all-transactions td:first-child{
	border-radius: 8px 0 0 8px;
}
.all-transactions td:last-child{
	border-radius: 0 8px 8px 0;
}
.yen-pts{
	font-size: 12px;
	display: block;
	font-family: 'CircularStd-Book';
}
.all-transactions img{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	object-fit: cover;
}
td.transact-merchant, td.status-completed{
	color: #222;
}
td.status-pending{
	color: #F44C49;
}
.transact-view a{
	color: #1A73E8;
}
.filter-typeStatus [class*="col"]{
	padding-left: 10px;
	padding-right: 10px;
}
.transact-filter .row{
	margin-left: -10px;
	margin-right: -10px;
}
.filter-group{
	margin-bottom: 20px;
	width: 100%;
}
.has-search, .filter-search, .date-filter .form-group{
	position: relative;
	margin-bottom: 0;
}
.filter_label{
	position: relative;
	width: 100%;
}
.has-search .form-control-feedback, .filter-search .form-control-feedback{
    position: absolute;
    z-index: 2;
    display: block;
	line-height: 40px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
	right: 10px;
}
.filter-search .form-control-feedback{
	line-height: 50px;
	right: 20px;
}
.fa-search:before {
    content: "\f002";
}
.has-search .form-control{
	width: 270px;
    border-radius: 20px;
    border: 0;
    height: 40px;
    line-height: 40px;
    color: #5F6368;
	box-shadow: 0 0 1px #0000000f;
}
.filter-search .form-control, .filter_type{
    border-radius: 25px !important;
    border: 0;
    height: 50px;
    line-height: 50px;
    color: #5F6368;
	box-shadow: 0 0 1px #0000000f;
	background: #fff;
}
#startDate, #endDate{
	border: none;
	border-bottom: 1px solid #5f636878;
	box-shadow: none;
	height: 50px;
    line-height: 50px;
	color: #5F6368;
}
.mobile-filter{
	max-width: 380px;
    margin: 0 auto;
}
.mobile-filter .filterTitle, .mobile-filter h3{
	font-size: 16px;
    color: #222222;
    text-align: center;
    font-family: 'CircularStd-Medium';
}
.mobile-filter h3{
	text-align: left;
	margin-top: 15px;
}
.mobile-filter  label.filter-btn{
	border: 1px solid #1A73E8;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 23px;
    color: #222222;
    font-size: 13px;
	margin: 0 5px;
	position: relative;
	left: 0;
}
.mobile-filter  .btn-check{
	display: none;
}
.btn-filter{
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin: 10px 0 5px;
}
.btn-filter-apply{
	background: #1E75E8;
	color: #fff;
}
.btn-filter-cancel{
	color: #1E75E8;
    border: 1px solid #D7D7D7;
}
	
.filter-search .form-control{
	padding: 0 20px;
}
.filter_date{
	padding: 15px 0 0 25px;
    background: #fff url(../img/calendar.svg)no-repeat right 20px center;
}
.filter_type{
	padding: 0 45px 0 20px;
	color: #222222;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-image: url("../img/chevron-down.svg");
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	}
.input_label{
	font-size: 14px;
	color: #5F6368;
	position: absolute;
    top: 9px;
    left: 20px;
	z-index: 99;
}
.date-filter label{
	font-size: 11px;
	color: #1A73E8;
	font-family: 'CircularStd-Bold';
	position: absolute;
	top: 10px;
    left: 25px;
}
.filter-transact{
	width: 24px;
	height: 24px;
}
.transact-status{
	display: block;
}
.transact-details .amountPlus{
	color: #45C232;
	font-size: 20px;
}
.transact-amount{
	color: #45C232;
	font-size: 13px;
	opacity: .8;
}
.transact-details{
	padding: 20px 0;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 10px;
}
.transact-details h3{
	font-size: 16px;
	font-family: 'CircularStd-Bold';
}
.transact-detail-item{
	font-size: 13px;
	color: #424242;
}
.transact-details-list{
	flex-direction: column;
	width: 100%;
}
.transact-subTitle{
	font-size: 14px;
	font-family: 'CircularStd-Bold';
}
.transact-deposit-title, .transact-details-list .w-100{
	font-size: 16px;
	color: #5F6368;
	margin-bottom: 0;
}
.transact-details-list .w-100{
	padding: 15px 0;
}
.transact-email{
	color: #1A73E8;
}
#filter-collaspse{
	position: fixed;
	bottom: 0;
	z-index: 9999;
	background: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 8px 8px 0 0;
}
/**merchant**/
.merchantSlider{
	display: flex;
	justify-content: space-between;
}
.merchantSlider .merchantBox{
	width: 48%;
}
.merchantSlider .merchantBox:last-child{
	display: none;
}
.merchantBox{
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 0 1px #0000000f;
}
.merchantBox img{
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.merchantBox h3{
	font-size: 16px;
	color: #222222;
	margin-bottom: 0;
}
.merchantBox span{
	font-size: 14px;
	color: #5F6368;
}
.box-merchantName, .box-details{
	flex-direction: column;
}
.box-merchantName div, .box-details div{
	margin-bottom: 10px;
}

/**news style**/
.featuredNews .newsBox{
	line-height: 20px;
	margin-bottom: 5px;
}
.featuredNews .newsBox p{
	margin-bottom: 5px;
}
	
.featuredNews .newsBox .newsDate{
	font-size: 12px;
	color: #5F6368;
}
.card-featured{
	position: relative;
}
.card-featured .card-img {
    object-fit: cover;
    height: 260px;
}
.card-featured .card-cat{
	font-size: 12px;
	text-transform: uppercase;
}
.card-featured .card-title{
	font-size: 24px;
	line-height: 30px;
	font-family: 'CircularStd-Bold';
	color: #fff;
	display: block;
}
.card-featured .card-date{
	font-size: 12px;
	color: #FAFAFA;
}
.card-featured .card-img-overlay{
	top: auto;
}
.newsBox{
	padding: 14px;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	color: #5F6368;
	line-height: 22px;
	box-shadow: 0 0 1px #0000000f;
	margin-bottom: 14px;
}
.newsBox p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsBox img{
	max-width: 120px;
	height: 90px;
	object-fit: cover;
	margin-right: 20px;
}
.newsTitle{
	font-size: 16px;
	color: #222;
	font-family: 'CircularStd-Medium';
}
.readMore{
	color: #1E75E8;
	display: none;
}
.sideBanner{
	margin-top: 29px;
	max-height: 532px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 0 1px #0000000f;
}
.myWalletSection .icon-chevron-down:before{
	color: #fff;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

/**page title**/
.pageTitle{
	align-items: flex-start;
	flex-direction: column;
}
.pageTitle h2{
	font-size: 20px;
	color: #222222;
	font-family: 'CircularStd-Medium';
	margin: 30px 0 20px;
}
.news-Single .pageTitle h2{
	font-size: 24px;
	margin: 0 0 10px;
}
.pageTitle input{
	background:#fff;
}
.news-Single{
	background: #fff;
    padding: 20px 15px;
	font-size: 16px;
	border-radius: 8px;
}
.news-Single .newsDate{
	font-size: 12px;
	color: #5F6368;
	margin-bottom: 20px;
	display: block;
}
.news-Single .featuredImage{
	max-height: 185px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}
.pagination{
	margin-bottom: 20px;
}
.pager .pagination-num{
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	display: flex;
}
.pager .pagination-num li a{
	font-size: 14px;
    color: #5F6368;
    background: #fff;
    border: 1px solid #D2D2D2;
    margin: 0 1px;
    width: 19px;
    height: 19px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.pager .pagination-num li a.active{
	background: #222222;
	color: #fff;
}
.pager .btn-prevnext.active{
	color: #1A73E8;
	font-size: 14px;
}
.pager .btn-prevnext.disabled{
	color: #5F6368;
	opacity: .2;
}
.page-show{
	margin-right: 30px;
}
.show-num{
	color: #1A73E8;
}
.show-num .form-control {
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    height: 25px;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.show-num .icon-chevron-down:before{
	font-size: 8px;
}
.show-num .icon-chevron-down{
	top: -2px;
    position: relative;
}

/**SEND AND CASHOUT**/
.cashoutbox{
	display: none;
}
.contentsendCashOut, .contentlinkBank{
	padding-top: 20px;
	padding-bottom: 20px;
}
.closeBtn img{
	width: 24px;
	margin-top: -2px;
}
.closeBtn{
	font-size: 13px;
	color: #5F6368;
	line-height: 16px;
}
.sendCashOut, .confirmation, .linkBank{
	max-width: 380px;
	margin: 0 auto;
}
.sendCashOutStep{
	display: none;
}
.sendCashOutStep.active{
	display: block;
}
.sendCashOut-notice{
	font-size: 14px;
}
.sendCashOut-notice h3{
	font-size: 24px;
	margin-bottom: 0;
}
.sendCashOutConfirm{
	border-top: 2px solid #d8d8d839;
	border-bottom: 2px solid #d8d8d839;
	padding: 10px 0;
	margin-top: 50px;
	margin-bottom: 20px;
}
.sendCashOutConfirm .row{
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.43px;
	margin: 10px 0
}
.sendCashOutConfirm .row [class*="col"]:last-child{
	text-align: right;
	font-size: 16px;
	color: #141414;
	font-family: 'CircularStd-Bold';
}
.contentsendCashOut .note-bottom, .linkBankForm .note-bottom{
	font-size: 13px; 
	text-align: center;
	padding: 0 10px;
}
.linkBankForm .note-bottom{
	margin: 40px 0 30px;
}
.confirmation{
	margin-top: 8%;
}
.confirmation .icon-check:before {
    color: #1A73E8;
    font-size: 40px;
    width: 78px;
    height: 78px;
    border: 8px solid #F1F1F1;
    border-radius: 50%;
    padding: 10px;
	display: block;
    margin: 0 auto 30px;
}
.confirmationContent{
	padding: 20px 0;
}
.send-points, .account-name, .bank-name{
	color: #222222;
}
/**Bank Options**/
.bankOption{
	display: flex;

}
.bankOption div{
	margin: 20px 20px 20px 0;
}
.bankOption input {
	cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
}
.bankOption .bankOptions{
	cursor: pointer;
	height: 60px;
    width: 85px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    background-size: contain;
	border: 2px solid transparent;
	position: relative;
	filter: grayscale(0);
}
.bankOption input:checked +.bankOptions {
  border: 2px solid #1A73E8; 
  filter: grayscale(0);
}
.bankOption input:disabled +.bankOptions {
    filter: grayscale(100%);
}
.bankOption input:checked +.bankOptions:before{
	content: "";
	position: absolute;
    height: 12px;
    width: 12px;
    background: url(../img/check.png);
    background-size: contain;
    right: -5px;
    top: -5px;	
}
.otherBank {
    background: url(../img/otherBank.jpg);
}
.tigerPay {
    background: url(../img/tigerPay.jpg);
}
.tigerGateway {
    background: url(../img/tigerGateway.jpg);
}
.bankImage{
	width:40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.bankSelect{
	border-top: 2px solid #d8d8d839;
    border-bottom: 2px solid #d8d8d839;
    padding: 10px 0;
    margin-bottom: 20px;
}
.bankSelect .bankName, .bankDetails .bankName, .casinoDetails .casinoName{
	font-size: 14px;
	color: #222222;
}
.bankSelect .bankAccount, .bankDetails .bankAccount, .casinoDetails .casinoUser{
	font-size: 12px;
	color: #707277;
}
.bankSelect .form-check-input{
	position: relative;
	margin: 0 10px 0 0;
}
.bankSelect .form-check-label{
	cursor: pointer;
}
.with-bg .form-control{
	background: #efefef;
	border: none;
}
.newBankAccount{
	font-size: 14px;
	color: #1E75E8 !important;
}
.newBankAccount img{
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 10px;
}
.bankLogo{
	width: 18px;
	height: 18px;
}

/**MERCHANT PAGE**/
.singleMerchant{
	padding-bottom: 50px;
}
.merchantLogo{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 50px auto 20px;
    display: block;
}
.merchantName{
	font-size: 24px;
    font-family: 'CircularStd-Bold';
    color: #222222;
    text-align: center;
	margin-bottom: 50px;
}
.merchant-link{
	font-size: 14px;
	color: #1E75E8;
}
.merchant-content{
	display: flex;
	flex-wrap: wrap;
}
.merchant-content .merchantBox{
	width: 47%;
	margin-right: 6%;
	margin-bottom: 6%;
}
.merchant-content .merchantBox:nth-child(2n) {
	margin-right: 0;
}
.merchant-content.all-merchant .merchantBox{
	width: 46%;
	margin: 2%;
}
.allMerchant .sectionTitle h2{
	font-size: 20px;
	font-family: 'CircularStd-Medium';
	margin: 30px 0 20px;
}

/**Notifications**/
.toggle-notif{
	display: inline-block;
	position: relative;
	float: right;
}
.all-notifications{
	margin: 10px 0 30px;
	font-size: 14px;
}
.notif-row{
	background: #fff;
	margin: 5px 0;
	padding: 5px;
	border-radius: 8px;
}
.notif-row [class*="col-"]:first-child{
	color: #222222;
}
.notif-row [class*="col-"]{
	padding: 5px;
}
.view-notif{
	color: #1A73E8;
}
.notif-num{
	position: absolute;
    background: #F1302C;
    font-size: 8px;
    color: #fff;
    width: 10px;
    text-align: center;
    border-radius: 50%;
    height: 10px;
    bottom: 8px;
    right: 0;
}