*{
	outline: none !important;
}
body{
	font-family: 'CircularStd-Book';
	color: #5F6368;
	background: #f9f9f9;
}
img{
	width: 100%;
}
a{text-decoration: none !important;}
a.logo{
	display: block;
	text-align: center;
}
a.logo img{
	width: 140px;
	margin-bottom: 20px;
}
a.logo-m img{
	width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
#wrapper{
	position: relative;
    top: 0;
    min-height: 85vh;
	background: #f9f9fb;
}
/**Login**/
.loginContainer{
	min-height: 100vh;
	display: flex;
}
.login-form{
	max-width: 400px;
	background: #fff;
	padding: 50px 30px;
	border-radius: 10px;
	box-shadow: 0 0 1px rgb(0 0 0 / 4%);
	margin: 0 auto;
}
.login-form img{
	max-width: 225px;
	margin: 0 auto 40px;
	display: block;
}
/**Sidebar Styles**/
#sideBar{
	width: 240px;
	background: #fff;
	padding: 20px 0;
	position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 99999;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
	overflow-y: scroll;
	border-right: 1px solid #E8E8E8;
	border-radius: 0 16px 16px 0;
	box-shadow: 0 0 4px #00000017;
}
.modeOption{
	/**position: fixed;
    bottom: 10px;**/
    font-size: 13px;
    color: #5F6368;
    width: 200px;
    border-top: 1px solid #e3e3e330;
    padding: 20px 10px;
	margin-top: 50px
}

.language{
	display: flex;
	align-items: center;
}
.logOut{
	border-top: 1px solid #e3e3e330;
    padding-top: 20px;
    margin-top: 20px;
}

/**End Sidebar Styles**/

/**Main Panel**/
#mainPanel{
	position: relative;
    float: right;
    width: 100%;
	padding: 0 20px 20px;
	background: #f9f9fb;
}
#dashboardContent{
	margin-top: 6rem;
}
header{
	position: fixed;
    width: 100%;
    padding: 10px 20px;
    left: 0;
    z-index: 1000;
	background: #fff;
}
header .row{
	border-bottom: 1px solid #D8D8D850;
	flex-direction: row-reverse;
	align-items: center;
}
.pageTitle{
	font-size: 18px;
	color: #222222;
	font-family: 'CircularStd-Bold';
	margin-bottom: 0;
}
.app-stats{
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px 20px;
	margin: 10px 0;
}
.app-stats-title{
	font-size: 14px;
	color: #5F6368;
}
.app-stats-icon{
	max-width: 13px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.app-stats-amount{
	color: #222222;
	font-size: 32px;
	font-family: 'CircularStd-Bold';
}
.app-cashin-amount{
	color: #222222;
	font-size: 26px;
	font-family: 'CircularStd-Bold';
}
.app-stats-note h3{
	color: #777777;
	font-size: 11px;
	display: flex;
}
.app-stats-note img{
	max-width: 15px;
}
.app-stats-note .stats-asc{
	color: #17C05F;
	margin: 0 5px;
}
.app-stats-note .stats-desc{
	color: #F95B2D;
	margin: 0 5px;
}
.app-total-users{
	font-size: 14px;
	color: #777777;
	margin-bottom: 10px;
	display: block;
}
.app-stats-title-total{
	font-size: 16px;
	color: #5F6368;
}

.chartTitle{
	font-family: 'Rubik Medium';
	color: #0481F0;
	font-size: 12px;
	margin-bottom: 0;
}
.chartOption{
	list-style-type: none;
}
.chartOption li{
	padding: 10px;
	border-bottom: 4px solid transparent;
    margin: 0 10px;
	color: #777;
	font-size: 14px;
}
.chartOption li.active, .chartOption li:hover{
	border-color: #0481F0;
	color: #021132;
	font-family: 'Rubik Medium';
}
.app-card-body select{
	border: none;
	font-size: 12px;
}
.app-card-body{
	margin: 30px 0;
	padding: 0 20px;
}
.app-card-body.b-right{
	border-right: 1px solid #E3E3E3;
}

.listStyle{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listStyle li{
	border-bottom: 1px solid #E8E8E8;
	padding: 10px 0;
}
.listStyle li:hover .list-title{
	color: #1E75E8;
}
.listStyle img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 5px;
}
.list-title, .recent-amount{
	font-size: 14px;
	color: #222222;
	margin-bottom: 0;
	line-height: 14px;
}
.list-desc, .recent-notif{
	font-size: 11px;
	color: #777;
	flex-direction: column;
}
.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;
}
.toggle-notif {
    display: inline-block;
    position: relative;
	float: right;
}
.drop-notif.show {
    width: 320px;
    left: auto;
    right: 10px;
    margin-top: -10px;
}
.drop-notif h3{
	font-size: 16px;
	color: #1A1A1A;
	margin-bottom: 0;
}
.drop-notif a.markRead{
	font-size: 12px;
	color: #1E75E8;
}
.notif-mainTitle{
	border-bottom: 1px solid #E4E4E4;
}	
.notifDetails{
	font-size: 13px;
}
.notifInfo {
    display: flex;
    font-size: 13px;
    color: #757575;
    margin: 15px 0;
}
.notifTitle {
    font-size: 12px;
    color: #040404;
    letter-spacing: 0.3px;
}
.notifTitle span {
    color: #F6354B;
}
.notifInfo span {
    color: #080705;
}
.notifInfo span.dateNotif{
	font-size: 12px;
	color: #999999;
}
.drop-notif a.notif-viewAll {
    border-top: 1px solid #E4E4E4;
    font-size: 12px;
    color: #1E75E8;
    display: block;
    text-align: center;
    padding: 10px 0 0;
}
.notif h3{
	font-size: 16px;
}
.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: 10px;
}
.notif-row .user-pic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.notif-row .view-notif {
    color: #1A73E8;
}
.all-notifications {
    margin: 10px 0 30px;
    font-size: 14px;
}
.m-topBot{
	margin: 6px 0 2px;
}
.recent-amount{
	margin-bottom: 8px;
}
.user-ID, .bank-ID{
	border-right: 0;
    padding-right: 5px;
    margin-right: 5px;
	white-space: nowrap;
}

.btn-gradient{
	position: absolute;
	right: 0;
	display: none;
	top: 5px;
}
.showDetails{
	display: none;
}
.view-details{
	font-size: 11px;
	color: #1A73E8;
	background:#fff;
	border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #D7D7D7;
	 
}
/**Report**/
.merchant-transact-menu {
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
}
.merchant-nav {
    list-style-type: none;
    padding: 0;
    display: flex;
    font-size: 14px;
    color: #5F6368;
	padding: 0 20px;
	justify-content: center;
}
.nav-type li.active {
    border-bottom: 4px solid #1A73E8;
    font-family: 'CircularStd-Medium';
    color: #222222;
}
.nav-type li:hover {
    color: #1A73E8;
}
.nav-type li {
    padding: 19px 10px 15px;
	cursor: pointer;
	margin-right: 20px;
}
.nav-type li:last-child{
	margin-right: 0;
}
.nav-date li.active {
    background: #1A73E8;
    color: #fff;
}

.nav-date li {
    border: 1px solid #1A73E8;
    border-radius: 15px;
    width: 70px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
.nav-date li:first-child{
	margin-left: 0;
}
.app-charts{
	background: #fff;
	border-radius: 10px;
}
/**Header Style**/
.thumb{
	width: 30px;
	height: 30px;
}
header .form-group{
	margin-bottom: 0;
}
.filter-search{
	position: relative;
	max-width: 170px;
}
.filter-search .form-control{
	height: 30px;
	line-height: 32px;
}
.has-search .form-control-feedback, .filter-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 10px;
}
.ex-rate h4 {
    font-size: 7px;
    color: #1A73E8;
    margin-bottom: 0;
    font-family: 'CircularStd-Bold';
}
.ex-rate-amnt {
    font-size: 12px;
    color: #222222;
}
/**Transaction**/
::placeholder{
	color: #9FA1A4 !important;
}
.totalMerchants-info{
	font-size: 12px;
	color: #5F6368;
}
.totalMerchants-info span{
	color: #222222;
}
.searchBy {
	padding: 10px 0;
	background: #fff;
	height: 30px;
    border-radius: 15px;
	border: 1px solid #ced4da;
	max-width: 230px;
	margin-right: 10px;
}
.searchBy .form-control{
	background: none;
	border: none;
	border-right: 1px solid #D7D7D730;
    border-radius: 0;
}
.searchBy .filter-toggle{
	border: none;
	background: none;
	white-space: nowrap;
	font-size: 12px;
	color: #222222;
	padding: 0 20px;
}
.filter-toggle .icon-chevron-down:before{
	    position: absolute;
    top: 9px;
    right: 7px;
}
ul.dropdown-menu li{
	font-size: 12px;
}
ul.dropdown-menu li:hover{
	background: #1e90ff;
	color: #fff;
}
.searchBy ul.dropdown-menu{
	min-width: 120px;
	border-radius: 0 0 8px 8px;
	border: 1px solid #D7D7D730;
}
.icon-chevron-down:before {
    font-size: 9px;
}
.search_by{
	margin-left: 5	px;
	color: #222222;
}
.filterStatus{
	margin-right: 10px;
}
.filterStatus .filter-toggle{
	display: flex;
	border-radius: 15px;
    border: 1px solid #ced4da;
	background: none;
	white-space: nowrap;
	font-size: 12px;
	color: #5F6368;
	height: 30px;
	line-height: 30px;
	background: #fff;
	padding: 0 10px;
	min-width: 120px;
	position: relative;
}
.filterButtons .icon-setting:before, .filterButtons .icon-users:before{
	max-width: 16px;
	max-height: 16px;
	margin-right: 2px;
}
.filterButtons{
	height: 31px;
	line-height: 29px;
	border: 1px solid #1A73E8;
	border-radius: 16px;
	font-size: 13px;
	display: block;
	padding: 0 15px;
	margin-right: 10px;
	color: #5F6368;
	margin-bottom: 10px;
}
.filterButtons:last-child{
	margin-right: 0;
}
.filterButtons.btn-blue{
	background: #1A73E8;
	color: #fff;
}
.filterButtons.btn-blue:before {
    content: ' \002B';
	margin-right: 5px;
}
.btnFloat{
	position: absolute;
	top: 0;
	right: 0;
}
.filter_status{
	max-width: 110px;
}
.filter_date {
	border: none;
	background: none;
	padding: 0;
}
.dateFilter {
	background: #fff;
	height: 30px;
    border-radius: 15px;
	border: 1px solid #ced4da;	
}
.dateFilter .form-control{
	height: 20px;
}
.date-icon {
	padding-left: 30px;
    background: url(../img/calendar.svg)no-repeat left 5px center;
	max-width: 135px;
}
.all-transactions table {
    border-spacing: 0 5px;
    border-collapse: separate;
}
.all-transactions td:first-child {
    border-radius: 8px 0 0 8px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 200px;
}
.all-transactions .faqsTable .transact-answer {
    border-radius: 8px 0 0 8px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	max-width: 550px;
}
.all-transactions .newsTable td:first-child {
    max-width: 400px;
}
.all-transactions .faqsTable td:first-child {
    max-width: 300px;
}
.all-transactions .thead tr{
    font-size: 11px;
    color: #222222;
    font-family: 'CircularStd-Bold';
    background: #FAFAFA;
	box-shadow: none;
}
.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;
}
.all-transactions td {
    font-size: 14px;
    color: #5F6368;
    padding: 10px 15px;
    min-width: 160px;
	vertical-align: middle;
}
.all-transactions td:last-child {
    border-radius: 0 8px 8px 0;
	width: 160px;
}
.transact-action a:first-child, .merchant-action a, .user-action a {
    color: #1A73E8;
}
.transact-action button{
	color: #1A73E8;
	background: none;
	border: none;
	padding: 0;
}
.transact-action a:nth-child(2) {
    color: #F44C49;
}
.transact-merchant img, .transact-sender img, .transact-receiver img, .transact-type img, .transact-receiver img, .transact-gateway img{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px;
}
.yen-pts{
	font-size: 12px;
	display: block;
	font-family: 'CircularStd-Book';
}
.show-num {
    color: #1A73E8;
}
.show-num .form-control{
	width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    height: 25px;
}
.page-show {
    margin-right: 30px;
}
.pager .pagination-num {
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
    display: flex;
}
.pager .pagination-num li a.active {
    background: #222222;
    color: #fff;
}
.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 .btn-prevnext.disabled {
    color: #5F6368;
    opacity: .2;
}
.pager .btn-prevnext.active {
    color: #1A73E8;
    font-size: 14px;
}
.show-num .icon-chevron-down:before {
    font-size: 8px;
	color: #2E3A59;
}
.thead .icon-chevron-down:before {
    font-size: 8px;
	color: #2E3A59;
	margin-left: 5px;
}
.show-num .icon-chevron-down, .thead .icon-chevron-down {
    top: -2px;
    position: relative;
}
.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;
}
.confirmation{
	font-size: 14px;
	color: #5F6368;
}
.confirmation h2{
	font-size: 20px;
	color: #222222;
}
/**BREADCRUMBS**/
.breadcrumb{
	padding: 0;
	background: none;
}
.breadcrumb a {
    color: #5F6368;
}
.breadcrumb .icon-chevron-left:before {
    font-size: 10px;
    margin-right: 10px;
}

/**SINGLE PAGE**/
.single-Page{
	background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1px rgb(0 0 0 / 4%);
    padding: 30px 40px;
}
.single-Page .pageTitleBox{
	border-bottom: 1px solid #D8D8D830;
    width: 100%;
    padding-bottom: 20px;
}
.pageTitleBox .pageTitle{
	margin-bottom: 0;
}
.deleteAccount{
	font-size: 14px;
	color: #F44C49;
}
.merchant_status, .news_status{
	height: 25px;
	width: 44px;
	background: #45C232;
	border-radius: 15px;
	position: relative;
	margin-right: 5px;
	font-size: 20px;
	color: #222222;
}
.merchant_status:before, .news_status:before{
	content: "";
	height: 19px;
	width: 19px;
}
.status_active:before, .status_published:before {
  background: url(../img/notif-check.png);
  background-size: cover;
  top: 3px;
  right: 3px;
  position: absolute;
}
.status_active:after{
	content: "Active";
	position: absolute;
	right: -105px;
	width: 100px;
}
.status_inactive, .status_draft{
	background: #d2d2d2;
}
.status_pending, .status_denied{
	color: #f5615e !important;
}
.status_inactive:before, .status_draft:before {
  background: url(../img/notif-no.png);
  background-size: cover;
  top: 3px;
  left: 3px;
  position: absolute;
}
.status_inactive:after{
	content: "Inactive";
	position: absolute;
	right: -105px;
	width: 100px;
}
.status_published:after{
	content: "Published";
	position: absolute;
	right: -105px;
	width: 100px;
}
.status_draft:after{
	content: "Draft";
	position: absolute;
	right: -105px;
	width: 100px;
}

.user_status{
	height: 25px;
	width: 25px;
	border-radius: 15px;
	position: relative;
	margin-right: 5px;
	font-size: 20px;
	color: #222222;
	background: url(../img/icon-email.png);
	background-size: cover;
}
.type_email:after{
	content: "Email";
	position: absolute;
	right: -105px;
	width: 100px;
	top: -1px;
}
.type_text:after{
	content: "Text";
	position: absolute;
	right: -105px;
	width: 100px;
	top: -1px;
}
.status_verified:after{
	content: "Verified";
	position: absolute;
	right: -105px;
	width: 100px;
	top: -1px;
}
.status_unverified:after{
	content: "Unverified";
	position: absolute;
	right: -105px;
	width: 100px;
	top: -1px;
}
.otherDetails{
	margin: 20px 0 50px;
}
.profile-image{
	position: relative;
	height: 110px;
	width: 110px;
	border-radius: 50%;
	margin-right: 30px;
}
.profile-image .add-pic {
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.titleName{
	font-size: 28px;
	color: #222222;
	font-family: 'CircularStd-Medium';
	margin-bottom: 30px;
}
.otherInfos h3{
	font-size: 14px;
}
.otherInfos .points, .labelInfo{
	font-size: 20px;
	color: #222222;
}
.modal-content.modal-content-campaign{
	background: #fff;
	border-radius: .3rem;
	padding: 10px;
}
.modal-content{
	padding: 30px 50px;
}
.modal-title{
	color: #222222;
	text-align: center;
	width: 100%;
	font-family: 'CircularStd-Bold';
}
.modal-header, .modal-footer{
	border: none;
}	
.modal-footer{
	justify-content: center;
}
.closeModal{
	position: absolute;
    right: 10px;
    top: 5px;
	background: none;
	border: none;
	font-size: 20px;
}
.modal-Content{
	border-top: 2px solid #D8D8D830;
	border-bottom: 2px solid #D8D8D830;
	padding: 10px 0;
}
.modal-cashData{
	margin-top: 50px;
}
.modalList{
	display: flex;
	margin: 10px 0;
}
.campaignModalList{
	border-top: 1px solid #D8D8D830;
	border-bottom: 1px solid #D8D8D830;
	padding: 20px 0;
	margin: 20px 0;
}
.transact-infoTitle{
	font-size: 14px;
	letter-spacing: 0.43px;
	color: #757575;
}
.transact-Data{
	color: #141414;
	letter-spacing: 0.49px;
}
.transact-Data img{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.sched_date .filter_date{
	max-width: 100%;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.date-icon {
    padding: 0 0 0 25px;
    background: #fff url(../img/calendar.svg)no-repeat left -3px center;
}
input[type=text]:focus, textarea:focus, input:focus{
	box-shadow: none;
	outline: none;
}
.custom-control-input:checked ~ .custom-control-label{
	border-color: #1E75E8;
}
.custom-control-input:checked ~ .custom-control-label:before{
	border-color: #1E75E8;
	background-color: #1E75E8;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e); */
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 1.2rem;
    left: 1.75rem;
}

.pills-form.campaignForm .form-group, .pills-form.campaignForm .form-row{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
#pills-tab{
	width: 100%;
	border-bottom: 1px solid #D8D8D830;
	margin-bottom: 50px;
}
#pills-tabContent{
	width: 100%;
}
.bootstrap-select .dropdown-menu.inner{
	position: static;
}
.bootstrap-select .dropdown-toggle{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 10px;
}

.bootstrap-select .dropdown-menu, .dropdown-menu.inner.show{
	width: 100%;
}
.nav-item1 .nav-link{
	color: #5F6368;
	font-size: 14px;
	margin: 0 30px;
}
.nav-item1:first-child .nav-link{
	margin-left: 0;
}
.nav-item1 .nav-link.active{
	font-family: 'CircularStd-Bold';
	color: #222222;
	border-bottom: 4px solid #1A73E8;
}
.pill-container-center{
	max-width: 380px;
	margin: 0 auto;
}
.pill-container-news-center{
	max-width: 680px;
	margin: 0 auto;
}
.pills-form .form-control{
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	padding: 0 5px;
	font-size: 14px;
}
.pills-form select.form-control{
	padding: 0;
}
.pills-form.darkText select, .pills-form.darkText input{
	color: #222222;
}
.pills-form textarea.form-control{
	border: 1px solid #ced4da;
	border-radius: 15px;
	padding: 5px;
	line-height: 20px;
	margin-top: 41px;
}
.pills-form .form-group{
	margin-top: 2rem;	
}
.pills-form .form-row .form-group{
	margin-bottom: 0;
	margin-top: 0;
}
.pills-form .form-row{
	margin-top: 2rem;
}
.pills-form .form-group label{
	font-size: 14px;
	cursor: text;
    position: absolute;
    transition: all 0.15s ease;
    width: auto;
    left: 5px;
    top: 8px;
    text-align: left;
    color: #666666;
    font-weight: 400;
	padding: 0;
}
.pills-form .form-group .btn-switch label{
	position: unset !important;
}
.pills-form .form-row .form-group label{
	left: 10px;
}
.form-group.uploadbtn {
    height: 80px;
	margin: 1rem 0 0;
}
input[id="productUpload"] {
    display: none;
}	
.pills-form .form-group label[for="productUpload"] {
    background: #fff;
    height: 100%;
    position: absolute;
    background-size: 7%;
    color: #000;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border: 1px dashed #a2a1a7;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadNotice{
	font-size: 11px;
	color: #707277;
	display: block;
}
.custom-control{
	padding-left: 0;
	margin: 1rem 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    width: 100%;
    border: 1px solid;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding-left: 3rem;
	cursor: pointer;
}
.custom-control-label:before, .custom-control-label:after {
    top: .95rem;
    left: 1.5rem;
}
.pills-form .form-group .inputGray{
	background: #F7F7F7;
	border: none;
	border-radius: 8px;
}
#email_campaignMessage, #sms_campaignMessage{
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
}
textarea.form-control.no-border{
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	padding: 10px 5px;
}
.popupWide1 .modal-dialog{
	max-width: 70%;
}
.popupWide .modal-dialog{
	max-width: 815px;
}
.cash_sender, .cash_amount{
    color: #222222;
}
.pills-form .form-group label.relativeLabel{
	font-size: 14px;
	color: #222222;
	font-family: 'CircularStd-Medium';
	position: static;
}
.pills-form .form-group label.staticLabel{
	position: static;
	margin-left: 5px;
    margin-bottom: 0;
}
.form-breadcrumbs button{
	background: none;
	border: none;
}
.email-prv1{
	display: flex;
	align-items: center;
}
.formSubtitle{
	font-size: 18px;
	color: #222222;
}
.formSub{
	font-size: 14px;
	color: #222222;
	font-family: 'CircularStd-Medium';
}
.formSub span{
	color: #5F6368;
	font-family: 'CircularStd-Book';
}
.campaignFeaturedImage{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.changeImg{
	background: none;
    border: none;
    color: #1E75E8;
    font-size: 14px;
    align-items: center;
    display: flex;
	padding: 0;
	margin: 10px 0 30px;
}
.changeImg .icon-cloud-upload{
	color: #222;
	margin-right: 5px
}
.points-Total{
	font-size: 12px;
	color: #707277;
	margin-bottom: 30px;
	display: block;
}
.form-btns{
	margin-top: 40px;
}
.btn-default{
	width: 100%;
    margin: 0 auto;
    display: block;
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.btn-default300{
	width: 300px;
    margin: 0 auto;
    display: block;
	height: 50px;
}
.btn-default180{
	width: 180px;
    display: block;
	height: 50px;	
	margin-left: 15px;	
}
.btn-form {
	height: 50px;

}
.btn-blue {
    background: #1E75E8;
    color: #fff !important;
    border-radius: 25px;
}
.btn-white{
	border-color: #D7D7D7;
	border-radius: 25px;
	color: #1E75E8;
}
.noRecords{
	text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
}
.tab-transaction table{
	margin-top: 15px;
}
.tab-transaction td, .tab-transaction th{
	padding: 10px;
}
.tab-transaction td{
	font-size: 14px;
	color: #5F6368;
}
.tab-transaction th{
	font-size: 11px;
	color: #222222;
	font-family: 'CircularStd-Bold';
}
.tab-transaction .thead tr{
	border-top: 1px solid #D8D8D850;
	border-bottom: 1px solid #D8D8D850;
}
.tab-transaction td:first-child, .tab-transaction td:last-child {
    width: 160px;
}

.settingsTable{
	background: #fff;
	border-radius: 8px;
}
.settingsTable .table, .settingsTable .table td, .settingsTable .table th{
	border: 1px solid #D8D8D850;
}
.settingsTable .noborder-x{
	border-bottom: 0 !important;
	border-top: 0 !important;
}
.settingsTable .noborder-y{
	border-left: 0 !important;
	border-right: 0 !important;
}
.settingsTable .table .noborder td{
	border: none;
}
.table th{
	font-size: 14px;
	font-family: 'CircularStd-Bold';
	font-weight: normal;
	color: #5F6368;
}
.table th.permission-title{
	font-family: 'CircularStd-Book';
}
.border-top{
	border-top: 1px solid #D8D8D850 !important;
}

	