/* Base */
@font-face {
font-family: 'CircularStd-Book';
font-style: normal;
font-weight: normal;
src: local('CircularStd-Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}
@font-face {
font-family: 'CircularStd-Bold';
font-style: normal;
font-weight: normal;
src: local('CircularStd-Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}
@font-face {
font-family: 'CircularStd-Black';
font-style: normal;
font-weight: normal;
src: local('CircularStd-Black'), url('../fonts/CircularStd-Black.woff') format('woff');
}
@font-face {
font-family: 'CircularStd-Medium';
font-style: normal;
font-weight: normal;
src: local('CircularStd-Medium'), url('../fonts/CircularStd-Medium.woff') format('woff');
}
.fontBook{font-family: CircularStd-Book;}
.fontMedium{font-family: CircularStd-Medium;}
.fontBold{font-family: CircularStd-Bold;}
.fontBlack{font-family: CircularStd-Black;}
.logo{
	text-align: left;
}
.dashBoard .logo{
	text-align: center;
}
.menu-overlay, .menu-overlay1 {
	display: none;
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* IE7 & 8 */
	position: fixed;
	right: 0;
	top: 0;
	z-index: 49;
}

.navbar-collapse {
	position: fixed;
	top: 0;
	left: 0;
	padding: 50px 0px;
	width: 75%;
	height: 100%;
	background: rgba(249,249,249,0.99);
	z-index: 999;
}
.navbar-collapse.collapsing {
	left: -50%;
}
.navbar-collapse.show {
	left: 0;
	transition: left 100ms ease-in-out;
}
.navbar-toggler.collapsed ~ .navbar-collapse {
	transition: left 500ms ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-item{
	font-size: 14px;
	color: #555555;
    text-align: center;
}
.navbar-light .navbar-nav .nav-item .nav-link{
	font-family: CircularStd-Medium;
	font-size: 14px;
	color: #1E75E8;
	border: 1px solid #D7D7D7;
	border-radius: 20px;
	height: 30px;
	line-height: 28px;
	padding: 0 20px;
}
.nav .nav-item{
	padding: 0 20px;
}
.nav .nav-item a{
	color: #5F6368;
	padding: 10px;
}
.nav .nav-item{
	border-left: 6px solid transparent;
}
.nav .nav-item.active{
	border-color: #1A73E8;
}
.nav .nav-item .nav-link{
	border-bottom: 1px solid #D8D8D8
}
.nav .nav-item:first-child .nav-link{
	border-top: 1px solid #D8D8D8
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu-mobile.svg);
	transform: scaleX(-1);
}
.navbar-light .navbar-toggler{
	border: none;
}
.navbar-toggler{
	padding: 0;
}
.nav .nav-item.active{
	font-family: CircularStd-Medium;
	color: #222222;
}
.navbar-nav-dash{
	list-style-type: none;
	display: flex;
	align-items: center;
}
.navbar-nav-dash .nav-item{
	padding: 0 10px;
	
}
.navbar-nav-dash .nav-item a{
	color: #5F6368;
	font-size: 14px;
	position: relative;
}
.dropdown-menu .user-pic, .all-notifications a .user-pic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.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;
	color: #666666;
}
.notifInfo {
    display: flex;
    font-size: 13px;
    color: #757575;
    margin: 15px 0;
}
.notifTitle {
    font-size: 12px;
    color: #040404;
    letter-spacing: 0.3px;
}
.notifTitle span {
    color: #1A73E8;
}
.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;
}
.icon-bell:before, .icon-cog:before{
	font-size: 20px;
}
.icon{
	position: absolute;
    height: 21px;
    width: 21px;
    background-size: contain !important;
    left: 10px;
}
.icon-notif:before{
	content: "";
	background: url(../img/notification.svg)no-repeat;
	height: 20px;
	width: 20px;
	display: block;
    background-size: contain;

}
.myWalletSection .icon-copy:before{
	content: "";
	background: url(../img/copy@2x.png)no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
    background-size: contain;
	top: 2px;
    position: relative;
}
.icon-setting:before{
	content: "";
	background: url(../img/settings.svg)no-repeat;
	height: 20px;
	width: 20px;
	display: block;
    background-size: contain;
}
.icon-lang:before{
	content: "";
	background: url(../img/language.svg)no-repeat;
	height: 20px;
	width: 20px;
	display: block;
    background-size: contain;
}
.email--btn{
	background: url(../img/email@1x.svg)no-repeat;
}
.google--btn{
	background: url(../img/google@1x.svg)no-repeat;
}
.facebook--btn{
	background: url(../img/facebook@1x.svg)no-repeat;
}
.instagram--btn{
	background: url(../img/instagram@1x.svg)no-repeat;
}
.twitter--btn{
	background: url(../img/twitter@1x.svg)no-repeat;
}
.line--btn{
	background: url(../img/line@1x.svg)no-repeat;
}
.or-sep{
	text-align: center;
	margin: 20px 0 30px;
}
.or-sep span{
	position: relative;
}
.or-sep span::before{
	content: "";
	height: 1px;
	width: 100px;
	background: #D8D8D8;
	position: absolute;
	bottom: 7px;
    right: 25px;
}
.or-sep span::after{
	content: "";
	height: 1px;
	width: 100px;
	background: #D8D8D8;
	position: absolute;
    bottom: 7px;
    left: 25px
}



.accordion{
  margin: 40px 0;
}
.accordion .item {
    border-bottom: 1px solid #a2a2a187;
    background: none;
	padding: 20px 0;
}
.icon-chevron-down:before{
	color: #2E3A59;
	font-size: 14px;
}
.btn-link.focus, .btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.t-p{
  color: #757575;
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
    margin: 2px;
}
.accordion .item .item-header h2 {
		font-family: CircularStd-Bold;
}
.accordion .item .item-header h2 button {
    color: #080705;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: left;
	padding: 0;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 16px;
    color: #F6354B;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.btn.focus, .btn:focus{
	box-shadow: none;
}
input:focus,
select:focus, .form-control:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.switch {
  display: inline-block;
  height: 32px;
  position: relative;
  width: 56px;
  margin: 10px 10px 10px 0;
}

.switch input {
  display:none;
}

.checkSlide {
  background: rgba(210,210,210,0.6);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.checkSlide:before {
  background: url(../img/notif-no.png);
  background-size: cover;
  bottom: 5px;
  content: "";
  height: 22px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 22px;
}

input:checked + .checkSlide {
  background-color: #1a73e8;
}

input:checked + .checkSlide:before {
  transform: translateX(26px);
  background: url(../img/notif-check.png);
  background-size: cover;
}

.checkSlide.round {
  border-radius: 34px;
}

.checkSlide.round:before {
  border-radius: 50%;
}


html {
  text-align: center;
}
.btn-switch {
  font-size: 14px;
	position: relative;
	display: inline-block;		
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 56px;
    height: 32px;
}
.gender{
	color: #5F6368;
	font-size: 14px;
	margin: 20px 0 15px 14px;
	display: block;
}
.genderOption{
	margin: 0 14px;
	color: #222222;
	font-size: 14px;
	font-family: 'CircularStd-Medium';
}
.btn-switch__radio {
	display: none;
}
.btn-switch__label:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1a73e8;
	border-radius: 1.5em;
	box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
	transition: background .2s ease-in-out;
	cursor: pointer;

}
.btn-switch__radio_female:checked ~ .btn-switch__label:before {
    background: #ff7fbf;
}
.btn-switch__radio_female:checked ~ .btn-switch__label:after {
    background: url(../img/female.png);
	background-size: cover;
}
.btn-switch__label_male:after {
	content: "";
	position: absolute;
	background: url(../img/male.png);
	background-size: cover;
	z-index: 2;
	top: 5px;
	left: 5px;
	width: 22px;
	height: 22px;
	border-radius: 1em;	
	pointer-events: none;
	box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
	transition: left .2s ease-in-out, background .2s ease-in-out;
}

.btn-switch__radio_female:checked ~ .btn-switch__label_male:after {
	left: calc(100% - 2em);
}
.btn-switch__radio_male:checked ~ .btn-switch__label_female:before,
.btn-switch__radio_female:checked ~ .btn-switch__label_male:before {
	z-index: 1;
}
.btn-switch__radio_female:checked ~ .btn-switch__label_female {
	color: #fff;
}

/**User Profile**/
.userContainer{
	min-height: calc(100vh - 205px);
}
.userProfile{
	background: #fff;
    padding: 20px 15px 50px;
	font-size: 16px;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.userProfileTab{
	background: #1A73E8;
}
#pills-tabContent{
	max-width: 380px;
	margin: 0 auto;
}
#pills-tab{
	display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.userProfileTab .nav-pills-transact .nav-link.active {
    color: #fff;
	border-bottom: 5px solid #fff;
}
#pills-tab .nav-item1{
	display: inline-block;
}
.nav-item1 .nav-link {
	color: #D1E3FA;
    height: 50px;
    line-height: 50px;
    padding: 0 10px; 
	font-size: 14px;	
}
.profile-Title{
	font-size: 20px;
	color: #222222;
	font-family: 'CircularStd-Bold';
	text-align: center;
	margin: 30px 0;
}
.profile-image{
	position: relative;
	width: 120px;
    height: 120px;
    margin: 0 auto 50px;
}
.profile-pic{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 0 0 3px 2px #0000000f;
	object-fit: cover;
}
.add-pic{
	width: 34px;
	height: 34px;
	position: absolute;
    bottom: 0;
    right: 0;
	cursor: pointer;
}
.bankDetails .row, .casinoDetails .row{
	border-top: 0;
	border-bottom: 2px solid #D8D8D830;
	padding: 15px 0;
}
.bankDetails .row:first-child, .casinoDetails .row:first-child{
	border-top: 2px solid #D8D8D830;
}
.removeBank, .closeAccount{
	color: #1E75E8;
	font-size: 14px;
}	
.accnt-tab-title{
	font-size: 14px;
	color: #222222;
	border-bottom: 2px solid #D8D8D830;
	padding:  15px 0;
	font-family: 'CircularStd-Bold';
}
.acntClose h3{
	font-size: 14px;
	color: #222222;
	padding:  15px 0 0;
	font-family: 'CircularStd-Medium';
}
.acntClose span{
	font-size: 13px;
	color: #707277;
}
	

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
	font-size: 10px;
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  right: 0%;
  margin-left: 0px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
	
	
.dropdown {
  margin: 0 auto 10px;
  width: 100%;
  text-align: left;
  box-shadow: 0px 0px 2px #ccc;
  border-radius: 3px;
  padding: 5px
}

.dropdown ul {
  display: none;
  list-style-type: none;
	padding: 5px;
	border-top: 1px solid #1A73E8;

}
.dropdown li {
	cursor: pointer;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #495057;
}
.js-link{
	display: flex;
	align-items: center;
	
	padding: 0 10px;
	font-size: 14px;
	height: 36px;
	color: #495057;
}
.js-link .icon-chevron-down:before{
	font-size: 10px;
    right: 15px;
    position: absolute;
	top: 13px;
}
.js-link-title{
	font-size: 12px;
	color: #222222;
	font-family: 'CircularStd-Bold';
	padding: 5px 10px;
	margin: 5px 0;
}
.dropdown li img, .js-link img{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	box-shadow: 0px 1px 2px #cdcdcd;
	margin-right: 5px;
	border: 1px solid #cdcdcd;
}
.dropdown li:hover{
	background: #ccc5;
}