
:root {
  --body-bg: #fafafa;
/*  --body-bg: #f0f4f7;*/
/*  --body-bg: #edf1fa;*/
  --main-color: #ff0173;
  --body-font-size: 15px;
  --body-font-weight: 400;
  --body-color: #212529;
  --body-light: #8f8f8f;
  --primary-color: #ff0173;
  --secondary-color: #8492a1;
  --headers-color: #0d0c22;
  --primary-border: #e8e8eb;
  --border-primary: #e2eef1;
  --border-light: #f0f0f0;
  --secondary-border: #f4f4f5;
  --btn-font-size: 14px;
  --btn-font-weight: 600;

  --box-border: 1px solid #e8e8eb;
  --box-border-radius: 8px;
  --box-shadow: 0 5px 10px -3px rgb(0 0 0 / 0%), 0 3px 2px -2px rgb(0 0 0 / 0%);

  --facebook-color: #4c6ef5;
  --twitter-color: #4dabf7;
  --instagram-color: #ca5999;
  --youtube-color: #cf3427;
  --spotify-color: #3ab110;
  --soundcloud-color: #fd7e14;

}

.facebook-bg {background-color: var(--facebook-color);}
.twitter-bg {background-color: var(--twitter-color);}
.instagram-bg {background-color: var(--instagram-color);}
.youtube-bg {background-color: var(--youtube-color);}
.facebook-color {color: var(--facebook-color) !important;}
.twitter-color {color: var(--twitter-color) !important;}
.instagram-color {color: var(--instagram-color) !important;}
.youtube-color {color: var(--youtube-color) !important;}
.spotify-color {color: var(--spotify-color) !important;}
.soundcloud-color {color: var(--soundcloud-color) !important;}

body {
  background-color: var(--body-bg);
  font-family: 'Quicksand', sans-serif;
  font-size: var(--body-font-size);
  font-weight: 500;
  color: var(--body-color);
  padding: 0;
  margin: 0;
}
a {
  color: var(--body-color);
  font-size:
}

a:hover {
  color: var(--main-color);
}

/* Bootstrap overrides */

.bg-seceondary {
  background-color: #f2f7fa !important;
}
.bg-light {
  background-color: #ebf2f8 !important;
}
.btn {
  text-transform: none;
  vertical-align: bottom;
  font-weight: var(--btn-font-weight);
  padding: 0.7rem 2.5rem;
  font-size: var(--btn-font-size);
  line-height: 1.5;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.0);
}
.btn:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.btn-primary, .btn-primary:focus {
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-weight: var(--btn-font-weight);
  border: 1px solid var(--main-color);
}
.btn-primary:hover {
  background-color: #f2026e;
  border: 1px solid var(--main-color);
}
.btn-light, .btn-light:focus {
  background-color: #fff;
  color: var(--body-color);
  border: solid 1px #e8e8eb !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
}
.btn-light:hover {
  background-color: #f2f7fa;
  border: solid 1px #e8e8eb;
}
.btn-outline-primary {
  color: var(--main-color);
  border: 2px solid var(--main-color);
}
.btn-outline-primary:hover {
  color: var(--main-color);
  border: 2px solid var(--primary-color);
}
.btn-outline-light {
  border: 2px solid rgba(255,255,255,.4);
  color: #fff;
  padding: 0.75rem 2rem 0.65rem;
  line-height: 1.4;
}
.btn-link {
  font-size: 16px;
  padding: 0px;
  line-height: 16px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 0%);
}
.btn-link:hover {
  background-color: #fff;
}

.btn-dark, .btn-dark:focus {
  background-color: #272a2c;
}
.btn-dark:hover {
  background-color: #0f1011;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 0%);
}
.table th {
    font-weight: 600;
}
.navbar-nav .nav-link {
  color: rgba(255,255,255,0.6) !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 27px 18px !important;
}
.navbar a {
  color: rgba(255,255,255,0.6)  !important;
}
.navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: rgba(255,255,255,.05);
}
.navbar-text {
  font-size: 14px;
}
.navbar i {
  font-size: 16px;
}
.navbar .btn {
  padding: 0.35rem 2.5rem !important;
  text-transform: capitalize;
}
.navbar .btn-outline-light {
  padding: 0.5rem 2.5rem !important;
}
.navbar .btn-primary {
  background-color: #fff;
  color: var(--headers-color) !important;
  border-color: #fff;
}
a.bg-danger {
  color: #fff;
}
.bg-danger {
  color: #fff;
  background-color: #272a2c !important;
}
.form-control {
  color: var(--body-color);
  font-weight: 400;
  background-color: #f2f7fa;
  padding: 0.5em 0.75em;
  border: 1px solid #f2f7fa;
}
.form-control:focus {
    box-shadow: none;
    transition: all .1s linear;
    border-color--main-color-color);
    box-shadow: inset 0 0 0 1px #red
}
.input-group .form-control {
  font-size: 15px;
  padding: 1.3em 0.75em !important;
}
.form-outline .form-control~.form-notch div {
    border: 1px solid #f2f7fa;
}
.form-control, .form-control:focus {
  color: var(--body-color);
}
.form-control:focus {
  background-color: #fff;
  color: var(--body-color) !important;
}
.form-label {
  font-weight: 500;
  color: var(--body-color)
}
.select-input {
  background-color: #f2f7fa !important;
  padding: 0.55em 0.75em !important;
}
.form-select {
  background-color: #f2f7fa;
  border: 1px solid #f2f7fa;
}
.select-option.active,
.select-option.selected.active,
.select-option:hover:not(.disabled) {
    background-color: #f7f7f7;
}
.bg-success {
  background-color: #18ce0f !important;
}
.text-success {
  color: #18ce0f !important;
}
.alert {
  border-radius: 6px !important;
  font-size: 15px;
}
.errors ul {
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0;
}
.blur-dark {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(30, 32, 33, 0.9) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.border-light {
  border: 1px solid #f2f2f2 !important;
}
.btn-social {
  padding: 2px 12px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.box-tabs {
  background-color: #fff;
  border: 0;
  padding: 25px 4px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #f5f5f5;
  border-top: 0;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05)!important;
  position: relative;
}
.box {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05);
  border-radius: 6px;
}
.box-station {
  background-color: #fff;
/*  border: var(--box-border);*/
  padding: 16px !important;
  /*border: solid 1px #e2eef1;
  -webkit-box-shadow: 0px 17px 13px 0px #192c4b05;
  box-shadow: 0px 17px 13px 0px #192c4b05; */
  border-radius: 0 0 6px 6px;
}
.box2 {
  background-color: #fff;
  border: var(--box-border);
  padding: 20px 20px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: var(--box-border-radius);
}
.back-head-ctr {
  background-color: white;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2eef1;
}
.shadow-blur-dark {
  box-shadow: inset 0 0px 1px 1px rgb(27 28 29 / 90%), 0 20px 27px 0 rgb(0 0 0 / 5%) !important;
}
.card {
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}
.autocomplete-input.focused~.autocomplete-label {
    color: red;
}
.autocomplete-input.focused~.form-notch .form-notch-leading {
    border-top: 2px solid yellow;
    border-bottom: 2px solid yellow;
    border-left: 2px solid yellow;
    transition: all .2s linear
}
.autocomplete-input.focused~.form-notch .form-notch-middle {
    border-bottom: 2px solid;
    border-color: yellow;
    transition: all .2s linear
}
.autocomplete-input.focused~.form-notch .form-notch-trailing {
    border-color: currentcolor currentcolor currentcolor #red;
    border-bottom: 2px solid yellow;
    border-right: 2px solid yellow;
    border-top: 2px solid yellow;
    transition: all .2s linear
}
.form-check-input:focus {
    border-color: yellow;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25)
}

.form-check-input:checked {
    background-color: red
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: yellow;
    border-color: #757575;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}
.page-item.active .page-link {
  background-color: var(--primary-color);
  border: 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
  transition: all .2s linear;
}

/* Admin area */

.admin-logo {
  width: 150px;
}
.admin-station-header {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.admin-station-header .info {
  display: flex;
}
.admin-station-header .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.admin-station-header .logo {
  width: 76px;
  height: 76px;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  margin-right: 16px;
}
.admin-station-header .btn-floating {
  padding: 0 !important;
  height: 42px;
  width: 42px;
  line-height: 42px !important;
}
.admin-station-header .social {
  display: flex;
  justify-content: center;
}
.admin-station-header a.btn {
  margin: 0 10px;
}
.admin-station-header .btn-floating .i {
  width: 32px !important;
  line-height: 36px !important;
}
.admin-navs {
  margin-top: 30px;
}
.admin-navs .nav-tabs .nav-link {
  color: var(--body-color);
  font-size: 14px;
  font-weight: var(--btn-font-weight);
  text-transform: capitalize;
}
.admin-navs .nav-tabs .nav-item.show .nav-link{
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent !important;
    border-radius: 6px 6px 0 0;
}
.admin-navs .nav-tabs .nav-link:hover {
  background-color: #edf1fa;
}
.admin-navs .nav-tabs i {
  font-size: 16px;
}
.admin-header {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.admin-header .logo {
  width: 90px;
  height: 90px;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.admin-header .title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 2px;
  color: var(--headers-color);
}
.admin-header small {
  color: #888;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
}
.admin-header i {
  font-size: 28px;
}
.admin-slogo {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
}

/* Ttiles */

.block-header {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--primary-border) !important;
}
.block-header h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--headers-color);
}
.block-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--body-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--primary-border) !important;
}
.block-title-3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--primary-border) !important;
}
.block-title-3 h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--body-color);
  margin-bottom: 0 !important;
}
.block-title-3 i {
  font-size: 24px;
}
.block-title-2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--body-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}
.head-title {
  font-family: 'Quicksand';
  font-size: 24px;
  font-weight: 700;
  color: var(--headers-color);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.page-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--headers-color);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.area-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--headers-color);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.area-title-2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--headers-color);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.browse-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--headers-color);
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 15px;
}
.browse-title::before {
  content: "Browsing";
  color: #8f8f8f;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

/* Containers */

#main {
  margin-top: 76px;
  margin-bottom: 35px;
}
.login-ctr {
  min-height: 500px;
  padding-top: 35px;
}
.login-bottom {
  background-color: #fafafa;
  border-radius: 0 0 6px 6px;
  padding: 16px;
  text-align: center;
  border-top: 1px solid #e8e8eb;
  margin-top: 20px;
}
.front-ctr {
  height: calc(100vh - 126px);
  padding-top: 50px;
}
.back-ctr {
  padding-top: 35px;
  padding-bottom: 30px;
}
.home-padding {
  padding-top: 35px;
  padding-bottom: 55px;
}

/* Browse top bar*/

.browse-top {
  margin-bottom: 30px;
}
.browse-navs {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 25px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}
.browse-navs .stage-1 {
  display: flex;
  justify-content: space-between;
}
.browse-navs .input-group .form-control {
  padding: 23px 18px !important;
  background-color: #fff;
  border-top: 0;
  border-bottom: 0;
}
.browse-navs .input-group .btn, .input-group .form-control {
  border-radius: 0px !important;
  border-color: #eee;
}
.browse-navs .input-group .btn {
  font-weight: 600;
  font-size: 13px !important;
  padding: 13px 20px !important;
  border: 1px solid #eee !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.browse-navs .btn-light:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.browse-nav {
  background-color: #fff;
  padding: 0px !important;
  border-radius: 5px;
}
.browse-nav .btn-group .btn {
  font-size: 14px !important;
  padding: 12px 20px !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 0%) !important;
}
.browse-nav .btn-group {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 0%) !important;
}
.browse-nav .btn-light {
  border-color: #dfe5eb !important;
}
.browse-nav .btn-light:hover {
  background-color: #fff;
}
.browse-nav .form-control {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  padding: 0.5em 0.75em;
}
.browse-nav .input-group .btn {
  font-size: 14px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-left: 1px solid rgba(0,0,0,.08) !important;
}
.browse-nav .input-group .btn, .input-group .form-control {
  border-radius: 10rem;
}
.browse-nav .input-group .form-control {
  padding: 22px 18px !important;
  border-color: #fff;
}

/* Station header */
.station-header-2 {
  margin-top: 111px;
  position: relative;
  z-index: 1;
}
.station-header-2 .bg {
  height: 300px;
  background-size: cover;
  background-position: 50%;
  border-radius: 6px;
}
.station-header-2 .logo-ctr {
  width: 168px;
  height: 168px;
  background-color: #fff;
  padding: 8px;
  position: absolute;
  bottom: -75px;
  left: 69px;
  border-radius: 50%;
  z-index: 2;
}
.station-header-2 .logo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
}

/* Station nav tabs */

.station-nav {
  border-bottom: 0;
  margin-top: 20px;
}
.station-nav .nav-tabs .nav-link {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px 25px;
}
.station-nav .nav-tabs .nav-item.show .nav-link, .station-nav .nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: var(--body-color);
  border: 1px solid #f5f5f5;
  border-bottom: 2px solid #fff;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05)!important;
}
.station-nav .nav-tabs .nav-link i {
  font-size: 18px;
  font-weight: 400;
}
.station-nav .nav-tabs .nav-link:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.station-nav	.navs-wrapper {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.nav-tabs .nav-link {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Station sidebar*/

.station-side {
  padding: 12px 16px;
  background-color: #fff;
  margin-top: 20px;
  position: relative;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05)!important;
}
.side-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 10px;
}
.station-side .info {
  padding-top: 25px;
  text-align: center;
}
.station-side .info .name {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 4px;
}
.station-side .info .slogan {
  font-size: 14px;
}
.station-side .stats {
  margin-top: 25px;
}
.station-side .about {
  margin-top: 25px;
}
.station-side .tags {
  margin-top: 25px;
}
.station-side .about p {
  font-size: 14px;
  margin-bottom: 0;
}
.station-side .flag {
  width: 30px;
}
.station-side .badge {
  background-color: #eaeaea;
  color: #111;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  padding: 7px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  border-radius: 10rem;
}
.station-side .badge:hover {
  background-color: #d6d6d6;
}
.station-side .btn {
  width: 150px;
  font-size: 14px;
  line-height: 36px !important;
  text-transform: none;
  padding: 0 !important;
  margin: 0 5px;
  border: 2px solid transparent;
}
.station-side .btn-floating, .team-list .btn-floating {
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 !important;
  margin-left: 8px;
}
.station-side .btn-floating .fab, .team-list .btn-floating .fab {
  width: 34px !important;
  line-height: 34px !important;
}
.station-side .btn-outline-dark {
  font-weight: 700 !important;
  border-color: #272a2c;
  color: #272a2c !important;
}
.station-side .btn-outline-primary {
  border-color: var(--primary-color);
}
.station-side .btn-dark {
  background-color: #333;
}
.station-side .btn-light, .team-list .btn-floating {
  background-color: #fff;
  border: 1px solid #e8e8eb !important;
  color: #272a2c;
}
.station-side .btns .btn-light {
  border-color: #fff !important;
  background-color: #fff;
}
.station-side .btns .btn-floating {
  font-size: 16px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  margin-left: 8px;
}
.station-side .stats .list-group, .station-side .stats .list-group-item {
  border: 0;
  border-radius: 0 !important;
}
.station-side .stats .list-group-item {
  border-bottom: 1px solid #e8e8eb;
  padding-left: 5px;
  padding-right: 5px;
}
.station-side .btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.station-side .social {
  margin-top: 25px;
}
.station-side .social .btn, .team-list .btn {
  margin-left: 0;
}
.station-side .summary {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.station-side .summary span {
  color: var(--body-light);
  font-weight: 500;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
}
.btn-twitter {
  color: #4dabf7 !important;
  background-color: rgba(77,171,247,.1) !important;
  border-color: rgba(77,171,247,.1) !important;
}
.btn-facebook {
  color: #4c6ef5 !important;
  background-color: rgba(76,110,245,.1) !important;
  border-color: rgba(76,110,245,.1) !important;
}
.btn-instagram {
  color: #ca5999 !important;
  background-color: rgba(202,89,153,.1) !important;
  border-color: rgba(202,89,153,.1) !important;
}
.btn-youtube {
  color: #cf3427 !important;
  background-color: rgba(207,52,39,.1) !important;
  border-color: rgba(207,52,39,.1) !important;
}
.btn-spotify {
  color: #3ab110 !important;
  background-color: rgba(58,177,16,.1) !important;
  border-color: rgba(58,177,16,.1) !important;
}
.btn-soundcloud {
  color: #fd7e14 !important;
  background-color: rgba(253,126,20,.1) !important;
  border-color: rgba(253,126,20,.1) !important;
}

/* Station listing */
.station-list {
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
  transition: box-shadow .5s ease;
}
.station-list .logo {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}
.station-list .logo:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.station-list .name {
  font-size: 16px;
  color: var(--body-color);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.station-list p {
  font-size: 14px;
  color: var(--body-light);
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.station-list .btn {
  border-radius: 50% !important;
  color: #333 !important;
}
.station-list .playBtn {
  color: #121212 !important;
  font-size: 11px !important;
  background-color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  position: absolute;
  right: 28px;
  bottom: 66px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms ease, bottom 300ms ease;
}
.station-list .playBtn:hover {
  color: var(--primary-color) !important;
}
.station-list:hover {
}
.station-list:hover .playBtn {
  bottom: 90px;
  opacity: 1;
}
.station-list:hover .logo{
  filter: brightness(70%);
}

/* Team listing */

.team-list {
  text-align: center;
  margin-bottom: 25px;
}
.team-list .photo {
  max-width: 200px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.team-list .name {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 600;
  margin-bottom: 6px;
}
.team-list .role {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 600;
}
.team-list .about {
  font-size: 14px;
}
.team-list .social {
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.team-list .btn {
  font-size: 13px;
  border: 0 !important;
}

/* Comments listing */
.comments-list {
  margin-bottom: 20px;
}
.comments-list .avatar {
  width: 38px;
  height: 38px;
  background-color: #f3f5f7;
  color: var(--body-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  margin-right: 16px;
  border-radius: 50%;
}
.comments-list .top {
  font-weight: 700;
}
.comments-list .top span {
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: bottom;
}
.comments-list .top span::before {
  content: "·";
  font-weight: 700;
  margin-right: 10px;
}
.comments-list .comment {
  font-weight: 400;
  padding-top: 2px;
}

/* Video listing */
.videos-list {
  text-align: center;
}
.videos-list .title {
  color: #fff !important;
  font-size: var(--body-font-size);
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.videos-list .subtitle {
  font-size: var(--body-font-size);
  font-weight: 400;
  color: rgba(255,255,255,.87);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* Top search bar */
.searchIn {
  color: #ebebeb !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background-color: rgba(255,255,255, .03) !Important;
  margin-top: 10px;
  font-size: 12px;
  padding: 8px 15px;
  border-radius: 32px;
}

.topSearch {
  height: 76px;
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: #383b3d;
  display: none;
  transition: display 2200ms ease;
  z-index: 10;
}
.topInput {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  border: 0;
  padding: 24px 20px;
  border-radius: 0;
  background-color: transparent;
}
.topInput:focus {
  width: 100%;
  color: #fff !Important;
  font-size: 18px !Important;
  line-height: 24px !Important;
  border: 0 !important;
  padding: 24px 20px;
  border-radius: 0;
  background-color: transparent;
}
.topSearchBtn {
  width: 76px;
  height: 76px;
  background-color: var(--primary-color);
  border: 0 !important;
  text-align: center;
  line-height: 72px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}
.topCloseBtn {
  width: 52px;
  height: 72px;
  background-color: transparent;
  text-align: center;
  line-height: 72px;
  right: 72px;
  top: 0;
  position: absolute;
  z-index: 10;
}
.topSearchBtn i, .topCloseBtn i {
  color: rgba(255,255,255,.95) !important;
  font-size: 24px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px,-12px);
}
.topCloseBtn i {
  color: rgba(255,255,255,.35) !important;
  font-size: 30px !important;
  transform: translate(-16px,-15px);
}

/* Song listing*/

.song-list {
  background-color: #fff;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.song-list .info {
  font-size: 15px;
  padding-left: 54px;
  padding-right: 60px;
  position: relative;
}
.song-list .title {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.song-list .artist {
  color: var(--body-light);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.song-list .artwork {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.song-list .rowNum {
  color: var(--body-light);
  position: absolute;
  left: 26px;
  top: 23px;
}
.song-list .playBtn {
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: var(--body-color);
  line-height: 36px;
  position: absolute;;
  left: 9px;
  top: 18px;
  padding: 0;
  border-radius: 50% !important;
  opacity: 0;
  transition: opacity 200ms ease-in;
  z-index: 5;
}
.song-list .playBtn i {
  margin-left: 1px;
  font-size: 12px !important;
}
.song-list:hover .playBtn {
  opacity: 1;
}

.db {
  display: block;
}


/* Footer */
.footer .logo {
  height: 40px;
}
.footer {
  position: relative;
  background-color: #1b1c1d;
  padding: 80px 0 50px 0;
  color: #fff;
}
.footer .stage-1 {
  display: flex;
  justify-content: space-between;
}
.footer .stage-2 {
  display: flex;
  justify-content: space-between;
}
.footer .bar {
  height: 5px;
  width: 100%;
  background-image: linear-gradient(to right, #6111a5 , #df0669);
  position: absolute;
  bottom: 0;
}
.footer .item {
  margin: 0 70px;
}
.footer ul li a{
  color: #bac1c9 !important;
}
.footer ul li a:hover {
  color: var(--primary-color) !important;
}
.footer ul li {
  padding: 10px 0;
}
.footer h5 {
  font-weight: 700;
  font-size: 24px;
  text-transform: none !important;
}
.footer hr {
  margin-top: 30px;
  margin-bottom: 25px;
  background-color: #323334;
  opacity: 1;
}
.footer p {
  color: #bac1c9;
}
.footer .social {
  display: flex;
}
.footer .social .link {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  text-align: center;
  min-width: 54px !important;
  background-color: rgba(255,255,255,.1);
  margin-left: 14px;
  color: #bac1c9;
  border-radius: 50%;
  cursor: pointer;
}
.footer .social .link:hover {
  color: var(--primary-color) !important;
}

/* Helpers */

.logo-top {
  height: 40px;
}
.d-dn {
  display: none;
}
.user-flag {
  width: 20px;
}
.avatar {
  border-radius:6px;
}

.dn {
  display: none;
}
.cap {
  text-transform: capitalize;
}
.successToast {
  color: #00b74a;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  padding: 5px 0;
  width: 400px;
  border-radius: 10rem;
  z-index: 99999999999999999999;
}
.index-11 {
  z-index: 999999999999999999999999;
}
#genre-list {
  overflow: auto;
  height: 500px;
}
#genre-list ul a {
  border: 0 !important;
}
#genreDropdown {
  overflow: auto;
  height: 500px;
  width: 300px;
}

/* Mobile Classes */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 6.6rem auto;
  }
  .modal-sm {
      max-width: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .m-dn {
    display: none !important;
  }
  .d-dn {
    display: block;
  }
  .station-header-2 {
    margin-top: 81px;
    position: relative;
    z-index: 1;
  }
  .topSearch {
    height: 56px;
    left: 0px;
    right: 0px;
  }
  .topInput {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 16px;
  }
  .topInput:focus {
    font-size: 16px !Important;
    padding: 14px 16px;
  }
  .topSearchBtn {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  .topCloseBtn {
    width: 52px;
    height: 56px;
    line-height: 56px;
    right: 56px;
    top: 0;
  }
  .topCloseBtn i {
    font-size: 24px !important;
    transform: translate(-10px,-12px);
  }
  .topSearchBtn i {
    font-size: 20px !important;
    transform: translate(-10px,-9px);
  }

  .navbar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .logo-top {
    height: 36px;
  }

  .navbar-nav .nav-link {
    color: rgba(255,255,255,0.6) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 15px 5px !important;
  }
  .station-header-2 .bg {
    height: 130px;
  }
  .station-header-2 .logo-ctr {
    width: 130px;
    height: 130px;
    padding: 6px;
    bottom: -65px;
    left: 50%;
    transform: translate(-50%);
  }
  .station-side .info {
    padding-top: 15px;
  }
  .browse-navs .stage-1 {
    display: block;
    justify-content: center !important;
  }
  .browse-navs i {
    font-size: 16px;
  }
  .browse-navs .search {
    border-bottom: 1px solid #eee;
  }
  .browse-navs .btns .btn-light{
    border: 0px solid red !Important;
  }
  .browse-navs .btns .input-group:last-child {
    border: 1px solid #eee !Important;
  }
  .footer {
    padding: 50px 0 50px 0;
  }
  .footer .stage-1 {
    display: block;
    justify-content: space-between;
    text-align: center;
  }
  .footer .stage-2 {
    display: block;
    justify-content: space-between;
    text-align: center;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  .footer .item {
    margin: 20px 0px;
  }
  .footer ul li {
    padding: 6px 0;
  }
  .footer .social {
    margin-top: 30px;
    justify-content: center;
  }
  .footer .social .link {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    min-width: 42px !important;
    margin-left: 7px;
    margin-right: 7px;
  }
  .footer h5 {
    font-weight: 700;
    font-size: 22px;
  }

  .playBar .btns {
    display: none;
    align-items: center;
  }
  .playBar .data {
    padding-right: 54px;
  }
  .playBar .station-name {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  .playBar .now-playing {
    font-size: 13px;
  }

  .playBar .ppBtn {
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    position: absolute;
    left: auto;
    right: 10px;
    top: 13px;
    transform: translate(0);
  }
  .playBar .titles {
    padding-left: 10px;
  }
  .playBar .like-icon {
    margin-left: 10px;
  }
}

/* Animations */

.fade-in-top {
-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.fade-out-top {
-webkit-animation: fade-out-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: fade-out-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#loadMS {
  animation-name: spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
