.shadows {
    background-color: #fafffb !important;
    margin: 1%;
    border-radius: 15px !important;
    -webkit-box-shadow: 5px 10px 10px 5px #8c95a3 !important;
    -moz-box-shadow: 5px 10px 10px 5px #8c95a3 !important;
    box-shadow: 5px 10px 10px 5px #8c95a3 !important;
}
.subnav-auth { 
    width: 100%; 
    padding:.6em 0; 
    text-align: left; 
    background-position: right 20px center; 
    transition: 0.6s; 
}
.subnav-auth:hover { 
    width: 95%; 
    padding:.6em 0 .6em 1em;  
    background-position: right 0 center; 
    transition: 0.6s; 
}

a.subnavs-auth {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    transition: 0.6s;
    cursor:text !important;
}
a.subnavs-auth span{
    color: #d9ad0d !important;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
.about-three {
    padding-top: 20px;
    padding-bottom: 120px;
    background-color: #eff2f6;
}
.my-btn {	
	vertical-align: middle !important;
	display: inline-block !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-o-user-select: none !important;
	user-select: none;
    height: auto !important; 
    overflow: visible !important; 
	font-size: 22px !important;
	padding: .4em .7em .5em .7em !important;
	margin: .3em !important;
 	background: #133880 !important;
	color: #ffffff !important;
	border-radius: 10px 0 10px 0 !important;
    border:none !important;
	width: auto;
}
.small-btn {	
	vertical-align: middle !important;
	display: inline-block !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-o-user-select: none !important;
	user-select: none;
    height: auto !important; 
    overflow: visible !important; 
	font-size: 14px !important;
	padding: .15em .5em .15em .5em !important;
	margin: .2em !important;
 	background: #133880 !important;
	color: #ffffff !important;
	border-radius: 10px 0 10px 0 !important;
    border:none !important;
	width: auto !important;
}
.bg-gray{
    background-color: #eff2f6 !important;
}
.bg-gray .big-buttons-wrapper{
    background-color: #ffffff !important;
}
.history-div *{
    zoom:0.9 !important;
}
label {
    text-transform: uppercase;
}
.table img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
}
.add-cursor,
a,
button {
    cursor: pointer;
}
.cursor-default {
    cursor: default !important;
}
.file-preview{
    max-width: 100%;
}
.hide-div {
    display: none !important;
}
.table-responsive{
    overflow-x: auto !important;
}
img.logo-pics{
    width: 20% !important;
}
.my-width{
    width: 100vw !important
}
label{
    font-weight: bold;
}
label.form-check-label{
    font-weight:200;
    font-size:medium;
}
.fw-bold {
    font-weight: 700 !important; 
}
.fw-bolder {
    font-weight: bolder !important; 
}
  

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&amp;display=swap");
.card-block {
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.09);
    color: #fff;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 100%);
    display: flex;
    align-items: flex-end;
    padding: 20px 24px;
    border-radius: 10px;
    position: relative
}
.card-block *{
    font-family: "Poppins", sans-serif !important;
}
.card-block .bottom {
    display: flex;
    align-items: center;
    margin-top: 20px
}
.card-block .balance .title {
    font-weight: 700;
    color: #fff;
    margin-top: 7px;
    font-size: 24px
}
.card-block span.label {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.5;
    line-height: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 500
}
.card-block .card-number {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 500
}
.card-block .card-expiry {
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px
}
.card-block .card-ccv {    
    font-weight: 500;
    font-size: 14px;
}

.wallet-card-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 140px;
  }
  .wallet-card {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.09);
    border-radius: 10px;
    padding: 20px 24px;
    position: relative;
    z-index: 1
  }
  .wallet-card .balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 100px
  }
  .wallet-card .balance .left {
    padding-right: 10px
  }
  .wallet-card .balance .right {
    padding: 0
  }
  .wallet-card .balance .right .button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    color: #007098;
    background: rgba(98,54,255,0.1);
    width: 50px;
    height: 64px;
    font-size: 26px;
    border-radius: 10px
  }
  .wallet-card .balance .right .button:hover {
    background: #007098 !important;
    color: #fff !important
  }
  .wallet-card .balance .title {
    color: #27173E;
    font-weight: 500;
    display: block;
    margin-bottom: 8px
  }
  .wallet-card .balance .total {
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1em;
    font-size: 32px
  }
  .wallet-card .wallet-footer {
    border-top: 1px solid #DCDCE9;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }
  .wallet-card .wallet-footer .item {
    flex: 1;
    text-align: center
  }
  .wallet-card .wallet-footer .item a {
    display: block
  }
  .wallet-card .wallet-footer .item a:active {
    transform: scale(0.94)
  }
  .wallet-card .wallet-footer .item .icon-wrapper {
    background: #007098;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 14px;
    padding:10px;
  }
  .wallet-card .wallet-footer .item strong {
    display: block;
    color: #007098;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2em
  }
  
  
.transactions .item {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.09);
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  .transactions .item:last-child {
    margin-bottom: 0
  }
  .transactions .item p {
    font-size: 11px;
    margin: 0;
    color: #958d9e;
    font-weight: 500
  }
  .transactions .item .detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2em
  }
  .transactions .item .detail .image-block {
    margin-right: 16px
  }
  .transactions .item .detail strong {
    display: block;
    font-weight: 500;
    color: #27173E;
    margin-bottom: 3px
  }
  .transactions .item .right {
    padding-left: 10px
  }
  .transactions .item .right .price {
    font-weight: 700;
    color: #27173E;
    letter-spacing: -0.03em
  }
  .imaged.w48 {
    width: 48px !important;
}
.bg-primary{
  background-color: #007098 !important;
  color:#fff !important;
}
.text-primary{
  color: #007098 !important;
}
.btn-primary {
  color: #fff;
  background-color: #007098;
  border-color: #007098;
  height: 36px;
    padding: 3px 18px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
    border-radius: 10px;
    border-width: 2px;
}
.wallet-card-section h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  font-size: 275%; 
  background-color: transparent !important;
    text-align: center;
    background: #e7ebed;
    padding:  0;
    margin: 0;
    width: 100%;
    line-height:100%;
    display: block;
    color: #023c5b;
    font-family: 'EB Garamond', serif;
}
.wallet-card-section p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}