/* custom styles for override the default styles */
/* ============================================= */

/* FONT */

/* START registration and login */
/*
body {
    background: #F5F8FF  !important;
    color: #000 !important;
}
*/
.company-info-container a, .form-title a, .remainder-info a {
	color: #ffcc33 !important;
}

.mandatory {
    color: #ffcc33 !important;
}

.formulate-input[data-classification=button] button[disabled] {
    background-color: #c4cbde !important;
    border-color: #c4cbde !important;
}

.formulate-input[data-classification=button] button {
    background-color: #ffcc33 !important;
	border-color: #ffcc33 !important;
}

.form-container .form-container-footer .button {
    background-color:  #ffcc33 !important;
	color: #fff !important;
}

.formulate-input-label a {
    color: #ffcc33 !important;
}
/*
.formulate-form .formulate-form-alerts .formulate-form-error {
    color: #3F29CC !important;
}
*/
.form-container .form-container-footer a {
    color: #ffcc33 !important;
}

/* END registration and login */


/* ALERT */
.toast__alert {
    background-color: #ffcc33 !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: #ffcc33 !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: #ffcc33 !important;
}

.icon-chapters:hover {
	color: #ffcc33 !important;
	
}
/*.footer-links-socialmedia__item {
    display: none !important;
    border-right: 0px solid #fff !important;
}
*/
/* END tab menu */

/* Change Speaker */
/*
.presentation-area-speaker-tab-dtls__toolbar-heading {
    color: #fff !important;
}

.presentation-area-speaker-tab-dtls__toolbar-heading:before {
    color: #000 !important;
	content: "Speaker"
}
*/
/* START buttons and other icons */
.presentation-area-company-dtls__item-link:hover {
    color: #ffcc33 !important;
}
.presentation-area-speaker-tab-dtls__details-text {
    border-bottom: 4px solid #ffcc33 !important;
}
.footer-links-socialmedia__links:hover {
    color: #ffcc33 !important;
}
.presentation-area-download-tab-dtls__item-link:hover {
    color: #ffcc33 !important;
}
.presentation-area-download-tab-dtls__link:hover {
    color: #ffcc33 !important;
}
/* END buttons and other icons */


/* START controls live */

.live-sliderbar-cntr.gridView .live-sliderbar-cntr__playPause-btn, .live-sliderbar-cntr.gridView .live-sliderbar-cntr__sound-btn .icomoon-icon-mute, .live-sliderbar-cntr.gridView .live-sliderbar-cntr__live-qa-microphone {
    color: #ffcc33 !important;
}

.volume-sliderbar-cntr__icon:hover {
    color: #ffcc33;
	cursor: pointer !important;
}
.live-sliderbar-cntr__icon:hover {
    color: #ffcc33 !important;
	cursor: pointer !important;
}
.live-sliderbar-cntr.live-sliderbar-cntr__slidebar:hover {
   color: #ffcc33 !important;
   cursor: pointer !important;
}
/* END controls live */


/* START controls replay */

.desktop-footer-cntr-sliders .p-slider:not(.p-disabled) .p-slider-handle, .mobile-replay-slider .p-slider:not(.p-disabled) .p-slider-handle {
    background: #ffcc33 !important;
    border-color: #ffcc33 !important;
}

.desktop-footer-cntr-sliders .replay-sliderbar-cntr__icon:hover {
    color: #ffcc33 !important;
}

.replay-sidebar-cntr__playback-cntr__label {
     color: #ffcc33 !important;
}

.replay-sliderbar-cntr__playPause-btn:hover {
    color: #ffcc33 !important;
}


.desktop-footer-cntr__sliders .replay-sliderbar-cntr__icon:hover {
    color: #ffcc33 !important;
}
.desktop-footer-cntr .replay-sliderbar-cntr__icon:hover {
  color: #ffcc33 !important;
}
.desktop-footer-cntr .chapter-button:hover {
  color: #ffcc33;
}

.default-theme .desktop-footer-cntr__sliders .p-slider:not(.p-disabled) .p-slider-handle, .default-theme .mobile-replay-slider .p-slider:not(.p-disabled) .p-slider-handle {
    background: #ffcc33 !important;
    border-color: #ffcc33 !important;
}

.default-theme .desktop-footer-cntr__sliders .p-slider .p-slider-handle:focus, .default-theme .mobile-replay-slider .p-slider .p-slider-handle:focus {
    box-shadow: 0 0 0 0.2rem #ffcc33 !important;
}

/* END controls replay */


/* ------------------------------------ end ---------------------------------- */
