:root {
    --bg-primary: #eee;
    --bg-footer:#fab035; 
    --bg-nav-header:#fff;
    /*--bg-detail: linear-gradient(to bottom, #215cb6, #2357af, #2551a7, #254ca0, #264799, #254291, #243e89, #223981, #1f3475, #1c2f6a, #1a2a5f, #172554);    */
    --bg-detail: #fff;
    --bg-ep-detail:#fab035;
    --bg-ep-detail-active:#ffc96b;
    --bg-user-dropdown:#fff;
    --bg-user-dropdown-hover:#fab035;
    --bg-new-ep: linear-gradient(to bottom, #fab035, #e56688, #e66e8e, #e67694, #e77e9a);
    --bg-new-ep: #fab035d1;
}
@font-face {
	font-family: 'DB-Helvethaica';
	src: url('/styles/fonts/DB-Helvethaica/DB HelvethaicaMon X v3.2.eot'); /* IE9 Compat Modes */
	src: url('/styles/fonts/DB-Helvethaica/DB HelvethaicaMon X v3.2.eot') format('embedded-opentype'); /* IE6-IE8 */
	src: url('/styles/fonts/DB-Helvethaica/DB HelvethaicaMon X v3.2.woff2') format('woff2'); /* Super Modern Browsers */
	src: url('/styles/fonts/DB-Helvethaica/DB HelvethaicaMon X v3.2.woff') format('woff'); /* Pretty Modern Browsers */
	src: url("/styles/fonts/DB-Helvethaica/DB HelvethaicaMon X v3.2.ttf");
	src: url('/styles/fonts/DB-Helvethaica/DB HelvethaicaMon X v3.2.ttf')  format('truetype'); /* Safari, Android, iOS */
}
html {
  font-size: 24px;
}
body{
	background: #fff;
	font-family: 'DB-Helvethaica', sans-serif;
	line-height: initial;
}
.text-main{
    color: var(--bg-ep-detail);
}
.bg-section-categories{
	background: var(--bg-primary);
	color: #000;
}
.bg-footer{
    background: var(--bg-footer);
    color: #fff;
}
.bg-nav-header{
    background: var(--bg-nav-header);
    color: #fff;    
}
.bg-detail{
    background: var(--bg-detail);
    color: #000;    
}
.bg-user-dropdpwn {
    background: var(--bg-user-dropdown);
    /* color: #fff; */
}
.bg-user-dropdpwn a {
    background: var(--bg-user-dropdown);
    color: #757575 !important;
}
.bg-user-dropdpwn a:hover {
    background: var(--bg-user-dropdown-hover);
    color: #fff !important;
}
.ep-detail {
    padding: 20px;
    background: #F5F5F5;
    color: #212121;
    padding: .5rem .5rem;
    margin-bottom: .5rem;
}
.ep-detail.active {
    background: var(--bg-ep-detail-active);
    color: #fff;
    padding: 2rem 2rem;
    border-radius: 10px;
}
.logo-header{
    width: 180px;
    position: absolute;
    display: block;
    top: 0px;
    z-index: 99;
}
a:hover {
    color: none;
    text-decoration: none;
}
:focus {
    outline-offset: 0px !important;
    outline: none: none !important;
}
a:focus {
    outline-offset: 0px !important;
}
*:focus {
    outline: none !important;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #fab035;
  border: 0px none #fff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #fff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1rem;
}
.media {
    display: -ms-flexbox;
    display: flex !important;
}
.w-125-px{
	width: 125px;
}
.bg-new-ep {
    /* background: var(--bg-new-ep); */
    padding: 15px;
    display: flex;
    color: #000;
}
.mdb {
    transition: box-shadow 135ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
    transition: width 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px;
}
footer.container {
    font-size: 1.2rem;
}
img.download-app {
    width: 165px;
}
img.img-ep-detail {
    width: 16px;
}
hr.hr-detail {
    background: #eeeeee3d;
}
span.ep-detail-count-ep {
    color: var(--bg-ep-detail);
}
button.btn.ep-detail-btn-follow {
    color: #fab035;
    border: 1px solid #fab035;
    border-radius: 0px;
    padding: .25rem 1.25rem;
}
button.btn.ep-detail-btn-play {
    color: #fff;
    background: #fab035;
    border: 1px solid #fab035;
    border-radius: 0px;
    padding: .25rem 1.25rem;
}
.ep-detail-list{
    max-height: 36rem;
    overflow-y: auto;
}
img.avatar {
    width: 36px;
    border-radius: 50%;
}
.a-text-white  {
    color: #fff !important;
}
.nav-link {
    padding: 0rem 0rem;
}
a.navbar-brand {
    cursor: pointer;
}
.headalbum {
    font-size: 1.5rem;
    font-weight: 500;
}
.text-black {
    color: #212121;
}
a.dropdown-item {
    cursor: pointer;
}
button.btn.ep-detail-btn-follow.active {
    border-radius: 0px;
    padding: .25rem 1.25rem;
}
img.cover-podcast {
    height: 350px !important;
    z-index: 5;
}
.carousel-item img {
    max-height: 380px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.pd-h1-2 {
    font-weight: 300;
    font-style: italic;
}
.pd-h1-1 {
    font-size: 2.5rem;
    font-weight: 300;
}
.pd-h1 {
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
}

.pd-h1-0 {
    font-weight: 500;
}
.border-bottom-home{
    border-bottom: 3px solid #000;
}
a.ep-detail-btn-follow {
    color: #fab035;
    cursor: pointer;
}
a.btn.ep-detail-btn-play {
    color: #fff;
    background: #fab035;
    border: 1px solid #fab035;
    border-radius: 0px;
    padding: .25rem 1.25rem;
}
img.icon-category {
    max-width: 150px;
}