a {
    color: inherit;
    text-decoration: auto;
}

@media (min-width: 768px) {
    .mainhome {
        order: 2;
    }
    .sidehome {
        order: 1;
    }
}

.homegrade {
    margin: 20px 0;
}

.green-audio-player {
    width: auto;
}

.green-audio-player .slider .gap-progress .pin {
    background-color: #e91e63;
    top: -4px !important;
}

.green-audio-player .slider .gap-progress {
    background-color: #e91e63;
}

.green-audio-player .controls .controls__slider {
    height: 8px;
}

.green-audio-player {
    box-shadow: none;
    height: 50px;
    background: #fafafa;
}

.green-audio-player .volume .volume__controls.top {
    bottom: 25px;
}

.green-audio-player .volume .volume__controls.bottom {
    bottom: -140px;
}

.green-audio-player .volume .volume__button.open path {
    fill: #ad1457;
}

.contwidget {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    padding: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.contwidget .nameshare {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contwidget .nameshare a {
    display: inline-block !important;
}

a>code {
    color: #d63384;
}

.sidehome .widget-title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-transform: inherit;
    text-decoration: none;
    margin-bottom: 20px;
}

.sidehome .list-group .badge {
    color: #fafafa;
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 12px;
    background: #f06292;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidehome .list-group {
    border-radius: 0;
}

.sidehome .list-group a.list-group-item {
    border-width: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidehome .list-group a.list-group-item:hover {
    background: #fafafa;
}

#site-footer .widget-title {
    color: #e91e63;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-transform: inherit;
    text-decoration: none;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 0;
}

#site-footer .textwidget {
    font-size: 14px;
    color: #e0e0e0;
    font-weight: normal;
    font-style: normal;
    text-transform: inherit;
    text-decoration: none;
}

.menufoter .list-group-item {
    background: transparent;
    border: unset;
    border-top: 1px solid #363636;
    display: block;
    padding: 13px;
    overflow: hidden;
    color: #d3d3d3;
    border-radius: 0;
}

.menufoter .list-group-item:hover {
    background: linear-gradient(280deg, #00000033, transparent);
    transition: all .3s ease-in-out;
}

.morefilter {
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    margin: 10px;
    display: inline-block;
    border-radius: 2rem;
}

a.morefilter:hover {
    color: #e91e63;
    box-shadow: 0 0 10px 0px #9e9e9e4d;
    transition: all .2s ease-in-out;
}

.contwidget .nameshare a.btn.btn-outline-success:hover {
    box-shadow: 0 0 10px 0px #9e9e9e4d;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #e91e63;
    transition: all .2s ease-in-out;
}

.scroll-to-top {
    opacity: 0;
    font-size: 20px;
    line-height: 45px;
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    left: 20px;
    bottom: 20px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    width: 2.45em;
    height: 2.45em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 1040;
}

.scroll-to-top:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}

.scroll-to-top.active {
    opacity: 1 !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transform: perspective(300px) rotateY(0deg);
    -ms-transform: perspective(300px) rotateY(0deg);
    transform: perspective(300px) rotateY(0deg);
}

.headbc {
    padding: 70px 0;
    background: rgb(112, 112, 112);
    color: #fff;
}

.topaz-line {
    position: relative;
    color: #e91e63;
    width: 160px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    margin: 25px auto;
    overflow: hidden;
}

.topaz-line::before,
.topaz-line::after {
    content: "";
    position: absolute;
    width: 50%;
    top: 50%;
    display: block;
    margin-top: -1px;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.topaz-line::before {
    left: -15px;
}

.topaz-line::after {
    right: -15px;
}

.nav-breadcrumb .breadcrumb {
    background-color: unset;
    border: unset;
    border-radius: unset;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.nav-breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.nav-breadcrumb .breadcrumb a {
    color: #ffffff;
}

.nav-breadcrumb .breadcrumb a {
    transition: all .2s ease-in-out;
}

.nav-breadcrumb .breadcrumb a:hover {
    color: #e91e63;
}

.justify-content-center {
    margin-bottom: 20px;
}

ul.pagination li.page-item {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

ul.pagination li.page-item a.page-link {
    border-radius: 0 !important;
    border: 1px solid #f5f5f5;
}

.btn-outline-letter {
    border-color: #9e9e9e;
    color: #212121;
    padding: 5px 20px;
    border-radius: 20px;
}

.btn-outline-letter {
    transition: all .2s ease-in-out;
}

.btn-outline-letter:hover {
    color: #ec407a;
    box-shadow: 0 0 10px 0px #9e9e9e4d;
}

.btn-outline-letter.active {
    background-color: #e91e63;
    border-color: #e91e63;
    color: #fff;
}

.artistimg img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.artistimg h5,
.artistimg span {
    padding: 5px;
    text-align: center;
    background: white;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    display: block;
}

.artistimg a {
    display: block;
    height: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.artistimg>a:hover * {
    color: #e91e63;
}

.artistimg>a {
    transition: all .3s ease-in-out;
}

.artistimg>a:hover {
    color: #e91e63;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%) !important;
}

.musiclist .songname {
    transition: all .2s ease-in-out;
}

.musiclist:hover .songname {
    color: #e91e63;
}

.musiclist {
    transition: all .3s ease-in-out;
}

.musiclist:hover {
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%) !important;
}

.autotag {
    order: 3;
}

/* playerrrrrrrrrrrrrrrrr */

#audioplayr .green-audio-player .holder .play-pause-btn path.play-pause-btn__icon,
#audioplayr .green-audio-player path.volume__speaker,
#audioplayr .green-audio-player .controls span {
    fill: #fafafa;
    color: #fafafa;
}

#audioplayr .green-audio-player {
    background: #212121;
}

.songbtn {
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.songbtn .btn {
    min-width: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

li a {
    text-decoration: auto;
}

table.songinfo tr td:first-child {
    font-weight: bold;
}

.topaz-line-title {
    position: relative;
    color: #e91e63;
    max-width: calc(100% - 1rem);
    line-height: 20px;
    text-align: center;
    height: 20px;
    margin: 25px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topaz-line-title::before,
.topaz-line-title::after {
    content: "";
    position: relative;
    min-width: 100%;
    border-bottom: 1px solid rgb(225, 225, 225);
    margin: auto 1rem;
}

.topaz-line-title span {
    white-space: nowrap;
}

.sharesong {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 700px) {
    .contwidget {
        padding: 15px;
    }
    #site-footer {
        text-align: center;
    }
}

.floating-wpp .floating-wpp-input-message textarea {
    order: 2;
}

.floating-wpp .floating-wpp-btn-send {
    order: 1;
}

.sharesong a.btn {
    margin: 0 10px;
    border-radius: 5px !important;
}