/* template */
.releases article.item {
   position: relative;
   padding: 0;
   max-width: 100%;
   border-radius: 6px;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   scroll-snap-align: start;
   margin-bottom:20px;
}
.releases article.item .artwork {
   border-radius:6px;
   overflow:hidden;
   width:100%;
   height:100%;
}
.releases article.item .artwork img {
   width:100%;
   height:100%;
}
.releases article.item figure.post-thumbnail {
   background-size: cover;
   box-shadow: 0 3px 13px rgba(0,0,0,.1);
   width: 100%;
   position: relative;
   margin: 0;
   padding: 0;
   border-radius: inherit;
   overflow:hidden;
   background-color: rgba(110,120,130,.2);
}
.releases article.item figure.post-thumbnail a {
   border-radius: inherit;
   text-decoration: none;
}
.releases article.item figure.post-thumbnail img {
   max-width:100%;
   border-style:none;
   border-radius: inherit;
   position: absolute;
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}
.releases article.item header.entry-header {
   padding: .5rem 0;
   margin: 0;
   flex: 1;
   display: flex;
   align-items: flex-start;
   grid-gap: .5rem;
}
.releases article.item header.entry-header .entry-header-inner {
   flex: 1;
   font-size:0.9375rem;
}
.releases article.item header.entry-header .entry-header-inner .entry-title {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp:2;
   line-height:1.3;
   font-size: inherit !important;
   overflow: hidden;
   padding-bottom: .1em;
   margin-bottom:0;
}
.releases article.item header.entry-header .entry-header-inner .entry-title a {
   text-decoration:none !important;
   /*color:#484848 !important;*/
}
.releases article.item header.entry-header .entry-header-inner .entry-meta {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 0;
   margin: 0;
   font-size:0.9375rem;
   margin-bottom:0;
}
.releases article.item header.entry-header .entry-header-inner .entry-meta a {
   text-decoration:none !important;
   /*color:#999 !important;*/
}
.releases article.item header.entry-header .entry-header-inner .entry-meta a strong {
   font-weight:normal;
}
.releases article.item header.entry-header .entry-header-inner .add_to_cart_inline {
   margin:4px 0;
}
.releases article.item header.entry-header .entry-header-inner .add_to_cart_inline form {
   margin:0 !important;
}

main {
   padding-top:20px;
   padding-bottom:20px;
   margin-bottom:70px;
}

nav.navbar ul.navbar-nav {
   display:flex;
   flex-direction:row;
}
nav.navbar ul.navbar-nav li {
   display:inline-block;
   margin:0 6px;
}

#video .entry-header .description {
   white-space:pre-line;
}

#platform_links .card {
   padding:3px;
}
#platform_links ul {
   display:inline-block;
   list-style:none;
   margin-bottom:0;
   padding:0;
}
#platform_links ul li {
   display:inline-block;
}
#platform_links ul li a {
   display:inline-block;
   color:#FFF;
   text-decoration:none;
   padding:10px;
   border-radius:10px;
   margin:0 10px;
}
#platform_links ul li a:first-child {
   margin-left:0;
}
#platform_links ul li a:last-child {
   margin-right:0;
}
#platform_links ul li a:hover {
   color:#C575F2;
   transition: all .2s;
   background:rgba(0,0,0,0.5);
}

#video #platform_links {
   margin-top:.5rem;
   margin-bottom:0;
}
#video .entry-header-container > .post-thumbnail {
   background:transparent;
}

section#platform_links {
   margin-bottom:1.5rem;
}


.header-station,
.header-user {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 2rem;
   grid-row-gap: 1.5rem;
   padding-bottom: 1.5rem;
   width: 100% !important;
   max-width: 100vw !important;
   margin-bottom:0;
}
.entry-header-container .post-thumbnail img {
   max-width: 100%;
   border-style:none;
}
.entry-header-container .post-thumbnail img,
.entry-header-container .post-thumbnail .avatar {
   border-radius: inherit;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.entry-info > span + span::before, .entry-cat li + li::before {
   display: inline-block;
   content: '\00B7';
   color: #888;
   width: 1.25rem;
   font-weight: bold;
   text-align: center;
}
.header-station .post-thumbnail::before {
   content: "";
   display: block;
   position: absolute;
   z-index: -1;
   bottom: 0;
   left: 5%;
   width: 90%;
   height: 5%;
   border-radius: 100%;
   box-shadow: 0 1px 6px rgba(0,0,0,0.5);
   background-position-y: 100%;
   background-size: cover;
}
.header-station .post-thumbnail::before {
   background-image: inherit;
   filter: blur(10px);
}
.entry-header-container > .post-thumbnail {
   position: relative;
   padding: 0;
   width: 17rem;
   flex-shrink: 0;
   margin: 0;
   border-radius: 6px;
   align-self: flex-start;
   background-color: rgba(110,120,130,0.2);
   opacity: 1;
   transform: translate3d(0,0,0);
   transition: opacity .4s,transform .35s;
      transition-delay: 0s, 0s;
   transition-delay: .65s;
   background-size: cover;
}
.entry-header-container .post-thumbnail::after {
   min-height: auto;
   content: "";
   width: 100%;
   display: block;
}

#artist .entry-header-container > .post-thumbnail {
   width:12rem;
}

.header-station > .entry-header {
   margin-top: 0;
   flex: 1;
   display: flex;
   flex-direction: column;
}
.header-station > .entry-header .entry-title {
   margin-top: auto;
   font-weight: 500;
}
.header-station > .entry-header .entry-artist,
.header-station > .entry-header .entry-album,
.header-station > .entry-header .entry-title {
   font-size: 1.75rem;
   line-height: 1.1;
   display: block;
   margin-bottom: 0.25rem;
   font-weight: 300;
}
.header-station > .entry-header .entry-album {
   font-size:1.25rem;
   color:#888;
}
.entry-info a {
   text-decoration:none;
}
.header-station .entry-info {
   margin-bottom: auto;
}
.header-station .entry-info .vcard a.url {
   color:#aaa;
}
.entry-info {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 1rem;
}
.header-station > .entry-header .entry-meta {
   margin-top: auto;
   margin-bottom: 0;
}
.header-station .entry-meta {
   --entry-meta-grid-gap: 0.5rem;
   width: 100%;
   margin-bottom: 0;
}
.entry-meta {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   grid-gap: 0.5rem;
   margin-bottom: 1.5rem;
}
.byline {
   display: inline-flex;
   align-items: center;
}

.has-loop-posts .block-loop-item:hover {
  background-color: rgba(150,155,160,.1);
}
.block-loop-index.block-loop-row .block-loop-item::before {
   content: counter(li);
   counter-increment: li;
   min-width: 1rem;
   max-width: 1rem;
   font-weight: 400;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   opacity: .5;
   text-align: center;
   font-size: .9em;
   white-space: nowrap;
   align-self: center;
}
.block-loop-index {
   counter-reset: li;
}
.block-loop-row {
   --loop-columns: 1;
}
.wp-block-loop {
   position: relative;
   --loop-radius: 6px;
}
.entry-content::after {
   clear: both;
}
.entry-content::before,
.entry-content::after {
   content: "";
   display: table;
   table-layout: fixed;
}
.song-list-block {
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
}
.entry-content > * {
   word-wrap: break-word;
   margin-bottom: 1.5rem;
}
.has-loop-posts .block-loop-items {
   grid-gap: 0;
   --loop-columns: 1;
}
.block-loop-items {
   margin-bottom: 1.5rem;
   list-style: none;
   display: grid;
   grid-gap: 1.5rem;
   --loop--cols: calc((100% - (1 - 1) * 1.5rem) / 1);
   grid-template-columns: repeat(auto-fill,minmax(calc((100% - (1 - 1) * 1.5rem) / 1),1fr));
}
.has-loop-posts .block-loop-item {
   padding: .5rem .5rem;
}
.block-loop-row .block-loop-item {
   display: flex;
   grid-gap: 1rem;
   flex-direction: row;
   align-items: flex-start;
}
.block-loop-item:nth-child(1) {
   order: 0;
}
.block-loop-item {
   position: relative;
   padding: 0;
   max-width: 100%;
   border-radius: 6px;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   scroll-snap-align: start;
   order: 10;
}
.has-loop-posts .entry-header {
   flex-wrap: nowrap;
   padding: 0;
}
.block-loop-row .entry-header {
   flex: 1;
   display: flex;
   flex-wrap: wrap;
   padding: 0;
   align-items: center;
   align-self: stretch;
   grid-gap: 0;
}
.block-loop-item .entry-header {
   margin:0;
}
.btn-play-now {
   cursor: pointer;
}
.entry-header-inner {
   flex: 1;
   font-size: 0.9375rem;
}
.block-loop-item .entry-artist, 
/*.block-loop-item .entry-excerpt,*/
.block-loop-item .entry-album, 
.block-loop-item .entry-title {
   display: block;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
   line-height: 1.3;
   font-size: inherit;
   overflow: hidden;
   padding-bottom: .1em;
   margin-bottom:0;
}
.is-album .has-loop-posts .entry-meta a, 
.is-album .has-loop-posts .entry-title a {
   pointer-events: none;
}
.block-loop-item a {
   text-decoration: none;
}
.has-loop-posts .entry-meta {
   justify-content: flex-start !important;
}
.block-loop-item .entry-meta {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 0;
   margin: 0;
   color: #888;
}
.block-loop-item .entry-meta > span {
   margin: 0;
}
.entry-header-inner .byline,
.entry-header-inner .entry-artist {
   width: 100%;
   justify-content: inherit;
}
.block-loop-row .entry-footer {
   display: flex;
   align-items: center;
   padding-left: 0;
   padding-right: 0;
   width: auto;
}
.block-loop-item .entry-footer {
   margin: 0;
}
.block-loop-row .play-duration {
   padding: 0 .5rem;
}
.block-loop-item .count,
.entry-meta .count {
   color: #888;
   padding-inline-start: .5rem;
}
.block-loop-row .count,
.block-loop-row .play-duration {
   font-size: .75rem;
}
.block-loop-row .play-count {
   padding: 0 .5rem;
}
.song-list-block .play-count::before {
   display: inline-block;
   width: 0;
   height: 0;
   content: "";
   border-left: .5em solid;
   border-top: .3em solid transparent;
   border-bottom: .3em solid transparent;
   opacity: .5;
}
.play-count {
   white-space: nowrap;
   display: inline-flex;
   align-items: center;
}
.btn-comment, 
.btn-download, 
.btn-purchase, 
button.btn-like, 
button.btn-more {
   display: inline-flex;
   align-items: center;
   padding: .5rem;
   font-size: inherit;
   line-height: 1;
   color: inherit;
   background-color: transparent;
   border: none;
   outline: 0;
   text-decoration: none;
   cursor: pointer;
}
.icon-play::after {
   content: "";
   box-sizing: border-box;
   display: inline-block;
   border: .5rem solid transparent;
      border-right-width: 0.5rem;
      border-left-width: 0.5rem;
      border-left-color: transparent;
   border-left-color: currentColor;
   border-left-width: .75rem;
   border-right-width: 0;
   vertical-align: middle;
   transform: rotate(0);
}
.has-loop-posts.block-loop-index .icon-play {
   display: none;
   padding: .5rem;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.icon-plus::after {
   width: 2px;
   height: 1em;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
}
.icon-plus::after, .icon-plus::before {
   content: "";
   display: block;
   width: 1em;
   height: 2px;
   background-color: currentColor;
   opacity: .5;
   border-radius: 2px;
}
.has-loop-posts .icon-plus {
   display:none;
}
.icon-plus {
   border: none;
   padding: .75rem .375rem;
   background-color: transparent;
   color: currentColor;
   position: relative;
}
.block-loop-item .post-thumbnail img {
   border-radius: inherit;
   object-fit: cover;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}
.block-loop-row .post-thumbnail {
   min-width: 0;
}
.has-loop-posts .post-thumbnail {
   border-radius: 2px;
   width: 3rem;
   flex-shrink: 0;
}
.block-loop-item .post-thumbnail {
   background-size: cover;
   box-shadow: 0 3px 13px rgba(0,0,0,.1);
   position: relative;
   margin: 0;
   padding: 0;
   border-radius: inherit;
   background-color: rgba(110,120,130,.2);
}
.block-loop-item .post-thumbnail::after {
   min-height: auto;
   content: "";
   display: block;
}
.block-loop-item .post-thumbnail a {
   border-radius:inherit;
}
.block-loop-row .post-thumbnail .entry-action {
   justify-content:center;
}
.entry-action-link {
   position: absolute;
   width: 100%;
   height: 100%;
}
.block-loop-item .entry-action {
   opacity: 0;
   pointer-events: none;
   color: #fff;
   background-color: rgba(0,0,0,.2);
   position: absolute;
   z-index: 5;
   left: 50%;
   top: 50%;
   width: 100%;
   height: 100%;
   padding:0;
   border-radius: inherit;
   transform: translate(-50%,-50%);
   transition: opacity .3s;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   justify-content: space-around;
   box-sizing: border-box;
}
.block-loop-item .entry-action .btn-play {
   width: 3rem;
   height: 3rem;
   margin: 0;
   position: relative;
}
.block-loop-item .entry-action button {
   z-index:5;
}
.block-loop-item .entry-action button, .block-loop-item .entry-action button:hover {
   flex-shrink:0;
}
.block-loop-row .btn-play {
   transform:scale(0.75);
}
button:not(:disabled) {
   cursor:pointer;
}
.btn-play-wrap {
   display: inline-flex;
   align-items: center;
}
.btn-play {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   grid-gap: .5rem;
   transition: all .2s;
   line-height: 1;

   border-color: rgba(0,0,0,0.1);
   background-clip: padding-box;
   box-shadow: none;
   padding: .75em;
   grid-gap: 0;
   text-indent: -9999px;
   border-radius: 100%;
}
.btn-play:hover {
   box-shadow:0 4px 8px 0 rgba(0,0,0,.4);
}
.btn-play::before {
   content: '';
   width: 0;
   height: 0;
   border: .5em solid transparent;
      border-right-width: 0.5em;
      border-left-width: 0.5em;
      border-left-color: transparent;
   border-left-color: currentColor;
   border-left-width: .75em;
   border-right-width: 0;
   margin-inline-start: .25em;
   -webkit-margin-start: .25em;
   display: inline-block;
   transform: rotate(0);
   box-sizing: border-box;
}

/* custom dropdown */

.dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: .5rem 0;
   margin: .125rem 0 0;
   font-size: .875rem;
   color: #212529;
   list-style: none;
   background-clip: padding-box;
   border: 1px solid rgba(0,0,0,.05);
   box-shadow: 0 3px 5px rgba(0,0,0,.05);
   border-radius: 0.5rem;
   text-shadow: none;
   text-align: initial;
}

/* dropdown click */
/*
   position: absolute;
   transform: translate3d(1072px, 486px, 0px);
   top: 0px;
   left: 0px;
   will-change: transform;
*/



/*
.fixed-bottom {
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1000;
}
.plyr-playlist {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
   color: currentColor;
   background-color: inherit;
   min-height: calc(3rem + 0.75rem*2);
   box-shadow: 0 -1px 0 rgba(130,140,150,.1),0 1px 0 rgba(130,140,150,.1);
}
.open-player body {
   --open-player-height: calc(3rem + 0.75rem*2);
}
.plyr {
   font-family: inherit;
   border-radius: inherit;
   position: relative;
   z-index: 1;
   min-height: inherit;
   line-height:calc(18 / 14);
   max-width: 100%;
   min-width: 200px;
   text-shadow: none;
   transition: box-shadow .3s ease;
}
.plyr--audio {
   display:block;
}
.plyr--full-ui {
   box-sizing: border-box;
}
.plyr-playlist .plyr__controls {
   display: flex;
   justify-content: space-between;
   color: inherit;
   background: inherit;
   text-align: inherit;
   padding: 0.75rem;
}
.plyr--audio .plyr__controls {
   border-radius: inherit;
}
.plyr__controls {
   align-items:center;
}
.plyr-control-btns,
.plyr-control-ctrl,
.plyr-control-info,
.plyr-control-prog {
   display: flex;
   align-items: center;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
   box-sizing: inherit;
}
.plyr--full-ui a, 
.plyr--full-ui button, 
.plyr--full-ui input, 
.plyr--full-ui label {
   touch-action: manipulation;
}
.plyr button {
   font: inherit;
      line-height: inherit;
   line-height: inherit;
   width: auto;
}
.plyr__control {
   line-height: 1;
   font-size: 14px;
   padding: calc(3rem * .5 - 1.125rem * .5);
}
.plyr__control svg {
   fill: currentColor;
   display: block;
   height: 18px;
   height: 1.125rem;
   pointer-events: none;
   width: 18px;
   width: 1.125rem;
}
*/


#audio_player {
   position:fixed;
   background:#1c1c1c;
   bottom:0;
   width:100%;
   z-index:9999;
}
#audio_player .mainwrap {
   width:100%;
}
#audiowrap {
   display:inline-block;
   width:70%;
}
#nowPlay {
   display:inline-block;
   width:30%;
   vertical-align:middle;
}
#audio_wrap {
   display:inline-block;
   width:80%;
}
#tracks {
   display:inline-block;
   width:20%;
   height:34px;
   vertical-align:text-bottom;
}
#tracks a {
   padding:0 10px;
}
#tracks button {
   color:#FFF;
   width:34px;
   height:34px;
   padding:0;
   margin-right:20px;
}
#tracks button svg {
   overflow:initial;
}
#tracks .plyr__control svg {
   width:36px;
   height:36px;
}

#nowPlayArtist {
   display:block;
   width:100%;
   color:#888;
   font-size:14px;
}
#nowPlayTitle {
   display:block;
   width:100%;
   color:#FFF;
   font-size:14px;
}
#nowPlayArt {
   display:inline-block;
   padding-right:12px;
}
#nowPlayArt img {
   width:50px;
}
#nowPlayInfo {
   display:inline-block;
}

/* Audio Player Styles
================================================== */

audio {
display:none;
}

#plwrap {
margin:0 auto;
}

#tracks {
font-size:0;
position:relative;
text-align:right;
}

#nowPlay {
font-size:0;
}

#nowPlay span {
display:inline-block;
vertical-align:top;
}

#nowPlay span#npAction {
padding:21px;
width:30%;
}

#nowPlay span#npTitle {
padding:21px;
text-align:right;
width:70%;
}

#plList li {
cursor:pointer;
display:block;
margin:0;
padding:21px 0;
}

#plList li:hover {
background-color:rgba(0, 0, 0, .1);
}

.plItem {
position:relative;
}

.plTitle {
left:50px;
overflow:hidden;
position:absolute;
right:65px;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
}

.plNum {
padding-left:21px;
width:25px;
}

.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}

.plSel,
.plSel:hover {
background-color:rgba(0, 0, 0, .1);
color:#fff;
cursor:default !important;
}

#tracks a {
border-radius:3px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:2.3rem;
height:40px;
line-height:.2;
text-decoration:none;
transition: background .3s ease;
}

#tracks a:hover,
#tracks a:active {
background-color:rgba(0, 0, 0, .1);
color:#fff;
}

#tracks a::-moz-focus-inner {
border:0;
padding:0;
}

@media only screen and (max-width:600px) {
    #nowPlay span#npAction { display:none; }
    #nowPlay span#npTitle { display:block; text-align:center; width:100%; 
   }
}

/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
background-color:transparent !important;
border:none;
color:#fff;
font-family:"Source Sans Pro", arial, sans-serif;
padding:20px 20px 20px 13px;
width:100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
background-color:rgba(0, 0, 0, .1);
}

.plyr__progress--played,
.plyr__volume--display {
color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background-color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
color:rgba(0, 0, 0, .1);
}

.plyr__controls .plyr__controls__item.plyr__time {
font-size:14px;
margin-left:7px;
}


/* END OF Audio Player Styles
================================================== */


#music_nav {
   position:sticky;
   top:80px;
   padding:10px 0;
   z-index:88;
   width:100%;
   max-width:100%;
   background:#000;
}
@media (min-width: 768px) {
   #music_nav {
      top:50px;
   }
}

#music_nav .nav-link {
   color:#FFF;
}
#music_nav .nav-link.active {
   border-bottom:2px solid #A24BEA;
}

#artists figure {
   margin-bottom:.15rem;;
}
#artists figure.avatar img {
   width:100%;
   height:100%;
}
#artists .entry-genres {
   display:block;
   font-size:.8rem;
}

#genres .card {
   padding:10px 14px;
}

.entry-title a {
   color:#FFF;
}
.entry-artist a,
.entry-album a {
   color:#888;
   text-decoration:none;
}

article .artwork {
   margin-bottom:10px;
}

button.add-to-cart {
   margin-top:5px;
   font-size:12px;
   padding:2px 10px;
}

.svg-icon {
   display:inline-flex;
}
.svg-icon > .avatar {
   margin-right:10px;
}
.releases.release .entry-title {
   font-size:1.75rem !important;
}
.releases.release .entry-info {
   display:flex;
   align-items:center;
   flex-wrap:wrap;
}
.releases.release .entry-info .byline {
   display:inline-flex;
   align-items:center;
}
.releases.release .entry-info .byline .avatar {
   position:relative;
   flex-shrink:0;
   color:#FFF;
   width:24px;
   height:24px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   border-radius: 100%;
   background-color: rgba(150,150,150,.2);
}
.releases.release .entry-info > span + span::before {
   display: inline-block;
   content: '\00B7';
   color: #888;
   width: 1.25rem;
   font-weight: bold;
   text-align: center;
}
.releases.release article.item header.entry-header .entry-header-inner .entry-title {
   font-size:1.75rem !important;
}


.nav-item svg {
	display:none;
}
@media (min-width: 1278px) {
	.nav-item svg {
		display:inline-block;
	}
}

.add-to-cart {
   border-radius:20px;
}


/* example */
.bd-placeholder-img {
   font-size: 1.125rem;
   text-anchor: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

@media (min-width: 768px) {
   .bd-placeholder-img-lg {
      font-size: 3.5rem;
   }
}
body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar .nav-link {
   color:#FFF;
}
.sidebar .nav-link.active {
   color:#C575F2;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
   .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
   }
}


.sidebar .nav-link {
  font-weight: 500;
  /*color: #333;*/
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}