* {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
}

.height-100 {
    height: 100vh;
}

.turnDeviceNotification {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9999;
    background-size: cover;

    backdrop-filter: blur(10px);
    /* Standard property */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    background: rgba(0, 0, 0, 0.2);
    /* Semi-transparent background */
}

/* Disable scrolling when the body has no-scroll class */
.no-scroll {
    overflow: hidden;
    height: 100%;
}

/*
    >>>>> Footer <<<<<
*/
/*----------------------------
NAV bar Footer
------------------------------*/

.nav-item {
    height: 84px;
    background: #100a0a;
}

.active-lint-txt {
    color: #ffffff;
    background: #ab0102;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    font-size: 12px;
    border-radius: 12px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.inactive-icon {
    color: #ffffff;
    margin-top: 4px;
    height: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.active-icon {
    color: #ab0102;
    margin-top: 4px;
}

/*
    >>>>> Text Fields <<<<<
*/

::placeholder {
    color: #606060 !important;
    opacity: 1;
}

/* Sign in Button */

.signBtn {
    font-size: 16px;
    background: linear-gradient(86deg, #d94747, #a10000);

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.backBtn {
    font-size: 16px;
    background: #151414;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logOutBtn {
    font-size: 16px;
    background: linear-gradient(86deg, #de4a45, #d22d13);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*
  >>>>> OR devider <<<<
*/

.orDevider {
    color: #fff;
}

/*
    Scroll Bar
*/

.hideScroll::-webkit-scrollbar {
    display: none;
}

.scrollBox::-webkit-scrollbar {
    display: none;
}

.scrollBox {
    height: 100vh;
    width: 100%;
    overflow: auto;
}

/* test */

.singerScroll::-webkit-scrollbar {
    display: none;
}

.singerScroll {
    height: 58vh !important;
    overflow-x: hidden !important;
    overflow-y: auto;
}

.homeScroll::-webkit-scrollbar {
    display: none;
}

.homeScroll {
    height: 200px;
    width: 330px;
    overflow: auto;
}

/*
    Blur Content
*/
.blurContent {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.lock {
    float: right;
    z-index: 55;
}

/*
    >>>>> social media Button <<<<<
*/

.social-button {
    background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-radius: 8px;
    margin: 10px auto;
    outline: rgb(255, 255, 255) none 0px;
    padding-left: 20%;
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#facebook-connect {
    background: rgb(60, 90, 154)
        url("https://raw.githubusercontent.com/eswarasai/social-login/master/img/facebook-white.svg?sanitize=true")
        no-repeat scroll 5px 0px / 30px 50px padding-box border-box;
    border: 1px solid rgb(60, 90, 154);
    border-color: rgb(60, 90, 154);
}

#facebook-connect span {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#google-connect {
    border-color: rgb(220, 74, 61);
    background: rgb(220, 74, 61) url("../images/Google__G__Logo-svg.png")
        no-repeat scroll 12px 10px / 28px 28px padding-box border-box;
}

/* Contact Modal */

.contactPopUp {
    background: rgb(220, 74, 61);
}

/*
    >>>>> Splash Page Styles <<<<<
*/

.z10 {
    z-index: 10;
}

.flow-hidde {
    overflow: hidden;
}

.bg-purple {
    background-color: #410a43;
}

.bgsplash {
    background: url("../images/background.png");
    background-size: cover;
    background-position: center center;
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

.bg-ocean {
    background: linear-gradient(86deg, #d94747, #a10000);
    border-radius: 16px 16px 0px 0px;
}

.logobox {
    display: block;
    position: relative;
    margin-top: 120px;
    --bs-primary: #970405;
    --bs-primary-rgb: 151, 4, 5;
    --bs-dark: #100a0a;
    --bs-dark-rgb: 16, 10, 10;
    --bs-light: #fefdfd;
    --bs-light-rgb: 254, 253, 253;
}

.pri-button {
    background: linear-gradient(86deg, #d94747, #a10000);
    color: white;
}

.pri-btn:hover {
    background: linear-gradient(86deg, #a10000, #d94747);
    color: white;
}

.starAnimate {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
  >>>>> Home Styles <<<<<
*/

.displayLeaderBoard {
    height: 1500px;
    width: 1000px;
    margin: 0 10%;
    border-radius: 16px;
    border: 0.5px solid rgba(255, 255, 255, 0.01);
    filter: blur(0px);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: linear-gradient(rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.24));
}

.screen {
    height: 500px;
    width: 1000px;
    margin: 0 10%;
    border-radius: 16px;
    border: 0.5px solid rgba(255, 255, 255, 0.01);
    filter: blur(0px);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: linear-gradient(rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.24));
}

.conten-box {
    width: 340px;
    height: 85vh;
    border-radius: 16px;
    filter: blur(0px);
    overflow-y: auto;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: linear-gradient(rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.24));
    position: relative;
}

.upNextScroll {
    height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
}

.upNextScrollNew {
    height: 75vh;
    overflow: hidden;
    border: 1px solid white;
}

.pri-btn-out {
    border-radius: 16px;
    padding: 12px 40px;
    width: 200px;
    height: 48px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #970405;
}

.pri-btn-out:hover {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid #970405 !important;
}

.header-h1 {
    font-size: 28px;
    text-align: left;
    color: #ffffff;
    margin-top: 24px;
}

/*----------------------------
Vote Page
------------------------------*/

.voteButtonContainer {
    margin-left: 20px;
    margin-top: 6%;
}

.vote-heading {
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

.voteModal {
    background: rgba(45, 93, 193, 0.1);
}

/*----------------------------
Leaderboard Page
------------------------------*/

.leader-name-tv {
    font-size: 45px;
}

.text-secondary-tv {
    font-size: 20px;
    color: white;
}

.leader-vote-tv {
    font-size: 35px;
}

.leader-name-lap {
    font-size: 25px;
}

.leader-vote-lap {
    font-size: 30px;
}

/*----------------------------
User Page
------------------------------*/

.user-pro-img {
    width: 32px;
    height: 32px;
    background: #ab0102;
    border-radius: 9px;
    margin-top: 56px;
    margin-right: 0px;
    margin-left: -20px;
    align-items: center;
}

/* Vote Crd Styles */
.selectedCard {
    background: rgb(255, 65, 108);
    background: linear-gradient(
        90deg,
        rgba(255, 65, 108, 1) 0%,
        rgba(93, 19, 6, 1) 100%
    );
}

.leaderboardImg {
    width: 80px;
    height: 80px;
}

.leaderboardImg-lap {
    width: 120px;
    height: 120px;
}

.singerImg {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.coachIcon {
    width: 55%;
}

/*
>>>>> Media Queries <<<<<
*/

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .w-lg-50 {
        width: 100%;
    }

    .coachIcon {
        width: 75%;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .input-box-out {
        width: 200px;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .input-box-out {
        width: 260px;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .input-box-out {
        width: 260px;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1281px) and (max-width: 1400px) {
    .conten-box {
        height: 90vh;
    }
}

/* Media Query for Large screens */
@media (min-width: 1401px) {
    .w-lg-50 {
        width: 50%;
    }

    .conten-box {
        height: 85vh;
    }
}
