.messages-container-wrapper .chat-core-wrapper .chat-core .content .messages .message.bot {
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#f1639a),to(#c011cb));
    box-shadow: 0 0 15px #d839b3;
    -webkit-box-shadow: 0 0 15px #d839b3;
}

.message-form-wrapper .message-submit { 
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#f1639a),to(#c011cb));
}

.badge.request i { 
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.girl-profile-container .bio .action-to-expand { color:
    #e048bd; }
    .container-sized .action-to-expand { color:
    #e048bd; }

.color--pink { 
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.color--pink:hover { 
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.color--primary { 
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.color--primary:hover { 
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.girl-video.new {
    -webkit-box-shadow: 0 0 15px #d53cb1;
    box-shadow: 0 0 15px #d53cb1;
    border: 1px solid #9e1e80;
}

.section-wrapper.offers .args .arg i { 
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.message-form-wrapper .message-actions {
    background:linear-gradient(to right, #f1639a 0, #c011cb 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#f1639a),to(#c011cb));
}