:root {
    --dela-font: "Dela Gothic One", sans-serif;
    --poppins-font: "Poppins", sans-serif;
    --rubik-font: "Rubik", sans-serif;
    --rd_primary_color: #eb581f;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;

}
.ms_sb {
    border-radius: 6px;
    background:var(--gray_bg_color);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
    padding: 10px 30px 10px 20px;
    border: 0;
    color: var(--white_color);
    outline: 0;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23aebed3' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}
.dis_contest_creation_wrap {
    padding: 0px 0 0px;
    /* background: url(../../images/new_ui/contest_creation/index_bg.png), #0b1828; */
    /* background:var(--main_bg_color); */
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.dis_cc_top {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    padding: 0 20px;

}
.dis_contCrea_slider_wrap {
    padding: 0 20px;
}
/* .dis_contCrea_slider_wrap{
    margin-top: 80px;
} */

.dis_cc_top_img_wrap > img{
    height: 100%;
}
.dis_cc_top_inner {
    padding: 20px 0;
}
.dis_cc_heading {
    font-size: 42px;
    font-weight: 900;
}
.dis_cc_heading > span{
    color: var(--rd_primary_color);
}
.dis_cc_sub_heading {
    font-size: 22px;
    font-weight: 800;
    padding-top: 3px;
}
.ms_top_search {
    position: relative;
    max-width: 521px;
    width: 100%;
}
.ms_top_search .ms_ts_search {
    border-radius: 25px;
    background-color: #ffffff;
    width: 100%;
    font-size: 16px;
    height: 50px;
    padding: 0 50px 0 30px;
    box-shadow: none;
    outline: 0;
    border: 0;
    font-weight: 500;
}
.ms_top_search .ms_ts_search::placeholder {
    color: rgb(189 189 189);
}
.search_icon {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_icon svg path{
    fill:#a7a7a7;
}
.dis_cc_header_wrap {
    margin-bottom: 40px;
}
.ms_top_left {
    display: flex;
    align-items: center;
}
.noti_icon {
    border-radius: 24px;
    background-color: var(--sec_bg_color);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 15px;
}
.dis_contest_creations_month_wrap{
    background: var(--gray_bg_color);
    padding:5px 5px 5px 6px;
    border-radius: 35px;
    max-width: max-content;
    margin: auto;
}
.dis_contest_creations_currentMonth {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
    border-radius: 26px;
    background: rgb(235 88 31);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
}
.dis_contest_creations_month_wrap .ms_sb{
   border-radius: 35px;
    padding: 10px 30px 10px 10px;
}
.dis_contest_creations_tab_list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background-color: #d7d7d7;
}

.dis_contest_creations_tab_list {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    gap: 30px;
    margin-bottom: 30px;
}
.dis_cc_tab_li {
    list-style-type: none;
}
.dis_cc_tab_li.active > .dis_cc_tab_item, .dis_cc_tab_li > .dis_cc_tab_item:hover {
    color: var(--primary_color);
}
.dis_cc_tab_item {
    color: #484848;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.dis_cc_tab_li > .dis_cc_tab_item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0%;
    height: 1px;
    background: var(--primary_color);
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dis_cc_tab_li.active > .dis_cc_tab_item:after {
    width: 75%;
}
.ms_songslist_wrap .no_result_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 443px;
}
.ms_songslist_main {
    max-width: 850px;
    width: 100%;
    margin-top: 20px;
}
.ms_songlist.ms_index_songlist {
    min-height: 525px;
    max-height: 525px;
    overflow: auto;
}
.ms_songlist > li {
    margin: 15px 0;
}
.ms_songslist_right .dis_fanbtn.dis_bgclr_orange {
    padding: 5px 12px;
    height: inherit;
    line-height: inherit;
    border-radius: 4px;
}
.theme_dark  .ms_songslist_right .dis_fanbtn.dis_bgclr_orange {
    background: var(--primary_color);
    color: var(--white_color);
    border-color: var(--primary_color);
}
.theme_dark .ms_songslist_inner:hover .ms_songslist_right .dis_fanbtn.dis_bgclr_orange, .ms_songslist_inner:hover .ms_songslist_right .dis_fanbtn.dis_bgclr_orange {
    background: #ffffff;
    color: var(--primary_color);
    border-color: #ffffff;
}
.ms_songslist_inner {
    border-radius: 6px;
    background: #ffffff;
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.songslist_name .song_name, .songslist_name .song_name > a, .songslist_name .song_artist{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ms_songslist_inner:hover {
    background: var(--rd_primary_color);
}
.ms_songslist_inner:hover .songslist_name .song_name, .ms_songslist_inner:hover .songslist_name .song_name > a, .ms_songslist_inner:hover .songslist_name .song_artist, .ms_songslist_inner:hover .songslist_sn{
    color: var(--white_color);
}
.ms_songslist_inner:hover .songslist_moreicon svg path, .ms_songslist_inner:hover .ms_songslist_like svg path {
    fill: var(--white_color);
}
.ms_songslist_left {
    display: flex;
    align-items: center;
}
.songslist_number {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}
.songslist_sn {
    font-size: 16px;
    font-weight: 600;
}
.songslist_details {
    display: flex
;
    align-items: center;
}
.songslist_thumb {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background-image: -moz-linear-gradient( 134deg, rgb(18,34,55) 0%, rgb(12,27,44) 100%);
    background-image: -webkit-linear-gradient(134deg, rgb(18, 34, 55) 0%, rgb(12, 27, 44) 100%);
    background-image: -ms-linear-gradient( 134deg, rgb(18,34,55) 0%, rgb(12,27,44) 100%);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
    margin-right: 25px;
}
.songslist_thumb >img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}
.songslist_name .song_name, .songslist_name .song_name > a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #484848;
}
.songslist_name .song_artist {
    font-size: 12px;
    color:var(--text_color);
}
.ms_songslist_like {
    display: inline-flex;
}
.ms_songslist_right {
    display: flex;
    align-items: center;
    margin-top: 7px;
    gap: 25px;
}
.ms_songslist_more {
    cursor: pointer;
    position: relative;
}
.ms_songslist_inner:hover .songslist_moreicon svg path, .ms_songslist_inner:hover .ms_songslist_like svg path {
    fill: var(--white_color);
}
.ms_common_dropdown {
    position: absolute;
    width: max-content;
    background-color: rgb(25, 38, 56);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
    padding: 21px 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 99999;

}
.ms_songslist_dropdown {
    top: 100%;
    right: -20px;
}
.ms_common_dropdown > li.active > a, .ms_common_dropdown > li.active > a:hover, .ms_common_dropdown > li.active > a:focus

{
    display: block;
    padding: 0 30px 14px;
    background-color: rgb(51 122 183 / 0%);
}

.ms_songslist_dd {
    background: transparent;
    box-shadow: none;
    outline: 0;
    border: 0;
    cursor: pointer;
}
/* slider heading start */
.ms_artist_slider {
    margin-top: 50px;
}
.slider_heading_wrap {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider_cheading {
    overflow: hidden;
    width: 100%;
}
.cheading_title {
    font-size: 18px;
    position: relative;
    line-height: 1.3;
    color: #484848;
}
.cheading_title:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 4px;
    border: 1px solid rgb(223 223 223);
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 0;
    border-radius: 0;
}
.slider_cmn_controls {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.slider_cmn_controls .slider_cmn_nav:first-child {
    margin-right: 6px;
transform: rotate(180deg);
}

.slider_cmn_controls .slider_cmn_nav {
    background:rgb(149 149 149);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.slider_cmn_controls .slider_cmn_nav span {
    display: inline-flex;
}
.swiper-container {
    overflow: hidden;
}
.slider_cbox {
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.slider_cbox:hover {
    background: #ffffff;
}
.slider_cbox:hover .slider_cimgbox img {
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}
.slider_cbox .slider_cimgbox:after {
    content: '';
    position: absolute;
    background: #000000a1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transform: scale(0);
    transition: all 0.3s;
}
.slider_cbox:hover .slider_cimgbox:after {
    content: '';
    position: absolute;
    background: #000000a1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transform: scale(0.9);
}
.slider_cbox .dis_cardS_oplist {
    top: 13px;
    right: 15px;
}
.slider_cbox:hover .slider_ctext {
    margin-top: -10px;
}
.slider_cimgbox {
    border-radius: 10px;
    margin-right: 0px;
    position: relative;
}
.slider_cimgbox img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.slider_ctext {
    padding: 10px 10px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.slider_ctitle, .slider_ctitle:hover {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    display: inline-block;
}
.slider_cdescription {
    font-size: 12px;
    color:  var(--text_color);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.theme_dark .dis_contest_creation_wrap {
    background: var(--main_bg_color);
}
.theme_dark .dis_cc_heading , .theme_dark .dis_cc_sub_heading {
    color: var(--white_color);
}
.theme_dark .dis_cc_tab_item, .theme_dark .songslist_sn, .theme_dark .songslist_name .song_name, .theme_dark .songslist_name .song_name > a {
    color: var(--white_color);
}
.theme_dark .cheading_title {
    color: var(--text_color);
}
.theme_dark .slider_ctitle{
    color: var(--text_color);
}
.theme_dark .dis_contest_creations_tab_list:after {
    background-color: var(--border_color);
}
.theme_dark .ms_songslist_inner, .theme_dark .slider_cbox:hover  {
    background: var(--sec_bg_color);
}
.theme_dark .slider_cbox:hover .slider_ctitle, .theme_dark .slider_cbox:hover .slider_cdescription {
    color: var(--white_color);
}
.theme_dark .ms_top_search .ms_ts_search {
    background-color: var(--sec_bg_color);
    color: #ffffff;
}
.theme_dark .ms_songslist_inner {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
}
.theme_dark .slider_cmn_controls .slider_cmn_nav {
    background:var(--gray_bg_color);
}
.theme_dark .cheading_title:after {
    border-color:var(--border_color);
}

@media (min-width: 992px) {
    .dis_cc_top_img_wrap {
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
}
@media (min-width: 576px) {
    .dis_cc_top_img_wrap {
    position: absolute;
}
}

@media (max-width: 1300px) {
.dis_cc_top_img_wrap {
   /* display: none; */
}
}
@media (max-width: 991px) {
.dis_contest_creations_tab_list {
    gap: 14px;
    flex-wrap: wrap;
}
.theme_dark .dis_cc_top_inner {
    background: #080808;
}
.dis_cc_top_inner {
    position: relative;
    padding: 0;
    margin: 0 -20px;
    height: 301px;
    background: #fff;
}
.dis_cc_top_inner_heading{
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
        z-index: 1;
}
    .dis_cc_top_img_wrap {
        position: absolute;
        bottom: 0;
        height: 300px;
        right: 0;
    }
}
@media (max-width: 991px) {
.dis_contest_creations_month_wrap {
    border-radius: 10px;
    display: inherit!important;
}
.dis_cc_tab_section {
    padding-top: 20px;
}
.dis_cc_header_wrap {
    margin-bottom: 20px;
}

}

@media (max-width: 575px) {
.ms_songslist_wrap .no_result_inner {
    min-height: 250px;
}
.dis_cc_top_inner_heading{
    bottom: 20px;
    left: 20px;
        top: auto;
    }
.dis_cc_tab_item {
    font-size: 14px;
}
.dis_cc_sub_heading {
    font-size: 20px;
    text-shadow: 1px 3px 5px #0000006e;
}
.dis_cc_heading {
    font-size: 34px;
        text-shadow: 1px 3px 5px #0000006e;
}
.ms_top_search .ms_ts_search {
    border-radius: 6px;
    font-size: 14px;
    padding: 0 30px 0 10px;
}
.search_icon {
    right: 10px;
}
}
@media (max-width: 480px) {
.dis_contest_creations_currentMonth {
    font-size: 14px;
}
.ms_sb {
    font-size: 13px;
}
}