/*
Theme Name: StreamTube Child
Description: Video WordPress Theme.
Author: phpface
Theme URI: https://1.envato.market/qny3O5
Author URI: https://1.envato.market/mgXE4y
Version: 1.0.0
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: streamtube-child
Template:  streamtube
Tags: two-columns, one-column, custom-menu, custom-logo, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.type-video.pmpro-no-access .video-hover .icon-play:before {
  content: "\e81a";
}

.bp-messages-chat-wrap {
  max-width: 100%;
}
.cs-success {
    color: #198754; 
    background-color: #d1e7dd;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.cs-error {
     color: #dc3545;
    background-color: #f8d7da; 
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.cs-success-button {
    color: #fff; 
    background-color: #198754;
    padding: 8px 32px;
    border-radius: 5px;
    font-weight: bold;
}

.cs-cancel-button {
    color: #fff;
    background-color: #dc3545; 
      padding: 8px 32px;
    border-radius: 5px;
    font-weight: bold;
}