@font-face {
    font-family: SharpGrotesk;
    src: url("../fonts/SharpGroteskMedium25-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/SharpGroteskMedium25-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SharpGroteskMedium25-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/SharpGroteskMedium25-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/SharpGroteskMedium25-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SharpGroteskMedium25-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SharpGroteskMedium25-Regular.woff2") format("woff2"); /* Modern Browsers */
}

#container {
    min-width: 380px;
}

.m-header {
    font-family: SharpGrotesk, sans-serif;
    padding-top: 80px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.m-header > img {
    top: 0;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    min-width: 1800px;
}
.m-header > .m-header-bg {
    width: 100%;
    /*background: url(../images/frontend/header/pakartot_cover.png) no-repeat center;*/
    height: 833px;
    position: absolute;
}
.m-header > .m-header-bg > img{
    width: 100%;
    min-width: 1200px;
}
.m-ml {
    font-family: SharpGrotesk, sans-serif;
    width: 1140px;
    display: flex;
    height: 80px;
    justify-content: space-between;
}

.m-header-title {
    font-family: SharpGrotesk, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1140px;
    margin: 0 auto;
}
.m-header-title > h1 {
    margin-top: 90px;
    /*max-width: 526px;*/
    object-fit: contain;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    font-stretch: ultra-expanded;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    z-index: 2;
}
.m-header-title  p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: 1.9rem;
    /*max-width: 404px;*/
    margin-top: 14px;
    object-fit: contain;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    z-index: 2;
}
.m-header-title  .m-button-wrapper {
    margin-top: 23px;
    z-index: 2;
}
.m-header-title button.btn-header {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    width: 150px;
    height: 40px;
    object-fit: contain;
    border-radius: 15px;
    background-color: #6bc7c2;
    border: none;
    margin: unset;
    color: #070e68;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-header-stats {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-wrap: wrap;
    margin: 70px auto 0 auto;
    justify-content: center;
    /*max-width: 1299px;*/
}
.m-header-stats > .header-top-card {
    width: 362px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin: 5px;
    z-index: 2;
}
.m-header-stats > .header-top-card > h1 {
    height: 90px;
    padding: 28px 25px 1px 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #13131f;
    object-fit: contain;
    font-size: 2rem;
    font-weight: 500;
    font-stretch: ultra-expanded;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.m-header-stats > .header-top-card > .scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.m-header-stats > .header-top-card > .songs {
    margin: 20px 0 20px 0;
    height: 335px;
    overflow: auto;
    scroll-behavior: smooth;
}
.m-header-stats > .header-top-card > .songs::-webkit-scrollbar {
    background-color: #fff;
}
.m-header-stats > .header-top-card > .songs::-webkit-scrollbar-thumb {
    background-color: #6bc7c2;
    border-radius: 6px;
}
.m-header-stats > .header-top-card > .songs > .song-row {
    height: 87px;
    padding: 6px 10px 6px 25px;
    display: flex;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-place {
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    object-fit: contain;
    font-size: 2rem;
    color: #6a74fa;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-play-btn {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 40px;
    position: absolute;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-image {
    width: 75px;
    height: 75px;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-image > div {
    overflow: hidden;
    border-radius: 11px;
    height: 75px;
    background: #ebebec url("../images/default/empty.svg") no-repeat;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-image > div > img {
    height: 100%;
    background-color: #ebebec;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-title {
    padding-left: 38px;
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    width: 57px;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-title  h4 {
    font-size: 1.25rem;
    /*line-height: 1.25;*/
    font-weight: bold;
    object-fit: contain;
    text-align: left;
    color: #070e68;
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-title  h4:hover {
    color: #6a73fb;
    cursor: pointer;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-title  div {
    font-size: 0.9rem;
    /*line-height: 1.25;*/
    object-fit: contain;
    text-align: left;
    color: #070e68;
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.m-header-stats > .header-top-card > .songs > .song-row > .song-info > .song-title  div:hover {
    color: #6a73fb;
}

.m-playlists {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    width: 100%;
    padding-bottom: 45px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.m-playlists > div.bg {
    background: url("../images/default/bottom_bg.svg") no-repeat center;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.m-playlists > a {
    z-index: 10;
}
.m-playlists div.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.m-playlists div.heading > a > * {
    z-index: 10;
}
.m-playlists div.heading > a > h1 {
    font-family: 'Poppins', sans-serif;
    object-fit: contain;
    font-size: 2rem;
    font-weight: 500;
    font-stretch: ultra-expanded;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #070e68;
    text-align: center;
    margin-right: 25px;
}
.m-playlists > .m-playlists-wrapper {
    max-width: 1160px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
}

.m-playlists > .m-playlists-wrapper > .playlist {
    width: 356px;
    height: 103px;
    object-fit: contain;
    border-radius: 9px;
    border: solid 1px #ebebec;
    overflow: hidden;
    position: relative;
    display: flex;
    margin: 10px;
    z-index: 1;
    background-color: #fff;
}
.m-playlists > .m-playlists-wrapper > .playlist:hover {
    border-color: #696eff;
}
.m-playlists > .m-playlists-wrapper > .playlist:hover .playlist-play-btn {
    display: block;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-image {
    width: 103px;
    height: 103px;
    border-radius: 9px;
    overflow: hidden;
    background-color: #E8E8E8;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-image > img {
    height: 100%;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-title {
    padding: 0 20px 0 20px;
    margin: auto 0 auto 0;
    max-width: 252px;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-title h4 {
    font-size: 1.1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.25;*/
    letter-spacing: normal;
    text-align: left;
    color: #070e68;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-title h4:hover {
    color: #6a73fb;
    cursor: pointer;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-title div {
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #070e68;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-title div:hover {
    color: #6a73fb;
    cursor: pointer;
}
.m-playlists > .m-playlists-wrapper > .playlist > .playlist-play-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
}

div.mobile-app {
    font-family: SharpGrotesk, sans-serif;
    display: flex;
    width: 100%;
    background-color: #f4f8fc;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
div.mobile-app > div.bg {
    background: url("../images/default/bottom_bg.svg") no-repeat center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -99%;
}
div.mobile-app > .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 353px;
    z-index: 1;
}
div.mobile-app > .text > h1 {
    width: 274px;
    object-fit: contain;
    font-size: 1.9rem;
    font-weight: 500;
    font-stretch: ultra-expanded;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #070e68;
    margin-bottom: 34px;
}
div.mobile-app > .text > p {
    font-family: 'Poppins', sans-serif;
    object-fit: contain;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.35;*/
    letter-spacing: normal;
    text-align: left;
    color: #070e68;
    margin-bottom: 43px;
}
div.mobile-app > .picture {
    width: 752px;
    height: 581px;
    object-fit: contain;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.donations {
    font-family: SharpGrotesk, sans-serif;
    width: 100%;
    position: relative;
    height: 350px;
    overflow: hidden;
}
div.donations > .bg {
    background: url("../images/default/help_lt_music.svg") no-repeat center;
    height: 735px;
    width: 100%;
    position: absolute;
}
div.donations > div.text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div.donations > div.text > * {
    z-index: 5;
}
div.donations > div.text > h1 {
    font-family: SharpGrotesk, sans-serif;
    max-width: 414px;
    margin-bottom: 33px;
    font-size: 1.9rem;
    /*line-height: 4rem;*/
    font-weight: 500;
    font-stretch: ultra-expanded;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
div.donations > div.text > p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 42px;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
div.donations > div.text > div.m-donate-bnt-new {
    width: 194px;
    height: 54px;
    padding: 16px 34px 15px 32px;
    border-radius: 27px;
    background-color: #6ac7c2;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.donations > div.text > div.m-donate-bnt-new > a {
    color: #070e68;
}

/* before 2020-12-01 */
.m-top-menu {
    display: flex;
    justify-content: center;
    height: 80px;
    background-color: #13131f;
    width: 100%;
    color: white;
    z-index: 1000;
    transition: 0.3s all ease-in-out;
    position: fixed;
}
.m-slide-menu{
    margin-top: -80px;
}
.m-trans-menu{
    height: 80px;
    width: 100%;
    background-color: transparent;
    position: fixed;
    z-index: 500;
}
.m-trans-menu:hover + .m-slide-menu{
    margin-top: 0;
}
.m-slide-menu:hover{
    margin-top: 0;
}
.m-top-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.m-menu-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}
.m-menu-nav>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.m-menu-nav>ul>li {
    float: left;
}
.m-menu-nav>ul>li>a {
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 15px;
}
.m-menu-nav>ul>li.active:first-child:after {
    margin-left: 28px;
}
.m-menu-nav>ul>li.active:after {
    content: " ";
    position: absolute;
    background-color: #696eff;
    width: 90px;
    height: 4px;
    border-radius: 2px;
    display: flex;
    margin-top: 7px;
    margin-left: 3px;
}
.m-searchTop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-top-right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    letter-spacing: 1px;
    position: relative;
}
.m-top-right>.m-notify {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    margin-right: 15px;
}
.m-top-right>span {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.m-top-right>.m-notify>a>img{
    width: 20px;
}
.m-menu-tg>span{
    position: relative;
    display: block;
    color: #ffffff;
    transition: all 0.25s ease-in-out;
    font-size: 25px;
}

.m-drop-menu{
    display: none;
    position: absolute;
    width: 230px;
    background-color: #13131f;
    padding: 20px;
    top:80px;
    right: 0;
    z-index: 1000;
}
.m-drop-menu>ul>li{
    margin-bottom: 10px;
}
.m-drop-menu>ul>li:last-child{
    margin-bottom: 0;
}
.m-drop-menu>ul>li>a{
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    color:#ffffff;
}
.m-drop-menu>ul>li>a:hover{
    font-family: IBMPlexSans, sans-serif;
    color: #696eff;
    font-weight: bold;
}
.m-top-right>a {
    color: #ffffff!important;
    font-size: 16px;
    font-weight: bold;
}
.m-header-box {
    padding-top: 156px;
    width: 1140px;
    display: block;
    margin: auto;
    height: inherit;
}
.m-header-box>div>h1 {
    font-size: 48px;
    font-weight: bold;
    font-family: IBMPlexSans, sans-serif;
}
.m-text-box {
    margin-top: 55px;
    font-family: IBMPlexSans, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.m-header-box>.m-button-wrapper {
    margin-top: 48px;
}
.m-btn-header {
    background-color: #696eff;
    padding: 13px 30px;
    border-radius: 20px;
    border: none;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
}
.m-btn-header1 {
    background-color: #000000;
    padding: 13px 30px;
    border-radius: 24px;
    border: none;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.m-content{
    width: 100%;
}
.m-login-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(19, 19, 31,0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-login-box{
    padding: 30px;
    width: 700px;
    background-color:#ffffff;
    border-radius: 15px;
    font-family: IBMPlexSans, sans-serif;
    display: flex;
    position: relative;
}
.m-login-login{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eeeeee;
}
.m-lo{
    text-align: center;
    width: 100%;
}
.m-login-form{
    width: 100%;
}
.m-login-login>div>h2 , .m-register>div>h2{
    font-size: 20px;
    font-weight: bold;
    color: #86878c;
    margin-bottom: 25px;
}
.m-space10{
    margin-top: 10px;
}
.m-register{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-fb-login{
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    background-color: #46619f;
    border-radius: 20px;
    padding:10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-social-login-text{
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: IBMPlexSans, sans-serif;
}
.m-login_input{
    width: 255px;
    padding:10px 15px;
    background-color: #ebebf2;
    border-radius: 20px;
    border:none;
    font-family: IBMPlexSans, sans-serif;
}
.m-fb-login-logo{
    background: #FFFFFF url(../images/frontend/icons/icon-list.png) 0 -69px no-repeat;
    display: inline-block;
    width: 40px;
    height: 36px;
    vertical-align: middle;
    background-color: #46619f;
}
.m-login_input::placeholder{
    font-size: 14px;
    font-family: IBMPlexSans, sans-serif;
    color: #000000;
}
.m-login-or{
    margin: 15px 0 15px 0
}
.register-top-buttons{
    margin-bottom: 20px!important;
}
.click-button{
    border: none!important;
    cursor: pointer;
    display: inline-block;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px!important;
    padding: 0!important;
    text-transform: capitalize!important;
}
.register-top-buttons-row .click-button{
    width: inherit!important;
}
.click-button>a{
    color: #86878c;
}
.click-button:hover, .click-button:hover a, .click-button.active, .click-button.active a{
    background: none!important;
    color: #696eff!important;
}
.m-big-button{
    background-color: #24172e;
    border-radius: 20px;
    padding: 10px 20px;
    width: 135px;
    margin:20px auto;
}
.m-big-button>a{
    color: #ffffff;
    font-size: 14px;
}
.m-big-button2{
    background-color: #696eff;
    border-radius: 20px;
    padding: 10px 20px;
    width: 135px;
    margin:20px auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,1);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,1);
}

.m-big-button2>a{
    color: #ffffff;
    font-size: 14px;
}
.login_form .forgot a{
    text-transform: none!important;
    font-family: IBMPlexSans, sans-serif;
    color: #86878c!important;
    font-size: 12px!important;
    font-weight: normal!important;
}
.m-remember-me{
    color: #999;
    padding-left: 20px;
    width: 150px;
}
.m-custom-check>input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.m-custom-check:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ebebf2;
}
.m-custom-check input:checked ~ .checkmark {
    background-color: #ebebf2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.m-custom-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.m-custom-check .checkmark:after {
    left: 4px;
    top: 1px;
    width: 7px;
    height: 10px;
    border: solid #696eff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-custom-check{
    display: flex;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    height: 15px;
    justify-content: center;
    align-items: center;
}
.m-search-result{
    position: absolute!important;
    top: 80px!important;
    right: 600px!important;
    width: 470px!important;
    min-height: 540px;
    bottom: unset!important;
    border: none!important;
    background-color: #404860!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    -khtml-border-bottom-right-radius: 0!important;
    -khtml-border-bottom-left-radius:0!important;
    -moz-border-bottom-right-radius: 0!important;
    -moz-border-bottom-left-radius: 0!important;
    -webkit-border-bottom-left-radius: 0!important;
    -webkit-border-bottom-right-radius: 0!important;
}
#min-search .results{
    margin: 0!important;
    padding:0 20px 20px  20px!important;
}
#min-search .title{
    border: none!important;
    text-transform: unset!important;
    text-align: left;
}
#min-search .title-inside{
    border: none!important;
    color: #ffffff!important;
    font-size: 16px!important;
    font-weight: bold!important;
    font-family: IBMPlexSans, sans-serif;
    background-color: transparent!important;
}
#min-search .item{
    border: none!important;
    width: 100%!important;
}
#min-search .item a{
    color: #ffffff!important;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px!important;
    text-transform: unset!important;
}
#min-search .item .name{
    text-transform: unset!important;
}
.alias-default-img35{
    display: none!important;
}
.project-default-img35{
    display: none!important;
}
#min-search .item a{
    width: 100% !important;
}

.m-controls{
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-dash-content{
    width: 1140px;
    margin: auto;
    height: 100%;
    background-color: #f8f6f9;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding-top: 80px;
}
.m-dash-content-wrapper{
    display: flex;
}
.m-breadcrumbs-wrapper{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    color: #86878c;
}
.m-dash-left{
    width: 250px;
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    height: 600px;
}
.m-dash-middle{
    width: 575px;
    margin: 0 15px;
    padding-bottom: 100px;
    min-height: 80vh;
}
.m-dash-right{
    width: 300px;
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top:0;
    height: 700px;
}
.m-user-block{
    width: 100%;
    height: 250px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.m-user-inf-block{
    display: flex;
    height: 93px;
}
.m-user-name{
    color: #86878c;
    font-size: 20px;
    font-weight: bold;
    font-family: IBMPlexSans, sans-serif;
}
.m-user-links{
    width: 100%;
    height: calc(100% - 93px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-user-links a{
    color: #000000!important;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
}
.m-user-links li{
    margin:10px 0;
}
.m-user-links>ul>li>a.m-active{
    color:#696eff!important;
    font-weight: bold;
}
.m-user-links>ul>li>a.m-active>span{
    color:#696eff!important;
}
.m-user-links>ul>li>a:hover{
    color:#696eff!important;
    font-weight: bold;
}
.m-user-links>ul>li>a:hover > span{
    color:#696eff!important;
}
.m-dash-banner{
    width: 100%;
}
.m-side-nav{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.m-side-nav>a{
    color: #404860!important;
    background-color:#e4e4ee;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.2s all ease-in-out;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 10px;
}
.m-side-nav>a:hover{
    color: #ffffff!important;
    background-color:#696eff;
}
.m-side-nav>a.m-active{
    color: #ffffff!important;
    background-color:#696eff;
}

/**
 OLD NAV START
 */
.m-side-nav>div{
    text-align: right;
    margin-top: 30px
}
.m-side-nav>div>a{
    color: #404860!important;
    background-color:#e4e4ee;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.2s all ease-in-out;
}
.m-side-nav>div>a:hover{
    color: #ffffff!important;
    background-color:#696eff;
}
.m-side-nav>div>a.m-active{
    color: #ffffff!important;
    background-color:#696eff;
}
/**
  OLD NAV END
 */

.m-block-header{
    width: 100%;
    margin-bottom: 20px;
    /*height: 60px;*/
    /*line-height: 60px;*/
    text-align: left;
}
.m-block-header>h2{
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.m-album-item{
    width: 100%;
    border: 1px solid #e4e4ee;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.m-item{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.m-item.album{
    width: 100%;
    border: 1px solid #e4e4ee;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.m-album-info{
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}
img.m-cover{
    height: 200px!important;
    width: 200px!important;
}
.m-grey-t{
    color: #86878c;
    font-size: 14px;
    text-transform: capitalize;

}
.m-black-t{
    color: #13131f;
    font-size: 16px;
    font-weight: bold;
    font-family: IBMPlexSans, sans-serif;
    text-transform: capitalize;
}
.m-album-options-wrapper{
    height: 100px;
    padding:5px  15px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.m-album-options a span{
    color: #86878c;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}
.m-play-btn-horizontal{
     position: absolute;
     top: 20px;
     left: 75px;
 }
.m-play-btn-horizontal.album{
    position: absolute;
    top: 75px!important;
    left: 175px!important;
}
.m-play-btn-icon{
    height: 60px!important;
    width: 60px!important;
}
.m-user-links>ul>li>a>span{
    color: #86878c;
    margin-right: 10px;
    font-size: 18px;
}
.m-column{
    width: 100%;
}
.m-cover{
    background: url("../images/frontend/cover-bg.png") center no-repeat;
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.m-cover-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: 60px;
}
.m-cover-top-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-cover-top-nav>div{
    padding: 0 10px;
}
.m-profile-title{
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    color: black;
    font-size: 20px;
    width: 450px;
    overflow: hidden;
}
.m-profile-tab-nav{
    font-family: IBMPlexSans, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #404860;
    padding: 5px 20px;
    cursor: pointer;
}
.m-about-tab{
    display: none;
}
.m-music-tab{
}
.m-profile-tab-nav.m-active{
    font-weight: bold;
    border-bottom: 3px solid #696eff;
}
.m-cover-pic{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -70px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;

}
.m-profile-info{
    margin-top: 70px;
}
.m-cover-pic>img{
    height: 110px;
}
.m-donate-btn{
    padding: 5px 10px;
    border: 1px solid #b7b7c1;
    color: #b7b7c1;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.m-donate-btn1{
    padding: 5px 10px;
    border: 1px solid #b7b7c1;
    color: #b7b7c1;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 14px;
}
.m-donate-btn1:hover{
    padding: 5px 10px;
    border: 1px solid #696eff;
    background-color: #696eff;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.m-donate-btn:hover{
    padding: 5px 10px;
    border: 1px solid #696eff;
    background-color: #696eff;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.m-profile-actions{
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}
.m-profile-actions>div>a>span{
    color: #ffffff;
    font-size: 16px;
}
.m-profile-info h3{
    color: #13131f;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.m-profile-info p{
    color: #727273;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}
.m-connected-item-covers{
    width: 100%;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.m-item1{
    width: 33%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
}
.m-release-default-img180{
    width: 100px;
    height: 100px;
    float: left;
}
.m-release-default-img180 span{
    width: 100px;
    height: 100px;
    background: url(../images/frontend/default/default-180.png) center center;
    float: left;
}
.m-alias-default-img132{
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
}
.m-alias-default-img132 span {
    width: 100px;
    height: 100px;
    background: url(../images/frontend/default/default-logo-132.png) center center;
}
.m-img-wrapper-profile{
    width: 75px;
    height: 75px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.m-img-wrapper-profile > img{
    width: 100%;
    height: 100%;
}
.m-name{
    margin-left: 10px;
}
.m-name>a{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color: #727273;
}
.m-table{
    width: 100%;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.m-items2{
    width: 100%;
}
.m-line{
    border-top: 1px solid #e0e0e0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.m-line:last-child{
    border-bottom: 1px solid #e0e0e0;
}
.m-author{
    color: #86878c;
    font-size: 14px;
    font-family: IBMPlexSans, sans-serif;
}
.m-title{
    color: #13131f;
    font-size: 16px;
    font-weight: bold;
    font-family: IBMPlexSans, sans-serif;
}
.m-play-info{
    display: flex;
    align-items: center;
}
.m-play-cell{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-play-cell>a.play_button{
    width: 50px;
    height: 50px;
    background: url("../images/frontend/new_player/Icon_klausomiausia-inactive.svg") center no-repeat;
    background-size: cover;
}
.m-play-cell>a.stop_button{
    width: 50px;
    height: 50px;
    background: url("../images/frontend/new_player/Icon_klausomiausia-active.svg") center no-repeat;
}
.m-actions{
    display: flex;
    flex-wrap: wrap;
    width: 60px;
}
.homepage_track_list .item .tr_end .like, .control .like{
    background: url(../images/frontend/new_player/Icon_megstama-neaktyvi.png) center no-repeat!important;
    height: 15px;
    width: 19px;
}
.homepage_track_list .item .tr_end .like.on, .control .like.on {
    background: url(../images/frontend/new_player/Icon_megstama-aktyvi.png) center no-repeat!important;
}
.homepage_track_list .item .tr_end .share-track, .control .share-track {
    background: url(../images/frontend/new_player/Icon_share.png)  center no-repeat!important;
    height: 15px;
    width: 13px;
}

.homepage_track_list .item .tr_end .add_to_playlist:hover, .control .add_to_playlist:hover {
    background-position: 0 -237px!important;
}
.m-play-cell2 a{
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/frontend/new_player/Icon_klausomiausia-inactive.svg") center no-repeat;
}
.m-remove{
    width: 30px;
}
.m-remove a{
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/frontend/new_player/Icon_delete.svg") center no-repeat;
}
.m-big-button-dash{
    width: 100%;
    color: #404860!important;
    background-color: #eeeeee;
    border-radius: 15px;
}
.m-big-button-dash:hover{
    width: 100%;
    color: #ffffff!important;
    background-color: #696eff;
    border-radius: 15px;
}
.add-item{
    border: none!important;
}
.m-profile-actions a.like.on{
    background: url("../images/frontend/new_player/Icon_megstama-aktyvi.png") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.m-profile-actions a.like{
    background: url("../images/frontend/new_player/Icon_megstama-neaktyvi.png") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.m-profile-actions a.like.off{
    background: url("../images/frontend/new_player/Icon_megstama-neaktyvi.png") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.m-profile-actions a.share-album.share-track{
    background: url("../images/frontend/new_player/Icon_share.png") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.m-donation-wrapper, .m-information{
    width: 100%;
    height: 100%;
    position:fixed;
    background-color: rgba(19, 19, 31,0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-donation-box{
    padding: 30px;
    width: 700px;
    background-color: #ffffff;
    border-radius: 15px;
    font-family: IBMPlexSans, sans-serif;
    display: flex;
    justify-content: center;
    align-items:center ;
    position: relative;
}
.m-border{
    border: 1px solid #e4e4ee;
}
.m-playlist-pic{
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.m-playlist-pic>a{
    display: flex;
    justify-content: center;
    align-items: center;

}
.m-playlist-pic>a>img{
    height: 100px;
}
.m-fb-login>a>div>span:before{
    color: #ffffff;
}
.m-album-options{
    display: flex;
    align-items: center;
}
.m-flexit{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.m-block-genre{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.m-item-genre{
    width: 45%;
    padding: 5px;
}
.m-item-genre-content{
    padding: 10px 10px;
    background-color: #efeff8;
    display: flex;
    justify-content: space-between;
    transition: 0.2s all;

}
a>.m-item-genre-content>div.m-genre-title{
    color: #404860;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    text-align: left;
    width: 160px;
}
.m-genre-icon-wrapper{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-genre-icon{
    height: 20px;

}
a>.m-item-genre-content:hover{
    font-weight: bold;
}
a>.m-item-genre-content:hover>.m-genres-radio>.m-radio:after{
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #696eff;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 2px;
}
.m-liked-tabs{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    background-color: #e4e4ee;
    color: #86878c;
    border-radius: 20px;
    padding: 5px 20px;
}
.active>span.m-liked-tabs{
    background-color: #696eff;
    color: #ffffff;
}
.m-liked-tabs:hover{
    background-color: #696eff;
    color: #ffffff;
}
.m-title-liked{
    width: 350px;
}
.m-title-liked>a{
    color: #404860;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
}
.m-item.liked:hover>.m-title-liked>a{
    font-weight: bold;
}
.m-item.liked:hover>.m-liked-action>a>span{
    color: #696eff;
}

.m-item.liked{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px;
}
.m-liked-action>a>span{
    color: #b4b8c9;
}

.m-liked-private{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color: #86878c;
}
.liked-items-c{
    float: none!important;
}
.liked-items-c > div > div{
    width: 100%!important;
}
div.m-item.playlist:hover div.m-liked-action>a>span{
    color: #696eff;
}
div.m-item.album:hover div.m-liked-action>a>span{
    color: #696eff;
}
.m-item.m-alias{
    padding-left:50px;
}
.m-alias>div>a{
    color: #404860;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
}
.m-alias>div>a.m-donate-btn{
    font-size: 14px;
}
.m-alias>div>a:hover{
    font-weight: bold;
}
.m-alias>div>a.m-donate-btn:hover{
    font-weight: normal;
}
.m-filter{
    margin-bottom: 40px;
}
.m-filter>.m-filter-title{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color: #86878c;
    margin-bottom: 10px;
}
.m-filter>.m-filter-options{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.m-filter>.m-filter-options>a{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color: #86878c;
    border-right: 1px solid #86878c;
    padding: 0 7px;
    margin-bottom: 5px;
    cursor: pointer;
}
.m-filter>.m-filter-options>a.m-active{
    font-size: 14px;
    color: #696eff;
    font-weight: bold;
}
.m-filter>.m-filter-options>a:hover{
    font-size: 14px;
    color: #696eff;
    font-weight: bold;
}
.m-filter>.m-filter-options>a:last-child{
    border: none;
}
.m-filter>.m-filter-buttons{
    margin: 10px;
}
.m-filter>.m-filter-buttons>a.m-filter-btn{
    background-color: #e4e4ee;
    color: #86878c;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    padding: 2px 20px;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.m-filter>.m-filter-buttons>a.m-filter-btn:hover{
    background-color: #696eff;
    color: #ffffff;
}
.m-filter>.m-filter-buttons>a.m-filter-btn.m-active{
    background-color: #696eff;
    color: #ffffff;
}
.m-genres-radio{
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-radio{
    height: 14px;
    width: 14px;
    background-color: #ced0e1;
    border-radius: 50%;
}
.m-years-input{
    padding: 10px 20px;
    background-color: #e4e4ee;
    color: #404860;
    border: none;
    border-radius: 30px;
    font-family: IBMPlexSans, sans-serif;
    text-align: center;
}
.m-years-search{
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #696eff!important;
}
.m-name.cell{
    width: 350px;
}
.m-name.cell>span{
    width: 350px;
    font-size: 16px;
    color: #404860;;
    font-weight: bold;
    font-family: IBMPlexSans, sans-serif;
}
.m-small-button{
    font-family: IBMPlexSans, sans-serif;
    color: #86878c;
    text-transform: capitalize;
}
.m-main-title{
    margin-top: 15px;
}
.m-greytitle{
    color: #13131f;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
}
.m-album-title{
    color: #13131f;
    font-family: IBMPlexSans, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.m-artist{
    font-size: 14px;
    color: #86878c;
}
.m-album-list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.m-name1{
    color: #13131f;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.m-album-list-item>.tr_title{
    width: 100%!important;
    padding-left: 40px!important;
}
.m-album-list-item a.play_button{
    width: 40px!important;
    height: 40px!important;
    background: url(../images/frontend/new_player/Icon_klausomiausia-inactive.svg) center no-repeat!important;
    background-size: cover !important;
    margin: 0!important;
    margin-left: 10px!important;
}
.homepage_track_list .item .play{
    height: 40px!important;
}
.homepage_track_list .item .play a.stop_button:hover{
    background-position: unset!important;
}
.m-album-list-item a.stop_button{
    width: 40px!important;
    height: 40px!important;
    background: url("../images/frontend/new_player/Icon_klausomiausia-active.svg") center no-repeat!important;
    background-size: cover !important;
    margin: 0!important;
    margin-left: 10px!important;
}

.homepage_track_list .item .tr_end {
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage_track_list .item:hover{
    background-color: unset!important;
}
.m-line-title-big>.line-title-text-big{
    color: #13131f;
    font-family: IBMPlexSans, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}
.m-item-similar{
    text-align: center;
}
.m-item-similar>.m-image>a>img{
    height: 160px;
}
.m-release-default-img225{
    float: left;
    width: 160px;
    height: 160px;
    background-color: #ccc;
    border: 2px solid #999;
}
.m-text{
    color: #13131f;
    font-family: IBMPlexSans, sans-serif;
    font-size: 11px;
    margin-top: 15px;
}
.m-info-wrapper{
    display: flex;
}
.m-item-cover{
    width: 104px;
    height: 104px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.m-item-cover2{
    width: 160px;
    height: 160px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.m-play-all{
    height: 104px;
    display: flex;
    align-items: flex-end;
}
.m-play-all-btn{
    padding: 10px 30px;
    background-color: #e4e4ee;
    color: #13131f;
    border-radius: 30px;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    transition: 0.3s all;
}
.m-play-all-btn:hover{
    background-color: #696eff;
    color: #ffffff;
}

.m-pls-public-btn
{
    padding: 0px 35px;
    z-index: 1;
    border-radius: 10px;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    transition: 0.3s all;
    height: 20px;
}

.m-pls-public-btn-lock
{
    background-color: #696eff;
    color: #ffffff;
}

.m-pls-public-btn-unlock
{
    background-color: #e4e4ee;
    color: #13131f;
}

.m-pls-edit-btn
{
    padding: 0px 35px;
    z-index: 1;
    border-radius: 10px;
    background-color: #e4e4ee;
    color: #13131f;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    transition: 0.3s all;
    height: 20px;
}

.m-pls-edit-btn:hover
{
    background-color: #696eff;
    color: #ffffff;
}

.m-info-wrapper h3{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color: #86878c;
    text-transform: capitalize;
    font-weight: unset!important;
}
.m-info-wrapper .item-text a{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color: #86878c;
    text-transform: capitalize;
}
.m-dash-pass{
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-pass-input{
    padding: 10px 20px;
    background-color: #e4e4ee;
    color: #404860;
    border: none;
    border-radius: 30px;
    font-family: IBMPlexSans, sans-serif;
    text-align: center;
    width: 230px;
}
.m-pass-input::placeholder{
    color: #404860;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;

}
.m-pass-input:focus::-webkit-input-placeholder { color:transparent; }
.m-pass-input:focus::-webkit-input-placeholder { color:transparent; }
.m-pass-input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.m-pass-input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.m-pass-input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.m-big-button-save{
    background-color: #696eff;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    transition: 0.3s ease all;
    color: white;
}
.m-big-button-delete{
    background-color: #e4e4ee;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    transition: 0.3s ease all;
    color: #404860;
}

.m-big-button-delete:hover{
    background-color: #fd1919;
    transition: 0.3s ease all;
    color: white;
}

.m-acc-input{
    padding: 10px 20px;
    background-color: #e4e4ee;
    color: #404860;
    border: none;
    border-radius: 30px;
    font-family: IBMPlexSans, sans-serif;
    width: 230px;
}
.m-fb-share{
    font-size: 32px;
    color: #86878c;
    transition: 0.2s all;
}
.m-fb-share:hover{
    color: #696eff;
}
.draggable-image-c{
    float: none!important;
    border: none!important;
    width: 90px!important;
    height: 90px!important;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-upload-btn{
    float: none!important;
    text-transform: unset!important;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px!important;
    color: #696eff!important;
}
.m-error-box {
    font-family: IBMPlexSans, sans-serif;
    font-size: 48px;
    color: #13131f;
    text-align: center;
}
.m-error-divider{
    margin:30px auto;
    height: 10px;
    width: 120px;
    background-color: #13131f;
}
.m-error-box h2{
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.m-error-box h3{
    font-family: IBMPlexSans, sans-serif;
    font-weight: normal;
    font-size: 16px;
}
#min-search .item a .img{
    display: none;
}
.m-user-info-img{
    width: 93px;
    height: 93px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.like:before{
    content: "Mėgti";
    position: absolute;
    background-color: #f8f6f9;
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: -40px;
    margin-left: -40px;
    display: none;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
}
.like:hover::before{
    display: block;
}

.remove-like:before{
    content: "Trinti";
    position: absolute;
    background-color: #f8f6f9;
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: -40px;
    margin-left: -40px;
    display: none;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
}
.like:hover::before{
    display: block;
}

.m-profile-actions a.like:before{
    content: "Mėgti";
    position: absolute;
    background-color: #f8f6f9;
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: -40px;
    margin-left: -40px;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;

    display: none;
}
.m-profile-actions a.like:hover:before{
    display: block;
}
a.add_to_playlist::before{
    content: "Pridėti";
    position: absolute;
    background-color: #f8f6f9;
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: -40px;
    margin-left: -50px;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    display: none;
}
a.add_to_playlist:hover:before{
    display: block;
}
.subsubmenu_list>li>a{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}
.subsubmenu_list>li>a:hover{
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
    color:#696eff;;
    padding-left: 15px;
    font-weight: bold;
}
.subsubmenu_list>li{


}
.homepage_track_list .item .tr_end {
    height: 100%!important;
    width: 150px!important;
}
.card-horizontal-img{
    height: 100%;
}
.m-label-pic{
    background-color: #ebebeb;
}
.m-label-pic>img{
    height: 50px;
}
#back-to-top{
    position: fixed;
    right: 50px;
    bottom: 140px;
    z-index: 15000;
}
#back-to-top>div{
    cursor: pointer;
    display: none;
}
#back-to-top>div>img{
    height: 56px;
}
.m-track-list{
    padding-left: 20px;
    height: 90px;
    overflow-y: hidden;
}
.m-track-row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.m-nrList{
    width: 20px;
    margin-right: 5px;
    color: #86878c;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.m-trackName{
    width: 270px;
    color: #86878c;
    font-family: IBMPlexSans, sans-serif;
    font-weight: normal;
    font-size: 14px;
}
img.m-album-cover{
    width: 200px!important;
    height: 200px!important;
}
.m-item-top-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.m-more-less{
    display: flex;
    margin-right: 100px;
    color: #394b7a;
    font-weight: bold;
    font-family: IBMPlexSans, sans-serif;
    font-size: 14px;
}
.m-more{
    display: inherit;
    cursor: pointer;
}
.m-less{
    display: inherit;
    cursor: pointer;
}
.m-share-box{
    position: absolute;
    padding:10px 15px!important;
    border-radius: 5px;
    background-color: #f8f6f9;
    margin-top: -200px!important;
    margin-left: -190px!important;
    border: 1px solid #d3d2d3;
    width: 200px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
    box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
}
.m-share-box-player{
    position: absolute;
    padding:10px 15px!important;
    border-radius: 5px;
    background-color: #f8f6f9;
    margin-top: -200px!important;
    margin-left: -190px!important;
    border: 1px solid #d3d2d3;
    width: 200px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
    box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
}
.m-share-box-down{
    z-index: 1000;
    position: absolute;
    padding:10px 15px!important;
    border-radius: 5px;
    background-color: #f8f6f9;
    margin-top: 0!important;
    margin-left: -190px!important;
    border: 1px solid #d3d2d3;
    width: 200px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
    box-shadow: 0px 0px 10px 0px rgba(33,36,50,0.2);
}
.m-share-box>p , .m-share-box-down>p, .m-share-box-player>p{
    font-family: IBMPlexSans, sans-serif;
    color: #13131f;
    font-size: 14px;
    margin-bottom: 5px;
}
.m-share-box>a , .m-share-box-down>a, .m-share-box-player>a{
    margin: 5px!important;
    display: flex!important;
    align-items: center;
}
.m-share-box>a span , .m-share-box-down>a span ,.m-share-box-player a span{
    color: #b5b8c9;
    font-size: 20px;
    transition: 0.3s all;
}
.m-share-box>a:hover>span, .m-share-box-down>a:hover>span, .m-share-box-player>a:hover>span{
    color: #696eff!important;
}
.m-link-text{
    color:#000!important;
    font-size: 14px!important;
    margin-left: 10px!important;
    cursor: pointer;
}
.m-share-input{
    border: none;
    width: 100%;
    padding: 10px!important;
    background-color: #ebebf2;
    border-radius: 30px;
    color: #404860;
    font-family: IBMPlexSans, sans-serif;
    font-size: 12px;
}
.m-expanded{
    height: 100%;
    overflow: auto;
}
.m-cookies{
    font-family: IBMPlexSans, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #13131f;
    margin-bottom: 30px;
}
.m-cookie-btn{
    background-color: #696eff;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,0.7);
    transition: 0.3s ease all;
    color: white;
}
.m-cookie-btn:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(105,110,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(105,110,255,1);
    box-shadow: 0px 0px 10px 0px rgba(105,110,255,1);
}
.m-line-title-big{
    margin-top: 20px;
    height: 30px;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.m-master-menu{
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.m-master-menu:hover{
    color: #696eff;
    font-weight: bold;
}
.subsubmenu_list{
    height: 0;
    overflow: hidden;
}
.m-extended-menu{
    height: 100%;
    overflow: hidden;
}
.m-user-links>ul{
    width: 150px;
}
.m-copy-text{
    color:#696eff;
    font-size: 12px;
    padding-bottom: 15px!important;
    cursor: pointer;
}
#jp_video_0{
    display: none!important;
}
.jp-repeat:hover{
    filter: brightness(0) invert(1);
    transition: .3s;
}
.jp-repeat-off{
    filter: brightness(0) invert(1);
}
.jp-repeat-off:hover{
    background: url(../images/frontend/new_player/Icon_kartoti.png) center no-repeat!important;
}
.jp-shuffle:hover{
    filter: brightness(0) invert(1);
    transition: .3s;
}
.jp-shuffle-off{
    filter: brightness(0) invert(1);
}
.m-animate-load{
    overflow: hidden;
    width: 90px;
    animation:
            typing 1s steps(40, end)
}
.m-blocker-block{
    width: 200px!important;
    padding: 5px 20px!important;
    border-radius:50px!important;
    -khtml-border-radius:50px!important;
    -moz-border-radius:50px!important;
    -webkit-border-radius:50px!important;
}
@keyframes typing {
    from { width: 0 }
    to { width: 90px }
}
.m-app-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(19, 19, 31,0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInApp;
    animation-duration: 1s;
}
.m-app-box{
    padding: 40px;
    width: 615px;
    background: url("../images/frontend/background-mu_zi_ka.png") no-repeat #ffffff;
    background-position: left -40px center;
    background-size: 200px;
    border-radius: 15px;
    font-family: IBMPlexSans, sans-serif;
    display: flex;
    position: relative;
}
.m-app{
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.m-app h4{
    font-family: IBMPlexSans, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.m-app p{
    font-family: IBMPlexSans, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}
.m-remove-app{
    width: 30px;
}
.m-remove-app a{
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/frontend/new_player/Icon_delete.svg") center no-repeat;
}
@keyframes fadeInApp {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.player-notice-container
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
}

.player-notice-container > span
{
    color: #b5b8c9;
    font-family: IBMPlexSans, sans-serif;
    font-size: 16px;
    text-align: center;
}

.subscription {
    color: #13131f;
}

.subscription h2 {
    font-size: 20px;
    font-weight: bold;
}

.subscription h3 {
    font-size: 16px;
    font-weight: bold;
}

.subscription .btn-black {
    width: 231px;
    height: 44px;
    border-radius: 22px;
    background-color: #24172e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 2px 0 2px;
}

.subscription .btn-white {
    width: 256px;
    height: 44px;
    border-radius: 22px;
    border: solid 1px #24172e;
    color: #24172e;
    font-size: 16px;
    font-weight: bold;
    margin: 0 2px 0 2px;
}

.subscription .subscription-warning {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 27px;
}

.subscription .subscription-activate-btn {
    display: flex;
    justify-content: center;
}

.subscription > .info > .block {
    width: 100%;
    border-radius: 12px;
    border: solid 1px #d9d9e1;
    margin-bottom: 10px;
    padding: 20px;
}

.subscription > .info > .block .content {
    width: 100%;
    padding: 0 15px 0 15px;
}

.subscription > .info > .block .content .row {
    margin-right: initial;
    margin-left: initial;
    display: flex;
}
.subscription > .info > .block .content .row > div {
    padding: 13px 0 13px 0;
    flex: 1;
}

.subscription > .info > .block .content.plan {
    padding-top: 15px;
}

.subscription > .info > .block .content.plan .row {
    margin-right: initial;
    margin-left: initial;
    display: block;
}

.subscription > .info > .block .content.plan .row > div {
    padding: 0;
    flex: 1;
}

.subscription > .info > .block .content.plan .row > div:first-child {
    color: #2b3042;
    font-size: 14px;
}

.subscription > .info > .block .content.history {
    margin-top: 15px;
}

.subscription > .info > .block .content.history .row {
    height: 30px;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #d9d9e1;
}
.subscription > .info > .block .content.history .row:last-child {
    border-bottom: 1px solid #d9d9e1;
}

.subscription > .info > .block .content .row > div:nth-child(3) {
    text-align: right;
}

.subscription > .info > .block .sub-notice {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #3ec36c;
    width: 110px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #d3ebdb;
    background-color: #dcf3e8;
    justify-content: center;
    display: flex;
    align-items: center;
}

.a-link {
    text-decoration: underline;
}

.a-link:hover {
    color: #696eff;
    text-decoration: underline;
}

.img-c {
    width: 100px;
    height: 100px;
}

.card-info.m-card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}