@font-face{font-family:qlassikbold; src: url(../font/ABeeZee-Regular.ttf);}
body{
    background: #fff;
    color:  #222;
    font-family: qlassikbold;
}
h1,h2,h3,h4,h5,h6{
    font-family: inherit;
    font-weight: 600;
}
a{
    text-decoration: none;
    color: inherit;
}
.mr-2{
  margin-right: 7px;
}
.text-me{
  color: #484891;
}
.bg-me{
  background: #484891;
}
.cardy-img{
  width: 20%;
  height: auto;
}
.btn-me{
  width: 150px;
  padding: 11px 0px ! important;
  border-radius: 20px;
  text-decoration: underline;
}
.text-underline{
  text-decoration: underline ! important;
}
.fw-bolder{
  font-weight: 900 ! important;
}
.opq-1{
  opacity: 0.5 ! important;
}
.logo{
    width: 40px;
  		margin-right: 5px;
}
.arrow{
  width: 1.3rem;
}
.import-box{
  border: 3px solid #000;
}
.lh-3{
    line-height: 40px;
}
.wallets{
    cursor: pointer;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.circle {
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border-top: 10px solid rgba(59, 153, 252, 0.3);
  border-left: 10px solid rgba(59, 153, 252, 0.3);
  border-bottom: 10px solid rgba(59, 153, 252, 0.3);
  border-right: 10px solid rgba(59, 153, 252, 1);
  animation: spinner 0.8s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
p.opq-1{
    opacity: 1;
}
.tabs{
    cursor: pointer;
    display: inline-block;
    margin-right: 7px;
}
.tabs.active{
    border-bottom: 2px solid dodgerblue;
    opacity: 1 ! important;
}
.small-sm{
    font-size: 10.4px;
}
.pointer{
    cursor: pointer;
}