/* custom styles for override the default styles */
/* ============================================= */


/* ALERT */
.toast__alert {
    background-color: #406694 !important;
}
/* ALERT */

/* START tab menu */
.tabmenu-cntr-link:hover .icon-speaker:before,
.tabmenu-cntr-link:hover .icon-contact:before,
.tabmenu-cntr-link:hover .icon-download-area:before,
.tabmenu-cntr-link:hover .icon-settings:before,
.tabmenu-cntr-link:hover .icon-questions:before,
.tabmenu-cntr-link:hover .icon-chapters:before{
    color: #406694 !important;
}
.tabmenu-cntr__item.active .icon-speaker:before,
.tabmenu-cntr__item.active .icon-contact:before,
.tabmenu-cntr__item.active .icon-download-area:before,
.tabmenu-cntr__item.active .icon-settings:before,
.tabmenu-cntr__item.active .icon-questions:before,
.tabmenu-cntr__item.active .icon-chapters:before{
    color: #406694 !important;
}
/* END tab menu */


/* START buttons and other icons */
.presentation-area-company-dtls__item-link:hover {
    color: #406694 !important;
}
.presentation-area-speaker-tab-dtls__details-text {
    border-bottom: 4px solid #406694 !important;
}
.footer-links-socialmedia__links:hover {
    color: #406694 !important;
}
.presentation-area-download-tab-dtls__item-link:hover {
    color: #406694 !important;
}
.presentation-area-download-tab-dtls__link:hover {
    color: #406694 !important;
}
/* END buttons and other icons */


/* START controls live */
.volume-sliderbar-cntr__icon:hover {
    color: #406694;
	cursor: pointer !important;
}
.live-sliderbar-cntr__icon:hover {
    color: #406694 !important;
	cursor: pointer !important;
}
.live-sliderbar-cntr.live-sliderbar-cntr__slidebar:hover {
   color: #406694 !important;
   cursor: pointer !important;
}
/* END controls live */


/* START controls replay */
.desktop-footer-cntr__sliders .replay-sliderbar-cntr__icon:hover {
    color: #406694 !important;
}
.desktop-footer-cntr .replay-sliderbar-cntr__icon:hover {
  color: #406694 !important;
}
.desktop-footer-cntr .chapter-button:hover {
  color: #406694;
}
/* END controls replay */


/* ------------------------------------ end ---------------------------------- */
