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: #cda401;
    top: 0px !important;
    box-shadow: unset;
}

.green-audio-player .slider .gap-progress {
    background-color: #cda401;
}

.green-audio-player .controls .controls__slider {
    height: 8px;
}

.green-audio-player {
    box-shadow: none;
    height: 70px;
    /* background: #fafafa; */
    background: unset;
}

.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: #cda401;
}

.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;
    font-weight: bold;
    text-align: right;
    margin-left: 35px;
}

a>code {
    color: #d63384;
    text-align: right;
    display: block;
}

.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: 10px 10px 0 10px;
    font-size: 12px;
    background: #cda401;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
}

.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: #cda401;
    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: 6px 4px;
    display: inline-block;
    border-radius: 4px;
    width: calc(50% - 10px);
    font-weight: bold;
}

a.morefilter:hover {
    color: #cda401;
    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: #cda401;
    transition: all .2s ease-in-out;
}
.dima-topbar a:hover {
    color: #ffffff;
}
.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% 50% 50% 0;
    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:0;
    background: rgb(112, 112, 112);
    color: #fff;
    background-image: url(/assets/images/filebg.jpg);
    background-size: cover;
    background-position: center;
}
.headbc .container.page-section{
background: #00000078;
/* padding: 70px 0px; */
max-width: 100%;
height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.headbc .container.page-section .undertitle {
    direction: ltr;
}
.topaz-line {
    position: relative;
    color: #ffffff;
    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;
}
.breadcrumb-item:last-child::before {
    content: "" !important;
}
.nav-breadcrumb .breadcrumb a {
    transition: all .2s ease-in-out;
}

.nav-breadcrumb .breadcrumb a:hover {
    color: #cda401;
}

.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 15px;
    width: 65px;
    text-align: center;
    /* border-radius: 20px; */
}

.btn-outline-letter {
    transition: all .2s ease-in-out;
}

.btn-outline-letter:hover {
    color: #cda401;
    box-shadow: 0 0 10px 0px #9e9e9e4d;
}

.btn-outline-letter.active {
    background-color: #cda401;
    border-color: #cda401;
    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: #cda401;
}

.artistimg>a {
    transition: all .3s ease-in-out;
}

.artistimg>a:hover {
    color: #cda401;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%) !important;
}

.musiclist .songname {
    transition: all .2s ease-in-out;
}

.musiclist:hover .songname {
    color: #cda401;
}

.musiclist {
    transition: all .3s ease-in-out;
    border: unset;
}

.musiclist:hover {
    /* box-shadow: 0 0 1rem rgb(0 0 0 / 15%) !important; */
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(1.009);
}

.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;
    /* box-shadow: 0 10px 10px -8px #212121; */
}

.songbtn {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.songbtn .btn {
    min-width: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.songbtn .btn img{
    max-width: 15rem;
    width: 100%;
    transition-duration: 0.3s;
}
.songbtn .btn:hover img {
    transform: scale(1.07);
}
li a {
    text-decoration: auto;
}

table.songinfo tr td:first-child {
    font-weight: bold;
}
table.songinfo td {
    border: unset;
}
.topaz-line-title {
    position: relative;
    color: #cda401;
    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;
}
.category-widget{
    background: unset;
    border: unset;
    box-shadow: unset !important;
    padding: 0 !important;
}
.sidemenu-logo{
    position: relative;
    width: 100%;
    display: block;
    margin-left: -30px !important;
    left: -1rem;
    text-align: center;
    padding: 15px 10px;
    background: #fafafa;
    border-radius: 5px;
}
.sidemenu-logo > img{
    width: 60px;
}
.ordersonglist{
    border: unset;
    font-size: 1.4rem;
    top: 5px;
    left: 5px;
    /* width: 40px; */
    /* height: 40px; */
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* border-radius: 0; */
}
.musiclist .ordersonglist txtb{
    visibility: hidden;
    font-size: 1rem;
}
.musiclist:hover .ordersonglist txtb{
    visibility:visible;
}
.floating-wpp-button{
    background-color: unset !important;
}
a.btn.btn-default.btn-copy{
    position: absolute;
    left: 15px;
}
.bankaccount .list-group-item{
    padding: 1rem;
}
.bankaccount .list-group-item+.list-group-item:nth-child(odd){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bankaccount .list-group-item i.fa.fa-sort-down{
    padding: 0 1rem;
}
.splide--rtl>.splide__arrows .splide__arrow--prev{
    border-radius: 0;
    right:0;
}
.splide--rtl>.splide__arrows .splide__arrow--next{
    border-radius: 0;
    left: 0;
}