/* 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;}
.form-control{
	border-radius: 15px;
	outline: none;
	font-size: 11px;
	box-shadow: none !important;
}
.dropdown-lang button{
	outline: none;
	color: #fff;
	font-size: 14px;
	display: flex;
    align-items: center;
	box-shadow: none !important;
}
.dropdown-lang button img, .dropdown-menu a img{
	width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
	margin-right: 10px;
}

.dropdown-lang .dropdown-menu .dropdown-item{
	font-size: 14px;
	padding: 10px;
}
.dropdown-lang .dropdown-menu .dropdown-item:focus{
	background: #f1f1f1;
	color: #080705;
}
.dropdown-lang .flag-active{
	background: #f8f9fa;
}
.dropdown-lang .flag-active:after{
	position: absolute;
	content: "\e5ca";
    font-family: 'icomoon';
	color: #F6354B;
	right: 8px;
}
.dropdown-lang .dropdown-menu.show {
    padding: 5px 2px;
}
.dropdown-lang .dropdown-toggle:after {
    display: inline-block;
    margin: 0 0 0 10px;
    content: "\f078";
    border: none;
    font-family: 'icomoon';
    font-size: 10px;
    color: #fff;
}
.menu-overlay {
	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: 9999;
}
.navbar-collapse {
	position: fixed;
	top: 0;
	right: 0;
	padding: 50px 20px;
	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-light .navbar-toggler{
	border: none;
}
.navbar-toggler{
	padding: 0;
}
.navbar-light{
	margin-right: auto;
}
.navbar-light .navbar-toggler-icon{
	background: url(../img/menu.svg)no-repeat;
	background-size: contain;
}
.dropdown-lang button img, .dropdown-menu a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
/**NavBar Header**/
.navbar-top{
	display: flex;
    list-style-type: none;
    align-items: center;
	margin-bottom: 0;
}

/**NavBar SideBar**/
.navbar-side{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}
.navbar-side .nav-item .nav-link{
	color: #5F6368;
	font-size: 14px;
	padding: 0;
}
.navbar-side .nav-item{
  height: 40px;
  line-height: 40px;
  margin: 5px 20px 5px 0;
  padding: 0 25px;
  border-left: 4px solid transparent;
}
.navbar-side .nav-item.active, .navbar-side .nav-item:hover{
	color: #222222;
	font-family: 'CircularStd-Bold';
	border-left: 4px solid #1A73E8;
	background: #F2F8FF;
	border-radius: 0 25px 25px 0;
}
.menu-icon{
	max-width: 20px;
	margin-right: 10px;
}
.icon-active, .navbar-side .nav-item.active .menu-icon, .navbar-side .nav-item:hover .menu-icon{
	display: none;
}
.navbar-side .nav-item.active .menu-icon.icon-active, .navbar-side .nav-item:hover .menu-icon.icon-active{
	display: block;
}
.h-icon{
	width: 20px;
    height: 20px;
    display: block;
    background-size: contain !important;
}
.icon-notif{
	background: url(../img/menu/notification.png)no-repeat;
}
.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;
}
.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-users:before{
	content: "";
	background: url(../img/users.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;
}
/**Transaction Status**/
.status-marked{
	position: relative;
	padding-left: 15px;
	color: #222222;
}
.status-marked:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
    top: 50%;
    margin-top: -4px;
}

.status-inactive, .status-unverified{
	color: #5F6368;
}
.status-active:before, .status-verified:before, .status-published:before{
	background: #45C232;
}
.status-inactive:before, .status-unverified:before, .status-draft:before{
	background: #B7B9BC;
}
.status-scheduled:before, .status-unpublished:before{
	background: #F3D742;
}

.campaignForm .form-check{
	padding-left: 0;
}
.hidden{
	display: none;
}
.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: #45C232;
}

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%;
}



.dropdown-wrapper{
  width:100%;
}

.dropdown-wrapper .ae-select {
    padding: 8px;
    position: relative;
    border: 1px solid #ccc;
    height: 20px;
}

.dropdown-wrapper .ae-select.chosen {
    color: #333;
}

.dropdown-wrapper .ae-select .down-icon, .ae-select .up-icon {
    position: absolute;
    right: 8px;
    top: 7px;
}

.dropdown-wrapper .ae-dropdown .dropdown-menu {
    background: #fffef3;
    box-shadow: none;
    border-radius: 0px;
}

.dropdown-wrapper .ae-dropdown .ae-select, .dropdown-wrapper .ae-dropdown .dropdown-menu>li {
    cursor: pointer;
}

.dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:focus, .dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:hover {
    background: none;
}

.dropdown-wrapper .ae-disabled{
    pointer-events: none;
}

.ae-hide{
  display:none;
}

ul.dropdown-menu{
  list-style-type: none;
}

ul.dropdown-menu{
  margin:0px;
  padding:5px 0;
  border: 1px solid #ccc;
}

ul.dropdown-menu li{
  padding:5px 10px;
}
.custom-select1{
	-webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
    padding: 0 0 0 5px;
    background: transparent url('../img/arrow _ chevron_up.svg') no-repeat right 10px center;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ced4da;
    height: 46px;
	font-size: 14px;
	color: #495057;			
}

.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{
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}
.genderOption{
	margin: 0 14px;
	color: #222222;
	font-size: 14px;
	font-family: 'CircularStd-Medium';
}
.genderOption:first-child{
	margin-left: 0;
}
.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;
}

/**YES NO**/
.btn-switch_label:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(210,210,210,0.6);
	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_active:checked ~ .btn-switch_label:before {
    background: #45C232;
}
.btn-switch__radio_active:checked ~ .btn-switch_label:after {
    background: url(../img/notif-check.png);
	background-size: cover;
}
.btn-switch__label_inactive:after {
	content: "";
	position: absolute;
	background: url(../img/notif-no.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_active:checked ~ .btn-switch__label_inactive:after {
	left: calc(100% - 2em);
}
.btn-switch__radio_inactive:checked ~ .btn-switch__label_active:before,
.btn-switch__radio_active:checked ~ .btn-switch__label_inactive:before {
	z-index: 1;
}

.btn-switchLabel{
	margin-left: 15px;
}
.form-group{
	position: relative;
}

.pills-form .form-group input.filled ~ label, .pills-form .form-group input:focus ~ label, .form-group label.selectCategory {
    position: absolute;
    margin-top: -23px;
	font-size: 12px;
}
.pills-form .form-group input.inputGray.filled ~ label, .pills-form .form-group input.inputGray:focus ~ label{
	margin-top: -32px;
}
.pills-form .form-group textarea.filled ~ label, .pills-form .form-group textarea:focus ~ label{
    position: absolute;
    margin-top: -32px;
	font-size: 12px;
}
select.selectpicker{
	display: none !important;
}


.role-Settings .box{
	cursor: pointer;
	position: relative;
}
.role-Settings input[type="checkbox"] {
  display: none;
}
.role-Settings input[type="checkbox"] + .box:before,
.role-Settings input[type="checkbox"] + .box:after {
  transition: all 0.3s;
}
.role-Settings input[type="checkbox"] + .box:after {
  position: absolute;
  top: 3px;
  margin-left: -12px;
  margin-top: -5px;
  display: inline-block;
  content: ' ';
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 2px;
  background-color: #fff;
  z-index: 99;
}
.role-Settings input[type="checkbox"]:checked + .box:after {
  background-color: #45C232;
  border-color: #45C232;
}
.role-Settings input[type="checkbox"]:checked + .box:before {
  transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 0px;
  width: 6px;
  height: 13px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-color: #fff;
  content: '';
  z-index: 999;
}