:root {
    --bg-primary: linear-gradient(to bottom, #182555, #17234f, #152049, #141e44, #131c3e, #121a39, #121935, #111730, #10152b, #0f1326, #0e1022, #0c0d1d);
    --bg-footer:#081532; 
    --bg-nav-header:linear-gradient(to bottom, #1e66c1, #225eb7, #2455ad, #264da3, #274599);
    /*--bg-detail: linear-gradient(to bottom, #215cb6, #2357af, #2551a7, #254ca0, #264799, #254291, #243e89, #223981, #1f3475, #1c2f6a, #1a2a5f, #172554);    */
    /*--bg-detail: linear-gradient(to bottom, #264090, #233b84, #203679, #1e316d, #1b2c62, #192859, #16244f, #142046, #121c3c, #111831, #0f1427, #0c0e1e);*/
    --bg-detail:#fff;
    --bg-ep-detail:#424242;
    --bg-ep-detail-active:#194884;
    --bg-user-dropdown:#1c2d66;
    --bg-user-dropdown-hover:#0aa5ff;
    --bg-new-ep: linear-gradient(to bottom, #182555, #17234f, #152049, #141e44, #131c3e, #121a39, #121935, #111730, #10152b, #0f1326, #0e1022, #0c0d1d);
    --bg-main-button:#1b1464;
}
body{
	background: #fff;
    font-family:'Kanit', sans-serif;
}
.text-main{
    color: var(--bg-ep-detail);
}
.bg-section-categories{
	background: var(--bg-primary);
	color: #fff;
}
.bg-footer{
    background: var(--bg-footer);
    color: #fff;
}
.bg-nav-header{
    background: #fff;
    color: #000;    
}
.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: #fff !important;
}
.bg-user-dropdpwn a:hover {
    background: var(--bg-user-dropdown-hover);
    color: #fff !important;
}
.ep-detail {
    padding: 20px;
    background: #F5F5F5;
    color: #212121;
    padding: 2.25rem 2rem;
    border-radius: 10px;
    margin-bottom: 0.75rem;
}
.ep-detail.active {
    background: var(--bg-ep-detail-active);
    color: #fff;
}
.logo-header{
    height: auto;
    width: 200px;
    position: relative;
    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: var(--color-main);
  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: var(--bg-main-button);
    border: 1px solid var(--bg-main-button);
    border-radius: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
button.btn.ep-detail-btn-play {
    color: #fff;
    background: var(--bg-main-button);
    border: 1px solid var(--bg-main-button);
    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;
    padding-bottom: 3px;
}
.pd-h1 .white{
    border-color: #fff;

}
.pd-h1 .black{
    border-color: #000;

}
.pd-h1-0 {
    font-weight: 500;
}
.border-bottom-home{
    border-bottom: 3px solid #000;
}
a.ep-detail-btn-follow {
    color: var(--color-main);
    cursor: pointer;
}
a.btn.ep-detail-btn-play {
    color: #fff;
    background: var(--color-main);
    border: 1px solid var(--color-main);
    border-radius: 18px;
    padding-left: 40px;
    padding-right: 40px;
}