:root {
    --bg-primary: #fff;
    --bg-footer:#e45d82; 
    --bg-nav-header:#E55D82;
    /*--bg-detail: linear-gradient(to bottom, #215cb6, #2357af, #2551a7, #254ca0, #264799, #254291, #243e89, #223981, #1f3475, #1c2f6a, #1a2a5f, #172554);    */
    --bg-detail: #fff;
    --bg-ep-detail:#ea7d9b;
    --bg-ep-detail-active:#e45d82;
    --bg-user-dropdown:#fff;
    --bg-user-dropdown-hover:#e45d82;
    --bg-new-ep: linear-gradient(to bottom, #e45d82, #e56688, #e66e8e, #e67694, #e77e9a);
    --bg-new-ep: #e45d82d1;
}
body{
	background: #fff;
    font-family:'Kanit', sans-serif;
}
.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: 2rem 2rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}
.ep-detail.active {
    background: var(--bg-ep-detail-active);
    color: #fff;
    padding: 2rem 2rem;
    border-radius: 10px;
}
.logo-header{
    height: 100px;
    width: auto;
    position: absolute;
    display: block;
    top: 0px;
    /* border: 63px; */
    border-radius: 0 0 10px 10px;
    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: #e6004e;
  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;
}
.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: #fff;
}
.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 {
    font-size: 0.75rem;
    color: var(--bg-ep-detail);
}
button.btn.ep-detail-btn-follow {
    color: #e45d82;
    border: 1px solid #e45d82;
    border-radius: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
button.btn.ep-detail-btn-play {
    color: #fff;
    background: #e45d82;
    border: 1px solid #e45d82;
    border-radius: 18px;
    padding-left: 40px;
    padding-right: 40px;
}
.ep-detail-list{
    max-height: 36rem;
    overflow-y: auto;
}
img.avatar {
    width: 36px;
    border-radius: 50%;
}
 .a-text-white  {
    color: #fff !important;
}
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: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
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: #e55d82;
    cursor: pointer;
}
a.btn.ep-detail-btn-play {
    color: #fff;
    background: #e45d82;
    border: 1px solid #e45d82;
    border-radius: 18px;
    padding-left: 40px;
    padding-right: 40px;
}
img.icon-category {
    max-width: 150px;
}