.splms a {
    transition: 0.3s;
    color: #0000009e;
}
/*.splms a:hover {
    text-decoration: underline;
    color: #000;
}*/


/*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;}

/*referral*/

.cls-profile-social-share {
    background: #000000;
    box-shadow: 0px 0px 10px #336388;
    margin: 20px 0px 0px 0px;
    padding: 15px;
}
.cls-profile-social-share i.fa.fa-whatsapp {
    background: #25d366;
    padding: 10px 12px;
    border-radius: 100px;
    margin-left: 10px;
    color: #fff;
    transition: 0.3s;
}
.cls-profile-social-share i.fa.fa-whatsapp:hover {
    opacity: 0.6;
}
.cls-profile-social-share i.fa.fa-facebook {
    background: #4267B2;
    padding: 10px 13px;
    border-radius: 100px;
    color: #fff;
    transition: 0.3s;
}
.cls-profile-social-share i.fa.fa-facebook:hover {
    opacity: 0.6;
}
div#page-activities img {
    display: inline-block;
}

.accordion-heading .accordion-toggle:after {
    content: "+";
    position: absolute;
    right: 35px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}


/*edit profile*/
@media(min-width:992px){
form#member-profile select, 
form#member-profile textarea, input[type="text"], 
form#member-profile input[type="password"], 
form#member-profile input[type="datetime"], 
form#member-profile input[type="datetime-local"], 
form#member-profile [type="date"], 
form#member-profile [type="month"], 
form#member-profile input[type="time"], 
form#member-profile [type="week"], 
form#member-profile input[type="number"], 
form#member-profile input[type="email"], 
form#member-profile input[type="url"], 
form#member-profile input[type="search"], 
form#member-profile input[type="tel"], 
form#member-profile input[type="color"], 
form#member-profile .uneditable-input {
    width: 100% !important;
    max-width: unset !IMPORTANT;
}
form#member-profile .form-horizontal .control-label {
    width: 250px !IMPORTANT;
    text-align: left;
}
form#member-profile .form-horizontal .controls {
    margin-left: 250px;
  }}

form#member-profile a.btn.btn-default.akeeba-sociallogin-linkunlink-button.akeeba-sociallogin-link-button.akeeba-sociallogin-link-button-google.hasTooltip {
    width: 100%;
    margin-top: 10px;
    background: #4285F4;
    border-radius: 0px;
    color: #fff;
    border: none;
    transition: 0.5s;
}
form#member-profile a.btn.btn-default.akeeba-sociallogin-linkunlink-button.akeeba-sociallogin-link-button.akeeba-sociallogin-link-button-google.hasTooltip:hover {
    opacity: 0.6;
}

@media(max-width:991px){
form#member-profile.form-horizontal .control-label {
    font-size: 14px !important;
    text-align: left !important;
    width: 120px !important;
}
form#member-profile.form-horizontal .controls {
    margin-left: 120px !important;
}
form#member-profile .layout-edit select.inputbox, 
form#member-profile select {
    width: 100% !important;
}
form#member-profile input {
    width: 100% !important;
}}
form#member-profile button.btn.btn-primary.validate {
    background: #376990;
    transition: 0.5s;
}
form#member-profile button.btn.btn-primary.validate:hover {
    opacity: 0.6;
}
form#member-profile.form-horizontal .controls:first-child {
    margin-right: 0px !important;
}
