@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
body {
    /*background-color: #f9fafc;*/
    background-color: #f3f3f3;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.play-btn {
    width: 30px;
    height: 30px;
    background: #6d40d1;
    border-radius: 50px;
    padding: 0px !important;
    margin: 0 15px;
}
.btn-local.btn-playpause {
    color: #fff;
    font-size: 0;
    cursor: pointer;
    border-radius: 100%;
    background: transparent;
    border-width: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0;
    top: unset;
    position: absolute;
    vertical-align: middle;
    right: unset;
}
*:hover {    
  transition: 0.20s;
}
.align-r {
    text-align: right;
}
.carousel {
	margin: 30px auto 60px;
	padding: 0 80px;
}
.carousel .carousel-item {
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item h4 {
	font-family: 'Varela Round', sans-serif;
}
.carousel .carousel-item img {
	max-width: 100%;
	display: inline-block;
}
.carousel .carousel-item .btn {
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background: #a177ff;
	padding: 6px 15px;
	margin-top: 5px;
}
.carousel .carousel-item .btn:hover {
	background: #8c5bff;
}
.carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .thumb-wrapper {
	margin: 5px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);   
}
.carousel .thumb-content {
	padding: 15px;
	font-size: 13px;
}
.carousel-control-prev, .carousel-control-next {
	height: 44px;
	width: 44px;
	background: none;	
	margin: auto 0;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	border: none;
}
.carousel-indicators li {	
	background: #ababab;
}
.carousel-indicators li.active {	
	background: #555;
}
.splide__arrows {
    width: 100px;
    position: absolute;
    right: 0;
    top: -40px;
}
button.splide__arrow.splide__arrow--prev, button.splide__arrow.splide__arrow--next {
    background: transparent;
    border-radius: 0;
    border: 1px solid #afafaf;
}
.sidebar {
    background-color: #fff;
    /*width: 280px;*/
}
.search-bar {
    border-radius: 12px;
    height: 42px;
    /*margin: 20px 0 0 0;*/
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    border: 1px solid #dddddd;
    width: 100%;
    float: left;
}
.search-bar i {
    float: right;
    cursor: pointer;
    font-size: 17px;
    color: #a9a9a9;
    padding: 13px 10px 13px 10px;
}
.search-bar.warning {
    border: 1px solid red !important;
}
.search-bar input {
    border: 0;
    background: transparent;
    padding: 11px 15px;
    width: 95%;
    outline: none;
    border-radius: 12px 0px 0px 12px;
}
span.small {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.station-area figure img {
    max-width: 100%;
    border-radius: 20px;
}
.station-title h2 {
    font-weight: bold;
}
.descp {
    margin: 10px 0 0;
}
.follow-us {
    margin: 20px 0 0;
}
.follow-us ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.follow-us ul li {
    width: 100%;
    margin: 3px 0;
}
.follow-us ul li a i {
    color: #000;
}
.follow-us ul li a {
    text-decoration: none;
    color: #000;
}
.likes {
    margin-top: 7px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.likes a {
    color: #000;
    text-decoration: none;
    margin: 0 18px 0 0;
}
.share-btns {
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
}
.share-btns a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    float: left;
    border: 2px solid #000;
    padding: 4px 0px;
    margin: 0 0 4px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}
.share-btns a.share {
    background-color: #fff;
    color: #000;
}
.sidebar h6 {
    color: #ababab;
    font-weight: bold;
    padding: 20px 15px;
    font-size: 12px;
}
.sidebar .nav-pills {
    margin-bottom:25px;
}
.sidebar .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .sidebar .nav-pills .nav-link:hover {
    color: #34A0D9;
    background-color: #f0ecfb;
}

.sidebar .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-size: 14px;
}
.sidebar .nav-pills .nav-link.radio-icon {
    background-image: url(../images/radio.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 37px;
    background-position: 14px 9px;
}
.sidebar .nav-pills .nav-link.radio-icon:hover, .sidebar .nav-pills .nav-link.radio-icon.active {
    background-image: url(../images/radio-hover.svg);
}
.sidebar .nav-pills .nav-link i {
    margin-right: 6px;
    width: 12px;
}
.sidebar .nav-pills .nav-link img {
    float: left;
    margin: 1px 6px 0 0;
}
.toggle-btn {
    border: 0;
    padding: 12px;
}
.global-list.top-artist-list figure:hover i {
    box-shadow: 0 0 30px #5d5d5d;
}
.global-list figure {
    position: relative;
    text-align: center;
}
.global-list figure i,  .splide__slide span.play-btn {
    display: none;
}
.global-list figure:hover i,  .splide__slide figure:hover span.play-btn   {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 13px;
    margin-left: -17.5px;
    margin-top: -17.5px;
    background-color: #fff;
    padding: 8px 8px 8px 10px;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    box-shadow: 0 0 60px #000, 0 0 60px #000;
    text-align: center;
    line-height: 21px;
}

.create-new a i {
    font-size: 10px;
    margin-right: 10px;
    margin-left: 8px;
}
.create-new a {
    text-decoration: none;
    padding: 7px 7px 7px 0;
    display: inline-block;
    text-align: center;
    width: 122px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    font-weight: bold;
}
.create-new a:hover {
    background-color: #f5f6f7;
}
.download-app {
    text-align: center;
    margin: 0 auto;
}
.download-app a {
    background-color: #34A0D9;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 20px;
}
ul.download-app li {
    margin: 10px;
}
.download-app a:hover {
    background-color: #dc315c;
}
.artist {
    width: 100%;
} 
.top-artist-info .social-links li img {
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 3px 4px #c3c3c3;
    width: 28px;
}
.top-artist-name {
    width: 220px;
    margin: 0 0 0 15px;
    font-weight: bold;
}
.top-artist-info {
    margin: 10px 0 0;
}
.top-artist {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.top-artist-name .small {
    color: #6731d1;
}
.top-artist-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    display: flex;
}
.top-artist-info ul li {
    margin: 0 15px 0 0;
    display: flex;
}
.top-artist-info 
 .social-links li {
    margin: 9px 10px 10px 0;
}
.more-info {
    float: right;
}
.top-area figure img {
    max-width: 100%;
    border-radius: 21px;
}
.local-radio, .recommend {
    margin-top: 25px;
}
#page-content-wrapper h5 {
    font-weight: bold;
}
.pref a {
    color: #000;
    text-decoration: none;
}
.pref i {
    margin-right: 6px;
}
.top-area {
    margin: 12px 0 10px 0;
}
/* .popular-fm .global-list ul {
    justify-content: space-around;
} */
.popular-fm, .white-bg {
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 0;
    box-shadow: 0 0 10px #eeeeee;
}
.popular-fm {
	margin-top: 25px;
}
.popular-fm h5 {
    margin-bottom: 30px;
}
#ViewAll .popular-fm .global-list  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
#ViewAll .popular-fm .global-list  ul li {
    width: auto;
    margin: 9px 10px;
}
.popular-fm ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.popular-fm h5 {
    font-weight: bold;
}
.popular-fm ul li {
    width: 140px;
    margin-right: 10px;
}
.popular-fm ul li span {
    font-weight: bold;
}
.popular-fm ul li span.small {
    font-weight: normal;
}
figure {
    position: relative;
}
.categories .music-box {
    border: 1px solid #ececec;
    border-radius: 15px;
}
.rating {
    position: absolute;
    z-index: 9;
    width: 44px;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    right: 10px;
    top: 10px;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 0;
}
.popular-fm img {
    /* width: 100%; */
    border-radius: 25px;
    height: 121px;
    width: 121px;
    object-fit: cover;
}
.avatar {
    width: 100%;
    border-radius: 25px;
    height: 121px;
    width: 121px;
    object-fit: cover;
}
.splide__slide img {
    height: 140px;
    width: 140px;
}
.popular-fm .notify-list img {
    border-radius: 15px;
    height: 45px;
    width: 45px;
    object-fit: cover;
}
.popular-fm .radio-list img {
    border-radius: 15px;
    height: 51px;
    width: 51px;
    object-fit: cover;
}
.popular-fm .top-artist-list.global-list img {
    border-radius: 25px;
    height: 84px;
    width: 84px;
    object-fit: cover;
}
.rating i {
    font-size: 9px;
    float: left;
    margin: 3px 0 0 8px;
}
.small, .top-artist-info .small {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #8a8a8a;
}
.top-artist-info .small {
    margin: 0 0 0 4px;
}
.more-icon i {
    background-color: #888;
    color: #ffffff;
    padding: 3px;
    font-size: 11px;
    border-radius: 3px;
    vertical-align: top;
}
.see-all a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #dadada;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 11px;
}
.see-all a:hover {
    background-color: #f9f9f9;
}
.see-all a i {
    font-size: 10px;
    margin-left: 5px;
}
.local-radio h5 {
    margin: 0;
}
.radio-list {
    margin: 20px 0 0 0;
}
.radio-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.radio-list ul li {
    display: flex;
    justify-content: space-between;
    padding: 6px;
    align-items: center;
    height: 100%;
}
.popular-fm ul li span.sr-no {
    margin: 0px 22px 0 7px;
    color: #9a9a9a;
}
.radio-list .artist-info-box .music-icons li {
    width: 160px;
    margin: 0;
}
.radio-list .artist-info-box li {
    width: auto;
}
.radio-list .artist-info-box:hover {
    background-color: #f8f7fd;
}
.radio-list ul.artist-info { 
    display: flex;
}
.radio-rating i {
    color: #f3cb07;
    font-size: 11px;
}
.radio-pic img {
    border-radius: 12px;
	width: 50px;
}
.play i {
    color: #6d40d1;
    font-size: 18px;
}
.sidebar {
    padding-top: 20px;
}
.logo {
	align-self: center;
}
.logo img {
    width: 185px;
}
.top-right-menu {
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.top-right-menu li {
    margin: 0 12px;
    display: flex;
    line-height: 28px;
}
.top-right-menu li a {
    text-decoration: none;
    color: #333;
}
.top-right-menu li a:hover {
    color: #34A0D9;
}
.top-right-menu li a.signup-btn {
    background-color: #34A0D9;
    border-radius: 34px;
    color: #ffffff;
    border: 1px solid #34A0D9;
    padding: 4px 12px;
    line-height: normal;
}
.top-right-menu li a.signup-btn:hover {
    color: #ffffff;
    border-color: #34A0D9;
    background-color: #ffffff;
}
.see-all {
    text-align: right;
}
.discover .recommend ul {
    display: inline-block;
    flex-wrap: inherit;
}
.recommend ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.recommend ul li {
    display: inline-block;
    text-align: center;
    padding: 7px;
    width: 154px;
}
.recommend ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000000;
    padding: 25px 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
    text-align: center;
}
.recommend ul li a:hover {
    background-color: #f8f7fd;
}
.recommend ul li a img {
    justify-self: center;
}
.recommend ul li span {
    margin: 20px 0 0 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
}
.artist figure {
    margin: 0;
}
header {
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 1px 1px 4px #c5c5c5;
}
.user-actions {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    text-align: right;
}
.user-actions li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.user-actions i {
    font-size: 20px;
    color: #333333;
}
.notify span {
    background-color: #f54103;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    padding: 1px 3px;
    font-weight: bold;
    position: absolute;
    right: -6px;
    top: -10px;
}


/*~~~ Dark mode css starts ~~~*/
body.dark-theme {
    background: #24243e;
    color: #bdbdca;
}
.dark-theme .wrap-input100 {
    border-bottom: 1px solid #24243e;
}
.dark-theme .all-inputs {
    background-color: #13132f;
    box-shadow: none;
}
.dark-theme .signup-page {    
    background: #24243e;
    color: #ffffff;
}
.dark-theme .mob-head button i, input.input-form[required] + label[placeholder]:before {
    color: #ffffff;
}
.dark-theme .user-detail a {
    color: #b7b7b7;
}
.dark-theme .popular-fm, .dark-theme .white-bg {
    border-radius: 15px;
    margin-bottom: 0;
    box-shadow: none;
}
.dark-theme #page-content-wrapper h5 {
    font-weight: bold;
}
.dark-theme .top-artist-name .small {
    color: #a070fd;
}
.dark-theme header, .dark-theme .sidebar, .dark-theme .popular-fm, .dark-theme .white-bg {
    background-color: #0e0e23;
    box-shadow: none;
}
.dark-theme .sidebar {
    border: 0;
}
.dark-theme .search-bar {
    border: 0;
    background-color: #252542;
}
.dark-theme .form-control, .dark-theme .form-select, .dark-theme .select2 .form-select{
    border: 1px solid #cfd1d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: .825rem;
    background: transparent;
    color: #fff;
}
.dark-theme select option {
	 background: #0e0e23;
    color: #fff;
}
.error {
    color: #dc3545;
    font-style: italic;
}
.dark-theme .sidebar .nav-pills .nav-link,
.dark-theme .popular-fm ul li span,
.dark-theme .pref a,
.dark-theme .search-bar i,
.dark-theme .search-bar input,
.dark-theme .search-bar ::placeholder,
.dark-theme .top-artist-name,
.dark-theme .user-actions i,
.dark-theme .search-bar,
.dark-theme .small,
.dark-theme .top-artist-info .small,
.dark-theme #page-content-wrapper h5,
.dark-theme #page-content-wrapper h5,
.dark-theme .see-all a {
    color: #ffffff;
}
.dark-theme .likes a, .dark-theme .follow-us ul li a, .dark-theme .follow-us ul li a i {
    color: #fff;
}
.dark-theme .share-btns a {
    border: 2px solid #fff;
    background-color: transparent;
}
.dark-theme .share-btns a.share {
    background-color: #ffffff;
}
.dark-theme .top-right-menu li a {
    color: #fff;
}
.dark-theme .station-area {
    color: #fff;
}
.dark-theme .see-all a:hover {
    color: #000;
}
.dark-theme .sidebar h6 {
    color: #9d9dc3;
}
.dark-theme .recommend ul li a {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #7f7fa9;
}
.dark-theme .popular-fm ul li span {
    font-weight: normal;
}
.dark-theme .recommend ul li a:hover {
    background-color: #24243e;
}
.dark-theme .sidebar .nav-pills .nav-link.radio-icon {
    background-image: url(../images/radio-white.svg);
}
.dark-theme .sidebar .nav-pills .nav-link.active, 
.dark-theme .nav-pills .show>.nav-link, 
.dark-theme .sidebar .nav-pills .nav-link:hover,
.dark-theme .radio-list .artist-info-box:hover {
    background-color:#24243e ;
}
.dark-theme .create-new a {
    color: #fff;
    background-color: #0d6efd;
    border:0;
}
.dark-theme .create-new a:hover {
    background-color: #0756cc;
}
.dark-theme .popular-fm ul li span.rating {
    color: #000000;
}
.dark-theme .splide__arrow--prev svg,
.dark-theme .splide__arrow--next svg {
    fill: #ffffff;
}
.dark-theme .top-artist-info .social-links li img {
    box-shadow: none;
}
    
.dark-theme .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .dark-theme .popular-fm .nav-tabs li button.nav-link.active {
    background-color: transparent;
    color: #ffffff;
}
/*~~~ Dark mode css ends ~~~*/
.slide-toggle {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}
.settings.settings-d {
    background-color: #ffffff;
}
.settings {
    width: auto;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    z-index: 9;
    top: 100px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0px 1px 2px #b5b5b5;
}
.settings i {
    color: #000000;
    animation: spin 2s linear infinite;
    font-size: 18px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.themes {
    margin: 0;
    padding: 20px;
    list-style: none;
    border-top: 1px solid #e4e4e4;
}
.themes h6 {
    color: #000000;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}
.themes a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    background-color: #34A0D9;
    padding: 6px 25px;
    border-radius: 20px;
}
.themes a:hover {
    background-color: #084298;
}
.themes li {
    display: inline-block;
    margin: 0 3px 0 0;
}
.logo {
    display: none;
}
.mob-head {
    display: inline-block;
}
.mob-head button {
    background-color: transparent;
}
.mob-head i {
    font-size: 20px;
}
.mob-logo img {
    width: 200px;
    display: block;
    margin: 2px 5px;
}
.viewall-btn {
    text-align: center;
    margin: 30px 0 20px 0px;
}
.viewall-btn a {
    text-decoration: none;
    border: 1px solid;
    color: #333;
    padding: 10px 30px;
    display: inline-block;
    font-weight: bold;
    border-radius: 15px;
}
.viewall-btn a:hover {

   background-color: #f3f3f3;
    border-color: #3a3a3a;
}
/* .popular-fm .global-list ul li {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px;
    /* margin: 0 5px;
    width: auto; 
    margin: 5px;
} */
.popular-fm .grey-box figure {width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.popular-fm .grey-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.grey-box {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.popular-fm .global-list ul li {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px;
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px .5%;
    width: 24%;
}
.popular-fm .nav-tabs {
    border: 0;
}
.popular-fm .nav-tabs li {
    width: auto;
}
.popular-fm .tab-content {
    padding: 0;
}
.popular-fm .tab-content .music-box {
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 15px;
}
.popular-fm .tab-content h5 {
    margin-bottom: 20px;
}
.popular-fm .nav-tabs li button {
    border: 0;
    font-weight: bold;
    padding: 0;
    color: #989898;
}
.popular-fm .nav-tabs li button:hover {
    color: #34A0D9;
}
.popular-fm .nav-tabs li button.nav-link.active {
    font-weight: bold;
    color: #34A0D9;
}
.popular-fm ul.notify-list img {
    float: left;
}
.top-artist-list .col-4 {
    text-align: center;
}
.top-artist-list span {
    font-weight: bold;
    margin: 4px 0 0 0;
    display: inline-block;
}
.top-artist-list .col-4 {
    margin-bottom: 20px;
}
.music-player {
	position: fixed;
    bottom: 0;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px;
    background: #34A0D9;
    background: -moz-linear-gradient(top,  #34A0D9 0%, #34A0D9 100%);
    background: -webkit-linear-gradient(top,  #34A0D9 0%,#34A0D9 100%);
    background: linear-gradient(to bottom,  #34A0D9 0%,#34A0D9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34A0D9', endColorstr='#34A0D9',GradientType=0 );
    display: inline-block;
}
.music-player h5 { 
    text-align: center;
    margin: 0;
}
.music-player figure {
    margin: 19px 0;
}
.music-player h6, .music-player span {
    text-align: left;
    display: block;
    text-shadow: none;
}
.music-player h6 {
    font-weight: bold;
    margin: 17px ​0 0 0;
}
.music-player span {
    color: #ecf1f1;
}
.popular-fm ul {
    flex-wrap: wrap;
}
body.signup {
    background-color: #f9fafc;
}
.signup-area {
    padding: 0px 0;
}
.signup-area h1 {
    font-size: 28px;
    font-weight: bold;
}
form ul.social-links a {
    padding: 0;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #e4e4e4;
}
header.side-menu {
    background-color: transparent;
    box-shadow: none;
}
body.privacypolicy {
    background-color: #ffffff;
}
#policy h6, #terms h6 {
    font-weight: bold;
    margin: 25px 0 10px 0;
}
.reason li {
    list-style: auto;
}
.v-list li:before {
    content: '\00BB';
    font-size: 21px;
    margin-right: 6px;
}
.v-list {
    display: flex;
}
.v-list li {
    margin: 10px 30px;
}
#terms {
    margin-top: 50px;
}
#terms ol li {
    list-style: auto;
}
#terms ol li::marker {
    font-weight: bold;
}
#terms ul.inn-list li {
    list-style: lower-alpha;
    margin-left: 19px;
}
.signup-image {
    margin: 0 auto;
    display: block;
    margin-top: 0px;
    width:100%;
}
#terms ul.inn-list li::marker  {
font-weight: normal;
}
.userprofile .local-radio, .userprofile  .recommend {
    margin-top: 0;
}
.user-detail span {
    font-size: 23px;
    font-weight: bold;
}
.user-detail a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
}
.userprofile i.fa-chevron-right, .userprofile i.fa-chevron-down {
    font-size: 11px;
    color: #5a5a5a;
}
.other p {
    font-weight: bold;
    font-size: 16px;
}
.user-detail:after {
    content: '';
    height: 40px;
    width: 2px;
    background-color: rgb(185, 185, 185);
    position: absolute;
    right: 0;
}
.edit {
    position: absolute;
    bottom: 0;
    left: 70px;
    color: #fff;
    background-color: #00000073;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 3;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.edit:hover {
    color: #fff;
    background-color: #34A0D9;
}
/*  music player css starts */


.player {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.album {
  position: relative;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-bottom: -13%;
  overflow: hidden;
  transform: translate(20%,10%);
  background-color: #111;
  border: 1px solid #111;
  border-radius: 50%;
  box-shadow:
    0 0.0625em 0.1875em rgba(0,0,0,0.5),
    0 0 0.125em 0.3125em #ddd,
    0 0.0625em 0 0.375em #bbb,
    0 0 0.375em 0.325em rgba(0,0,0,0.3),
    0 0 0.5em 0.375em rgba(0,0,0,0.3),
    0 0.25em 1em 0.5em rgba(0,0,0,0.15),
    inset 0 0 0 0.0625em rgba(0,0,0,0.5),
    inset 0 0 0 0.1875em rgba(255,255,255,1),
    inset 0 0 0 0.375em rgba(0,0,0,0.5),
    inset 0 0 0 0.4375em rgba(255,255,255,0.2),
    inset 0 0 0 0.5em rgba(0,0,0,0.5),
    inset 0 0 0 0.5625em rgba(255,255,255,0.3),
    inset 0 0 0 0.625em rgba(0,0,0,0.5),
    inset 0 0 0 0.6875em rgba(255,255,255,0.2),
    inset 0 0 0 0.75em rgba(0,0,0,0.5),
    inset 0 0 0 0.8125em rgba(255,255,255,0.3),
    inset 0 0 0 0.875em rgba(0,0,0,0.5),
    inset 0 0 0 0.9375em rgba(255,255,255,0.3),
    inset 0 0 0 1em rgba(0,0,0,0.5),
    inset 0 0 0 1.0625em rgba(255,255,255,0.2),
    inset 0 0 0 1.125em rgba(0,0,0,0.5),
    inset 0 0 0 1.1875em rgba(255,255,255,0.3),
    inset 0 0 0 1.25em rgba(0,0,0,0.5),
    inset 0 0 0 1.3125em rgba(255,255,255,0.2),
    inset 0 0 0 1.375em rgba(255,255,255,0.2),
    inset 0 0 0 1.4375em rgba(0,0,0,0.5),
    inset 0 0 0 1.5em rgba(255,255,255,0.3),
    inset 0 0 0 1.5625em rgba(0,0,0,0.5),
    inset 0 0 0 1.625em rgba(255,255,255,0.3),
    inset 0 0 0 1.6875em rgba(0,0,0,0.5),
    inset 0 0 0 1.75em rgba(255,255,255,0.2),
    inset 0 0 0 1.8125em rgba(0,0,0,0.5),
    inset 0 0 0 1.875em rgba(255,255,255,0.2),
    inset 0 0 0 1.9375em rgba(0,0,0,0.5),
    inset 0 0 0 2em rgba(255,255,255,0.3),
    inset 0 0 0 2.0625em rgba(0,0,0,0.5),
    inset 0 0 0 2.125em rgba(0,0,0,0.5),
    inset 0 0 0 2.1875em rgba(255,255,255,0.1),
    inset 0 0 0 2.25em rgba(0,0,0,0.5),
    inset 0 0 0 2.3125em rgba(255,255,255,0.2),
    inset 0 0 0 2.375em rgba(255,255,255,0.1),
    inset 0 0 0 2.4375em rgba(0,0,0,0.5),
    inset 0 0 0 2.5em rgba(255,255,255,0.3),
    inset 0 0 0 2.5625em rgba(0,0,0,0.5),
    inset 0 0 0 2.625em rgba(255,255,255,0.2),
    inset 0 0 0 2.6875em rgba(0,0,0,0.5),
    inset 0 0 0 2.75em rgba(255,255,255,0.2),
    inset 0 0 0 2.8125em rgba(0,0,0,0.5),
    inset 0 0 0 2.875em rgba(255,255,255,0.2),
    inset 0 0 0 2.9375em rgba(0,0,0,0.5),
    inset 0 0 0 3em rgba(255,255,255,0.3),
    inset 0 0 0 3.0625em rgba(0,0,0,0.5),
    inset 0 0 0 3.125em rgba(0,0,0,0.5),
    inset 0 0 0 3.1875em rgba(255,255,255,0.2),
    inset 0 0 0 3.25em rgba(0,0,0,0.5),
    inset 0 0 0 3.3125em rgba(255,255,255,0.2),
    inset 0 0 0 3.375em rgba(255,255,255,0.1),
    inset 0 0 0 3.4375em rgba(0,0,0,0.5),
    inset 0 0 0 3.5em rgba(255,255,255,0.3);
}

.album::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  background-image:
    linear-gradient(
      -45deg,
      rgba(255,255,255,0) 30%,
      rgba(255,255,255,0.125),
      rgba(255,255,255,0) 70%
    ),
    linear-gradient(
      -48deg,
      rgba(255,255,255,0) 45%,
      rgba(255,255,255,0.075),
      rgba(255,255,255,0) 55%
    ),
    linear-gradient(
      -42deg,
      rgba(255,255,255,0) 45%,
      rgba(255,255,255,0.075),
      rgba(255,255,255,0) 55%
    ),
    radial-gradient(
      circle at top left,
      rgba(0,0,0,1) 20%,
      rgba(0,0,0,0) 80%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0,0,0,1) 20%,
      rgba(0,0,0,0) 80%
    );
}

.cover,
.cover div {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 6em;
  height: 6em;
  overflow: hidden;
  transform-origin: 0 0;
  transform: rotate(0) translate(-50%,-50%);
  border-radius: 50%;
  animation: spin 4s linear infinite paused;
}

.ffing .cover {
  animation-play-state: running;
}

.cover div {
  border-radius: 0;
  animation: spin 2s linear infinite reverse paused;
}

.rwing .cover div {
  animation: spin 2s linear infinite reverse running;
}

.cover::before,
.cover::after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transform: rotate(0) translate(-50%,-50%);
  border-radius: 50%;
  box-shadow: inset 0 0.0625em rgba(255,255,255,0.3);
  animation: spin 4s linear infinite reverse paused;
}

.cover::after {
  width: 0.25em;
  height: 0.3125em;
  margin-top: -0.0625em;
  background-color: #eee;
  border-radius: 0.125em;
  box-shadow:
    inset 0 -0.0625em 0.0625em rgba(0,0,0,0.5),
    inset 0.0625em -0.0625em 0.125em rgba(255,255,255,0.15),
    inset -0.0625em -0.0625em 0.125em rgba(255,255,255,0.15),
    inset 0 -0.125em 0.125em rgba(0,0,0,0.8),
    0 0.0625em 0.0625em rgba(0,0,0,0.5),
    0 0.0625em 0.25em 0.0625em rgba(0,0,0,0.15),
    0 0 0.25em 0.125em rgba(0,0,0,0.15);
}

.ffing .cover::before,
.ffing .cover::after {
  animation-play-state: running;
}

.cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform-origin: 0 0;
  transform: rotate(0) translate(-50%,-50%);
  animation: spin 4s linear infinite paused;
}

.paused .cover img {
  animation-play-state: paused;
}

.playing .cover img {
  animation-play-state: running;
}

.info {
  text-align: center;
  text-shadow: 0 0.0625em rgba(255,255,255,1);
  margin-top: 23px;
}

.time {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}

.time > * {
  margin: 0 0.5em;
}

.progress {
  flex-grow: 2;
  height: .230em;
  background-color: #adcaca;
  border-radius: 0.0625em;
  cursor: pointer;
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #ffffff;
}
/* .progress span:after { 
    content: '';
    background-color: #269c9c;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    margin-top: -4px;
    border: 2px solid #ffffff;
}*/
.actions {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  appearance: none;
  outline: none;
  position: relative;
  padding: 0;
  font-size: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.button {
  width: 3em;
  height: 3em;
  border: none;
  border-radius: 50%;
}

.button::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%,-50%);
}

.button:hover::before {
    background-color: #6832d257;
    border-radius: 50px;
    transition: all .2s ease-out;
}

.play-pause {
  width: 4em;
  height: 4em;
  background-color: #f6f6f673;
    border-radius: 50px;
    transition: all .2s ease-out;
}

.rw {
  right: -0.25em;
  margin-left: 0.375em;
  transform: scaleX(-1);
}

.ff {
  left: -0.25em;
  margin-right: 0.375em;
}

.button .arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  overflow: hidden;
  transform: translate(-50%,-50%);
}

.button .arrow::before,
.button .arrow::after {
  content: '';
  position: absolute;
  left: -50%;
  width: 100%;
  height: 100%;
  transform: scale(1.2,0.7) rotate(45deg);
  background-color: #fff;
}

.button .arrow::after {
  left: 0;
  transform: none;
  background-color: transparent;
}

.paused .play-pause .arrow {
  margin-left: 0.1875em;
}

.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
  left: 0;
  width: 0.4375em;
  transform: none;
  background-color: #ddd;
}

.playing .play-pause .arrow::after {
  left: auto;
  right: 0;
}

.rw .arrow,
.ff .arrow {
  width: 20%;
  height: 20%;
  margin-left: 12%;
}

.rw .arrow:first-child,
.ff .arrow:first-child {
  margin-left: -4%;
}

.button:active .arrow::before,
.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
  background-color: #ffffff;
}

.signup-page {
    background-color: #f9fafc;
}
.shuffle {
  width: 1.375em;
  height: 1.375em;
  color: #ffffff;
}

.shuffle .arrow {
    position: absolute;
    top: 0.1875em;
    left: 0;
    width: 0.375em;
    height: .10em;
    color: inherit;
    background-color: #ffffff;
}
/* 
.shuffle .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 0.125em);
  width: 0.5em;
  height: 1em;
  transform: skewX(30deg);
  border-bottom: 0.125em solid;
  border-left: 0.125em solid;
  
}

.shuffle .arrow::after {
  content: '';
  position: absolute;
  top: 0.6875em;
  left: calc(100% + 0.625em);
  border: 0.25em solid transparent;
  border-left-width: 0.375em;
  border-left-color: currentColor;
}

.shuffle .arrow:first-child {
  transform-origin: 0 0.5em;
  transform: scaleY(-1);
} */

.repeat {
  width: 1.375em;
  height: 1.375em;
  color: #ffffff;
  border: none;
  border-right-color: transparent;
  border-radius: 50%;
}
/* 
.repeat::before {
    content: '';
    position: absolute;
    top: -0.125em;
    left: -0.020em;
    width: calc(100% + 0.25em);
    height: calc(100% + 0.25em);
    transform: rotate(-24deg);
    border: 0.175em solid transparent;
    border-right-color: currentColor;
    border-radius: 50%;
}

.repeat::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.5125em;
  border: 0.25em solid transparent;
  border-top-width: 0.375em;
  border-top-color: currentColor;
} */

.shuffle.active,
.repeat.active {
  color: #20daec;
}

@keyframes spin {
  100% { transform: rotate(360deg) translate(-50%,-50%); }
}



/*  music player css ends */

/*      keyframes   */
@keyframes timer {
    0%      {width: 0%;}
    100%    {width: 100%;}
}

@keyframes rolling-disk {
    0%      {transform: rotate(0);}
    100%    {transform: rotate(1turn);}
}
.popular-fm ul li span.song-time {
    display: none;
}
.artist-info .radio-name {
        width: 70%;
    }
/*-- Media class starts --*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 375px) { 
    #sidebar-wrapper {
         margin-left: -11.3rem;
    }
}
@media (max-width: 350px) { 
    .see-all a {
        padding: 4px 2px;
    }
 }

@media (min-width: 576px) {  }

@media (max-width: 767px) {
    #ViewAll .popular-fm .global-list  ul {
        grid-template-columns: auto auto;
    }
    .popular-fm img {
        height: auto;
        width: 100%;
    }
    .follow-us ul li {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .follow-us ul li a i {
        width: 15px;
    }
    .share-btns {
        margin: 4px auto;
        display: inline-flex;
    }
    ul.share-btns li {
        padding: 0 5px;
    }


    .likes {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .search-bar input {
        width: 86%;
    }
    .recommend ul li {
        width: 49%;
    }
    .user-pic {
        margin: 0;
    }
    .radio-list .artist-info-box .music-icons {
        display: inline-block;
    }
    .radio-list .artist-info-box .music-icons li {
        float: right;
        width: 100px;
        margin: -8px 43px 0 0;
    }
    .button {
        margin: 0 1px;
    }
    .popular-fm {
        margin-top: 20px;
    }
    .radio-list ul.artist-info {
        flex-wrap: nowrap;
    }
    .signup-image {
        display: none;
    }
    .signup-area {
        padding: 30px 0;
    }
    .radio-name .small {
        width: 100%;
    }
    .radio-name .small {
        width: 100%;
    }
    .music-icons .channel-name {
        display: none;
    }
    .radio-name .song-time {
        float: right;
    }
    .radio-name span:first-child {
        width: 100%;
        float: left;
    }
    .radio-pic img {
        width: 51px;
    }
    .radio-list .artist-info-box .artist-info li:nth-child(2) {
        align-items: flex-start;
        padding-top: 2px;
    }
    .see-all a {
        padding: 4px 15px;
        width: auto;
    }
    .popular-fm .global-list ul li {
        margin-bottom: 10px;
        width: 45%;
        margin: 10px auto;
    }
    .artist-info .radio-name {
        width: 70%;
    }
    .top-right-menu {
		margin: 5px;
		padding: 10px 0px;
		list-style: none;
		display: flex;
		border-top: 1px solid #cfcfcf59;
		border-bottom: 1px solid #cfcfcf59;
	}
	.order-sm-1 {
        order: 1 !important;
    }
    
	.order-sm-2 {
        order: 2 !important;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .sidebar {
      width: 210px;
  }
  
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {   
    .logo {
        display: inline-block;
    }
    .mob-head {
        display: none;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }

/*-- Media class ends --*/


/***************custom*******************/
.has-error .checkbox, .file .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #dc3545;
}
.has-error .form-control {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-success .form-control {
    border-color: #008000!important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
span.play-btn,.play {
    cursor: pointer;
}
img.top-banner {
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.account-settings .user-profile {
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-align: center;
}
.account-settings .user-profile .user-avatar {
    margin: 0 0 1rem 0;
}
.account-settings .user-profile .user-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.account-settings .user-profile h5.user-name {
    margin: 0 0 0.5rem 0;
}
.account-settings .user-profile h6.user-email {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9fa8b9;
}
.account-settings .about {
    margin: 2rem 0 0 0;
    text-align: center;
}
.account-settings .about h5 {
    margin: 0 0 15px 0;
    color: #007ae1;
}
.account-settings .about p {
    font-size: 0.825rem;
}
.form-control {
    border: 1px solid #cfd1d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: .825rem;
    background: #ffffff;
    color: #2e323c;
}

.card {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}
 #loadBtn {
    background-color: #34A0D9;
    padding: 8px 17px;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
  }
#loadsingleBtn {
    background-color: #34A0D9;
    padding: 8px 17px;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
}
  .loadmore {
    text-align: center;
    margin-top: 10px;
  }
.popular-fmpf {
    background-color: #ffffff;
    margin-top: 25px;
    border-radius: 15px;
    margin-bottom: 0;
    box-shadow: 0 0 10px #eeeeee;
}
.popular-fmpf .avatar {
    width: 150px;
    border-radius: 100px;
    height: 150px;
}
span.banner-text {
   display: inline-block;
    position: absolute;
    top: 30%;
    left: 47%;
    color: #fff;
    text-shadow: 1px 1px #34A0D9;
    font-size: 13px;
    margin-top: -17.5px;
    border-radius: 20px;
    text-align: left;
    line-height: 21px;
}
span.banner-text p {
    margin-bottom: 0rem;
}
span.banner-text h2 {
    font-size: 24px;
}
span.banner-text h2 a {
    color: #ffffff;
    text-shadow: 2px 2px #34A0D9;
}
span.banner-text a {
    color: #ffffff;
}
span.banner-logo {
   display: inline-block;
    position: absolute;
    top: 11%;
    left: 10%;
    border-radius: 20px;
    text-align: left;
    line-height: 21px;
}
img.logo-banner {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.signup-btn {
    background-color: #34A0D9 !important;
    color: #ffffff;
}
.login-btn {
    background-color: #ffffff;
    color: #777777;
    font-size: 19px;
    font-weight: 400;
}
.station-detail p {
    margin-bottom: 0rem;
}
.play-btn {
    width: 30px;
    height: 30px;
    background: #6d40d1;
    border-radius: 50px;
    padding: 6px 9px;
    margin: 0 15px;
}
.artist-info-box .play-btn i {
     color: #fff; 
}
.splide__slide {
    text-align: center;
}
/************************************************/
.play-btn-local {
	width: 30px;
    height: 30px;
    background: #6d40d1;
    border-radius: 50px;
    padding: 0px 0px;
    margin: 0 15px;
}
.play-btn-local >.btn-playpause {
    font-size: 0;
    cursor: pointer;
    border-radius: 100%;
    background: transparent;
    border-width: 0;
    overflow: hidden;
    margin: 0;
    position: absolute;
    vertical-align: middle;
    padding: 0;
}
.buttons-copy {
    background-color: #666 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 60px;
    margin: 0px 5px 0px 5px;
}
.buttons-csv {
    background-color: #2ab9d0 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 60px;
    margin: 0px 5px 0px 5px;
}
.buttons-excel {
    background-color: #59bf70 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 60px;
    margin: 0px 5px 0px 5px;
}
.buttons-pdf {
    background-color: #e91e63 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 60px;
    margin: 0px 5px 0px 5px;
}
.buttons-print {
    background-color: #6563ef !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 60px;
    margin: 0px 5px 0px 5px;
}
.table td ul li.qz-edit {
    color: #FC9C2C;
}
.table td ul li.qz-close {
    color: #F05050;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
td ul.d-flex.list-unstyled i {
    font-size: 24px;
}
.dark .custom-switch-indicator {
    background: #585b5f;
}
.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0,40,100,0.12);
    transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s left;
}
.custom-switch-input:checked ~ .custom-switch-indicator {
    background: #27C24C !important;
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px);
}
.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-group {
    margin-bottom: 25px;
}
.txtapprove {
    background-color: #59bf70 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 1px #59bf70 !important;
    width: max-content;
    padding: 5px 5px;
}

.txtunapprove {
    background-color: #F05050 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 1px #F05050 !important;
    width: max-content;
    padding: 5px 5px;
}
ul.themes button {
    color: #fff;
}
h5.modal-title {
    color: #000 !important;
}
#queryForm .form-label {
    margin-bottom: 0.5rem;
    color: #000000;
}
@media (max-width: 767px){
.podcast-info-box span.post-title.h5 {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.podcast-info-box .description-box {
    max-height: 45px;
    overflow: clip;
    transition: max-height 0.3s ease;
}
img.logo-banner {
    width: 120px !important;
    max-width:120px !important;
    height: 120px;
    object-fit: cover;
}
span.banner-logo {
    top: 12%;
    left: 5%;
}
img.top-banner {
    height: 160px;
    width: 100%;
    object-fit: cover;
}
span.banner-text{
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 42%;
    color: #fff;
    text-shadow: 1px 1px #34A0D9;
    font-size: 11px;
    margin-top: -17.5px;
    border-radius: 20px;
    text-align: left;
    line-height: 18px;
}
.station-title h2 {
    font-size: 16px;
}
span.banner-text h2 {
    font-size: 16px;
}
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -12.4rem;
    transition: margin 0.25s ease-out;
}
.share-btns a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    float: left;
    border: 2px solid #000;
    padding: 4px 20px;
    margin: 0 10px 5px 10px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}
}
ul.social-links li {
    display: inline-block;
}
/*****************************************/

.modal-share .icons {
    margin: 15px 0px 20px 0px
}

.modal-share .icons a {
    text-decoration: none;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease-in-out
}

.modal-share .icons a:nth-child(1) {
    color: #1877F2;
    border-color: #B7D4FB
}

.modal-share .icons a:nth-child(1):hover {
    background-color: #1877F2;
    color: #fff
}

.modal-share .icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc
}

.modal-share .icons a:nth-child(2):hover {
    background-color: #46C1F6;
    color: #fff
}


.modal-share .icons a:nth-child(3) {
    color: #25d366;
    border-color: #bef4d2
}

.modal-share .icons a:nth-child(3):hover {
    background-color: #25d366;
    color: #fff
}

.modal-share .icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff
}

.modal-share .icons a:nth-child(5):hover {
    background-color: #0088cc;
    color: #fff
}

.modal-share .icons a:hover {
    border-color: transparent
}

.modal-share .icons a span {
    transition: all 0.09s ease-in-out
}

.modal-share .icons a:hover span {
    transform: scaleX(1.1)
}

.modal-share .field {
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px
}

.modal-share .field.active {
    border-color: #34A0D9
}

.field span {
    width: 50px;
    font-size: 1.1rem
}

.field.active span {
    color: #34A0D9
}

.field input {
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%
}

.field button {
    padding: 11px 15px;
    color: #fff;
    background: #34A0D9 ;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fields span {
    width: 50px;
    font-size: 1.1rem
}

.fields.active span {
    color: #7d2ae8
}

.fields input {
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%
}
.modal-share .fields {
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px
}

.modal-share .fields.active {
    border-color: #7d2ae8
}
.fields button {
    padding: 5px 16px;
    color: #fff;
    background: #7d2ae8;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500
}
@media (max-width: 330px) {
    .modal-share .icons a {
        margin-right: 15px;
        width: 35px;
        height: 35px
    }
}

* ::selection { 
    background: #34A0D9 !important; 
    color:#ffffff;
}
.sideborder {
    border-right: 1px solid #ccc;
}
.dark-theme .login-btn {
    background-color: #ffffff;
    color: #777777;
}
/*-----------------volume bar----------*/
.volume-control {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
	justify-content: center;
}
  input[type="range"] {
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    background: #f2eae4;
	background: linear-gradient(to right, #dc315c 0%, #dc315c 50%, #ddd 50%, #ddd 100%);
    height: 8px;
    outline: none;
    cursor: pointer;
	width:50%;
    border-radius: 5px;
  }

  input[type="range"]::-ms-fill-lower {
    background: #f2eae4;
	height:50px;
  }

  input[type="range"]::-ms-fill-upper {
    background: #f2eae4;
  }

  input[type="range"]::-moz-range-track {
    border: none;
    background: #f2eae4;
  }
	
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
  appearance: none;
  width: 20px;
  background: #dc315c;
  height: 20px;
  background-color: #dc315c;
  cursor: pointer;
  border-radius: 100%;
  }

  input[type="range"]::-moz-range-thumb {
    background: #ff3677;
    height: 20px;
    width: 20px;
    border-radius: 100%;
  }
	  input[type="range"]::-moz-range-progress {
		 background-color: rgb(255, 120, 0);
	}
/**********loader*************/
.lds-dual-ring {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.lds-dual-ring::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.grey {
    color: rgba(255, 255, 255, 0.87);
    background-color: #24243e;
}

.dark-theme .popular-fm .global-list ul li:after {
    color: #ffffff;
}
.popular-fm .global-list ul li:after {
    color: #212529;
}
.dark-theme  span.small:after {
    color: #ffffff;
}
span.small:after {
    color: #212529;
}
.dark-theme .podcast-info-box {
    background: #24243e;
    border-radius: 10px;
}

.podcast-info-box {
    background: #f8f7fd;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #00000069;
}
.podcast-info-box #podcast-play{
    color: #fff;
    font-size: 0;
    cursor: pointer;
    border-radius: 100%;
    background: transparent;
    border-width: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0;
    top: unset;
    position: absolute;
    vertical-align: middle;
    right: unset;
}
.podcast-info-box #podcast-play:before{
   font-size: 25px;
    padding: 1px 1px;
    line-height: 0.5;
}
.podcast-info-box #podcast-play.is-playing:before {
    padding: 3px 0px !important;
    font-size: 20px !important;
    line-height: 0.5 !important;
}
ul.episode-list li {
    width: auto;
    margin: 0 auto;
}
.dark-theme .episode-list li a {
    color:#ffffff;
}
.episode-list li a {
    color:#212529;
}
.artist-info-box .play-btn i {
    color: #fff;
    padding: 15px;
}
.artist-info-box .play-btn i.btn-playpause:before {
    font-size: 16px;
    padding: 0px 3px;
    text-align: center;
}
.artist-info-box .play-btn i.btn-playpause.is-playing:before {
    padding: 0 1px;
}
.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}