.padding-20{
	padding: 20px;
}

.margin-t-20{
	margin-top: 20px;
}
.margin-b-20{
	margin-bottom: 20px;
}
.padd-b{
	padding-bottom: 5px;
}
.font-w{
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
.logout{
	float: right;
	color: red;
}
.profileicon{
	color: #4885ed;
    padding-left: 6px;
}
.cursor-pointer{
	cursor: pointer;
	text-decoration: none;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Bold';
	src: url('../fonts/Montserrat-Bold.ttf');
	font-weight: bold;
	font-style: normal;
} 

@font-face {
	font-family: 'Mistv';
	src: url('../fonts/MISTV___.TTF');
	font-weight: bold;
	font-style: normal;
}


/* ============= HEADER CSS ========*/

.header{
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #dfe0e0;
	
	text-align: center;
}

.header img{
	height: 100%;
}


/*======= HEADER CSS #END=========*/
/*======= HOME PAGE CSS ===========*/
.zebtiq{
	padding: 40px 15px;
	font-size: 16px;
}

.zebtiqPanel{

}

.zebtiqPanel  video{
	padding: 4px;
	height: 200px;
	
	
}

.zebtiqPanel  iframe{
	width: 100%;
	padding: 4px;
	height: 200px;
	border: 0;
	
}

.zebtiqPanelBody{
	padding: 4px;
	overflow: hidden;
}

.zebtiqPanelBody h5{
	font-size: 14px;
	margin: 5px 0;
}

.zebtiqPanelBody h2{
	font-size: 16px;
	margin: 10px 0;
	font-weight: 600;
}

.zebtiqPanel  img{
	width: 100%;
	height: 200px;
	padding: 4px;
	
}

.height-56{
	height: 56px;
}

.text-secondary {
  color: var(--finwallapp-theme-text-secondary) !important;
}

.fw-light {
  font-weight: 300 !important;
}


/*=========== Home Page #END ========*/


.logo-small {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 44px;
}

.logo-small img {
  width: 40px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.logo-small h5, .logo-small .h5 {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}



/*====== Profile Page =========*/
.profile{
	text-align: center;
}

.profile img{
	width: 140px;
	height: 140px;
	display: inline-block;
}
.profont{
	display: inline-table;
    font-family: sans-serif;
    padding-right: 5px;
}
.profile h1{
	
}
 .profile h3{
	
}
.profile h4{
	
}

.profileStatus{
	
}

.profile i{
	display: inline-block;
	vertical-align: bottom;
	font-size: 25px;
	cursor: pointer;
}
#fileLoader{
    display:none;
}
/*====== Profile Page #End =====*/

/*========= WALLET ========*/

.wallet{
	text-align: center;
}

.wallet a{
	margin: 50px 0;
}

.wallet img{
	border: 1px solid #ccc;
	width: 100%;
	
}
.walletFooter{
	position: fixed;
	bottom: 80px;
	width: 100%;
	left: 0;
	background: white;
}



.stckBtn{
	padding:0 0px;
	margin-top: 12px;
	
}
.zeb-btn{
	color: black;
    background-color: #dfe0e0;
	line-height: 2;
	border-radius: 0px;
}
.zeb-btn-primary{
	color: white;
    background-color: #4885ed;
	line-height: 2;
	border-radius: 0px;
}

/*===== WALLET #END =======*/

/*======== PORTFLIO ========*/
.portfolio{
	text-align: center;
}

.portfolio img{
	width: 100px;
	height: 100px;
	display: inline-block;
}

.border-right{
	border-right: 1px solid #ccc;
}
.fa-zeb{
	
}
.fa-zeb i{
	font-size: large;
}

/*==== PORTFOLIO #END ======*/

/*============= NETWORK Page ===================*/

.zeb-net{
	
}
.zeb-net h4{
	margin-bottom: 0;
}
.zeb-net p{
	font-size: xx-large;
    margin-bottom: 0;
}
.zeb-net a{
	color: #222;
}

/*============= NETWORK Page #END ===================*/


/*===== Footer Page ==================*/
.flex{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.footer-menu {
	justify-content: space-around;
	border-top: 1px solid #dfe0e0;
	background-color:#fff;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	z-index:3;
	
}
@media (min-width: 580px){
	.footer-menu {
    
	}

	
}
@media (min-height: 750px){
	.footer-menu {
    	padding-top: 8px;
		
	}
}
.footer-tab {
	height: 56px;
	flex-direction:column;
	align-items:center;
	padding-bottom:3px;
	width:25%;
	text-decoration:none;
	border-bottom:solid 2px transparent;
}

.icon {
    display: inline-block;
    height: 22px;
    stroke-width: 0;
    stroke: currentColor;
    fill: #285283;
    margin-top: 8px;
}

.icon i{
	font-size: 24px;
}

.flex-content{
	padding: 0 0 0px 0;
	
}

.active{
	border-bottom: 2px solid black;
}

.aic{
	color: black;
}

.afc {
	color: black;
}

.footer {
	background-color:#eee;
	text-align: center;
	border-top: none;
	
	
}



/*============= Footer Page #END ===================*/


.adminLogin{
	background-color: #069;
}

.tableResponsive{
	width: 100%;
	overflow: auto;
}




.progress > .progress-completed {
	position: absolute;
	right: 10px;
	font-weight: 600;
	padding: 4px 10px 10px 4px;
}

.progress-completed1{
	position: absolute;
	left: 30px;
	right: 40px;
	font-weight: 400;
	padding: 6px 10px 10px 6px;
	font-size: 12px;
}

.tab {
  display: none;
}
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.step_active{
	background-color: #007fe7;
}
.finish {
    background-color: #55b1ff;
}

input.invalid {
  border-color: red;
}

.invalid {
  color: red;
}
.valid {
	color: green;
}


/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
}



.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


.input {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
}

.loader-circular {
	border-radius: 50%;
width: 40px;
height: 40px;
position: fixed;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
z-index: 100;
font-size: 10px;
text-indent: -9999em;
border-top: 2px solid rgba(237, 237, 237, 0.8);
border-right: 2px solid rgba(237, 237, 237, 0.8);
border-bottom: 2px solid rgba(237, 237, 237, 0.8);
border-left: 2px solid #4885ed;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: spin 1.1s linear infinite; /* Safari */
  animation: spin 1.1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.loader-mask {
background-color: black;
width: 100%;
height: 100%;
position: fixed;
z-index: 99;
opacity: 0.5;
left: 0;
top: 0;
}

.loadme-mask1 {
background-color: #DDD;
width: 100px;
height: 100px;
position: fixed;
z-index: 99;
left: 50%;
top: 50%;
margin: -50px 0 0 -50px;
border-radius: 10px;
opacity: 0.5;
}

