html, body {
    height: 100%;
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
	color: white;
}

.song_list:hover {
    background:#3276ff;
    opacity: 0.7;
    color: #fff !important;
}

.rank_list:hover {
    background:#3276ff;
    opacity: 0.7;
    color: #fff !important;
}

.index_room_list:hover {
    background:#1ed760;
    opacity: 0.7;
    color: #fff !important;
}

.trophy_rank_case {
    position: relative;
    background: transparent;
    color:white;
    font-size:14px;
    left: 12px;
    top: -24px;
}

.trophy_rank {
    position: relative;
    background: transparent;
    color:white;
    font-size:14px;
    left: 0px;
    top: -10px;
}

#my_rank {
    position: relative;
    background: #FF632E;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:20px;
    left: 100px;
    top: -30px;
}

.edit-icon {
    background: #3276ff;
    width: 30px;
    height: 30px;
    z-index: 5;
    color: #fff;
    position: absolute;
    top: 0%;
    right: 5%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.logo-profile-avatar {
    display: block;
    border-radius: 50%;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 57.74px 0;
    background-size: auto 150px;
    background-position: center;
    background-color: grey;
    margin: 0px auto;
    border: 5px solid #ffffff;
}

.nav-tabs {
    border-bottom: none;
}

#nav-settings-pack-tab, #nav-settings-code-tab, #nav-settings-paiement-tab, #nav-profile-solo-tab, #nav-profile-team-tab {
    color: #1E32C7 !important;
}

#nav-settings-pack-tab.active, #nav-settings-code-tab.active, #nav-settings-paiement-tab.active, #nav-profile-solo-tab.active, #nav-profile-team-tab.active {
    text-decoration: none;
    border: none;
    border-bottom: 3px solid #FF632E;
    color: #FF632E;
}

.card.m-4.rounded-3.shadow-sm {
    transform: scale(1);
    opacity: 0.8;
    transition: transform 1s, opacity 1s;
    cursor:pointer;
}

.card.m-4.rounded-3.shadow-sm:hover {
    transform: scale(1.1);
    opacity: 1;
}

.arrow {
    width: 0;
    height: 0;
    margin: auto;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #fff;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.display-3 {
    font-weight: 800;
}

.card-header {
    padding: 1rem 1rem
}

.nav-item.active {
    text-decoration: none;
    border-bottom: 3px solid #1ed760;
    color: #1ed760;
}

.nav-item.active a.nav-link {
    color: #1ed760!important;
}

.border-warning {
    border-color: #1ed760 !important;
}

.text-warning {
    color: #1ed760 !important;
}

.btn-warning,
.alert-warning,
.bg-warning {
	border-color:  #1ed760 !important;
    background-color: #1ed760 !important;
    color:white !important;
}

.text-success {
    color: #38EA5E !important;
}

.border-success {
    border-color: #38EA5E !important;
}

.btn-success,
.bg-success {
    background-color: #38EA5E !important;
}

.border-primary {
    border-color: #1E32C7 !important;
}

.text-primary {
    color: #1E32C7 !important;
}

.btn-primary,
.alert-primary,
.bg-primary {
    color: white !important;
    background-color: #1E32C7 !important;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #1E32C7 !important;
}

.btn-outline-primary {
    color: #1E32C7 !important;
    border-color: #1E32C7 !important;
}

.btn-primary:hover {
    color: #1E32C7 !important;
    border-color: #1E32C7 !important;
    background-color: #fff !important;
}

.btn-outline-warning:hover {
    color: #fff !important;
}

.btn-warning:hover {
    color: #000000 !important;
    border-color: #1fdf64 !important;
    background-color: #1fdf64 !important;
}

#spinner-img {
    position: absolute;
    height: 80px;
    top: 10px;
    width: 80px;
    left: 10px;
    border-radius: 50%;
    z-index: 1000;
}

.circular {
    height: 100px;
    width: 100px;
    position: relative;
    transform: scale(1);
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
    }
}

.circular .bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 100%;
    clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    clip: rect(0px, 50px, 100px, 0px);
}

.circle .left .progress {
    z-index: 1;
    animation: left 0s linear both;
}

@keyframes left {
    100% {
        transform: rotate(180deg);
    }
}

.circle .right {
    transform: rotate(180deg);
    z-index: 3;
}

.circle .right .progress {
    animation: right 0s linear both;
    animation-delay: 0s;
}

@keyframes right {
    100% {
        transform: rotate(180deg);
    }
}

.points {
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background: #FF632E;
    padding: 5px;
}

.results {
    background: #fff;
}

.result {
    height: 30px;
    border: 2px solid #dfdfdf;
    width: 30px;
    position: relative;
    border-radius: 2px;
    text-align: center;
    background-position: center;
    background-size: 20px 20px;
    display: block;
    color: #fff;
    background: #dfdfdf;
}

.current {
    font-family: 'FontAwesome';
    content: "\f005";
}

.past {
    background: #dfdfdf;
}

.next {
    background: transparent;
}

.fail {
    background: url(/img/icon-fail.png) no-repeat #dfdfdf;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper .card {
    padding: 20px;
    display: inline-block;
    border: none;
    width: 30vh;
}

.fa-microphone {
    width: 32px;
}

.page-link { 
    color: #1E32C7;
}
.page-item.active .page-link { 
    background-color: #1E32C7;
    border-color: #1E32C7;
}