@charset "utf-8";

/*base style*/
.not-active-btn {
    pointer-events: none;
    cursor: not-allowed;
    /*opacity: 1;*/
}
.not-active {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
label.has-error {
    position: absolute;
    right: 0;
    font-style: italic;
    font-size: 13px;
    color: #EB5939 !important;
}
.grecaptcha-badge {
    display: none;
}
.tooltip {
    text-transform: initial;
}

/*#navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #000;
}*/

.header-logo {
    vertical-align: middle;
    color: white;
    font-family: 'Righteous';
    font-size: 22px;
    margin: 8px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin-custom {
    animation: spin 2s linear infinite;
}

.group-color-1 .fa-object-group {
    color: lightblue;
}
.group-color-2 .fa-object-group {
    color: lightgreen;
}
.group-color-3 .fa-object-group {
    color: lightcoral;
}
.group-color-4 .fa-object-group {
    color: lightyellow;
}
.group-color-5 .fa-object-group {
    color: lightsalmon;
}
.group-color-6 .fa-object-group {
    color: lightcyan;
}

.search-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-wrapper i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-wrapper input {
    padding-left: 50px;
}

.playlist-details-single-item.active {
    /*border-color: rgba(235, 89, 57, 0.5);*/
    box-shadow: 0px 0px 8px 3px rgba(235, 89, 57, 1.0);
}
.playlist-details-single-item:hover {
    /*box-shadow: 0px 0px 8px 3px rgba(235, 89, 57, 1.0);*/
    border-color: rgba(218, 165, 32, 0.5);
}
.playlist-details-single-item a.song-link {
    text-decoration: none;
    display: table;
}

@media only screen and (max-width: 1399px) {
    .navbar-brand {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .song-number_holder {
        min-width: 70px;
    }
}
@media (max-width: 767px) {
    .song-number_holder {
        min-width: 50px;
    }
    .top-xs-0 {
        top: 0 !important;
    }
}