@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.eot');
    src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../fonts/PTSans-Bold.woff') format('woff'),
        url('../fonts/PTSans-Bold.ttf') format('truetype'),
        url('../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../fonts/PTSans-Regular.woff') format('woff'),
        url('../fonts/PTSans-Regular.ttf') format('truetype'),
        url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Travels';
    src: url('../fonts/TTTravels-Medium.eot');
    src: url('../fonts/TTTravels-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTTravels-Medium.woff2') format('woff2'),
        url('../fonts/TTTravels-Medium.woff') format('woff'),
        url('../fonts/TTTravels-Medium.ttf') format('truetype'),
        url('../fonts/TTTravels-Medium.svg#TTTravels-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Travels';
    src: url('../fonts/TTTravels-Bold.eot');
    src: url('../fonts/TTTravels-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTTravels-Bold.woff2') format('woff2'),
        url('../fonts/TTTravels-Bold.woff') format('woff'),
        url('../fonts/TTTravels-Bold.ttf') format('truetype'),
        url('../fonts/TTTravels-Bold.svg#TTTravels-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Travels';
    src: url('../fonts/TTTravels-Regular.eot');
    src: url('../fonts/TTTravels-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTTravels-Regular.woff2') format('woff2'),
        url('../fonts/TTTravels-Regular.woff') format('woff'),
        url('../fonts/TTTravels-Regular.ttf') format('truetype'),
        url('../fonts/TTTravels-Regular.svg#TTTravels-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Travels';
    src: url('../fonts/TTTravels-SemiBold.eot');
    src: url('../fonts/TTTravels-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTTravels-SemiBold.woff2') format('woff2'),
        url('../fonts/TTTravels-SemiBold.woff') format('woff'),
        url('../fonts/TTTravels-SemiBold.ttf') format('truetype'),
        url('../fonts/TTTravels-SemiBold.svg#TTTravels-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'TT Travels',Arial,sans-serif;
    font-weight:normal;
    font-size:14px;
}

button:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

body .validate {
    color: red;
    font-weight: normal;
}
a,a:hover{
    color: #45A9F5;
}
.btn{
    display: inline-block;
    color: #000;
    border-radius: 34px;
    border:0;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    white-space: normal;
    line-height: 29px;
    font-size: 16px;
    
    font-weight: 600;
}
.btn:hover,.btn:focus{
    color: #000;
    background: #FACE57;
}
.btn-yellow{
    background: #FACE57;
    padding: 19px 40px 19px 30px;
}


.nav .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.nav .btn-secondary {
    background: transparent;
    border: 0;
}
.nav .btn-secondary:hover{
    color:#fff;
}
.nav .dropdown-menu {
    border: 0;
    padding: 0;
    min-width: auto;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.2);
    padding: 10px 30px 0 15px;

}

.dropdown a {
    margin-top: -5px;
}

.dropdown-menu .dropdown-item i {
    margin-right: 8px;
}

.dropdown .dropdown-menu .dropdown-item {
    color: black;
    padding: 10px 0 !important;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: black;
    padding: 0 0 10px;
}

.navbar .dropdown a img {
    height: 32px;
    width: 32px;
    border: 4px solid #0076CE;
    border-radius: 73px;
    filter: drop-shadow(0px 10px 19px rgba(0, 0, 0, 0.09));
    margin-right: 2px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #030317;
    padding: 20px 0;
    color: #fff;
    z-index: 12;
    font-size:16px;
    font-weight:600;
    text-align:center;
}

.sticky a {
    text-decoration: none;
    color: #FACE57;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 0 8px 3px;
}

.sticky-custom img {
    margin-right: 15px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    float: right;
    margin-top: 5px;
}

/*------------------------Landing Page Start----------------------------*/
#layout-content{
    margin-top:200px;
}
.bg-image #layout-content{
    margin-top:0;
}
.youtube-iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar {
    padding: 20px 0;
}
.home-menu{
    align-self: flex-start;
    padding-top: 14px;
}
.nav li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    line-height: 125%;
    padding: 0 23px !important;
    font-weight:600;
}
.topsection-wrapper{
    background: url('../images/background-img.png')no-repeat 0 0/100% ;
    min-height: 20px;
}
.bg-image {
    background: url('../images/home-img.png')no-repeat 0 0/100%;
    min-height: 1190px;
    z-index: 21;
}
.bg-image-inner {
    background: url('../images/banner-img-inner.png')no-repeat;
    min-height: 800px;
    z-index: 21;
    background-position: top center;
    background-size: cover;
}
.bg-image-supporter {
    background: url('../images/supporter-bg.png')no-repeat 0 0/101% 100%;
    min-height: 800px;
    z-index: 21;
    background-size: cover;
}
.bg-image-artist {
    background: url('../images/artist-bg.png')no-repeat 0 0/100%;
    min-height: 800px;
    z-index: 21;
    background-position: right -53px;
}
.bg-image-signup {
    background: url('../images/signup-bg.png')no-repeat 0 0/101% 100%;
    min-height: 800px;
    z-index: 21;
    background-size: cover;
    background-position: -300px -150px;
}
/*.bg-image-supporter .navbar{
    padding: 100px 0 0;
}*/
.banner-content{
    padding:0 100px 200px;
}
.image-text {
    color: white;
}

.image-text p {
    color: white;
    font-size: 21px;
    line-height: 125%;
}

.home-btn a {
    background: #F1481E;
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
}

.home-btn a:hover {
    color: white;
}

/*.home-btn-fan a {
    background: #FEE848;
    color: #000;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    font-weight:bold;
}*/
.home-btn-fan a img{
    margin-left: 12px;
}
.home-btn-fan a:hover {
    color: black;
}

.vector-img {
    width: 100%;
    background: url('../images/Vector2.png') no-repeat;
    margin-top: -105px;
    height: 113px;
}
.image-text{
    text-align:center;
}
.image-text h1 {
    line-height: 66px;
    font-weight: bold;
    font-size: 57px;
    margin-bottom: 50px;
}
.artist-portfolio{
    float:right;
    margin-top: 37px;
}
.artist-portfolio .box {
  position: relative;
  display: inline-block;
}
.artist-portfolio .box .overlay{
    position: absolute;
    background: #707070;
    opacity: 0.77;
    width: 79px;
    height: 79px;
    border-radius: 100%;
    top: 3px;
    left: 7px;
}
.artist-portfolio .box img{
    height: 93px;
      width: 93px;
      display: inline-block;
}
.artist-portfolio .box .popover-arrow{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 20px;
    top: 0;
    margin-top: -20px;
    border-top-width: 0;
    border-bottom-color: #fff;
    left: 50%;
    margin-left: -20px;
}
.artist-portfolio .box .popover-arrow:after{
    content: "";
    border-color: transparent;
}
.artist-portfolio .transform img{
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}


.artist-portfolio .transform-active img{
  height: 393px;
  width: 393px;
}
.artist-portfolio .transform-active .overlay{
    display:none;
}
.artist-portfolio .artist-name{
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    padding: 6px 53px;
    left: 20%;
    margin: 0 auto;
    text-align: center;
    display:none;
}
.artist-portfolio .artist-name span{
    letter-spacing: 0.35px;
    color: #222222;
    font-size: 20px;
    font-weight: bold;
}
.artist-portfolio .artist-name p{
    margin-bottom:0;
    color: #2385F7;
    font-size: 17px;
    font-weight: 600;
}
.landing-page .landing-container{
    padding: 0 100px;
    margin-top: -400px;
}
.landing-page .landing-container .section-two{
    padding-left: 55px;
}
.landing-page .section-two h1:first-child{
    margin-top: 205px;
    margin-bottom: 40px;
}
.landing-page .section-two h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 47px;
    margin-top: 40px;
    padding: 0 255px 0 0;
    color: #0076CE;
}
.landing-page .judges-container{
    margin-right:50px;
}
.landing-page .judges-container img{
    max-height:340px;
    object-fit:cover;
    height:340px;
}
.landing-page .judges-container .judge-name{
    color: #111F2C;
    font-weight:600;
    font-size:24px;
    text-align:center;
}
.landing-page .judges-container .about-artist{
    color:#fff;
    font-size:20px;
    text-align:center;
    font-weight:600;
    display:block;
    line-height: 15px;
}
.landing-page .judges-video{
    margin-top:50px;
}
.landing-page .judges-video .text{
    color: #1A65B3;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
}
.landing-page .judges-video .video-container{
    padding: 25px 40px 40px;
    background: #FACE57;
    max-width: 620px;
}
.landing-page .judges-video .video-container .section-title{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #030303;
}
.landing-page .judges-video .video-container img{
    width:100%;
    cursor:pointer;
}
.awards-timeline{
    background-color: #1A65B3;
    padding:100px;
    margin-top:100px;
}
.awards-timeline .title{
    float: right;
    padding-right: 100px;
}
.awards-timeline .timeline-status{
    position: relative;
}
.awards-timeline .btn{
    padding: 6px 40px;
    margin-top:80px;
}
.awards-timeline .text{
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    line-height: 55px;
}
.awards-timeline .horizontal-bar{
    height: 30px;
    background: #000;
    position: absolute;
    top: 32%;
    width: 80%;
    left: 105px;
}
.awards-timeline .round{
    height: 200px;
    width: 200px;
    background: #000;
    border-radius: 100%;
    margin: 0 auto;
    text-transform:uppercase;
    text-align:center;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.awards-timeline .round:hover{
    text-decoration:none;
}
.awards-timeline .open-round .round-date,
.awards-timeline .final-round .round-date,
.awards-timeline .awards .round-date{
    text-align:center;
    color:#fff;
    font-weight:600;
    font-size:20px;
}
.awards-timeline .final-round .round-date,
.awards-timeline .awards .round-date{
    max-width: 130px;
    margin: 0 auto;
}

.awards-timeline .final-round .round{
    color: #FACE57;
}
.awards-timeline .awards .round{
    background: #FACE57;
    color: #111F2C;
}
.awards-timeline .inner-round{
    height: 160px;
    width: 160px;
    background: #FACE57;
    border-radius: 100%;
    color: #111F2C;
}
.artitist-fans{
    display:flex;
    flex-wrap: wrap;
}
.artitist-fans > img{
    margin-left:-2px;
    margin-right:100px;
}
.artitist-fans .artist-wrapper{
    display: inline-block;
    vertical-align: top;
    max-width: 600px;
}
.artitist-fans .artist-wrapper .title{
    color:#FACE57;
    margin-top:80px;
    font-size:130px;
    font-weight:bold;
    line-height: 120px;
}
.artitist-fans .artist-wrapper .description{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 80px;
}
.artitist-fans .artist-wrapper .btn{
    margin-top:60px;
}
.fans-section{
    background-color:#E4E4E4;
    margin-top: -4px;
    justify-content: space-between;
    padding-bottom: 300px;
}
.fans-section > img{
    margin-right: 0;
    margin-top: -12px;
}
.fans-section .artist-wrapper{
    margin-left: 100px;
}
.fans-section .artist-wrapper .title{
    color:#1A65B3;
}
.section-two p {
    font-weight: 500;
    font-size: 18px;
    color: #501111;
    line-height: 26px;
    margin-bottom: 0;
}
.landing-page .background-wrapper{
    padding: 15px 15px;
    background: #FACE57;
    height:100%;
}
.landing-page .background-wrapper .section-title{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.landing-page .song-widget {
    background: #0C1B2A;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 7.46px;
    margin-top: 20px;
}

.landing-page .song-widget .widget-header a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    line-height: 70px;
    margin-left: 25px;
    padding: 5px 13px;
    background-color: #0C1B2A;
}

.landing-page .widget-header .nav-tabs .nav-item .nav-link {
    display: inline;
}

.landing-page .widget-header .nav-tabs {
    border-bottom: 0;
}

.song-widget .input-group ::placeholder {
    color: white;
}

.landing-page .song-widget a.active {
    color: #46ABF7;
    border-bottom: 3px solid #0076CE;
}

.landing-page .song-widget .widget-btn a {
    color: white;
    background: #0076CE;
    border-radius: 3px;
    padding: 10px 15px;
    font-weight: bold;
}

.bg-image-2 {
    position: relative;
    background: url('../images/artists_bg.png')no-repeat -6px 0/101% 100%;
    min-height: 800px;
    /* height: 796px;*/
    /*padding-bottom: 460px;*/
}

.vector-img-2 {
    width: 100%;
    position: absolute;
    background: url('../images/Vector2-1.png') no-repeat;
    top: 0;
    height: 113px;
    transform: scaleY(-1);
}

.landing-page .section-three{
    padding: 40px 155px 0
}
.landing-page .section-three .image-text{
    max-width: 500px;
}
.landing-page .section-three h1 {
    font-size: 35px;
    line-height: 47px;
    font-weight:normal;
}

.landing-page .section-three .title {
    font-size: 26px;
    padding-top: 36%;
    margin-bottom: 30px;
    color:#FEE848;
}

.landing-page .section-three .artist-btn a {
    padding: 10px 80px;
    margin-top: 45px;
    background: #FEE848;
    color:#000;
    text-decoration: none;
    font-weight: 600;
}

.landing-page .section-three a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
    text-transform: capitalize;
}
.landing-page .favorite-bands{
    margin-top: 132px;
}
.landing-page .favorite-bands [class*="col-md-"]:first-child .win-widgets{
    margin:0 20px 0 0;
}

.landing-page .win-widgets {
    background: #FFFFFF;
    box-shadow: 0px 6.26933px 30.451px rgba(0, 0, 0, 0.08);
    border-radius: 7.16495px;
    padding: 19px;
    border-left: 5px solid #fff;
    color: #171717;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.landing-page .section-four .fans-wrapper{
    padding: 0 155px;
}
.landing-page .section-four .fans-wrapper .col-md-3:first-child .win-widgets{
    margin: 0 0 30px 33px;
}
.landing-page .section-four h1 {
    color: #0E0E0E;
    font-size: 40px;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 15px;
}
.landing-page .section-four .fans-text{
    padding-left: 65px;
    max-width: 510px;
}
.landing-page .section-four .title {
    font-size: 26px;
    padding-top: 32%;
    color: #464646;
}

.landing-page .section-four .supporter-btn a {
    padding: 15px 85px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #0076CE;
    color: white;
    font-weight: bold;
}

.landing-page .section-four .win-widgets {
    margin: 0 0 30px;
}

.landing-page .section-four .supporter-widget p {
    min-height: 100px;
}

.landing-page .win-widgets:hover,
.landing-page .win-widgets.active{
    border-left: 5px solid #0076CE;
    color: #0076CE;
}

.landing-page .win-widgets p {
    padding-top: 15px;
    margin-bottom: 0;
    min-height: 78px;
    padding-right: 42px;
    font-weight:500;
}

.vector-img-3 {
    width: 100%;
    position: absolute;
    background: url('../images/Vector2-2.png') no-repeat;
    bottom: 0;
    height: 113px;
    z-index: -1;
}

.landing-page .sectionfour-vector-img {
    background: url('../images/Vector2.png') no-repeat;
    bottom: 0;
    height: 113px;
}

.landing-page .section-four .faq-rules a {
    color: #131313;
    text-decoration: none;
    font-size: 17px;
    text-decoration-line: underline;
    font-weight: bold;
}

.landing-page .section-four .supporter-widget {
    margin-top: 25%;
    margin-bottom: 40%;
}

.landing-page .support-section {
    margin-top: -160px;
    padding-bottom: 50px;
}
.landing-page .support-section .support-container{
    padding:0 155px;
}
.landing-page .support-section .center-image {
    text-align: center;
}

.landing-page .support-section .center-image img {
    margin-top: 30px;
}

.landing-page .support-section .learn-more {
    background: #FFFFFF;
    margin-top: 5px;
    padding-left: 42px;
    box-shadow: 0px 6.26933px 30.451px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 7px 0px;
    margin-left: -14px;
}

.landing-page .support-section .learn-more .learn-more-btn a {
    padding: 15px 55px;
    background: #00337F;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 40px;
}

.landing-page .support-section h1 {
    font-size: 42px;
    font-weight: 600;
    color: #00337F;
    padding-top: 40px;
}

.landing-page .support-section p {
    font-size: 16px;
    line-height: 23px;
    color: #0e0e0e;
}
.landing-page .competition-section .competition-wrapper{
    padding:0 155px;
    margin-bottom: 7%;
}
.landing-page .competition-section h1{
    font-size: 45px;
    margin-top:7%; 
    margin-bottom: 20px;
    font-weight: normal;
    color: #0076CE;
    text-align:center;
}
.landing-page .competition-section .timeline-wrapper{
    position: relative;
    margin: 8rem 0 0;
    text-align:center;
    margin: 4rem 0 0;
}
.landing-page .competition-section .timeline-wrapper .timeline-img{
    max-width: 900px;
}
/*.landing-page .competition-section .open-round{
    position: absolute;
    bottom: 35%;
    left: 12.5%;
}
.landing-page .competition-section .final-round{
    position: absolute;
    bottom: 35%;
    left: 42.5%;
}
#map {
    position:relative
}
.map_title {
    position:absolute;    
}
.landing-page .competition-section .awards{
    position: absolute;
    bottom: 28%;
    right: 14%;
}

.landing-page .competition-section .timeline-wrapper .map_title{
    letter-spacing: 1px;
    color: #0953C1;
    font-size:25px;
    font-weight:bold;
    margin-left: -6%;
}
.landing-page .competition-section .timeline-wrapper .map_title:last-child{
    margin-top: 26px;
    margin-left: -4%;
}
.landing-page .competition-section .open-round a,
.landing-page .competition-section .final-round a{
    letter-spacing: 0.23px;
    color: #047DFF;
    font-size:25px;
    display: block;
    text-align: center;
    line-height: 15px;
}*/
/*.landing-page .competition-section .competition-phase {
    background: #F3F3F3;
    border-radius: 7px;
    border-left: 5px solid #0076CE;
    padding: 20px 10px;
}

.landing-page .competition-section .competition-phase2 {
    padding: 20px 10px;
}

.competition-section p {
    color: #0E0E0E;
}

.landing-page .competition-section .judges img {
    padding: 5px;
    height: 125px;
    width: 125px;
    border-radius: 50%;
}

.landing-page .competition-section .phase .title {
    font-family: PT Mono;
    font-size: 22px;
    font-weight: bold;
}

.landing-page .competition-section .phase p {
    font-size: 19px;
}*/

.landing-page .faq-section .faq-pane .left-pane {
    width: 50%;
    float: left;
    padding: 10px;
}

.landing-page .faq-section .faq-pane .right-pane {
    width: 50%;
    display: inline-block;
    padding: 10px;
}

.landing-page .faq-section h1 {
    color: #0076CE;
    font-size: 57px;
    padding-bottom: 15px;
}

.landing-page .faq-section .nav-tabs {
    border-bottom: 0;
}

.landing-page .faq-section .faq-pane .tab-content>.active {
    overflow: hidden;
}

.landing-page .faq-section .nav .nav-item .nav-link {
    padding: 0px 0px 10px 0px;
}

.landing-page .faq-section .nav li a {
    color: #0E0E0E;
    font-size: 20px;
    border-bottom: 3px solid #E9E9E9;
}

.landing-page .faq-section .nav li a.active {
    color: #0076CE;
    border: 0;
    border-bottom: 3px solid #0076CE;
}

.landing-page .faq-section span {
    font-size: 16px;
    line-height: 18px;
    color: #0E0E0E;
    font-weight: bold;
}

.landing-page .faq-section p {
    font-size: 16px;
    line-height: 23px;
    color: #0E0E0E;
}

.song-widget .table .rank {
    text-align: center;
    font-weight: bold;
}

.song-widget .table th {
    color: #FFFFFF;
    font-size: 17px;
}

.song-widget .table td {
    color: #FFFFFF;
    padding:5px;
}

.song-widget .table tr.active {
    background: rgba(21, 43, 65, 0.5);
    border-radius: 2.45614px;
    border-left: 3px solid #0076CE;
}

.song-widget .table .song-img {
    border-radius: 3.27485px;
}

.song-widget .table tr.active .song-img {
    border: 4.91228px solid rgba(0, 118, 206, 0.34);
}

.song-widget .table tr.active .play-btn {
    background: #0076CE;
    border-radius: 100%;
    width: 54px;
    height: 56px;
}

.song-widget .table tr .icon-img {
    padding: 20px;
}

.song-widget .table tr .votes {
    padding-top: 30px;
    text-align: right;
    font-weight: bold;
}

.song-widget .table tr .song-name {
    font-size: 20.2px;
    text-transform: capitalize;
}

.song-widget .table tr .song-name a{
    color:#fff;
}

.song-widget .table tr .song-name p {
    font-size: 13px;
}

.landing-page .song-widget .leaderboard-btn a {
    background: #152B41;
    border-radius: 2.45614px;
    color: white;
    font-weight: normal;
    margin-bottom: 22px;
    margin-left: 8px;
    padding: 20px 135px;
}

.landing-page .song-widget .content-table .tab-content .tab-pane .search-div {
    padding: 0px 5px;
}

.landing-page .song-widget .content-table .tab-content .tab-pane .search-box {
    width: 60%;
}

.landing-page .song-widget .content-table .tab-content .tab-pane .search-box #searchid,
.landing-page .song-widget .content-table .tab-content .tab-pane .search-box #searchid2 {
    box-shadow: none;
    background: transparent;
    color: white;
    font-size: 13px;
    padding-top: 10px;
}

.footer .footer-container{
    padding: 0 155px;
}
.footer .navbar {
    padding: 20px 0;
    align-items: start;
}
.footer .navbar .nav{
    margin-top: 10px;
    align-self: center;
}
.footer ul li a {
    color: #FACE57;
    font-size: 18px;
    font-weight: 500;
}

.footer-bg {
    position: relative;
    background: url('../images/footer-img.png') no-repeat 0 0/100%;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
}
.footer-bg-inner{
    background:#111F2C;
}
.footer .footer-bg .footer-hand-image {
    margin-top: -240px;
    margin-left: -160px;
    z-index: 20;
}

.footer .footer-bg .song-btn a {
    margin-top: 70px;
    background: #F1481E;
    padding: 15px 25px;
    text-decoration: none;
    color: white;
    font-weight: normal;
}

.footer .footer-bg .supporter-btn a {
    margin-top: 14%;
    margin-left: 10%;
}

.footer .footer-sponser-text {
    color: #fff;
    max-width: 500px;
    margin: 80px auto 0;
}
.footer .sponsor-logo{
    width:100px;
    height:100px;
    margin-bottom:20px;
    margin-right:20px;
}
.footer .sponsor-logo.logo2{
    width:200px;
}
.footer .sponsor-logo.logo3{
    width:auto;
    margin-right:0;
}
.footer .footer-sponser-text span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
    margin-top: 30px;
}
.footer-subscribe{
    margin-bottom:50px;
}
.footer-subscribe .card{
    background-color: unset;
}
.footer-subscribe .card .card-titlet{
    display: none;
}
.footer-subscribe .card .card-action{
    position: absolute;
    right: 0;
}
.footer-subscribe .card .card-action .btn{
    text-indent: -99999px;
    border-radius: 0;
    background: url(https://humanfreedomawards.org/themes/demo/assets/images/footer-right-arrow.png);
    width: 70px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 38px;
    background-position: -20px center;
}
.footer-subscribe .card #result .alert-primary {
    color: #fff;
    background-color: unset; 
    border:0;
}
.footer-subscribe .card #result .alert-primary .close{
    display:none;
}
/*.footer .footer-sponser-text .input-group{
    background: #fff;
    border-radius: 5px;
}*/
.footer .footer-sponser-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
}

.footer .footer-sponser-text a {
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
    word-break: break-all;
}

/*.footer .footer-sponser-text .footer-input .form-control {
    background: transparent;
    padding: 20px;
    border: 0 none;
    border-radius: 0px;
    color: #0e0e0e;
}

.footer .footer-sponser-text .footer-input .form-control::placeholder {
    color: #0e0e0e;
}

.footer .footer-sponser-text .input-group-prepend button {
    background: transparent;
    border: 0 none;
    padding: 0px 10px 0px 10px;
}
.footer .footer-sponser-text .input-group-prepend button img{
    width: 50px;
}*/
.landing-page .song-widget .song-img {
    width: 56px;
    height: 56px;
    display: inline-block;
    object-fit: contain;
}

.navbar-toggler i {
    color: white;
}

/*-----------------------------Mobile Navigation Landing Page-------------------------*/
@media(max-width:823px) {
    .bg-image-2{
        background-position: center right;
        background-size: cover;
    }
    .bg-image-supporter .navbar{
        padding:20px 0 0 15px;
    }
    .banner-content{
        padding:0 0 100px;
    }
    .bg-image{
        background-size: cover;
        min-height: 700px;
    }
    .navbar .navbar-brand, .navbar .navbar-toggler {
        z-index: 11;
        margin: 0;
    }
    .mob-nav {
        position: absolute;
        background-color: rgb(0, 0, 0, 0.9);
        width: 109%;
        padding: 100px 10px 10px 10px;
        top: 0;
        left: -15px;
    }
    .landing-page{
        clear:both;
    }
    .landing-page .landing-container,.landing-page .section-four .fans-wrapper,
    .landing-page .support-section .support-container,
    .landing-page .competition-section .competition-wrapper,
    .footer .footer-container{
    padding: 0 15px;
    }
    
    .landing-page .section-two h1{
        padding: 0;
    }
    .landing-page .section-two h1 br{
        display:none;
    }
    .landing-page .section-three {
    padding: 20px 15px 0;
}
.landing-page .landing-container .section-two {
    padding-left: 0;
    margin-top: 94px;
}
.landing-page .section-two h1:first-child{
    margin-top: 40px;
}
.landing-page .competition-section .timeline-wrapper .timeline-img{
    width:100%;
}
.landing-page .section-four .fans-text {
    padding-left: 0;
}
.landing-page .competition-section .timeline-wrapper{
    margin:4rem 0 5rem 0;
}
/*.landing-page .competition-section .open-round {
    bottom: 35%;
    left: 12.5%;
}
.landing-page .competition-section .open-round span, 
.landing-page .competition-section .final-round span,
.landing-page .competition-section .awards span{
    font-size: 9px;
    letter-spacing:0;
}
.landing-page .competition-section .open-round a, 
.landing-page .competition-section .final-round a{
    font-size: 16px;
}
.landing-page .competition-section .final-round {
    position: absolute;
    bottom: 35%;
    left: 42%;
}
.landing-page .competition-section .awards {
    position: absolute;
    bottom: 28%;
    right: 16%;
}*/

.landing-page .favorite-bands {
    margin-top: 70px;
}
.sticky-custom{
    font-size: 14px;
    padding: 0 20px;
    position: relative;
}
.sticky a{
    font-size: 15px;
    padding:0;
}
.sticky img{
    position: absolute;
    top: -5px;
    right:0;
    height: 14px;
    width: 14px;
}

    .artist-portfolio .box{
        width:20%;
        height:20%;
    }
    .artist-portfolio .transform-active{
        width:35%;
        height:35%;
    }
    
     .artist-portfolio .box img{
        width:100%;
        height:100%;
    }
    .artist-portfolio .transform-active img{
        width:100%;
        height:100%;
    }
   .artist-portfolio .box .overlay{
       width: 85%;
        height: 85%;
        top: 5px;
        left: 8px;
    }
    .artist-portfolio .transform  {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        -ms-transition: all 2s ease;
        transition: all 2s ease;
    }
    .artist-portfolio .artist-name{
        box-shadow: rgb(0,0,0,0.2) 0px 1px 13px 0px;
        left: 27%;
        padding: 6px 20px;
    }
    .artist-portfolio .box .popover-arrow{
        border-width: 10px;
        left: 28%;
        margin-left: -10px;
    }
    .artist-portfolio .artist-name span{
        font-size: 12px;
        white-space: nowrap;
    }
    .artist-portfolio .artist-name p{
        font-size: 10px;
    }
    
    /*.landing-page .favorite-bands [class*="col-md-"]:first-child .win-widgets,
    .landing-page .win-widgets{
        margin: 0 0 30px 0;
    }*/
    .landing-page .win-widgets{
        padding: 10px;
    }
    .landing-page .section-three h1{
        line-height: 38px;
    }
    .landing-page .win-widgets p{
        font-size: 14px;
        padding-right:0;
    }
    .landing-page .section-four h1{
        font-size: 35px;
    }
    .landing-page .section-four .title{
        padding-top: 14%;
    }
    .landing-page .section-three{
        padding: 40px 6% 0;
    }
    .landing-page .background-wrapper{
        margin-top: 20px;
        margin-right: 0;
    }
    .landing-page .landing-container{
        margin-top:-120px;
    }
    .landing-page .background-wrapper .section-title{
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .landing-page .judges-container .judge-name{
        font-size: 13px;
    }
    .landing-page .judges-container .about-artist{
        font-size: 14px;
    }
    .landing-page .judges-container img{
        height: 80%;
    }
    .landing-page .judges-video .text{
        font-size: 25px;
        line-height: 36px;
    }
    .btn-yellow{
        padding: 10px 35px 10px 25px;
        font-size: 16px;
    }
    .landing-page .judges-video .video-container img{
        width:100%;
    }
    .landing-page .judges-video{
        margin-top:20px;
    }
    .landing-page .judges-video .video-container .section-title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom:10px;
    }
    .landing-page .judges-video .video-container {
        padding: 15px 20px 20px;
        max-width: 620px;
        margin: 0 auto;
    }
    .awards-timeline {
        padding: 15px;
        margin-top: 20px;
    }
    .awards-timeline .title br{
        display:none;
    }
    .awards-timeline .title{
        float:none;
        padding-right: 0;
        font-size: 32px;
        text-align: center;
    }
    .awards-timeline .round{
        height: 150px;
        width: 150px;
        font-size: 20px;
    }
    .awards-timeline .inner-round{
        height: 120px;
        width: 120px;
    }
    .awards-timeline .open-round, .awards-timeline .final-round {
        margin-bottom:20px;
    }
    .awards-timeline .btn{
        margin-top:30px;
    }
    .banner-content .navbar-brand{
        width: 73%;
        max-width:200px;
    }
    .banner-content .navbar-brand img{
        width: 100%;
    }
     .banner-content .navbar .navbar-toggler i{
        font-size: 30px;
    }
    .image-text h1{
        margin:0 auto 50px;
    }
    .awards-timeline .open-round .round-date, 
    .awards-timeline .final-round .round-date, 
    .awards-timeline .awards .round-date{
        font-size: 18px;
    }
    .artitist-fans > img{
        margin:0;
        width: 100%;
        object-fit: none;
        height: 200px;
    }
    .artitist-fans .artist-wrapper .title{
        font-size: 60px;
        text-align: center;
        margin-top: 20px;
        line-height: 70px;
        margin-bottom: 10px;
    }
    .artitist-fans .artist-wrapper .description{
        font-size: 28px;
        text-align: center;
        margin-bottom: 40px;
        line-height: 30px;
    }
    .artitist-fans{
        display:block;
    }
    .fans-section .artist-wrapper{
        margin-left: 0;
        order:2;
    }
    .artitist-fans .artist-wrapper .btn {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .artitist-fans .artist-wrapper{
        display: block;
        margin: 0 auto;
    }
    .fans-section{
        padding-bottom: 200px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer-bg{
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .image-text {
        float: none !important;
    }
    
}
@media(max-width:767px) {
    .no-sticky .open-menu {
        top: 0;
    }

    .open-menu {
        position: fixed;
        top: 92px;
        left: 15px;
        right: 15px;
    }

    .no-sticky .mob-nav {
        top: 0;
    }

    .navbar {
        padding: 20px 0 0 15px;
        z-index: 11;
    }

    .bg-image {
        min-height: 470px;
    }

    .vector-img {
        margin-top: -45px;
        height: 55px;
    }
    .image-text{
        float:none !important;
    }
    .image-text h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 27px !important;
        max-width: 290px;
    }
    .image-text h1 br{
        display:none;
    }
    .image-text p {
        font-size: 1.125rem;
    }
    .artist-portfolio .box{
        width:20%;
        height:20%;
    }
    .artist-portfolio .transform-active{
        width:35%;
        height:35%;
    }
    
     .artist-portfolio .box img{
        width:100%;
        height:100%;
    }
    .artist-portfolio .transform-active img{
        width:100%;
        height:100%;
    }
   .artist-portfolio .box .overlay{
       width: 90%;
    height: 90%;
    top: 0;
    left: 3px;
    }
    .artist-portfolio .transform  {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        -ms-transition: all 2s ease;
        transition: all 2s ease;
    }
    .home-btn a {
        padding: 5px 10px;
    }

    

    .landing-page .section-two p {
        font-size: 1.125rem;
    }

    .landing-page .song-widget .leaderboard-btn a {
        padding: 15px 10px;
    }

    .landing-page .song-widget {
        margin-top: 0px;
    }

    .landing-page .section-three .artist-btn a {
        padding: 10px 20px;
        margin-top: 15px;
    }

    .landing-page .section-four .supporter-btn a {
        padding: 10px 50px;
    }

    .landing-page h1 {
        font-size: 1.875rem !important;
    }

    .landing-page .section-four .title {
        padding-top: 20%;
    }

    .landing-page .win-widgets {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .landing-page .section-four .supporter-widget p {
        min-height: auto;
    }

    .landing-page .win-widgets p {
        min-height: auto;
    }

    .landing-page .section-two h1 {
        line-height: 35px;
    }

    .landing-page .faq-section .nav li a {
        font-size: 0.875rem;
    }

    .landing-page .section-four .supporter-widget {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .landing-page .support-section {
        margin-top: -110px;
    }

    .landing-page .content-table {
        margin: 0 !important;
    }

    .landing-page .support-section .learn-more .learn-more-btn {
        text-align: center;
    }

    .landing-page .support-section .learn-more .learn-more-btn a {
        padding: 8px 30px;
        margin-bottom: 40px;
        font-size: 16px;
    }

    .landing-page .section-three a {
        font-size: 0.875rem;
    }

    .landing-page .section-four .faq-rules a {
        font-size: 0.875rem;
    }

    .landing-page .song-widget .table tr td {
        font-size: 16px;
        text-transform: capitalize;
    }

    .landing-page .song-widget .table tr .song-name p {
        font-size: 14px;
    }

    .landing-page .song-widget .table th {
        font-size: 16px;
    }

    .landing-page .song-widget .content-table .tab-content .tab-pane .search-box {
        width: 100%;
    }

    .landing-page .widget-btn {
        padding: 5px;
    }

    .song-widget .table tr.active .play-btn {
        width: 38px;
        height: 40px;
    }

    .landing-page .song-widget .table tr .icon-img {
        padding: 12px;
    }

    .landing-page .song-widget .song-img {
        width: 45px;
        height: 45px;
    }

    .landing-page .support-section .learn-more {
        padding-left: 15px;
        margin-left: 0;
    }

    .landing-page .support-section h1 {
        padding-top: 20px;
    }

    /*.landing-page .competition-section .phase .title {
        font-size: 1.125rem;
    }

    .landing-page .competition-section .phase p {
        font-size: 15px;
    }*/

    .landing-page .faq-section span {
        font-size: 16px;
    }

    .landing-page .faq-section .faq-pane .left-pane,
    .landing-page .faq-section .faq-pane .right-pane {
        width: 100%;
    }

    .landing-page .faq-section p {
        font-size: 14px;
    }

    .footer .footer-sponser-text {
        margin-top: 15px;
    }
    .footer .navbar .nav {
        margin-top: 30px;
    }
    .footer ul li a {
        font-size: 0.9rem;
        padding: 0 8px !important;
    }

    .footer .footer-bg .footer-hand-image img#hideinmob {
        display: none;
    }

    .footer .navbar-brand img {
        width: 70%;
    }
    .footer .footer-bg .supporter-btn{
        text-align:center;
    }
    .footer .footer-bg .supporter-btn a{
        margin-left:0;
        margin-top: 20px;
    }
    .footer .footer-bg .song-btn a {
        margin-top: 15px;
        padding: 5px;
        font-size: 14px;
    }

    .footer .footer-bg .footer-input .form-control {
        font-size: 15px;
        padding: 10px;
    }

    .footer .footer-bg .input-group .input-group-prepend img {
        width: 60px;
    }

    .footer .footer-sponser-text span {
        font-size: 1.125rem;
    }

    .footer .footer-sponser-text p a {
        font-size: 15px;
    }

    .footer .navbar {
        padding: 0px 0px 20px 0px;
        clear: left;
    }

    .mob-nav {
        position: absolute;
        background-color: rgb(0, 0, 0, 0.9);
        width: 109%;
        padding: 100px 10px 10px 10px;
        top: 0;
        left: -15px;
    }

    .navbar .navbar-brand,
    .navbar .navbar-toggler {
        z-index: 11;
        margin: 0;
    }

    .navbar .navbar-toggler:focus {
        outline: 0;
    }
    .artist-portfolio{
        float:left;
    }
    .artist-portfolio .artist-name{
        box-shadow: rgb(0,0,0,0.2) 0px 1px 13px 0px;
        left: 27%;
        padding: 6px 20px;
    }
    .artist-portfolio .box .popover-arrow{
        border-width: 10px;
        left: 28%;
        margin-left: -10px;
    }
    .artist-portfolio .artist-name span{
        font-size: 12px;
        white-space: nowrap;
    }
    .artist-portfolio .artist-name p{
        font-size: 10px;
    }
    /*.landing-page .favorite-bands [class*="col-md-"]:first-child .win-widgets,
    .landing-page .win-widgets{
        margin: 0 0 20px 0;
    }*/
    .landing-page .section-four h1{
        padding-right: 0;
    }
    .landing-page .section-three h1{
        line-height: 38px;
    }
    .landing-page .win-widgets p{
        font-size: 14px;
    }
    .awards-timeline .horizontal-bar {
        display: none;
    }
    
    /*.landing-page .competition-section .timeline-wrapper .map_title{
        font-size: 10px !important;
    }
    .landing-page .competition-section .timeline-wrapper .map_title:last-child{
        margin-top: 0;
    }*/
}

@media(max-width:812px) {
    .landing-page .song-widget .leaderboard-btn a {
        padding: 0;
    }
}

@media(min-width:768px) {
    .landing-page .win-widgets p {
        /*min-height: 120px;*/
    }
}

@media(min-width:824px) and (max-width:1511px) {
    
    .artist-portfolio{
        width:50%;
    }
    .artist-portfolio .box{
        width:20%;
        height:20%;
    }
    .artist-portfolio .transform-active{
        width:35%;
        height:35%;
    }
    
     .artist-portfolio .box img{
        width:100%;
        height:100%;
    }
    .artist-portfolio .transform-active img{
        width:100%;
        height:100%;
    }
   .artist-portfolio .box .overlay{
       width: 85%;
        height: 85%;
        top: 5px;
        left: 10px;
    }
    .artist-portfolio .artist-name{
        left:0;
    }
    .artist-portfolio .artist-name span{
        font-size: 16px;
        white-space: nowrap;
    }
    .artist-portfolio .artist-name p{
        font-size: 14px;
    }
    .artist-portfolio .transform  {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        -ms-transition: all 2s ease;
        transition: all 2s ease;
    }
    .landing-page .section-two h1{
        padding: 0 100px 0 0;
        font-size: 38px;
        line-height: 42px;
    }
    .landing-page .section-two h1:first-child{
            margin-top: 50px;
    }
    /*.landing-page .favorite-bands [class*="col-md-"]:first-child .win-widgets,
    .landing-page .win-widgets{
        margin: 0;
    }*/
    .landing-page .section-three {
        padding: 40px 6% 0;
    }
    .landing-page .section-four .title{
        padding-top: 14%;
    }
    .landing-page .section-four h1{
        padding-right: 0;
    }
    .landing-page .competition-section .awards{
        bottom: 28%;
    }
    .landing-page .competition-section .awards span{
        font-size: 25px;
    }
    .landing-page .landing-container,.landing-page .section-four .fans-wrapper,
    .landing-page .support-section .support-container,
    .banner-content,.landing-page .competition-section .competition-wrapper,
    .footer .footer-container{
    padding: 0 6%;
    }
    .landing-page .competition-section .timeline-wrapper{
        margin: 8rem 0 0;
    }
    .landing-page .competition-section .timeline-wrapper .timeline-img{
        max-width:900px;
    }
}
/*@media(max-width:1600px) {
    .landing-page .competition-section .timeline-wrapper .map_title{
        font-size: 23px;
        padding-left: 10px;
    }
}*/
@media(max-width:1130px) {
    .footer .footer-bg .footer-hand-image{
        margin-top: -195px;
    }
}
/*@media(max-width:945px) {
    .landing-page .competition-section .timeline-wrapper .map_title{
        font-size: 20px;
        padding-left: 0;
    }
}*/

/*-----------------Landing Page End----------------------------*/

/*-----------------Leaderboard Start---------------------------*/

.leaderboard .leaderboard-text h1 {
    font-size: 54px;
    margin-bottom:60px;
}

.leaderboard .leaderboard-text {
    color: #ffffff;
}

.leaderboard .leaderboard-text .votes-btn {
    float: right;
}

.leaderboard .leaderboard-text .votes-btn a {
    background: #192D41;
    border-radius: 3px;
    color: #FACE57;
    font-size: 15px;
    padding: 10px 20px;
    margin-top: 10px;
}

.leaderboard .leaderboard-widget {
    background: #000;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 4px;
}

.leaderboard .leaderboard-widget .nav-tabs .custom-form-pagination {
    float: right;
    margin-left: 22px;
    width: 59%;
}

.leaderboard-widget .search-btn .input-group {
    background: #EAEAEA;
    border-radius: 3px;
    float: left;
    width: 58%;
}
.leaderboard .leaderboard-widget .nav-tabs{
    flex-wrap: nowrap;
    margin-top: -46px;
}
.leaderboard .leaderboard-widget .nav-tabs,
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
    border: 0;
}
.leaderboard .leaderboard-widget .tab-content{
    padding-top: 30px;
}


.leaderboard .leaderboard-widget .search-btn {
    /* float: right; */
    /* width: 100%; 
    margin-top: 15px;*/
    /* margin-left: 22px; */
}

.leaderboard .search-btn .leaderboard-btn {
    float: left;
}

.leaderboard .search-btn .leaderboard-btn .btn {
    background:#FACE57;
    border-radius: 3px;
    color: #000;
    margin-left: 10px;
    font-size: 16px;
    line-height: 29px;
}

.leaderboard-widget .input-group input {
    background: transparent;
    font-size: 13px;
    box-shadow: none;
    padding: 7px 0 0;
}

.leaderboard-widget .input-group ::placeholder {
    color: #000000;
}

.leaderboard .leaderboard-widget .nav-tabs .nav-item a {
    text-decoration: none;
    color: gray;
    font-size: 20px;
    line-height: 125%;
    padding: 10px 35px !important;
    background-color: #E2E2E2;
    opacity: 0.8;
    border-radius:0;
}
.leaderboard .leaderboard-widget li.nav-item:first-child a {
    border-top-left-radius: 5px;
}
.leaderboard .leaderboard-widget li.nav-item:nth-child(2) a {
    border-top-right-radius: 5px;
}
.leaderboard .leaderboard-widget .nav-tabs .nav-item a.active {
    background: #dfdfdf;
    padding: 10px 35px;
    color: #000;
    font-size: 20px;
    opacity: 1.0;
}

.leaderboard .leaderboard-widget .right-side {
    background: #EAEAEA;
    height: 100%;
    padding: 10px;
}

.leaderboard .leaderboard-widget .right-side span {
    font-size: 17px;
    color: #0076CE;
}

.leaderboard .leaderboard-widget .right-side .links {
    /* padding-top: 40px; */
    padding-bottom: 10px;
}

.leaderboard-widget .table .rank {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.leaderboard-widget .table th {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    border: 0;
}

.leaderboard-widget .table td {
    color: #fff;
    padding: 10px 10px 0;
}

.leaderboard-widget .table tr.active {
    background: #fbfbfb;
    border-radius: 2.45614px;
}

.leaderboard-widget .table .song-img {
    border-radius: 3.27485px;
    height: 56px;
    width: 56px;
}

.leaderboard-widget .table tr.active .song-img {
    border: 4.91228px solid rgba(0, 118, 206, 0.34);
}

.leaderboard-widget .table tr.active .play-btn {
    background: #0076CE;
    border-radius: 100%;
    width: 54px;
    height: 56px;
}

.leaderboard-widget .table tr .icon-img {
    padding: 20px;
}

.leaderboard-widget .table tr .votes {
    padding-top: 30px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}

.leaderboard-widget .table tr .song-name {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
}

.leaderboard-widget .table tr .song-name a{
    color:#fff;
}

.leaderboard-widget .table tr .song-name p {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
}


.leaderboard-widget .right-side .weekday {
    font-size: 20px;
    font-weight: bold;
}

.leaderboard-widget .right-side .weekday div {
    display: inline-block;
    text-align:center;
    font-size:22px;
}

.leaderboard-widget .right-side .weekday span {
    display: block;
    color: black;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
}

.leaderboard-widget .right-side .weekday #timer > div {
    width:58px;
}

.leaderboard-widget .right-side .weekday #seconds {
    font-size: 22px;
}

.leaderboard-widget .right-side .date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-top: -15px;
}

.leaderboard-widget .right-side .song-awards .awardlink {
    color: #331046;
    line-height: 12px;
    font-size: 15px;

}

.leaderboard-widget .right-side .song-awards {
    padding: 10px 10px 0px 10px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    margin-bottom: 8px;
}


.leaderboard-widget .right-side .resources {
    padding: 6px 0 6px 10px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight:bold;
}

.leaderboard .leaderboard-widget .resources a {
    font-size: 15px;
    line-height: 35px;
    margin-left: 0;
    color: #000;
}

.leaderboard .leaderboard-widget .pagination a {
    font-weight: bold;
    color: #fff;
}

.leaderboard .leaderboard-widget .inventory-page-no a.active {
    background-color: #0076CE;
    border-radius: 7px;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
}

.leaderboard .leaderboard-widget .inventory-previous,
.leaderboard .leaderboard-widget .inventory-page-no,
.leaderboard .leaderboard-widget .inventory-next {
    display: inline-block;
}
.leaderboard .leaderboard-widget .inventory-pagination-container{
    margin:50px 0 30px;
}
.leaderboard .leaderboard-widget .inventory-previous .page-text a,
.leaderboard .leaderboard-widget .inventory-page-no a,
.leaderboard .leaderboard-widget .page-text a {
    font-size: 18px;
    cursor: pointer;
    margin-left:25px;
}

/*-----------------------------Mobile Navigation Leaderboard-------------------------*/
@media (max-width:823px) {
    h1 {
        font-size: 32px !important;
    }
    .leaderboard .leaderboard-text h1{
        font-size: 32px;
        margin-bottom:0;
    }
    .leaderboard .leaderboard-text .votes-btn button {
        margin-left: 0px;
        margin-bottom: 10px;
        font-size: 12px;
        padding: 15px 10px;
    }
    .leaderboard .leaderboard-text .votes-btn a{
        margin-top: 0;
    }
    .leaderboard .leaderboard-widget .nav-tabs{
        display:block;
        margin-top:0;
    }
    .leaderboard .leaderboard-widget .nav-tabs .nav-item{
        display:inline-block;
    }
    .leaderboard .leaderboard-widget .nav-tabs .custom-form-pagination {
        width: 100%;
        margin-top: 20px;
    }

    .leaderboard .leaderboard-widget .search-btn {
        width: auto;
    }

    .leaderboard-widget .search-btn .input-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .leaderboard .search-btn .leaderboard-btn {
        float: right;
    }

    .leaderboard .leaderboard-widget .leaderboard-btn a {
        margin-left: 0px;
        margin-top: 10px;
    }

    .leaderboard .leaderboard-widget a {
        font-size: 1rem;
    }

    .leaderboard .leaderboard-widget .table tr td {
        font-size: 16px;
        text-transform: capitalize;
    }

    .leaderboard-widget .table tr .song-name p {
        font-size: 10.2px;
    }

    .leaderboard .leaderboard-widget .table th {
        font-size: 16px;
    }

    .leaderboard .leaderboard-widget .table .song-img {
        height: 45px;
        width: 45px;
    }

    .leaderboard-widget .table tr.active .play-btn {
        width: 38px;
        height: 40px;
    }

    .leaderboard .leaderboard-widget .table tr .icon-img {
        padding: 12px;
    }

    .leaderboard .leaderboard-widget .right-side span {
        font-size: 15px;
    }

    .leaderboard-widget .right-side .weekday {
        font-size: 20px;
    }

    .leaderboard-widget .right-side .date {
        font-size: 10.2px;
    }

    .leaderboard-widget .right-side .song-awards {
        font-size: 10.2px;
    }

    .leaderboard-widget .right-side .song-awards .awardlink {
        font-size: 10.2px;
    }

    .leaderboard-widget .right-side .resources {
        font-size: 10.2px;
    }

    .leaderboard .leaderboard-widget .pagination a {
        font-size: 12px;
        margin-left: 10px;
    }
}
@media (max-width:823px) {
}

/*-----------------------------Login Page-------------------------*/


.loginpage .login-text {
    color: white;
}

.loginpage .login-text h1 {
    font-size: 54px;
}

.loginpage .signuptext {
    margin-top: 30px;
}

.loginpage .login-widget {
    padding: 50px;
    font-weight: bold;
}

.loginpage .signuptext a {
    background: #192D41;
    border-radius: 3px;
    color: #FACE57;
    font-size: 15px;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration:none;
}

.loginpage .login-widget {
    background: #000;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 4px;
}
.loginpage .login-widget .form-group label{
    color: #FACE57;
    font-size: 13px;
    font-weight: 500;
}
.loginpage .login-widget .form-group .form-control {
    border: 0;
    padding: 25px 10px 25px 10px;
}

.loginpage .login-widget .login-btn {
    background: #FACE57;
    padding: 10px 50px;
    font-weight: bold;
}

/*-----------------------------Loginpage Mobile View-------------------------*/
@media (max-width:768px) {
    .loginpage .login-text h1 {
        font-size: 2.5rem;
    }

    .loginpage .login-widget {
        padding: 15px;
    }

    .loginpage .signuptext {
        margin-top: auto;
        margin-left: auto;
    }

    .loginpage .login-widget .form-group .form-control {
        padding: 10px;
    }
}

/*-----------------------------Artist Signup-------------------------*/


.artist-signup .artist-signup-widget {
    background: #111F2C;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.artist-signup .artist-signup-widget .left-side {
    padding: 30px;
}

.artist-signup .artist-signup-widget .left-side .rule a {
    text-decoration: none;
    border-bottom: 1px solid #45A9F5;
    font-size: 12px;
    font-weight: 600;
    color: #45A9F5;
}

.artist-signup .login-text h1 {
    font-size: 74px;
    color: white;
    margin-bottom: 30px;
}
.artist-signup .nav.nav-tabs li:first-child a{
    border-top-left-radius: 5px;
}
.artist-signup .nav.nav-tabs li:last-child a{
    border-top-right-radius: 5px;
}
.artist-signup .nav.nav-tabs li a {
    text-decoration: none;
    color:gray;
    font-size: 20px;
    line-height: 125%;
    padding: 10px 35px !important;
    background-color: #E2E2E2;
    opacity: 0.8;
    
}
.artist-signup .nav li a.active{
    background: #dfdfdf;
    padding: 10px 0;
    color: #000;
    font-size: 20px;
    opacity: 1.0;
}
.artist-signup .nav-tabs{
    border-bottom:0;
    margin-bottom: 8px;
}
.artist-signup .signuptext {
    margin-top: 45px;
}

.artist-signup .signuptext a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-top: 10px;
    background: rgba(70, 6, 32, 0.3);
    border-radius: 3px;
    padding: 15px 20px;
    display: inline-block;
}

.artist-signup .artist-signup-widget h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}

.artist-signup .artist-signup-widget span {
    color: #0076CE;
    border-bottom: 1px solid #0076CE;
    font-size: 17px;
    font-weight: bold;
}

.artist-signup .artist-signup-widget form {

    margin-top: 30px;
}

.artist-signup-widget .form-group {
    padding: 0;
}

.artist-signup .artist-signup-widget .form-group .form-control {
    background: rgba(0, 0, 0, 0.04);
    border: 0;
    padding: 25px 15px 25px 15px;
    color: #0E0E0E;
    
}
.artist-signup .artist-signup-widget .form-group label{
    color:#FACE57;
    font-size:13px;
    font-weight:500;
}
.artist-signup .artist-signup-widget .form-group input:-webkit-autofill,
.artist-signup .artist-signup-widget .form-group input:-webkit-autofill:hover,
.artist-signup .artist-signup-widget .form-group input:-webkit-autofill:focus,
.artist-signup .artist-signup-widget .form-group input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #EAEAEA inset !important;
    -webkit-text-fill-color: #0E0E0E;
}
.artist-signup .artist-signup-widget .form-group .form-control{
    background-color:#EAEAEA;
}
.artist-signup .artist-signup-widget .form-group .form-control::placeholder{
    color: #0E0E0E;
    font-size: 1rem;
}
.form-group.required .control-label:after {
    content: "*";
    color: #45A9F5;
}

.artist-signup-widget .form-group .form-control::placeholder {
    font-size: 17px;
}

.artist-signup .artist-signup-widget .form-group .form-check p {
    font-weight: normal;
    margin: 0;
    padding-left: 5px;
}

.artist-signup .artist-signup-widget .form-group p {
    float: right;
    font-weight: normal;
}

.artist-signup .artist-signup-widget .form-group .selectphoto {
    height: 180px;
    width: 180px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    text-align: center;
    display: table;
}

.artist-signup .artist-signup-widget .form-group .selectphoto label {
    display: table-cell;
    color: #0076CE;
}

.artist-signup .artist-signup-widget .submit-btn {
    background-color: #FACE57;
    border-radius: 3px;
    color: #000;
    font-weight:bold;
    padding: 10px 50px;
}

.artist-signup .artist-signup-widget .img-spotify {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 26px 35px;
}

.artist-signup .artist-signup-widget .img-soundcloud {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 20px 55px;
}

.artist-signup-widget .form-group .form-check .checkbox-custom {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
}

.artist-signup-widget .form-group .form-check .custom-span {
    background-color: rgba(0, 0, 0, 0.04);
    width: 25px;
    height: 25px;
    border-radius: 2px;
    display: block;
    border: 0;
    float: left;
}

.artist-signup-widget .form-group .form-check .custom-radio {
    color: #0076CE;
    padding-top: 4px;
    text-align: center;
}

.artist-signup .artist-signup-widget .song-exist-section .custom-radio {
    display: none;
}

.artist-signup .artist-signup-widget .song-exist-section.active .custom-radio {
    display: block;
}

.artist-signup .artist-signup-widget .platform-section {
    border: 2px solid rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.artist-signup .artist-signup-widget .platform-section i {
    color: #0076CE;
}

.artist-signup .artist-signup-widget .platform-section.active .checkbox-custom {
    display: block;
}

.artist-signup .artist-signup-widget .platform-section.active label {
    border: 2px solid #0076CE;
}

.artist-signup-widget .getsongdata a {
    background: rgba(0, 0, 0, 0.04);
    color: #0076CE;
}

.artist-signup .artist-signup-widget .socialhandles p {
    float: right;
    margin-right: 120px;
    margin-top: 5px;
    font-weight: normal;
}

.artist-signup .artist-signup-widget .socialhandles a {
    color: black;
    border-bottom: 1px solid black;
    margin-left: 15px;
}

.artist-signup .artist-signup-widget .right-side {
    padding: 30px;
}

.artist-signup .artist-signup-widget .right-side h2 {
    color: #0076CE;
    font-size: 32px;
}

.artist-signup .artist-signup-widget .right-side span {
    color: #0e0e0e;
    border: 0;
}
.artist-signup .artist-signup-widget .right-side p{
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
}
.artist-signup .artist-signup-widget .right-side p a {
    color: #45A9F5;
    text-decoration: underline;
}

/*-----------------------------Artist Signup Mobile View-------------------------*/
@media (max-width:768px) {
    .artist-signup .artist-signup-widget form {
        margin-top: 0;
    }
   
    .artist-signup .nav-tabs{
        margin-bottom: 7px;
    }
    .artist-signup .artist-signup-widget .left-side {
        padding: 20px 0px;
    }

    .artist-signup .artist-signup-widget .right-side {
        padding: 20px 0px;
    }
    .artist-signup-widget .form-group .form-control::placeholder {
        font-size: 12px;
    }
    .artist-signup .login-text h1 {
        font-size: 2.5rem
    }

    .artist-signup .signuptext {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .artist-signup .artist-signup-widget h2 {
        font-size: 1rem;
    }

    .artist-signup .artist-signup-widget span {
        font-size: 14px;
    }

    .artist-signup .artist-signup-widget .form-group .form-control {
        padding: 10px;
    }

    .artist-signup .artist-signup-widget .form-group .selectphoto {
        height: 80px;
        width: 80px;
    }

    .artist-signup .artist-signup-widget .form-group .selectphoto label {
        font-size: 8px;
    }

    .artist-signup .artist-signup-widget .form-group label {
        font-size: 12px;
    }

    .artist-signup .artist-signup-widget .socialhandles p {
        margin-right: 0;
        float: none;
        font-size: 10px;
    }

    .artist-signup-widget .form-group .form-check .custom-span {
        height: 15px;
        width: 15px;
    }

    .artist-signup-widget .form-group .form-check .custom-radio {
        padding-top: 2px;
    }

    .artist-signup .artist-signup-widget .platform-section {
        margin-bottom: 5px;
    }

    .artist-signup .artist-signup-widget .form-group p {
        font-size: 10px;
    }

    .artist-signup .artist-signup-widget .img-soundcloud {
        padding: 20px 40px;
    }

    .artist-signup .artist-signup-widget .img-spotify {
        padding: 20px;
    }

    .artist-signup .artist-signup-widget .form-group .selectphoto #userimage {
        height: 80px;
        width: 80px;
    }
    .artist-signup .nav.nav-tabs li a{
        padding: 10px 20px !important;
        font-size: 16px;
    }

}

/*-----------------------------Supporter Signup-------------------------*/
.selectArtistonSignup select {
    background: rgba(0, 0, 0, 0.04);
    border: 0;
    width: 100%;
    padding: 10px;
    border-radius: .25rem;
    margin-top: 5px;
}



.supporter-signup .supporter-signup-widget {
    background: #dfdfdf;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 4px;
    border-top-left-radius: 0;
}

.supporter-signup .supporter-signup-widget .left-side {
    padding: 30px;
}

.supporter-signup .supporter-signup-widget .left-side .socialhandles a {
    color: black;
    border-bottom: 1px solid black;
    margin-left: 15px;
}

.supporter-signup .supporter-signup-widget .left-side .rule a {
    text-decoration: none;
    border-bottom: 1px solid #45A9F5;
    font-size: 12px;
    font-weight: 600;
    color:#45A9F5;
}

.supporter-signup .supporter-signup-widget .left-side .rule a:hover {
    color: #0076CE;
}

.supporter-signup .login-text h1 {
    font-size: 70px;
    color: white;
}

.supporter-signup .signuptext {
    margin-top: 30px;
}

.supporter-signup .signuptext a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-top: 10px;
    background: rgba(70, 6, 32, 0.3);
    border-radius: 3px;

    padding: 15px 20px;
}

.supporter-signup .supporter-signup-widget h2 {
    color: #0E0E0E;
    font-size: 32px;
    margin-bottom:20px;
}

.supporter-signup .supporter-signup-widget span {
    color: #0076CE;
    border-bottom: 1px solid #0076CE;
    font-size: 17px;

    font-weight: bold;
}

.supporter-signup .supporter-signup-widget form {

    margin-top: 30px;
}

.supporter-signup-widget .form-group {
    padding: 0;
}
.supporter-signup-widget .form-group label {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.supporter-signup-widget .select-artist{
    margin-bottom:0;
}
.supporter-signup-widget .select-artist .bg-white{
    padding:10px;
}
.supporter-signup-widget .select-artist .has-search{
    margin-bottom:0;
}
.supporter-signup-widget .select-artist .has-search .form-control{
    background: rgba(0, 0, 0, 0.04) !important;
    color:#000 !important;
}
.supporter-signup-widget .select-artist .has-search .form-control::placeholder{
    color:#000 !important;
}
.supporter-signup .supporter-signup-widget .form-group .form-control {
    background: #111F2C;
    border: 0;
    padding: 25px 15px 25px 15px;
    color: #fff;
}
.supporter-signup .supporter-signup-widget .form-group input:-webkit-autofill,
.supporter-signup .supporter-signup-widget .form-group input:-webkit-autofill:hover,
.supporter-signup .supporter-signup-widget .form-group input:-webkit-autofill:focus,
.supporter-signup .supporter-signup-widget .form-group input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #111F2C inset !important;
    -webkit-text-fill-color: #fff;
}
.supporter-signup .supporter-signup-widget .form-group .form-control::placeholder{
    color: rgba(255,255,255,0.5);
}
.supporter-signup .supporter-signup-widget .has-search {
    position: relative;
}

.supporter-signup .supporter-signup-widget .has-search .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 2rem;
    pointer-events: none;
    color: black;
}

.supporter-signup .supporter-signup-widget .form-group .profilesection {
    float: left;
}

.supporter-signup .supporter-signup-widget .form-group .selectphoto {
    height: 180px;
    width: 180px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    text-align: center;
    display: table;
}

.supporter-signup-widget .form-group .form-check .custom-span {
    background-color: rgba(0, 0, 0, 0.04);
    width: 25px;
    height: 25px;
    border-radius: 2px;
    display: block;
    border: 0;
    float: left;
}

.supporter-signup-widget .form-group .form-check .custom-radio {
    color: #0076CE;
    padding-top: 4px;
    text-align: center;
}

.supporter-signup .supporter-signup-widget .select-artist-radio .custom-radio {
    display: none;
}

.supporter-signup .supporter-signup-widget .select-artist-radio.active .custom-radio {
    display: block;
}

.supporter-signup .supporter-signup-widget .form-group .selectphoto label {
    display: table-cell;
    color: #0076CE;
}

.supporter-signup .supporter-signup-widget .form-group .connect-facebook {
    display: table;
    height: 180px;
    margin-top: 32px;
}

.supporter-signup .supporter-signup-widget .form-group .connect-facebook a {
    display: table-cell;
    padding-left: 30px;
    text-decoration: none;
    color: #0e0e0e;
}

.supporter-signup .supporter-signup-widget .form-group.required .control-label:after {
    content: "*";
    color: #0076CE;
}

.supporter-signup-widget .form-group .form-control::placeholder {
    font-size: 17px;
}

.supporter-signup .supporter-signup-widget .form-group .form-check p {
    font-weight: normal;
    margin: 0;
    padding-left: 5px;
}

.supporter-signup .supporter-signup-widget .form-group p {
    font-weight: normal;
}

.supporter-signup .supporter-signup-widget .submit-btn {
    background-color: #FEE848;
    border-radius: 3px;
    color: #000;
    padding: 10px 50px;
    font-weight:bold;
}

.supporter-signup .supporter-signup-widget .right-side {
    padding: 30px;
    color:#fff;
}

.supporter-signup .supporter-signup-widget .right-side h2 {
    color: #FACE57;
    font-size: 32px;
}

.supporter-signup .supporter-signup-widget .right-side span {
    color: #fff;
    border: 0;
}
.supporter-signup .supporter-signup-widget .right-side p{
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
}
.supporter-signup .supporter-signup-widget .right-side p a{
    color: #45A9F5;
    text-decoration:underline;
}

/*-----------------------------Supporter Signup Mobile View-------------------------*/
@media (max-width:768px) {
    .supporter-signup .supporter-signup-widget form {
        margin-top: 0;
    }

    .supporter-signup .login-text h1 {
        font-size: 2.5rem;
    }

    .supporter-signup .signuptext {
        margin: 0;
    }

    .supporter-signup .supporter-signup-widget h2 {
        font-size: 1rem;
    }

    .supporter-signup .supporter-signup-widget .left-side {
        padding: 20px 0px;
    }

    .supporter-signup .supporter-signup-widget .right-side {
        padding: 20px 0px;
    }

    .supporter-signup .supporter-signup-widget span {
        font-size: 16px;
    }

    .supporter-signup .supporter-signup-widget .form-group label {
        font-size: 12px;
    }

    .supporter-signup .supporter-signup-widget .form-group .form-control {
        padding: 10px;
    }
    .supporter-signup-widget .form-group .form-control::placeholder {
        font-size: 12px;
    }

    .supporter-signup .supporter-signup-widget .has-search .form-control-feedback {
        top: 2px;
    }

    .supporter-signup .supporter-signup-widget .form-group .selectphoto {
        height: 80px;
        width: 80px;
    }

    .supporter-signup .supporter-signup-widget .form-group .selectphoto label {
        font-size: 8px;
    }

    .supporter-signup .supporter-signup-widget .form-group .connect-facebook {
        height: auto;
    }

    .supporter-signup .supporter-signup-widget .form-group .connect-facebook a {
        padding-left: 25px;
        font-size: 10px;
    }

    .supporter-signup .supporter-signup-widget .select-artist-radio {
        margin-bottom: 5px;
    }

    .supporter-signup .supporter-signup-widget .left-side label {
        font-size: 14px;
    }

    .supporter-signup .supporter-signup-widget .select-artist p {
        font-size: 14px;
    }

    .supporter-signup .supporter-signup-widget .socialhandles p {
        margin-right: 0;
        float: none;
        font-size: 10px;
    }
}

/*-----------------------------Artist-Supporter Dashboard-------------------------*/
.artist-supporter-body {
    background: #050F1A;
}
.artist-supporter-dashboard {
    margin-top: 125px;
}

.artist-supporter-dashboard .font-white {
    color: white !important;
}
.font-yellow {
    color: #FACE57 !important;
}

/*.artist-supporter-dashboard .background-wrapper.topten-song-wrapper {
    padding: 20px 0;
}*/

.artist-supporter-dashboard .background-wrapper {
    background: #0C1B2A;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 7px;
    padding: 20px;
    overflow: hidden;
}
.artist-supporter-dashboard .artist-supporter-profile .edit-artistprofile{
    overflow:hidden;
}
.artist-supporter-dashboard .artist-supporter-profile .edit-artistprofile .title{
    float:left;
    margin-bottom: 0;
}
.artist-supporter-dashboard .background-wrapper .title {
    color: #46ABF7;
    font-size: 18px;
    font-weight:500;
    display:block;
    float:none;
    margin-bottom: 10px;
}

.artist-supporter-dashboard strong {
    display: block;
}

.artist-supporter-dashboard .artist-supporter-profile .points {
    margin-top: 15px;
    margin-right: 56px;
}

.artist-supporter-dashboard .artist-supporter-profile .points span {
    font-size: 18px;
}

.artist-supporter-dashboard .artist-supporter-profile .points p {
    font-size: 13px;
}
.artist-supporter-dashboard .artist-supporter-profile button{
    color: #FACE57;
}
.artist-supporter-dashboard .artist-supporter-profile button,
.artist-supporter-dashboard .artist-supporter-profile a.btn {
    background: #192D41;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 12px;
    float: right;
    font-weight:500;
}

.artist-supporter-dashboard .artist-supporter-profile .artist-image img {
    height: 100px;
    width: 100px;
    border: 4px solid rgba(0, 118, 206, 0.34);
    border-radius: 3px;
    float: left;
    margin-right: 15px;
    border-radius:100%;
}

.artist-supporter-dashboard .artist-supporter-profile .artist-name {
    line-height: 20px;
    padding-left: 110px;
}
.artist-supporter-dashboard .artist-supporter-profile .artist-name .title{
    font-size:18px;
    font-weight:500;
    display:block;
    color:#fff;
    margin-bottom:20px;
}
.artist-supporter-dashboard .artist-supporter-profile .artist-name span {
    font-size: 21px;
    font-weight:500;
    text-transform: capitalize;
    color: #46ABF7;
}

.artist-supporter-dashboard .artist-supporter-profile .artist-name p {
    font-size: 13px;
    margin-bottom:0;
}

.artist-supporter-dashboard .votes-count {
    font-size: 18px;
    text-align: center;
}
.artist-supporter-dashboard .votes-count .background-wrapper span{
    font-size:18px;
    font-weight:500;
    color: #FACE57;
}
.artist-supporter-dashboard .votes-count .background-wrapper span i{
    font-size: 14px;
    margin-left: 5px;
}
.artist-supporter-dashboard .background-wrapper .action-content {
    background: #192D41;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
}

.artist-supporter-dashboard .background-wrapper .action-content a {
    text-decoration: none;
    font-size: 14px;
}

.artist-supporter-dashboard .background-wrapper .action-content span {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
}

.artist-supporter-dashboard .background-wrapper .action-content:hover {
    background-color: #0076CE;
}

.artist-supporter-dashboard .background-wrapper .content {
    margin-top: 10px;
    text-align: center;
}

.artist-supporter-dashboard .background-wrapper .content .left-info {
    float: left;
    font-size: 16px;
    font-weight:600;
}

.artist-supporter-dashboard .background-wrapper .content .right-info {
    font-size: 12px;
    float: right;
    padding-top: 5px;
}

.artist-supporter-dashboard .background-wrapper .content-bg {
    background: #192D41;
    padding: 10px;
    border-radius: 3px;
}

.artist-supporter-dashboard .background-wrapper .viewlink {
    background: rgba(255, 255, 255, 0.04);
    padding: 10px;
    border-radius: 3px;
}

.artist-supporter-dashboard .background-wrapper .resource-border {
    overflow: hidden;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    padding-bottom: 10px;
}
.artist-supporter-dashboard .your-song table{
    border-collapse: separate;
    border-spacing: 0 5px;
}
.artist-supporter-dashboard .your-song table tr td:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.artist-supporter-dashboard .your-song table tr td:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.artist-supporter-dashboard .background-wrapper .your-song td .song-img {
    border-radius: 3px;
}

.artist-supporter-dashboard .background-wrapper .your-song th {
    font-weight: 500;
}

.artist-supporter-dashboard .background-wrapper .your-song tr td {
    padding: 12px 12px 0;
}

.artist-supporter-dashboard .background-wrapper .your-rank {
    background: #0076CE;
}

.artist-supporter-dashboard .background-wrapper .your-rank img {
    height: 48px;
    width: 48px;
    border-radius:100%;
}

.artist-supporter-dashboard .background-wrapper .supporter-widget .rank-width,
.artist-supporter-dashboard .background-wrapper .supporter-widget .img-width {
    width: 40px;
}

.artist-supporter-dashboard .background-wrapper .supporter-widget tr td img {
    border-radius: 63px;
    width: 43px;
    height: 43px;
}

.artist-supporter-dashboard .background-wrapper .supporter-widget tr.active img {
    border: 4px solid rgba(0, 118, 206, 0.34);
}

.artist-supporter-dashboard .background-wrapper .supporter-widget tr.active {
    background: rgba(21, 43, 65, 0.5);
    border-radius: 2.45614px;
    border-left: 3px solid #0076CE;
}

.artist-supporter-dashboard .background-wrapper .your-song .song-link a {
    background: none;
}

.artist-supporter-dashboard .background-wrapper .your-song .song-name {
    font-size: 17px;
    text-transform: capitalize;
    font-weight:600;
}

.artist-supporter-dashboard .background-wrapper .your-song .name {
    font-size: 13px;
    font-weight:normal;
}

.artist-supporter-dashboard .background-wrapper .topten-song .song-widget .table .rank {
    text-align: center;
    font-weight: bold;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table th {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    border:0;
}
.artist-supporter-dashboard .background-wrapper .topten-song .table tr:first-child td{
    border-top:0;
}
.artist-supporter-dashboard .background-wrapper .topten-song .table td:first-child{
    padding-left:0;
}
.artist-supporter-dashboard .background-wrapper .topten-song .table td:last-child{
    padding-right:0;
    text-align:right;
}
.artist-supporter-dashboard .background-wrapper .topten-song .table td {
    padding: 10px;
    color: #FFFFFF;
    border-top: 1px solid rgba(250, 250, 250, 0.2);
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr.active {
    background: rgba(21, 43, 65, 0.5);
    border-radius: 2.45614px;
    border-left: 3px solid #0076CE;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table .song-img {
    border-radius: 3.27485px;
    height: 55px;
    width: 55px;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr.active .song-img {
    border: 4.91228px solid rgba(0, 118, 206, 0.34);
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr.active .play-btn {
    background: #0076CE;
    border-radius: 100%;
    width: 54px;
    height: 56px;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr .icon-img {
    padding: 20px;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr .votes {
    padding-top: 30px;
    text-align: right;
    font-weight: bold;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr .song-name {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr .song-name a{
    color: #fff;
}

.artist-supporter-dashboard .background-wrapper .topten-song .table tr .song-name p {
    font-weight: normal;
    font-size: 13px;
    margin-bottom:0;
}

.artist-supporter-dashboard .background-wrapper .action-content .donate-btn {
    font-size: 14px;
    display:block;
    padding: 0;
    width: 100%;
    text-align: left;
}

.artist-supporter-dashboard .background-wrapper .action-content .donate-btn .donate-div {
    display: inline;
    font-size: 12px;
    float: right;
}

/*-------------Model CSS-----------*/
.modal {
    overflow-y: auto !important;
}

.modal .modal-body .form-group input {
    color: #0e0e0e;
}

.modal .modal-body {
    position: relative;
    z-index: 100;
}

.modal .modal-body .leave-btn {
    position: absolute;
    ;
    bottom: 0;
    left: 0;
}

.modal .modal-body a {
    color: #0e0e0e;
}

.modal .modal-body .form-group.required .control-label:after {
    content: "*";
    color: #0076CE;
}

.modal .modal-body .form-group .form-control {
    background: rgba(0, 0, 0, 0.04);
    border: 0;
}

.modal .modal-body .form-group label {
    font-weight: bold;
}

.modal .modal-body .btn.active {
    background-color: #0076CE;
    color: white;
}

.modal .modal-body .form-group .profilesection {
    float: left;
}

.modal .modal-body .form-group .selectphoto {
    height: 180px;
    width: 180px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    text-align: center;
    display: table;
}

.modal .modal-body .form-group .selectphoto img {
    height: 180px;
    width: 180px;
    border-radius: 20px;
}

.modal .modal-body .form-group .connect-facebook {
    float: left;
    margin-top: 18%;
    margin-left: 50px;
}

.modal-footer {
    border-top: 0;
    justify-content: space-between;
}

.modal .modal-body .color-blue,
.modal-footer .color-blue {
    color: #0076CE;
}

.modal .modal-body .img-spotify {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 30px 50px;
}

.modal .modal-body .form-group .form-check .checkbox-custom {
    position: absolute;
    top: 10px;
    left: 10px;
}

.modal .modal-body .socialpost {
    text-align: center;
}

.modal .modal-body .getsongdata a {
    background: rgba(0, 0, 0, 0.04);
    color: #0076CE;
}

.modal .modal-body .has-search {
    position: relative;
}

.modal .modal-body .has-search .form-control-feedback {
    position: absolute;
    top: 32px;
    right: 20px;
    line-height: 2rem;
    pointer-events: none;
    color: black;
}

.modal .modal-body .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
}

.modal .modal-body .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    margin: 2px 50px 0 0;
}

.modal .modal-body .socialpostinsta a .insta {
    margin: 0 50px;
}

.modal .modal-body .btn-save {
    background-color: #F1481E;
    color: white;
    padding: 10px 20px;
    margin-right: 140px;
}

.modal-footer .btn-close,
.modal .modal-body .btn-close {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
}

.modal-footer .font-white {
    color: white;
}

.modal .modal-body .donate-now-popup iframe {
    width: 750px;
    height: 610px;
    margin-top: 50px;
}

/*-----------------------------Artist-Supporter Dashboard Mobile View-------------------------*/
@media (max-width:768px) {
    #layout-content {
        margin-top: 100px;
    }
    /*.artist-supporter-dashboard .background-wrapper.topten-song-wrapper {
        padding: 15px 0;
    }*/
    .bg-image-artist{
        background-position: top center;
    }
    .artist-supporter-dashboard{
        padding-bottom:0;
    }
    .artist-supporter-dashboard .background-wrapper {
        padding: 15px;
    }

    .artist-supporter-dashboard .background-wrapper .title {
        font-size: 16px;
        padding-top: 5px;
        display: inline-block;
    }

    .artist-supporter-dashboard .artist-supporter-profile button,
    .artist-supporter-dashboard .artist-supporter-profile a.btn {
        font-size: 13px;
        padding: 5px 10px;
    }

    .artist-supporter-dashboard .artist-supporter-profile .artist-name {
        margin-top: 10px;
        padding-left:50px;
    }

    .artist-supporter-dashboard .artist-supporter-profile .artist-name span {
        font-size: 16px;
        text-transform: capitalize;
    }

    .artist-supporter-dashboard .artist-supporter-profile .artist-name p {
        font-size: 14px;
    }

    .artist-supporter-dashboard .artist-supporter-profile .artist-image img {
        height: 40px;
        width: 40px;
    }

    .artist-supporter-dashboard .votes-count {
        font-size: 16px;
    }

    .artist-supporter-dashboard strong {
        font-size: 14px;
    }

    .artist-supporter-dashboard .background-wrapper .form-group {
        margin-bottom: 0
    }

    .artist-supporter-dashboard .background-wrapper .form-group .col-md-6 {
        margin-bottom: 10px
    }

    .artist-supporter-dashboard .background-wrapper .action-content a {
        font-size: 14px;
    }

    .artist-supporter-dashboard .background-wrapper .action-content span {
        font-size: 14px;
        margin-top: 0;
    }

    .artist-supporter-dashboard .background-wrapper .action-content .donate-btn .donate-div {
        font-size: 14px;
    }

    .artist-supporter-dashboard .background-wrapper .content .left-info,
    .artist-supporter-dashboard .background-wrapper .content .right-info {
        font-size: 14px;
    }

    .artist-supporter-dashboard .background-wrapper .your-song th {
        font-size: 14px;
    }

    .artist-supporter-dashboard .background-wrapper .your-song .song-name,
    .artist-supporter-dashboard .background-wrapper .your-song tr td {
        font-size: 14px;
        vertical-align: middle;
        text-transform: capitalize;
    }

    .artist-supporter-dashboard .background-wrapper .supporter-widget tr td img {
        height: 30px;
        width: 30px;
    }

    .artist-supporter-dashboard .background-wrapper .topten-song .table th {
        font-size: 14px;
    }

    .artist-supporter-dashboard .background-wrapper .topten-song .table td,
    .artist-supporter-dashboard .background-wrapper .topten-song .table tr .song-name {
        font-size: 16px;
    }

    .artist-supporter-dashboard .background-wrapper .topten-song .table tr .song-name p {
        font-size: 14px;
    }

    .artist-supporter-dashboard .background-wrapper .topten-song .table .song-img {
        height: 40px;
        width: 40px;
    }

    .artist-supporter-dashboard .background-wrapper .topten-song .table tr .icon-img {
        padding: 12px;
    }

    .artist-supporter-dashboard .background-wrapper .topten-song .table tr.active .play-btn {
        width: 38px;
        height: 40px;
    }

    .modal .modal-body .leave-btn {
        position: unset;
    }

    .modal .modal-body .btn-save {
        margin-right: 0
    }
}

/*---------------------------------------------Resources page----------------------------------------------------------------*/


.resourcespage .resources-widget .right-side {
    background: rgba(0, 0, 0, 0.01);
    height: 100%;
    padding: 10px;
}

.resourcespage .resources-text {
    color: white;
}

.resourcespage .resources-widget {
    background: #000;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 4px;
    color:#fff
}

.resourcespage .resources-widget .left-side {
    padding: 40px;
}

.resourcespage .resources-widget .left-side span,
.resourcespage .resources-widget .left-side ol li {
    font-size: 20px;
    font-weight: 600;
}

.resourcespage .resources-widget .left-side p {
    font-size: 16px;
}

.resourcespage .resources-widget .content {
    padding: 10px 10px 8px;
    background: #192D41;
    border-radius: 4px;
    margin-bottom: 8px;
}

.resourcespage .resources-widget .content .left-info {
    display: inline-block;
    font-size: 18px;
    font-weight:500;
}

.resourcespage .resources-widget .content .right-info {
    font-size: 15px;
    float: right;
}

.resourcespage .resources-widget .phone-backgrounds h3 {
    padding-left: 40px;
    margin-top: 30px;
}

.resourcespage .resources-widget .phone-backgrounds ul {
    list-style: none;
}

.resourcespage .resources-widget .phone-backgrounds {
    padding: 20px;
}

.resourcespage .resources-widget .phone-backgrounds ul li .steps {
    height: 36px;
    width: 36px;
    background-color: #fee82e;
    color: black;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.resourcespage .resources-widget .phone-backgrounds ul li span {
    font-size: 16px;
}

.resourcespage .resources-widget .phone-backgrounds .imgdemo img {
    height: 600px;
    width: 400px;
}

.resourcespage .resources-widget .phone-backgrounds .gallery img {
    height: 178px;
    width: 178px;
    object-fit: contain;
}

.resourcespage .resources-widget .phone-backgrounds .gallery a {
    color: #FACE57;
}

.resourcespage .resources-widget .phone-backgrounds .gallery .opn-pop {
    cursor: pointer;
}

.resourcespage .resources-widget .left-side .btn-default {
    background-color: #dc3545;
    color: white;
}
.resourcespage .resources-widget .left-side .form-group label{
    color: #FACE57;
    font-size: 13px;
    font-weight: 500;
}
.resourcespage .resources-widget .left-side .lead {
    font-weight: bold;
}

.resourcespage .resources-widget .left-side .form-control {
    border: 0;
    padding: 25px 10px 25px 10px;
}

.resourcespage .resources-widget .reset-img-btn {
    background-color: #F1481E;
    border-radius: 3px;
    color: white;
    padding: 6px 30px;
}

.resourcespage .resources-widget .submit-img-btn {
    color: white;
    background: #0076CE;
    border-radius: 3px;
    padding: 6px 15px;
}

.resourcespage .resources-widget .phone-backgrounds .image-label {
    margin-top: 20px;
    cursor: pointer;
    color: #0076CE;
    border-bottom: 1px solid #0076CE;
    font-size: 17px;
}

@media (max-width:768px) {
    .resourcespage .resources-widget .left-side {
        padding: 20px;
    }

    .resourcespage .resources-widget .left-side p {
        font-size: 14px;
    }
}

img.showimage.img-responsive.img-fixed-size {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

/*------------------------Start Contact Us--------------------------------*/

.contact-us h1{
    font-size: 54px;
    color:#fff;
}
.contact-us .wrapper{
    background: #000;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 4px;
    padding:40px 20px;
    color:#fff;
    font-size:18px;
}
.contact-us .wrapper p{
    margin-bottom:80px;
    text-align:center;
}
.contact-us .contact-form label{
    color: #FACE57;
    font-size: 13px;
    font-weight: 500;
}
.contact-us .contact-form input[type=text]{
    border:0;
    border-bottom:1px solid #b2b2b2;
    width:100%;
    padding: 25px 15px 25px 15px;
    background-color: #EAEAEA;
}
.contact-us .contact-form .btn-black{
    background-color:#FACE57;
    color:#000;
    width:100%;
    margin:40px 0;
}
@media(max-width:823px){
    .contact-us .wrapper p{
        margin-bottom: 50px;
    }
    .contact-us .contact-form .form-group{
        margin-bottom: 40px;
    }
    .contact-us .contact-form .btn-black{
        margin-bottom: 0;
        margin-top: 20px;
    }
}
/*------------------------End Contact Us--------------------------------*/

/*------------------------Start FAQ Us--------------------------------*/

.faq-page h1{
    font-size: 54px;
    color:#fff;
    margin-bottom: 20px;
}
.faq-page .nav-tabs {
    border-bottom: 0;
}
.faq-page .nav.nav-tabs li a {
    text-decoration: none;
    color: gray;
    font-size: 20px;
    line-height: 125%;
    padding: 10px 35px !important;
    background-color: #E2E2E2;
    opacity: 0.8;
    border-radius:0;
}
.faq-page .nav li:first-child a {
    border-top-left-radius: 5px;
}
.faq-page .nav li:last-child a {
    border-top-right-radius: 5px;
}
.faq-page .nav li a.active {
    background:#dfdfdf;
    color: #000;
    padding: 10px 0;
    opacity: 1.0;
}
.faq-page .artist-awards, .faq-page .fan-awards {
    background: #000;
    box-shadow: 0px 7.36842px 19.6491px rgb(0 0 0 / 10%);
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    padding:10px 40px 40px;
    color:#fff;
}
.faq-page .tab-pane span{
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}
.faq-page .tab-pane p.faq-answer{
    font-size: 16px;
    line-height: 23px;
    color: #0E0E0E;
}

@media(max-width:823px){
   .faq-page .nav.nav-tabs li a{
       font-size: 14px;
       padding: 10px 30px !important;
    }
    .faq-page .artist-awards, .faq-page .fan-awards{
        padding: 10px 20px 20px;
    }
}
/*------------------------End FAQ Us--------------------------------*/

/*------------------------Start Bio Page--------------------------------*/

.bio-page h1{
    font-size: 54px;
    color:#fff;
}
.bio-page .wrapper{
    background: #000;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 4px;
    padding:40px 20px 15px;
    color:#fff;
}
.bio-page .bio-container{
    margin-top: -155px;
    display: inline-block;
    width: 100%;
}
.bio-page  .bio-image{
    display:inline-block;  
}
.bio-page .bio-image img{
    object-fit: cover;
}
.bio-page .bio-description{
    display:inline-block;
    vertical-align: top;
    width: 62%;
    padding-left: 20px;
}
.bio-page .logo-bio-img{
    background: #fff;
    display: inline-block;
}
.bio-page .bio-description h1{
    font-size: 54px;
    color:#fff;
    line-height: 50px;
    margin-bottom: 0;
}
.bio-page .bio-description .bio-subtitle{
    font-size: 20px;
    color:#FEE847;
    max-width: 370px;
    font-weight: bold;
    height: 60px;
}
.bio-page .bio-description .about-artist{
    padding-top:80px;
}
.bio-page .bio-description .about-artist p{
    font-size:16px;
    line-height:26px;
}
.bio-page .judges-bio{
    margin-top:100px;
    text-align:center;
}
.bio-page .judges-bio .title{
    font-size: 22px;
    color: #fff;
}
.bio-page .judges-bio ul{
    list-style:none;
    padding:0;
    margin-top: 30px;
}
.bio-page .judges-bio li {
    display: inline-block;
}
.bio-page .judges-bio li img{
   width:125px;
   height:125px;
   border-radius:100%;
    margin: 0 20px;
}
@media(max-width:991px){
   .bio-page .bio-container{
       margin-top: -110px;
    }
    .bio-page .bio-image{
        display:block;
    }
     .bio-page .bio-image img{
        width: 215px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .bio-page .bio-description{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .bio-page .bio-description h1{
        color:#000;
        margin-top: 40px;
    }
    .bio-page .bio-description .bio-subtitle{
        max-width:unset;
    }
    .bio-page .judges-bio{
        margin-top: 50px;
    }
    .bio-page .judges-bio li img{
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }
    .logo-bio-img img{
        width: 55%;
    }
    .wrapper .logo-bio-img{
        position: absolute;
        top: 23rem;
        text-align: center;
        right: 0rem;
    }
    .bio-page .bio-description .about-artist{
        padding-top: 20px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .bio-page .bio-description{
        width: 55%;
    }
}

/* For the landscape mobile view css */

@media screen and (orientation:landscape) and (max-width:991px) {
        .logo-bio-img img {
            width: 35%;
        }
        .wrapper .logo-bio-img {
            position: absolute;
            top: 23rem;
            text-align: center;
            right: 0rem;
        }
        .landing-page .judges-container .judge-name {
            font-size: 20px;
        }
        .landing-page .judges-container .about-artist {
            font-size: 17px;
        }
        .awards-timeline .horizontal-bar{
            display:block;
            top: 28%;
            width: 74%;
        }
}
@media screen and (orientation:landscape) and (max-width:570px) {
    .awards-timeline .horizontal-bar{
        display:none;
    }
}
@media(min-width:824px) and (max-width:1000px){
    .artitist-fans > img{
        margin: 0;
        width: 100%;
        object-fit: none;
        height: 200px;
    }
    .awards-timeline .horizontal-bar{
        left: 60px;
    }
    .awards-timeline .round{
        height: 150px;
        width: 150px;
    }
    .awards-timeline .inner-round{
        height: 120px;
        width: 120px;
    }
    .artitist-fans .artist-wrapper{
        margin:0 auto;
    }
    .landing-page .judges-container{
        margin-right:0;
    }
    .landing-page .landing-container{
        margin-top: -200px;
    }
    .bg-image{
        min-height: 800px;
    }
    .image-text{
        float:none !important;
    }
    .image-text h1 {
        line-height: 60px;
        font-size: 46px;
        margin-top: 10% !important;
    }
    .fans-section .artist-wrapper{
        order:2;
    }
    .artitist-fans .artist-wrapper .title{
        font-size: 100px;
    }
    .artitist-fans .artist-wrapper .btn{
        margin-bottom: 50px;
    }
}
@media(min-width:1001px) and (max-width:1520px){
    .artitist-fans > img{
        margin-right: 0; 
        width: 50%;
    }
    .artitist-fans .artist-wrapper{
        max-width: 500px;
    }
    .artitist-fans .artist-wrapper .title{
        font-size: 80px;
        line-height: 110px;
        margin-top: 30px;
    }
    .artitist-fans .artist-wrapper .btn {
        margin: 30px 0;
    }
    .fans-section .artist-wrapper{
        margin-left:0;
    }
    .artitist-fans .artist-wrapper .description{
        margin-bottom:30px;
    }
    .landing-page .win-widgets p{
        padding-right:0;
    }
    .landing-page .win-widgets{
        font-size: 15px;
    }
    .btn-yellow{
        padding: 10px 40px 10px 30px;
        font-size: 16px;
    }
    .awards-timeline .horizontal-bar{
        left: 60px;
    }
    .awards-timeline .round{
        height: 150px;
        width: 150px;
    }
    .awards-timeline .inner-round{
        height: 120px;
        width: 120px;
    }
}

/*------------------------End Bio Page----------------------------------*/

/*------------------------Start Artits Playlists--------------------------------*/
.black-box{
    background: #000;
    box-shadow: 0 0 10px 10px rgb(255 255 255 / 20%);
    border-radius: 4px;
    color: #fff;
    padding: 20px;
}
.artitist-playlist .black-box{
    padding:85px 95px;
    margin-bottom:200px;
}
.artitist-playlist .artists-info .artist-img{
    height:235px;
    width:235px;
    border-radius:100%;
    float:left;
}
.artitist-playlist .artists-info .artist-img img{
    width:100%;
    max-width: 235px;
}
.artitist-playlist .artists-info .artist-details{
    padding-left:245px;
}
.artitist-playlist .artist-details .page-head{
    font-size:28px;
    font-weight:bold;
    color: #45A9F5;
    padding-top: 30px;
    padding-bottom: 20px;
}
.artitist-playlist .artist-details .artist-name{
    font-size:20px;
    font-weight:bold;
}
.artitist-playlist .artist-details .band-name{
    font-size:18px;
    padding-bottom:20px;
}
.artitist-playlist .artist-details .votes{
    color:#FACE57;
}
.artitist-playlist .artist-details .votes .noof-votes{
    background-color: #192D41;
    border-radius: 8px;
    font-size:16px;
    font-weight:bold;
    color: #fff;
    padding: 8px 26px;
    clear: both;
    display: inline-block;
}
.artitist-playlist .playlists-table{
    margin-top:70px;
}
.artitist-playlist .playlists-table th{
    font-weight:bold;
    font-size:18px;
    color:#fff;
}
.artitist-playlist .playlists-table td{
    vertical-align:middle;
    border-bottom: 1px solid rgba(112,112,112,0.49);
}
.artitist-playlist .playlists-table tr:last-child td{
    border-bottom:none;
}
.artitist-playlist .playlists-table .song-title{
    color: #fff;
    padding-left: 65px;
    font-size: 16px;
    display:block;
    line-height: 55px;
}
.artitist-playlist .playlists-table td .song-img{
    float:left;
}
@media(max-width:767px){
    .artitist-playlist .black-box{
        padding:20px;
    }
    .artitist-playlist .artists-info .artist-img img {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
    .artitist-playlist .artists-info .artist-img{
        height:auto;
        width:auto;
        float:none;
    }
    .artitist-playlist .artists-info .artist-details{
        padding-left:0;
    }
    .artitist-playlist .artist-details .page-head{
        font-size: 24px;
    }
    .artitist-playlist .playlists-table .song-title{
        font-size:14px;
        padding-left: 55px;
        line-height: 45px;
    }
    .artitist-playlist .playlists-table td .song-img{
        width: 45px;
        height: 45px;
    }
    .artitist-playlist .playlists-table {
        margin-top: 40px;
    }
}
@media screen and (orientation:landscape) and (max-width:767px){
    .artitist-playlist .artists-info .artist-img img{
        margin:0;
    }
    .artitist-playlist .artists-info .artist-img{
        float:left;
        margin-right: 20px;
    }
}
/*------------------------End Artits Playlists----------------------------------*/


