/*
=================================================================
CUSTOM COLOR SCHEME - Primary Color: #c64d53 (Red)
=================================================================
This file overrides the default blue colors with the new primary red color.
*/

/* Import all color overrides from default theme */
.btn-main { background: #c64d53 !important; }
.btn-main:hover, .btn-main:focus { background-color: #b03d43 !important; }
.btn-subscribe { background: #c64d53 !important; }
.btn-subscribe:hover { background-color: #b03d43 !important; }
.border_pro { border: 2px solid #c64d53 !important; }
.pro_border { border: 2px solid #c64d53 !important; }
.main-color { color: #c64d53 !important; }
nav.navbar-findcond span.badge { background: #c64d53 !important; }
.pagination > .active > a { color: #c64d53 !important; box-shadow: inset 0 -3px #c64d53 !important; }
.tgl:checked + .tgl-btn:after { background: #c64d53 !important; }
.mejs-qualities-selected, .mejs__qualities-selected { color: #c64d53 !important; }
#bar_loading:before { background-color: #c64d53 !important; }
.dropdown-switch-account .user-avatar.active { color: #c64d53 !important; background: rgba(198, 77, 83, 0.1) !important; }

/* Additional overrides for youplay theme */
.author-list .video-actions a:first-child { color: #c64d53 !important; border-color: #c64d53 !important; }
.author-list .video-actions a:first-child:hover { background-color: #c64d53 !important; }
.pt_video_comments svg.feather.blue { color: #c64d53 !important; }
.cld-video-player-my-video .vjs-play-progress { background: #c64d53 !important; }
.cld-video-player-my-video .vjs-volume-panel-horizontal .vjs-volume-level:before { border-color: transparent transparent #c64d53 transparent !important; }

/* TEMP (manual wallet loading): hide in-app Replenish + Available balance column — remove these rules to restore UI */
.pt_wallet_hide_replenish_btn { display: none !important; }
.pt_wallet_hide_available_balance_col { display: none !important; }

/* Center primary wallet card when available-balance column is hidden */
.pt_wallet_row_single > .col-md-6:first-child {
	width: 100%;
	max-width: 520px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}