.splms a {
    transition: 0.3s;
    color: #fff;
}
.splms a:hover {
    text-decoration: underline;
    color: #ffffff63;
}





/*edit profile*/

form#member-profile .form-horizontal .control-label {
    width: 250px;
    margin-right: 15px;
}
form#member-profile input {
    width: 90%;
}
form#member-profile .form-horizontal .controls:first-child {
    float: right;
}
form#member-profile.form-horizontal .controls:first-child {
    text-align: right;
    margin-right: 100px;
}
form#member-profile .lms-profile-image-preview h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}
form#member-profile .lms-profile-image-preview {
    margin-bottom: 30px;
}


/*referral*/
/*referral*/

.cls-myprofile-wrapper a.accordion-toggle.collapsed:after { content: "+"; position: absolute; right: 35px; font-size: 21px; }

button.btn.facebook-class {
    background: #3b5998 !important;
    color: #fff !important;
    margin-right: 10px !important;
    font-size: 18px !important;
    padding: 8px 20px !important;
    border: none !important;
    border-radius: 0 !Important;
    line-height: 1;
}
button.btn.whatsapp-class {
    background: #59d469 !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 8px 20px !important;
    border: none !important;
    border-radius: 0 !Important;
    line-height: 1;
}
.cls-myprofile-wrapper button.btn.facebook-class:hover {
    background: #3b5998cc !important;
}
.cls-myprofile-wrapper button.btn.facebook-class:hover:before {
    display: none;
}
.cls-myprofile-wrapper button.btn.whatsapp-class:hover {
    background: #59d469c4 !important;
}
.cls-myprofile-wrapper .social-share {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px #00000030;
    margin-top: 30px;
}
.cls-myprofile-wrapper {
    margin-top: 30px;
}
.cls-myprofile-wrapper .social-header {
    margin-bottom: 15px;
}
.cls-download a, .cls-download img {display: inline-block;}

/*coupon*/
h1.coupun-redeem-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}