/* #007bff; */
@font-face {
  font-family: "manrope";
  src: url("../../fonts/manrope/Manrope-Regular.ttf");
}
button{
  background-color: transparent;
  border: none;
  outline: none;
}
.btn {
  font-family: manrope, Helvetica, sans-serif;
  display: inline-block;
  font-weight: 400;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  letter-spacing: 1px;
}

.btn :focus{
  outline: 0;
}
.btn.disabled{
  opacity: 0.6;
}
.btn-rounded {
  border-radius: 50px !important;
}
.btn-secondary {
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid rgba(143, 146, 161, 0.6);
}
.btn-kyc {
  background: #00DECA14;
  color: #030319CC;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #00DECACC;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #fff;
    color: #000 !important;
    border: 1px solid rgba(88, 90, 102, 0.6);
  
}

.btn-primary {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background: #1a6af4;
  z-index: 1;
}
.btn-primary:hover {
  color: #fff;
}

.btn-danger {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background: #ff6e66;
}

.btn-danger:hover {
  color: #fff;
}
.underBTNDesign{
  margin-right: -50px;
  padding-right: 40px;
}
.stakeMain .btn-secondary:hover,
.stakeMain .btn-secondary:focus,
.stakeMain .btn-secondary:active{
  background-color: rgba(26, 106, 244, 0.08) !important;
  border: rgba(26, 106, 244, 1) 1px solid;
}
.popupBlck{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background: #030319;
  z-index: 1;
}
.popupBlck:hover{
  color: rgb(221, 215, 215) !important;
  font-size: 14px;
  line-height: 22px;
  background: #030319;
  z-index: 1;
}