.account-verified-edit-icon.bc-i-verified {

color: transparent !important;
}

.account-verified-edit-title
{
color: transparent !important;
}

.bc-i-verified:before {
color: transparent !important;
}
.account-verified-edit-icon.bc-i-not-verified {
    color: transparent !important;
}
.account-verified-button{
    display: none !important;
}
button.button.outlined.small.supportButton {
    background: #760ba5 !important;
  }
  .loyalProgressBarStick {
    background-color: #00FF00 !important;
    }
.loyaltyPointsLevelBtn {
  background-color: #2c9f0a !important;
  background-image: none !important;
  color: white !important;
  border: none !important;
}
.loyaltyPointsLevelInfo {
  display: none;
}
.loyaltyProgressPoints {
  color: #3aff00 !important;
  }
/*Desktop Start */
            .deposit_fulgurpay{
                position:relative
            }

            .deposit_fulgurpay:after{
                content:"+2%";
                position:absolute;
                top:-5px;
                right:-10px;
                background-color: #3e9e40;
                border-radius:4px;
                padding: 3px 6px;
                font-size: 12px;
                color: white;
            }