* {
    transition: all .25s;
}
:root {
    --primary: #d9416c;
    --warning: #ef8a80;
    --nav-bg-dark: #352b4e;
    --success: #27ae60;
    --info: #3498db;
    --bg-light-dark: rgb(75, 75, 75);
    --bg-dark: rgb(52, 52, 52);
    --bg-darker: rgb(38, 38, 38);
    --bg-darkest: rgb(25, 25, 25);
    --player-waveColor: #4F4A85;
    --player-progressColor: #4F4A85;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.m-1 {
    margin: 4px;
}
.m-2 {
    margin: 8px;
}
.p-1 {
    padding: 4px;
}
.p-2 {
    padding: 8px;
}
.text-white {
    color: white;
}
.display-none {
    display: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-50 {
    opacity: .5 !important;
}
.btn-purple {
    background-color: var(--nav-bg-dark);
}

/* DARK */
#page-content {
    background-color: var(--bg-dark);
    color: white;
}
.content-header {
    border-bottom-color: black;
}
.widget-extra,
.block {
    background-color: var(--bg-darker);
    color: white;
}
.widget,
.block-title {
    background-color: var(--nav-bg-dark);
    color: white;
}
tr:hover {
    background-color: var(--bg-light-dark) !important;
}
:root {
    --player-waveColor: white;
    --player-progressColor: var(--bg-light-dark);
}
.form-group {
    border-color: var(--bg-darker) !important;
    background-color: var(--bg-darker) !important;
    color: white !important;
}
select,
textarea,
input {
    background-color: var(--nav-bg-dark) !important;
    border-color: var(--nav-bg-dark) !important;
    color: white !important;
}
.loading-overlay {
    background-color: var(--nav-bg-dark) !important;
    color: white !important;
}
.input-group-addon {
    background-color: var(--primary);
    color: white;
}
/* END DARK */

@media only screen and (max-width: 600px) {
    #phone-navbar-button {
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 99999;
        font-size: 2rem;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.025) 0px 4px 6px -2px;
        opacity: .5;
    }
    #phone-navbar-button:hover {
        opacity: 1;
    }
}

@media only screen and (min-width: 600px) {
    #phone-navbar-button {
        display: none;
    }
}


.brand-logo {
    width: 20px;
    margin-right: 10px;
}


.genre {
    /* border-radius: 100px; */
    cursor: default;
    margin: .5px;
}
.genre-checkbox {
    border-color: transparent;
}
.btn {
    border: none;
    /* border-radius: 15px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.025) 0px 4px 6px -2px;
}
/* .form-control {
    border-radius: 15px;
} */
.widget,
.block {
    border: none;
    /* border-radius: 15px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.025) 0px 4px 6px -2px;
    background-repeat: no-repeat;
    background-size: auto;
}
.widget-icon img {
    width: 100%;
    height: auto;
    border-radius: 10000px;
}
.widget-extra,
.block-title {
    border: none;
    /* border-radius: 15px; */
}
.block-title h2 {
    font-weight: 600;
}
footer {
    border: none !important;
}
.navbar {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.025) 0px 4px 6px -2px;
    border: none !important;
}
tr:hover {
    background-color: rgb(250,250,250);
}
.display-picture {
    width: 180px;
}
.alert-active {
    border-left-color: var(--primary);
}
.sidebar-user-avatar {
    background: var(--nav-bg-dark);
}
.timeline-icon {
    border: none;
}
.timeline-icon img {
    width: 110%;
    border-radius: 1000px;
    transform: translateX(-100%);
    transform: translateY(-5%);
}
.wavesurfer div {
    z-index: 99;
}
.play-button {
    position: relative;
    font-size: 30px;
    /* border-radius: 100px; */
    padding: 18px 22px;
    line-height: 1;
    transform: translateY(-100px);
    z-index: 99999;
}
.player-cell {
    text-align: right;
}
.player-cell .player-table {
    min-width: 250px;
    width: auto;
    height: 20px;
}
.player-table .play-button {
    position:static;
    font-size: 20px;
    /* border-radius: 100px; */
    padding: 14px 16px;
    line-height: 1;
    transform: translateY(-0px);
    transform: translateX(-50px);
    z-index: 99999;
    top: 0;
}
.social-media-icon {
    display: inline-block;
    margin-top: 5px;
}
.social-media-icon i {
    font-size: 30px !important;
    color: var(--primary) !important;
    line-height: 20px !important;
    margin: 2px 4px;
}
.social-media-icon i:hover {
    color: var(--nav-bg-dark) !important;
}
.content-header-media {
    background-size: cover;
}





/* CHAT */

.time-ago {
    margin-bottom: 0;
}
.chat-img {
    margin-bottom: 0;
    border-radius: 100px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
}
.chat-message {
    display: inline-block;
    max-width: 50%;
    box-sizing: border-box;
    transition: all .25s;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 1px 0;
    color: #ffffff;
    border: none;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.025) 0px 4px 6px -2px;
    display: inline-block;
    max-width: 50%;
}
.chat-message.info {
    background-color: var(--info);
}
.chat-message.warning {
    background-color: var(--warning);
}
.chat-message.purple {
    background-color: var(--nav-bg-dark);
}
.chat-message.primary {
    background-color: var(--primary);
}
.chats,
.chat {
    height: 90vh;
    border-radius: 15px;
    padding: 3rem;
}
.chat-messages {
    height: calc(90vh - 6rem);
    overflow-y: auto;
}
.chats {
    background-color: var(--nav-bg-dark);
    overflow-y: auto;
}
.chats .btn {
    width: 100%;
}
#chat-message-input {
    display: inline-block;
    max-width: 85vw;
    /* width: fit-content; */
    width: 35%;
    border-radius: 15px;
    text-align: center;
}
#chat-message-send {
    display: inline-block;
    margin-top: -5px;
}
.header-section {
    height: 100%;
}
.sidebar-user-links .active {
    opacity: 1;
}
.sidebar-user-links .active i {
    color: var(--primary);
}
.new-msg-count {
    position: absolute;
    background-color: white;
    color: var(--primary);
    border-radius: 100px;
    transform: translateY(-30%) translateX(60%);
    font-weight: 800;
    font-size: 10px;
    padding: 2px 3px;
    line-height: 1;
}



/* NOTIFICATION */
.notifications {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999999999;
}
.notification {
    width: 360px;
    padding: 15px;
    background-color: white;
    border-radius: 16px;
    animation: fadeInOut 10s;
    opacity: 0;
    z-index: 9999999999;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.025) 0px 4px 6px -2px;
}
.notification.info {
    background-color: var(--info);
}
.notification.success {
    background-color: var(--success);
}
.notification.error {
    background-color: var(--primary);
}
.notification-container {
    display: block;
}
.notification-media {
    position: relative;
}
.notification-content {
    width: 100%;
    padding-left: 20px;
    line-height: 1.2;
}
.notification-text {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
    font-weight: 550;
    color: white;
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    2% {
       opacity: 1;
    }
    84% {
       opacity: 1;
    }
    100% {
       opacity: 0;
       display: none !important;
    }
}
.notification .progress-bar {
    bottom: 0;
    width: 100%;
    background-color: white;
    height: 5px;
    border-radius: 100px;
    animation: progressBar 10s linear;
    float: right;
}
@keyframes progressBar {
    0% {
        width: 100%;
    }
    100% {
       width: 0%;
    }
}

.account-type-picker {
    align-items: center;
    align-content: center;
    display: flex;
    text-align: center;
}
.account-type-picker .widget-content-light {
    width: 100%;
}
.account-type-picker:hover {
    filter: saturate(1.25);
}

.table-artist-img img{
    height: 50px;
    border-radius: 200px;
}
img.loading {
    height: 30px;
    width: 30px;
}

.loading-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: white;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
    transition: all .5s;
}
.loading-overlay img {
    display: block;
    margin: auto;
}
.label-select {
    padding: 0 0;
    background-size: cover;
    text-shadow: 2px 1px 2px black;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.025) 0px 4px 6px -2px;
    line-height: 1;
    margin: 0;
}
.label-select input {
    background-color: transparent;
    /* position: absolute; */
    width: 75px;
    height: 75px;
    left: 0;
    top: 0;
    margin: 0;
    opacity: .05;
}
.label-select input:checked {
    opacity: .75;
}
.tab-btn {
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}
.tab-btn.btn-disabled {
    box-shadow: rgba(0, 0, 0, 0) 0px 4px 12px;
}
.label-bullet {
    padding: 20px;
    background-size: cover;
}

.submission-status-icon {
    position: absolute;
    margin-top: -25px;
    margin-left: 11px;
    color: var(--primary);
    font-size: 18px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.7);
}
.hidden {
    display: none;
}