#cs_audio {
	display: none;
}

#cs_audioplayer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px;
    padding-top: 4px;
    padding-bottom: 6px;
    color: #333;
    background-color: #f8f9fa;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    border-top: 1px solid #e7e7e7;
    min-height: 50px;
    user-select: none;
    z-index: 2041;
    display: flex;
    flex-wrap: nowrap;
}

#cs_audioplayer .cs_audioplayer_thumb {
    display: flex;
    margin-right: 12px;
    align-items: center;
    min-width: 10px;
    justify-content: center;
    flex-shrink: 0;
}
#cs_audioplayer .cs_audioplayer_thumb .thumbnail {
	width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
#cs_audioplayer .cs_audioplayer_main {
    flex-grow: 1;
    width: calc(100% - 70px);
}

#cs_audioplayer .cs_main {
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

#cs_audioplayer .cs_audio_current_time_outer {
    width: 33.33%;
    display: flex;
    justify-content: flex-start;
}

.cs_audio_bar {
	background-color: #000;
	width: 100%;
	height: 6px;
	position: relative;
	cursor: pointer;
	transition: 0.1s;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cs_audio_bar_loaded {
	background-color: #9E9E9E;
	width: 0%;
	height: 6px;
    position: absolute;
    transition: 0.1s;
}
.cs_audio_bar_now {
	background-color: #4285f4;
	width: 0%;
	height: 6px;
    position: absolute;
    z-index: 2;
    transition: 0.1s;
}
.cs_play_pause_btn {
	width: 33.33%;
}

.cs_play_pause_btn i{
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}
.cs_play_pause_btn i.big {
	font-size: 34px;
}
.cs_play_pause_btn #cs_audio_forward {
    margin-left: 15px;
    font-size: 20px;
}
.cs_play_pause_btn #cs_audio_backward {
    margin-right: 15px;
    font-size: 20px;
    margin-left: 47px;
}
.cs_play_pause_btn #cs_audio_forward::after {
    content: "30";
    position: absolute;
    left: 0;
    font-size: 6px;
    top: 50%;
    transform: translate(90%, -50%);
}
.cs_play_pause_btn #cs_audio_backward::after {
    content: "10";
    position: absolute;
    left: 0;
    font-size: 6px;
    top: 50%;
    transform: translate(90%, -50%) scale(-1, 1);
}
#cs_audio_current_time {
    min-width: 40px;
    font-size: 14px;
    display: inline-block;
}
#cs_audio_duration {
    margin-right: 5px;
    color: #333333 !important;
}
#cs_audio_sound {
	width: 33.33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#cs_audio_sound i {
    margin-right: 5px;
	vertical-align: middle;
	font-size: 1.14em;
}
#cs_audio_sound .cs_volBar {
	height: 6px;
	width: 65px;
	background-color: #ccc;
	display: inline-block;
	cursor: pointer;
}
#cs_audio_sound .cs_volBar .cs_volume {
	height: 6px;
	width: 28px;
	background-color: #4285f4;
	position: absolute;
}
#cs_audio_text {
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
}

/* Playlist */
.prodcast_laylist_ {
    background-color: rgb(255, 255, 255);
    border: 0px solid black;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px;
    height: auto;
    left: auto;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 44px;
    width: 500px;
    max-width:100%;
    z-index: 2041;
    display: none;
}
#cs_volume_icon {
	cursor: pointer;
}

.pod_table {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: calc(100vh - 340px);
    overflow-y: auto;
}
.pod_table .play_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pod_table .play_container.active .play_content a
{
	font-weight: bold;
}
.pod_table .play_container.active .play_status
{
  color: #000000;
}
.pod_table .play_container.active.paused .play_status .fa-play:before {
    content: "\f04c";
}

.pod_table .play_container:not(:last-child) {
    padding-bottom: 10px;
}
.pod_table .play_container .play_status {
    width: 20px;
    text-align: center;
    flex-shrink: 0;
    color: #D3D3D3;
}
.pod_table .play_container .play_content {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pod_table .play_container .play_content a {
    color: #333333;
    text-decoration:none;
}
.pod_table .play_container .play_action {
    min-width: 80px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}
.pod_table .play_container .play_action .duration {
    color: #616161;
    font-weight: bold;
    font-size: 90%;
}
.pod_table .play_container .play_action a {
    color: #616161;
    margin-left: 4px;
}

.rssitem .run_prodcast_ur_inline .ab {
	display:inline-block;
}
.rssitem .run_prodcast_ur_inline .ba {
	display:none;
}
.rssitem .run_prodcast_ur_inline.active .ab {
	display:none;
}
.rssitem .run_prodcast_ur_inline.active .ba {
	display:inline-block;
}
.rssitem .run_prodcast_ur_inline.active .fa-play:before {
    content: "\f04c";
}

.feed_toolbar_button_menu_icon
{
  font-size: 16px;
  left: 9px;
  position: absolute;
  top: 4px;
}

.feed_toolbar_button_menu_line
{
  border-top: 1px solid #C3CCD9;
  margin: 5px 0 5px 0;
}

.feed_toolbar_button_menu
{
  background-color: #FFFFFF;
  border: 0px solid #C3CCD9;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
  color: #2E415C;
  cursor: default;
  font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
  line-height: 20px;
  min-width: 130px;
  overflow-x: hidden;
  overflow: auto;
  padding: 5px 0 5px 0;
  position: fixed;
  right: 40;
  top: auto;
  width: 200px;
  z-index: 11;
}

.feed_toolbar_button_menu_heading
{
  font-size: 11px;
  font-style: italic;
  max-width: 200px;
  overflow: hidden;
  padding: 1px 18px 1px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feed_toolbar_button_menu_item
{
  /* text-overflow: ellipsis; */
  cursor: pointer;
  cursor: pointer;
  font-size: 13px;
  max-width: 250px;
  overflow: hidden;
  padding: 4px 18px 4px 33px;
  position: relative;
  white-space: nowrap;
}

.feed_toolbar_button_menu_item_disabled
{
  cursor: not-allowed;
  filter: alpha(opacity=30);
  opacity: 0.3;
  pointer-events: none;
}

.error_message
{
  color: red;
  padding: 10px;
  display: none;
}

.podcast_playlist_heading {
	display: flex;
    align-items: center;
    padding: 5px;
    font-weight: bold;
    background: gray;
    background-color: #FAFAFA;
    padding: 10px;
    border: 1px solid #e7e7e7;
}

.play_action a
{
  color: #616161;
  padding: 0px 3px;
}

.settings_action a
{
  color: #5D4037 !important;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.settings_action a:hover
{
  text-decoration: none;
  background: #E0E0E0;
}

#play_list_dailog_close
{
  background-color: #e7e7e7;
}

.player_settings_container {
    border-top: 1px solid #e7e7e7;
    background-color: #FAFAFA;
    color: #5D4037;
}

.player_settings {
    text-decoration: none;
    color: #5D4037 !important;
    padding: 10px;
    display: inline-block;
}

.player_settings:hover
{
  text-decoration: none;
  background: #E0E0E0;
}

/* Popup box BEGIN */
.hover_bkgr_playlist_info
{
  background: rgba(0,0,0,.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1110000;
}

.hover_bkgr_playlist_info .helper
{
  background: yellow;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_playlist_info > div
{
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid green;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 651px;
  min-height: 100px;
  padding: 30px;
  position: relative;
  vertical-align: middle;
  width: 60%;
}

.popupCloseButton
{
  color: #000;
  cursor: pointer;
  display: inline-block;
  filter: alpha(opacity=20);
  font-family: arial;
  font-size: 21px;
  font-weight: 700;
  font-weight: normal;
  line-height: 1;
  opacity: .2;
  position: absolute;
  right: 15px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  top: 10px;
}

.popupCloseButton:hover
{
  background-color: #ccc;
}

.trigger_popup_playlist_info
{
  cursor: pointer;
  margin-left: 5px;
}
.prodcast_laylist_ .browse.empty {
	display: inline-block;
    border: 1px solid #e0e0e0 ;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
    color: #333;
    background-color: #e0e0e0 ;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 0 5px 0;
    margin-left: 50%;
    transform: translateX(-50%);
}
.podcast_playlist_heading .browse {
    margin-left: auto;
    background: #333;
    color: #ffffff;
    padding: 4px 10px;
    border: 1px solid #333;
    cursor: pointer;
    border-radius: 4px;
}
.hover_bkgr_playlist_info  .modal_content
{
  min-width: 600px;
  text-align: left;
}

.hover_bkgr_playlist_info  .modal_content li {
    display: list-item;
    font: 13px arial, sans-serif;
    list-style-type: disc;
    padding: 3px;
}

#podcast_help_modal .podcast_player_help li {
    display: list-item;
    font-size: 14px;
    list-style-type: disc;
    padding: 3px;
}
#podcast_help_modal .pod_title {
    font-size: 14px;
    margin: 0px;
}

.cs_shortcuts {
    position: absolute;
    top: -21px;
    right: 10px;
    display: flex;
    align-items: center;
    height: 20px;
    border: 1px solid #dddddd;
    box-shadow: -2px -2px 3px 0px rgb(218 206 206 / 75%);
}

.cs_shortcuts .item {
    padding: 4px 12px;
    background: #f8f9fa;
    color: #333333;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    cursor: pointer;
    border-top: 1px solid #dddddd;
}
.cs_shortcuts .item:hover {
	background: #333333;
    color: #fff;
}

#cs_audio_play.fa.loading:before,
#cs_audio_pause.fa.loading:before {
    content: "\f1ce" !important;
}
#cs_audio_play.fa.loading,
#cs_audio_pause.fa.loading {
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

/*#prodcast_image.playing .fa-podcast:before {
	content: "\f001";
}*/


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animated-2x {
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
}
.animated-5x {
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
}
.animated-infitinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px); 
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px); 
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.cs_audio_fast_forward {
    margin-left: 15px;
    border: 1px solid #ddd;
    padding: 4px 4px;
    cursor: pointer;
}
#speedPopup .slidecontainer {
  width: 100%;
}
#speedPopup .slidecontainer .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
#speedPopup .slidecontainer .slider:hover {
  opacity: 1;
}
#speedPopup .slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%; 
  background: #333;
  cursor: pointer;
}
#speedPopup .slidecontainer .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
#speedPopup {
    border: 1px solid #ddd;
    background: #f8f9fa;
    padding: 10px 20px;
	-webkit-box-shadow: -10px 10px 13px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: -10px 10px 13px -4px rgba(0,0,0,0.5);
	box-shadow: -10px 10px 13px -4px rgba(0,0,0,0.5);
	z-index: 3;
}
#speedPopup .the_speed {
    margin-bottom: 5px;
    font-size: 18px;
}
#speedPopup .speed_btns {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
}
#speedPopup .speed_btns .item {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px;
    min-width: 10px;
    margin: 0 5px;
    cursor: pointer;
}
#speedPopup .arrow {
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    overflow: hidden;
}
#speedPopup .arrow::before {
    content: '';
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #f8f9fa;
    border: 1px solid #ddd;
}
#speedPopup[x-placement^="bottom"] .arrow {
    top: -0.75em;
    width: 1.5em;
}
#speedPopup[x-placement^="bottom"] .arrow::before {
    top: 100%;
}
#speedPopup[x-placement^="top"] .arrow {
    bottom: -0.75em;
    width: 100%;
}
#speedPopup[x-placement^="top"] .arrow::before {
    top: 0;
        left: 50%;
}
#speedPopup[x-placement^="left"] .arrow {
    right: -0.75em;
    height: 1.5em;
}
#speedPopup[x-placement^="left"] .arrow::before {
    left: 0;
}
#speedPopup[x-placement^="right"] .arrow {
    left: -0.75em;
    height: 1.5em;
}
#speedPopup[x-placement^="right"] .arrow::before {
    left: 100%;
}
#cs_audioplayer.more_pod .cs_shortcuts .fa-chevron-up:before {
	content: "\f078";
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}

.cs_audio_more {
	display:none;
}
#cs_audioplayer.more_pod  .cs_audio_more {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

#cs_audioplayer.more_pod .cs_audio_more .cs_play_pause_btn.mob {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.cs_play_pause_btn.desk .cs_audio_backward {
		display: none;
	}
	.cs_play_pause_btn.desk .cs_audio_forward {
		display: none;
	}
	.cs_play_pause_btn.desk .cs_audio_fast_forward {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.cs_shortcuts .item[data-id="3"] {
		display:none;
	}
}

.cs_audioplayer_restore {
    position: fixed;
    right: 10px;
    bottom: -1px;
    z-index: 9999;
    background: #f8f8f8;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #dddddd;
    box-shadow: -2px -2px 3px 0px rgb(218 206 206 / 75%);
}