@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: #5a5a5a;
    font-size: 16px;
}

body{
    background: #F5F6FA;
}

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

.required:after {
    content: " *";
      color: #dc3545;
      font-weight: bold;

  }

  label.error {
    color: #dc3545!important;
    font-size: 14px!important;
}



/* Style for the progress bar */
#progressBarContainer {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}
#progressBar {
    height: 30px;
    width: 0%;
    background-color: #4caf50;
    text-align: center;
    color: white;
    line-height: 30px;
}




/* Style for the progress bar */
#albumprogressBarContainer {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}
#albumprogressBar {
    height: 30px;
    width: 0%;
    background-color: #4caf50;
    text-align: center;
    color: white;
    line-height: 30px;
}

/* ############## header ################ */

.header {
    width: calc(100% - 256px);
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    padding: 20px 40px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 111;
    box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.header:nth-child(3){
    gap: 0 100px;
}

.hamburger{
    display: block;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hamburger .bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 1px auto;
    background-color: #35bdaa;
}

.hamburger .bar:nth-child(1) {
    width: 17px;
    margin-left: 0px;
}

.hamburger .bar:nth-child(3){
    margin-left: 0px;
    width: 17px;
}

.header-logo{
    display: none;
}

.icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon i{
    position: absolute;
    font-size: 20px;
    line-height: 2;
    color: #bfc3cd;
    cursor: pointer;
}

.user .badge{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    position: relative;
    top: -13px;
    right: 5px;
    padding: 4px;
}

.user-img{
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}

.user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mobile-dropdown {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
}

.mobile-dropdown .menu{
    width: 200px;
    border-radius: 5px; 
    background-color: #fff;
    padding: 20px 25px;
    border: 1px solid #00000049;
}

.mobile-dropdown .menu li{
    text-align: left;
    padding: 5px 0;
}

.mobile-dropdown .menu li a:hover{
    color: #5a5a5a;
}

.dropdown .btn:focus{
    box-shadow: none;
    outline: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #fff;
}

.userName h6{
    font-size: 14px;
    color: #5a5a5a;
}

.userName i{
    font-size: 14px;
    color: #Ae77f8;
}

.dropdown{
    position: relative;
}

.dropdown .btn{
    padding: 0;
}

.user .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-left: none;
    content: "\f0d7";
    border: none !important;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #AE77F8;
    margin-left: 15px;
}

.dropdown-menu {
    position: absolute;
    width: 200px;
    top: 18px !important;
    left: 30px !important;
}


/* ############### sidebar ################### */


.left-sidebar {
    width: 100%;
    background: #fff;
    width: 255px;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 30px 0 20px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25); 
    z-index: 111;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.2s ease;
}

.active{
    left: -100%;
}

.headWidth{
    width: 100%;
    transition: width 0.2s ease;
}

.logo {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.topButton{
    display: none;
}

.logo .img{
    width: 89px;
}

.logo .img img{
    width: 100%;
}

.left-sidebar .sidemenu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px 0;
}

.menu-icon{
    width: 28px;
    height: 25px;
}

.menuItem a {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 500;
    margin-left: 10px;
}

.menuItem .icon i{
    font-size: 14px;
    color: #c1b4b4;
}
.inner-content {
    display: flex;
    align-items: center;
    gap: 0px;
}
.liclass {
    position: relative;
}

.liclass:after {
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #c1b4b4;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
}
.subMenu {
    margin: 0px 0 0 56px;
    display: none;
}

.subMenu li{
    list-style-type: disc;
}

.subMenu li::marker{
    color: #8A8F9D;
}

.subMenu li a {
    font-size: 12px;
    color: #8A8F9D;
    margin-left: -2px;
    font-weight: 400;
}

.user .dropdown-toggle {
    white-space: nowrap;
    position: relative;
}


/* ############# rightbar ##############  */


.right-sidebar {
    padding: 105px 25px;
    margin-left: 260px;
    transition: all 0.3s ease;
}

.rightBar{
    margin-left: 0;
}

.chart-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 5px;
    min-height: 420px;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.chart-content h6 {
    color: #434d6a;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.selectBox select {
    background-color: #f5eefe;
    border: none;
    font-size: 11px;
    color: #AE77F8;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e2e5e9;
}

.selectBox select:focus-visible {
    outline: -webkit-focus-ring-color none;
}

.streams{
    margin-top: 15px;
}

.streams h6{
    font-size: 14px;
    color: #35bdaa;
}

.streams .value1{
    color: #fb7e48;
    font-size: 11px;
}

.streams .content {
    color: #818f9d;
    font-size: 11px;
}

.content:nth-child(5) .artist-data h6{
    color: #AE77F8;
}

.three-dot{
    cursor: pointer;
}

.three-dot .dot{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00000000;
}

.selectBox i {
    color: #dbdfeb;
}

#chart {
    max-width: 100%;
    margin: 35px 0 0 0;
}

.right-sidebar .apexcharts-legend{
    display: none;
}

.chart-container {
    width: 100%;
    margin: 40px 0 0px 0px;
}

.chart-container #streamsChart{
        display: block;
        box-sizing: border-box;
        height: 250px !important;
        width: 100% !important;
}

.chart-content .main h6{
    color: #434d6a;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.releases-main-content .content {
    border-bottom: 2px dotted #edf1f5;
    padding: 3px 25px;
    margin: 0 -25px;
}

.releases-main-content .content:nth-child(6){
    border-bottom: none;
}

.releases-main-content .content p{
    font-size: 14px;
    color: #Ae77f8;
}

.releases-main-content .content h6{
    color: #434d6a;
    font-size: 11px;
}

.releases-main-content .artist-data p {
    color: rgb(138, 143, 157);
    font-size: 12px;
    margin: 0;
}


/* ################# charts ###################### */


.charts {
    min-height: 554px;
    background: #fff;
    border-radius: 5px;
}

.charts .inner-content h6{
    font-size: 14px;
    color: #434d6a;
    line-height: 21px;
    font-weight: 500;
}

/* horzntal  */

.chartMainBox {
    width: 100%;
    max-width: 600px;
    padding: 30px 0px;
    height: 160px !important;
}

.chartMainBox canvas#myChart{
    display: block;
    box-sizing: border-box;
    width: 100% !important;
}

.top-artist {
    padding: 0px 0px 0 17px;
}

.main-content ul li{
    list-style: disc;
    font-size: 12px;
    color: #8a8f9d;
    font-weight: 500;
}

.main-content ul li span{
    position: relative;
    bottom: 5px;
}

.main-content li::marker {
    font-size: 25px;
}

.main-content h6 {
    font-size: 12px;
    margin-top: -5px;
}

.main-content:nth-child(1) li::marker{
    color: #AE77F8;
}

.main-content:nth-child(2) li::marker{
    color: #565ff7;
}

.main-content:nth-child(3) li::marker{
    color: #35bdaa;
}


.main-content:nth-child(1) h6{
    color: #434d6a;
    font-weight: 600;
}

.main-content:nth-child(2) h6{
    color: #434d6a;
    font-weight: 600;
}

.main-content:nth-child(3) h6{
    color: #35bdaa ;
    font-weight: 600;
}

/* pie */

.peiChart {
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box;
    width: 100% !important;
    padding: 30px 0;
    margin: 0 !important;
}

.peiChart #myPieChart {
    height: 160px !important;   
    width: 160px !important;
}

.country{
    padding: 0px 25px;
    margin-bottom: 5px;
}

.country li{
    list-style: disc;
    font-size: 12px;
    color: #8a8f9d;
}

.country li span{
    position: relative;
    bottom: 5px;
}

.country p {
    color: #434d6a;
    font-size: 12px;
    font-weight: 600;
    margin-top: -2px;
    margin-bottom: 0;
}

.teritory-deta  h6 {
    color: #35bdaa;
    font-size: 11px;
    margin-top: 3px;
}

.teritory-deta .country li::marker {
    font-size: 25px;
}

.teritory-deta:nth-child(1) .country li::marker{
    color: #ae77f8;
} 

.teritory-deta:nth-child(2) .country li::marker{
    color: #656ff7;
} 

.teritory-deta:nth-child(3) .country li::marker{
    color: #ff8e6f;
} 

.teritory-deta:nth-child(4) .country li::marker{
    color: #ffb748;
} 

.teritory-deta:nth-child(5) .country li::marker{
    color: #35bdaa;
}

/* ######### vBar ####### */

.verticalBar {
    width: 100% !important;
    padding: 38px 0 !important;
    display: flex;
    justify-content: flex-start;
}

.verticalBar #customBarChart{
    display: block;
    box-sizing: border-box;
    height: 143px !important;
    width: 100%;
}

/* ### doughnut Chart ##### */

.doughnut {
    display: flex;
    justify-content: center;
    width: 100% !important;
    padding: 30px 0px;
}

.doughnut #doughnutChart{
    display: block;
    box-sizing: border-box;
    height: 160px !important;
    width: 160px !important;
}

/* ########### images section ########## */

.imageBox-section {
    background-color: #fff;
    min-height: 347px !important;
    padding-bottom: 62px;
}

.imageBox-section .row{
    --bs-gutter-x: 0.7rem !important;
}

.mainImgBox{
    margin-top: 30px;
 }

 .imageBox {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 45px;
}

 .imageBox:hover{
    box-shadow: 1px 2px 5px #00000063;
    border-radius: 5px;
 }

 .imgbox img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.img-content {
    padding: 0 5px;
}

.img-content h6{
    font-size: 13px;
    color: #434d6a;
    font-weight: 600;
    line-height: 19.5px;
}

.img-content p{
    color: #8a8f9d;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.subLabel-section {
    margin-top: 25px;
    min-height: 347px !important;
}

.sub-label-artist{
    margin-top: 20px;
}

.artist-img img{
    width: 32px;
    height: 25px;
    border-radius: 2px;
}

.artist-content h6{
    color: #434d6a;
    font-size: 13px;
    font-weight: 500;
}

.artist-content p{
    font-size: 12px;
    color: #8a8f9d;
    margin: 0;
}

.label-artist {
    margin: 25px 0;
    padding: 5px 6px;
    border: 2px dotted #edf1f5;
}

.label-artist h5{
    color: #35bdaa;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
}




/* ########### medie query #########  */


@media (max-width:1599px){


    /* ###### charts ######## */

    .verticalBar {
        padding: 14px 0 !important;
    }

    .subLabel-section {
        min-height: 350px;
    }
}   


@media (max-width:1440px){


    /* ####### rightbar ######### */

    .main-content .content {
        padding: 2px 25px;
    }


   
    /* ###### charts #### */

    .peiChart {
        padding: 14px 0;
    }

    .verticalBar {
        padding: 14px 0 !important;
    }

    .subLabel-section {
        min-height: 348px;
    }

    .doughnut {
        padding: 17px 0px;
    }

}


@media (max-width:1200px){

/* ######## rightbar ######## */

    .chart-content {
        margin-bottom: 25px;
    }
   
    /* ###### chart ########## */

    .chart-content {
        margin-bottom: 0;
    }
    
    .chart-content-first{
        margin-bottom: 25px;
    }

}


@media (max-width: 991px){

    .header {
        width: 100% ;
        padding: 10px 30px;
    }
    
    .hamburger {
        order: 1;
    }
    
    .icon i {
        font-size: 30px;
    }
    
    .header .dropdown a {
        display: none;
    }
    
    .header .user {
        margin-left: 380px;
    }
    
    .mobile-dropdown.active {
        display: block;
    }

    .mobile-dropdown {
        top: 54px;
        left: -129px !important;
    }
    
    .left-sidebar.active {
        left: 0;
        width: 300px !important;
    }   
    
    .dropdown-menu {
        top: 26px !important;
        left: 30px !important;
    }
    
    .header-logo{
        display:block;
    }
    
    .header-logo img, svg {
        width: 60px !important;
    }
    
    /* ######## left sidebar ##### */
    
    
    .logo {
        justify-content: space-between;
    }
    
    .topButton{
        display: block;
    }
    
    .left-sidebar{
        left: -100%;
        transition: all 0.5s ease;
    }
    
    .left-sidebar.active {
        left: 0;
        width: 50%;
    }
    
    
    /* ###### right sidebar ######## */
    
    .right-sidebar {
        margin-left: 0;
    }
    
    .user-content {
        margin-top: 0;
    }

/* charts   */

.chart-content {
    margin-bottom: 0;
}

.chart-content-first{
    margin-bottom: 25px;
}

.chartMainBox {
    width: 100%;
}

.chartMainBox canvas#myChart {
    width: 100% !important;
}

.peiChart {
    width: 100% !important;
}

.peiChart #myPieChart {
    height: 150px !important;
    width: 150px !important;
}

.verticalBar {
    width: 100% !important;
    padding: 22px 0 !important;

}

element.style {
   width: 80% !important;   
}

.doughnut {
    width: 100%;
}

.doughnut #doughnutChart {
    height: 150px !important;
    width: 150px !important;
} 

}




@media (max-width: 767px){
    .header {
        width: 100% ;
        padding: 10px 30px;
    }
    
    .hamburger {
        order: 1;
    }
    
    .icon i {
        font-size: 30px;
    }
    
    .header .dropdown a {
        display: none;
    }
    
    .header .user {
        margin-left: 380px;
    }
    
    .mobile-dropdown {
        top: 54px;
        left: -129px !important;
    }
    
    .mobile-dropdown.active {
        display: block;
    }
    
    .dropdown-menu {
        top: 26px !important;
        left: 30px !important;
    }
    
    .header-logo{
        display:block;
    }
    
    .header-logo img, svg {
        width: 60px !important;
    }
    
    /* ######## left sidebar ##### */
    
    
    .logo {
        justify-content: space-between;
    }
    
    .topButton{
        display: block;
    }
    
    .left-sidebar{
        left: -100%;
        transition: all 0.5s ease;
    }
    
    .left-sidebar.active {
        left: 0;
        width: 50%;
    }
    
    
    /* ###### right sidebar ######## */
    
    .right-sidebar {
        margin-left: 0;
    }
    
    .user-content {
        margin-top: 0;
    }


    /* charts  */

    .chart-content {
        margin-bottom: 0;
    }

    .chart-content-first{
        margin-bottom: 25px;
    }

    .chartMainBox {
        width: 100% !important;
    }

    .chartMainBox #myChart{
        width: 100% !important;
    }

    .peiChart {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .peiChart #myPieChart {
        height: 150px !important;
        width: 150px !important;
    }

    .verticalBar {
        width: 100% !important;
    }

    .verticalBar #customBarChart {
        width: 70% !important;
    }

    .doughnut {
        width: 100% !important;
    }

    .doughnut #doughnutChart {
        height: 150px !important;
        width: 150px !important;
    }

}



@media (max-width: 576px){
    .header {
        width: 100% ;
        padding: 10px 30px;
    }
    
    .hamburger {
        order: 1;
    }
    
    .icon i {
        font-size: 30px;
    }
    
    .header .dropdown a {
        display: none;
    }
    
    .header .user {
        margin-left: 300px;
    }
    
    .mobile-dropdown {
        top: 54px;
        left: -129px !important;
    }
    
    .mobile-dropdown.active {
        display: block;
    }
    
    .dropdown-menu {
        top: 26px !important;
        left: 30px !important;
    }
    
    .header-logo{
        display:block;
    }
    
    .header-logo img, svg {
        width: 60px !important;
    }
    
    /* ######## left sidebar ##### */
    
    
    .logo {
        justify-content: space-between;
    }
    
    .topButton{
        display: block;
    }
    
    .left-sidebar{
        left: -100%;
        transition: all 0.5s ease;
    }
    
    .left-sidebar.active {
        left: 0;
        width: 100% !important;
    }
    
    
    /* ###### right sidebar ######## */

    
    .chart-content {
        margin-bottom: 0;
    }

    .chart-content-first{
        margin-bottom: 25px;
    }

    .right-sidebar {
        margin-left: 0;
    }
    
    .user-content {
        margin-top: 20px;
    }


    /* charts  */
    
    .chartMainBox {
        width: 100% !important;
    }

    .chartMainBox canvas#myChart {
        width: 100% !important;
    }

    .peiChart {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .peiChart #myPieChart{
        height: 150px;
        width: 150px;
    }
    
    .verticalBar {
        width: 100% !important;
    }

    .verticalBar #customBarChart {
        width: 100% !important;
    }

    .doughnut {
        width: 100% !important;
    }

    .doughnut #doughnutChart {
        height: 150px !important;
        width: 150px !important;
    }

} 




@media (max-width: 480px){

/* ####### header ####### */

.header {
    width: 100% ;
    padding: 10px 30px;
}

.hamburger {
    order: 1;
}

.icon i {
    font-size: 30px;
}

.header .dropdown a {
    display: none;
}

.header .user {
    margin-left: 140px;
}

.mobile-dropdown {
    top: 54px;
    left: -129px !important;
}

.left-sidebar.active {
    left: 0;
    width: 100% !important;
}

.dropdown-menu {
    top: 26px !important;
    left: 30px !important;
}

.mobile-dropdown.active {
    display: block;
    left: -175px !important;
}

.header-logo img, svg {
    width: 60px !important;
}

/* ######## left sidebar ##### */


.logo {
    justify-content: space-between;
}

.topButton{
    display: block;
}

.left-sidebar{
    left: -100%;
    transition: all 0.5s ease;
}

.left-sidebar.active{
    left: 0;
    width: 100%;
}


/* ###### right sidebar ######## */

.right-sidebar {
    margin-left: 0;
}

.user-content {
    margin-top: 0;
}



/* charts */

.chart-content {
    margin-bottom: 0px;
}

.chart-content-first{
    margin-bottom: 25px;
}

.chartMainBox {
    width: 100% !important;
}

.chartMainBox canvas#myChart {
    width: 100% !important;
}

.peiChart {
    width: 100% !important;
}   

.peiChart #myPieChart {
    height: 150px !important;
    width: 150px !important;
}

.verticalBar {
    width: 100% !important;
}

.verticalBar #customBarChart {
    width: 100% !important;
}

.doughnut {
    width: 100% !important;
}

.doughnut #doughnutChart {
    height: 150px !important;
    width: 150px !important;
}

} 



@media (max-width: 320px){
   /* ####### header ####### */

.header {
    width: 100% ;
    padding: 10px 30px;
}

.hamburger {
    order: 1;
}

.icon i {
    font-size: 30px;
}

.header .dropdown a {
    display: none;
}

.header .user {
    margin-left: 120px;
}

.selectBox select {
    margin-bottom: 5px;
}

.mobile-dropdown {
    top: 54px;
    left: -129px !important;
}

.left-sidebar.active {
    left: 0;
    width: 100% !important;
}

.mobile-dropdown.active {
    display: block;
    top: 53px;
    left: -164px !important;
}

.dropdown-menu {
    top: 26px !important;
    left: 30px !important;
}

.header-logo{
    display:block;
}

.header-logo img, svg {
    width: 60px !important;
}

/* ######## left sidebar ##### */


.logo {
    justify-content: space-between;
}

.topButton{
    display: block;
}

.left-sidebar{
    left: -100%;
    transition: all 0.5s ease;
}

.left-sidebar.active{
    left: 0;
    width: 100%;
}


/* ###### right sidebar ######## */

.right-sidebar {
    margin-left: 0;
}

.chart-content h6 {
    font-size: 11px;
}

.user-content {
    margin-top: 0px;
}


/* #charts  */

.chart-content{
    margin: 0;
}

.chart-content-first{
    margin-bottom: 25px;
}

.chartMainBox canvas#myChart {
    width: 100% !important;
}

.chartMainBox {
    width: 100% !important;
}


.peiChart #myPieChart {
    height: 150px !important;
    width: 150px !important;
}  


.verticalBar #customBarChart {
    width: 100% !important;
}

.doughnut {
    width: 100% !important;
}

.doughnut #doughnutChart {
    height: 150px !important;
    width: 150px !important;
}

}







/* ############ Add releases page ############## */

.releases-section {
    margin: 0 10px;
}

.release-sec-heading h6{
    font-size: 16px;
    font-weight: 500;
    color: #35bdaa;
}



.releases-sec-main {
    background: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    padding: 30px 25px;
    border-radius: 4px;
}
.tab-heading{
    margin-bottom: 8px;
}

.tab-heading h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #434d6a;
}

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

.rel-type-main{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rel-type-main li{
    margin-right: 15px;
}

.rel-type-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
}

.rel-type-main input {
    width: 20px;
    height: 20px;
    margin-top: 3px !important;
    vertical-align: top;
    background-color: #fff!important;
    border: 1px solid #ddd2e6;
}

.rel-type-box input[type="radio"]{
    width: 17px !important;
    height: 17px !important;
}

.rel-type-box input:checked {
    border-color: #1271fd; /* Change color when selected */
}
  

.rel-type-box label{
    color: #7a7f8c;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
} 

.rel-type-box label span{
    position: relative;
    bottom:  -2px;
}


.Release-mainBox-btn button:hover{
    color: #fff;
}

.chose-file-sec {
    padding: 30px 25px;
    border-radius: 6px;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: flex-start;
    align-content: center;
    gap: 0 35px;
}

.tab-content{
    display: block;
}

.add-rel-adjust{
    flex: 0 0 auto;
    width: 17.666667%;
}

.chose-file-sec .chose-mainbox {
    width: 100%;
    max-width: 355px;
    height: 245px;
    border: 1px dashed #ae77f8;
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    gap: 15px 0;
    text-align: center;
    cursor: pointer;
}

.artworkpreviewimage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appleartworkpreviewimage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.albumartworkpreviewimage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.albumappleartworkpreviewimage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.chose-file-sec .chose-mainbox2{
    width: 100%;
}

.chose-file-sec .chose-mainbox .file-icon{
    width: 52px;
    height: 44px;
    background-color: #ae77f8;
    border-radius:6px ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chose-file-sec .chose-mainbox i{
    font-size: px;
    font-weight: 600;
    color: #fff;
}

#tab1:checked ~ .tab-content #content1 {
    display: block;
}

.chose-file-sec .chose-mainbox h5{
    font-size: 16px;
    font-weight: 500;
    color: #434d6a;
}

.add-lyricist-modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.add-lyricist-modal .modal-header {
    padding: 30px 35px;
}

.add-lyricist-modal .modal-dialog h5{
    color: #1e1e1e;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}

.add-lyricist-modal .modal-header button {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #35bdaa !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background-image: none;
    opacity: 100% !important;
}

.add-lyricist-modal .modal-header button i{
    font-size: 17px;
}

.add-lyricist-modal .modal-header button:focus {
    outline: none;
    box-shadow: none;
}

.add-lyricist-modal .modal-header button:hover {
    text-decoration: none;
    opacity: 100%;  
}

.add-lyricist-modal .modal-content {
    width: 461px;
    background: #fff;
    /* background: #F5F6FA; */
    border-radius: 6px;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.25);
}

.add-lyricist-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 35px 60px 35px;
    gap: 20px 0;
}
    

.add-lyricist-modal .Upload-mainbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px 0;
    padding: 25px 50px;
    border: 1px dashed #ae77f8;
}

.add-lyricist-modal .Upload-mainbox .file-icon {
    width: 40px;
    height: 30px;
    background-color: #ae77f8;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-lyricist-modal .Upload-mainbox i{
    color: #fff;
}


.add-lyricist-modal .Upload-mainbox h5{
    color: #434d6a;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}

.add-lyricist-modal .modal-body p{
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #434d6a;
    line-height: 100%;
}

.upload-lyrics-form{
    width: 100%;
}

.upload-lyrics-form label{
    color: #434d6a;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 15px;    
}

.form-group-button{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}


.frm_genre_nextform{
    margin: 0;
}

.form-group-button button{
    width: 112px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 7px 15px;
    background-color: #35bdaa;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.form-group-button button a{
    color: #fff;
}


.lebel-heading{
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
}

.releases-radio-btn input[type="radio"]{
    color: #fff;
    font-size: 14px;
}

.releases-radio-btn input[type="radio"]:checked{
    border: 1px solid #1271fd !important;
    background-color: #fff;
}

.releases-radio-btn .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.releases-radio-btn .form-check-label{
    color: #7a7f8c;
    font-size: 12px;
    font-weight: 500;
}

.main-form{
    margin-bottom: 40px;
}

.main-form .form-label{
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 12px;
}

.main-form .form-label i{
    color: #bfbebe;
    margin-left: 5px;
}

.main-form input{
    color: #7a7f8c;
    border: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
} 

.main-form  .sub-sec{
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.main-form .artist-sec i{
    margin-right: 5px;
}

.main-form input:focus{
    color: #434d6a; 
}

.main-form .main-form-radio input[type="radio"]{
    width: 17px !important;
    height: 17px !important;
    background-color: #fff;
}

.main-form .main-form-radio .form-check-input:focus {
    border-color: #bfbebe;
    outline: 0;
    box-shadow: none;
}

.radio-btn label{
    color: #7a7f8c;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
} 

.main-form .artist-sec{
    position: relative;
}

.main-form  .artist-sec-btn {
    border: none;
    outline: none;
    padding: 9px 12px;
    background: #35bdaa;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.add-artist-modal .modal-dialog{
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-artist-modal .modal-content {
    min-width: 1530px;
    background-color: #f5f6fa;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.25);
}

.add-artist-modal .modal-header {
    padding: 30px 35px;
    background: #fff;
}

.add-artist-modal h5{
    color: #434d6a;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.add-artist-modal .modal-header button {
    width: 12px;
    height: 12px;
    background-image: none;
    background-color: #35bdaa;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 100%;
    border-radius: 2px;
}

.add-artist-modal .modal-header button i{
    font-size: 17px;
}

.modal-create-artist {
    padding: 30px 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.add-artist-modal .modal-header button:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.modal-create-artist .chose-mainbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
}

.modal-create-artist .chose-mainbox{
    border: 1px dashed #ae77f8;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px 0;
    text-align: center;
    cursor: pointer;
}

.modal-create-artist .chose-mainbox .file-icon{
    width: 50px;
    height: 40px;
    background-color: #ae77f8;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-create-artist .chose-mainbox .file-icon i{
    color: #fff;
}

.add-artist-body{
    padding: 0;
}

.add-artist-main {
    padding: 30px 25px 40px !important;
}

.main-form textarea{
    height: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #717f8c !important;
}

.main-form .main-next-btn{
    border: none;
    outline: none;
    background: #35bdaa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 7px 20px;
    border-radius: 6px;
}

.main-form .main-next-btn a{
    color: #fff;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}



/* Add releases media qsuery */

@media (max-width:1900px){
    

    .chose-file-sec .chose-mainbox h5 {
        font-size: 14px;
        font-weight: 500;
        color: #434d6a;
    }
    .add-artist-modal .modal-content {
        min-width: 1000px !important;
    }

    .chose-file-sec {
        justify-content: flex-start;
        gap: 35px 35px;
    }
}

@media (max-width:1600px){
    .chose-file-sec .chose-mainbox h5 {
        font-size: 14px;
        font-weight: 500;
        color: #434d6a;
    }
    .add-artist-modal .modal-content {
        min-width: 1000px !important;
    }

    .chose-file-sec {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width:1400px){
    .add-artist-modal .modal-content {
        min-width: 1000px !important;
    }

    .chose-file-sec {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:1200px){

    .add-artist-modal .modal-content {
        min-width: 800px !important;
    }

    .chose-file-sec {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:991px){
    .add-artist-modal .modal-content {
        min-width: 100% !important;
    }

    .chose-file-sec {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:767px){
    .add-artist-modal .modal-content {
        min-width: 100%;
    }

    .chose-file-sec {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:576px){
    
    .add-artist-modal .modal-content {
        min-width: 100%;
    }

    .chose-file-sec {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:480px){
    
    .add-artist-modal .modal-content {
        min-width: 100%;
    }

    .chose-file-sec {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:320px){
    
    .add-artist-modal .modal-content {
        min-width: 100%;
    }

    .chose-file-sec {
        justify-content: center;
        flex-wrap: wrap;
    }
}





/* ############ Add releases second Page ############### */

.add-track-main-section{
    margin: 0 11px;
}

.addTrack-top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;

}

.addTrack-top button{
    display:inline-block;
    border: none;
    outline: none;
    padding: 7px 10px;
    background-color: #35bdaa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.addTrack-top button:hover{
    color: #fff;
}

.addTrack-top button i{
    margin-right: 5px;
}

.add-single-track .modal-dialog{
    display: flex;
    justify-content: center;
    align-items: center;
}


.add-single-track .modal-content {
    min-width: 750px !important;
    background: #fff;
    box-shadow: 0px 4px 36px #00000040 !important;
    border-radius: 6px !important;
    border: none !important;
}

.add-single-track .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 30px 35px;
}

.add-single-track .modal-title {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.add-single-track .modal-header .btn-close {
    width: 12px !important;
    height: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #35bdaa !important;
    color: #fff;
    border-radius: 2px !important;
    opacity: 100%;
}

.add-single-track .modal-header .btn-close i{
    font-size: 17px;
}

.add-single-track .modal-header .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.addTrack-top button i {
    margin-right: 0;
}

.add-single-track .modal-body {
    padding: 20px 35px 30px 35px;
}

.form-addSingle .single-artist {
    margin-bottom: 20px;
}

.form-addSingle .form-label {
    margin-bottom: 12px;
    font-size: 14px;
    color: #434d6a;
    font-weight: 500;
    line-height: 100%;
}

.form-addSingle input {
    font-size: 14px;
    font-weight: 500;
    color: #7a7f8c;
    background: #fff;
    border: 1px solid #dee2ec !important;
}

.form-addSingle input[type='radio']{
    width: 17px !important;
    height: 17px !important;
}

.form-addSingle select{
    height: 40px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #7a7f8c;
    border: 1px solid #dee2ec !important;
    border-radius: 4px !important;
}

.form-addSingle select:focus-visible {
    outline: none !important;
}

select {
    appearance: none;  /* Removes default arrow */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    color: #7a7f8c !important;
    border: 1px solid #dee2e6 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 40px !important;
} 

.form-addSingle .custom-file-input{
    color: #7a7f8c !important;
    font-size: 14px !important;
}

.form-addSingle .form-control:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #dee2e6;
    color: #7a7f8c;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #dee2e6;
    color: #7a7f8c;
}

.main-form-radio  .form-check-input:checked[type=radio] {
    width: 17px !important;
    height: 17px !important;
}

.singleArt-radio-btn{
    display: flex;
    justify-self: flex-start;
    align-items: center;
}

.singleArt-radio-btn .radio-btn{
    margin-right: 10px;
}

.singleArt-radio-btn .radio-btn input{
    width: 20px !important;
    height: 20px !important;
}

.singleArt-radio-btn .radio-btn label span{
    position: relative;
    bottom: 5px;
}

.single-artist-check {
    padding: 0;
    margin: 10px 0;
}

.single-artist-check input[type='checkbox']{
    margin-right: 15px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.single-artist-check label{
    display: inline;
}

.single-artist-check .form-check-input:checked {
    background-color: #fff !important;
    border-color: #0d6efd;
}

.add-single-track .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    border-top:none;
}

.add-single-btn{
    display: inline-block;
    padding: 7px 25px !important;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 6px;
    background-color: #35bdaa;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}


.add-multiple-track  .modal-content {
    min-width: 461px !important;
    background: #fff;
    box-shadow: 0px 4px 36px #00000040 !important;
    border-radius: 6px !important;
    border: none !important;
}

.add-multiple-track .modal-title {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.add-multiple-track .modal-header {
    padding: 25px 35px;
}

.add-multiple-track .modal-header .btn-close {
    width: 18px !important;
    height: 18px !important;
    background: #35bdaa !important;
    color: #fff;
    border-radius: 4px !important;
    opacity: 100%;
}

.add-multiple-track-box {
    padding: 30px 60px 60px;
}

.add-multiple-track  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}

.add-multiple-track .chose-mainbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px 0;
    padding: 50px;
    border: 1px dashed #ae77f8;
}

.add-multiple-track .chose-mainbox .file-icon{
    width: 50px;
    height: 40px;
    background: #ae77f8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px ;
}

.add-multiple-track .chose-mainbox .file-icon i{
    color: #fff;
}

.add-multiple-track .chose-mainbox h5{
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
}


.btn-close:focus {
    box-shadow: none;
    opacity: 100%;
}


.viewReleases-main-sec{
    background-color: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin-top: 28px;
    padding: 0 0 20px 0;
    overflow-x: hidden;
}

.viewReleases-main-sec .track-title span{
    color: #ae77f8;
}

.audio-btn-td{
    padding-top: 10px;
}

.audio-btn-td audio{
    width: 250px;
    height: 45px;
}

.add-track-button button{
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    border-radius: 6px;
}

.add-track-button button.edit{
    background: #35bdaa;
    color: #fff;
}

.add-track-button button.delete{
    background: #f84238;
    color: #fff;
}

.addTrack-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.prev-next-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
}

.prev-next-btn button{
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 15px;
    background-color: #35bdaa;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 6px;
}

.prev-next-btn button a{
    color: #fff;    
}




/* ############ Add releases second Page media quries ############### */



@media(max-width:767px){

    .addTrack-top button {
        padding: 10px 6px;
        font-size: 11px;
    }

    .add-single-track .modal-content {
        min-width:100% !important;
    }
}

@media(max-width:576px){

    .addTrack-top button {
        padding: 10px 6px;
        font-size: 11px;
    }

    .add-single-track .modal-content {
        min-width:100% !important;
    }
}

@media(max-width:480px){

    .addTrack-top button {
        padding: 10px 6px;
        font-size: 11px;
    }

    .add-single-track .modal-content {
        min-width:100% !important;
    }

    .add-multiple-track  .modal-content {
        min-width: 100% !important;
    }

    .add-multiple-track .chose-mainbox {
       padding: 30px 40px;
    }
}
    
@media(max-width:320px){

    .addTrack-top button {
        padding: 10px 6px;
        font-size: 11px;
    }

    .add-single-track .modal-content {
        min-width:100% !important;
    }

    .add-multiple-track  .modal-content {
        min-width: 100% !important;
    }

    .add-multiple-track .chose-mainbox {
       padding: 30px 40px;
    }
}












/* ############ Add releases third Page ############### */


.addition-option{
    margin: 0 11px;
}

.addition-option-head h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #35bdaa;
}

.addition-option-main{
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 20px;
    margin-top: 2%;
}

.addition-op label{
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #434d6a;
}

.addition-op input{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #7a7f8c;
} 

.addition-form-check{
    padding:0 20px 40px 20px;
    border-bottom: 1px solid #dee2e6;
    margin: 20px -20px;
}

.addition-form-check .form-check {
    padding-left: 0;
    margin-bottom: 8px;
}

.addition-form-check .form-check input{
    display: block;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.form-check-input:checked[type=checkbox] {
    border: 1px solid #35bdaa !important;
}

.addition-form-check .form-check label {
    display: block;
    margin-left: 35px;
    color: #7a7f8c;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.addition-form-check .form-check label span{
    font-weight: 700;
}

.prev-save-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
}

.prev-save-btn button {
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 15px;
    background-color: #35bdaa;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 6px;
}

.prev-save-btn button a{
    color: #fff;
} 






/* ############### Catalogue page ############# */


.catalogue-section {
    margin: 0 11px;
}

.catalougue-fliter{
    width: 50%;
}

.cata-filter .row{
    --bs-gutter-x: 1rem;
}

.cata-filter .cata-select-box{
    background-color:#fff;
    padding: 10px 15px;
    margin-bottom: 25px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.cata-filter .cata-select{
    border:none;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #5e5e5e;
}

.cata-filter .cata-select:focus-visible {
    outline: -webkit-focus-ring-color none;
}

.cata-visit{
    background-color: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 20px 25px;
}

.cata-visit-heading h6{
    font-size: 16px;
    font-weight: 500;
    color: #434d6a;
}

.cata-main{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 20px;
    margin-top: 20px;
}

.cata-main .cata-icon{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #af77f83d;
    color: #ae77f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cata-main .cata-icon i{
    font-size: 18px;
}

.cata-main .cata-content h5{
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #272727;
}

.cata-main .cata-content p{
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}

.cata-main .cata-content p span{
    color: #35bdaa;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-right: 5px;
}

.cata-chart-main{
    background-color: #fff;
    padding: 20px 25px;
    margin-top: 25px;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.cata-top-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cata-chart-heading h6{
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.cata-chart-select-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5px;
}

.cata-chart-select-box select{
    background-color: #f5eefe;
    border: 1px solid #e2e5e9;
    border-radius: 4px;
    padding: 3px;
}



/* ############### Catalogue page media Queries ############# */






/* ############## View Releasees Section ############ */


.view-release-sec{
    margin: 0 11px;
}

.view-release-heading h6{
    font-size: 16px;
    font-weight: 500;
    color: #35bdaa;
}

.view-release{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.view-all-release-search{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 15px;
}

.view-all-release-search input {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #747474;
    width: 325px;
    border: none;
    outline: none;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-style: italic;
}

.view-all-release-search .form-group{
    position: relative;
}

.view-search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 36px;
    background-color: #35bdaa;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-all-release-search .vewReleaseBtn{
    border: none;
    outline: none;
    background: #35bdaa;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 10px;
    border-radius: 6px;
}

.vewReleaseBtn i{
    font-size: 15p;
    margin-right: 5px;
}

.viewReleases-main-sec {
    background-color: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin-top: 28px;
    padding: 0 0 20px 0;
    overflow-x: scroll;
}


.advance-filter-modal .modal-dialog {
    transition: transform .3s ease-out;
    display: flex !important;
    justify-content: center !important;
}


.advance-filter-modal .modal-content {
    min-width: 830px !important;
    background: #fff;
    box-shadow: 0px 4px 36px #00000040 !important;
    border-radius: 6px !important;
    border: none !important;
}

.advance-filter-modal .modal-header {
    padding: 25px 35px;
    border-bottom: 1px solid #d3d3d3 !important;
}

.advance-filter-modal .modal-title {
    line-height: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e1e;
}

.advance-filter-modal .modal-header .btn-close {
    width: 20px !important;
    height: 20px !important;
    background: #35bdaa;
    color: #fff;
    opacity: 100%;
    border-radius: 4px;
}

.advance-filter-modal .modal-body {
    padding: 35px;
}

.product-info{
    border-radius: 6px;
    border: 1px solid #00000040;
}

.product-info-heading{
    background-color: #35bdaa;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.product-info-heading h5{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}


.product-list {
    padding: 20px 20px 40px 20px;
}

.product-mainbox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 420px !important;
}

.product-list-heading h6 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 5px;
}

.product-list-check{
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    gap: 0 10px;
}

.product-list .form-check-input[type=checkbox] {
    width: 13px !important;
    height: 12px !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    border: 1px solid #4d4d4d;
}

.product-list .form-check-input:checked {
    background-color: #fff !important;
    border-color: #0d6efd;
}

.product-list-check label{
    color: #434d6a;
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
}

.product-list-check label span {
    position: relative;
    bottom: 3px;
}

.product-field{
    align-self: flex-end;
}

.product-field .form-label {
    margin-bottom: 10px;
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}

.product-field input{
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #747474;
    font-style: normal !important;
}

.account-info{
    border-radius: 6px;
    border: 1px solid #00000040;
    margin-top: 35px;
}

.account-info-heading {
    background-color: #35bdaa;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.account-info-form {
    padding: 20px 20px 40px 20px;
}

.account-field label {
    margin-bottom: 10px;
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.account-field input{
    width: 100%;
}

.period-sec {
    border-radius: 6px;
    border: 1px solid #00000040;
    margin-top: 35px;
}

.period-sec-heading {
    background-color: #35bdaa;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.period-sec-form {
    padding: 20px 20px 40px 20px;
}

.period-label label{
    margin-top: 20px;
}

.per-form label {
    margin-bottom: 5px !important;
}

.source-info{
    border-radius: 6px;
    border: 1px solid #00000040;
    margin-top: 35px;
}

.source-info-heading{
    background-color: #35bdaa;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}




.viewReleases-main-sec::-webkit-scrollbar {
    display: none;
}

.viewReleases-main-sec .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dde2e6 !important;
}

td.add-track-button {
    width: 300px;
    display: table-cell;
    text-align: start !important;
}

td.add-track-button .edit{
    margin-right: 15px; 
}

.viewReleases-main-sec .table>:not(caption)>*>* {
    font-size: 15px;
    font-weight: 500;
    color: #434d6a;
    text-align: start;
    vertical-align: middle;
    padding: 20px 20px;
}

.viewReleases-main-sec tr td{
    font-size: 14px !important;
    color: #7a7f8c !important;
}

.viewReleases-main-sec tr td {
    font-size: 14px !important;
    color: #7a7f8c !important;
    padding: 9px 20px !important;
}
 
.status-ok{
    display: flex;
    justify-content: center;
    align-items: center;
}

.Title-artist-td h6{
    font-size: 14px;
    font-weight: 500;
    color: #ae77f8;
    margin-bottom: 3px;
}

.Title-artist-td p{
    font-size: 14px;
    font-weight: 500;
    color: #7a7f8c;
    margin: 0;
}

.viewReleases-main-sec .upc-td{
    color: #434d6a;
    margin-bottom: 3px;
}

.viewReleases-main-sec .upc-td .counts{
    color: #7a7f8c !important;
    margin-left: 3px;
}

.viewReleases-main-sec .cat-td{
    color: #434d6a;
    margin: 0;
}


.viewReleases-main-sec .cat-td .cat-count{
    color: #7a7f8c !important;
}

.viewReleases-main-sec .promote-td{
    color: #AE77F8 !important;
}

.deliever-store-main{
    padding: 5px 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 60px;
    border: 1px dotted #d6e0ea;
}

.deliever-store-main:nth-child(1){
    margin-bottom: 10px;
}

.deliever-store-main p {
    margin: 0;
    font-size: 12px !important;
}

.download-content-btn button{
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 150px;
    padding: 10px 15px;
    color: #fff;
    background-color: #35bdaa;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}

.download-content-btn button:hover{
    color: #fff;
}


.download-content-btn .download-meta {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link {
    padding: 5px 14px;
    color: #35bdaa ;
}

.page-link:focus {
    z-index: 3;
    color: #35bdaa;
    box-shadow: none;
}




/*############# View Releasees Section  media queries ##############*/

@media(max-width:637px){
    .view-all-release-search {
        margin-top: 15px;
    }
}

@media(max-width:576px){
    .view-all-release-search input {
       width: 250px;
    }
}


@media(max-width:480px){
    .view-all-release-search {
        margin-top: 10px;
        gap: 0 5px;
    }

    .view-all-release-search input {
        width: 150px;
        font-size: 10px;
     }

    .view-all-release-search .vewReleaseBtn {
        font-size: 11px;
        padding: 8px 15px;
    }

    .view-search-icon {
        height: 31px;
     }

}


@media(max-width:320px){

    .view-all-release-search{
        margin-top: 10px;
    }
    
    .view-all-release-search input {
        padding: 7px 10px;
        font-size: 11px;
        width: 157px;
    }

    .view-search-icon {
       height: 33px;
     }

     .view-all-release-search {
        gap: 0 5px !important;
    }

    .view-all-release-search .vewReleaseBtn {
        font-size: 11px;
        padding: 0px 10px;
    }

}








/*################ Add Artist Section  #####################*/

.add-artist-sec{
    margin: 0 11px;
}

.artist-sec-heading h6 {
    font-size: 16px;
    font-weight: 500;
    color: #35bdaa;
}

.artist-file-sec {
    padding: 60px 25px;
    border-radius: 6px;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
}

.artist-file-sec .choose-artist-mainbox  {
    width: 100%;
    max-width: 355px;
    /* min-width: 301px; */
    height: 245px;
    border: 1px dashed #ae77f8;
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    gap: 15px 0;
    text-align: center;
    cursor: pointer;
}

.artist-file-sec .choose-artist-mainbox  .file-icon {
    width: 50px;
    height: 40px;
    background-color: #ae77f8;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.artist-file-sec .choose-artist-mainbox i {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.artist-file-sec .choose-artist-mainbox h5 {
    font-size: 16px;
    font-weight: 500;
    color: #434d6a;
}

.artist-sec-main {
    background: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
    padding: 30px 25px 40px 25px;
    border-radius: 4px;
}

.artist-form {
    margin-bottom: 30px;
}

.artist-form .form-label {
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
}

.artist-form input {
    color: #bfbebe;
    border: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 500;
}

.spotify-radio-head{
    padding: 7px 0;
}

.spotify-heading{
    margin:25px 0  15px 0;
}

.spotify-heading h2{
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color: #434d6a;
}

.spotify-radio-head h6{
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #434d6a;
}

.artist-radio {
    padding: 5px 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 10px;
}

.artist-radio input[type='radio'] {
    width: 17px !important;
    height: 17px !important;
    background: #fff;
    border: 1px solid #dee2e6;
}

.artist-radio input[type="radio"]:checked {
    background-color: #fff;
    border: 4px solid #1271fd;
}

.artist-radio label{
    color: #7a7f8c;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.spotify-artist-link {
    padding: 20px 0;
}

.spotify-artist-link label{
    display: block;
    color: #434d6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.spotify-artist-link input {
    height: 40px !important;
    padding: 7px 10px;
    width: 1110px;
    font-size: 14px;
    margin-top: 10px;
    color: #7a7f8c;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.spotify-artist-link input:focus{
    outline: none;
}

.artist-cheaks-box {
    margin: 15px 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 12px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e2dede;
}

.artist-cheks {
    display: block;
    min-height: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.artist-cheks label{
    display: block;
    padding: 5px 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #434d6a;
}

.form-check .form-check-input {
    margin-left: 0 !important;
}

.form-check-input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgb(53, 189, 170)'  stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #ebfdfa;
    border: 1px solid #0d6efd;
}

.form-check-input[type="checkbox"]:hover{
    cursor: pointer;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 3px !important;
    vertical-align: top;
    background-color: #E4E4E4;
    border: none;
}

.form-check-input:checked {
    background-color: #1271fd !important;
    border-color: #1271fd !important;
}

.addition-form-check .form-check-input:checked {
    background-color: #e2fffb !important;
    border-color: #0d6efd;
}

.artist-sec-main .form-check-input:checked {
    background-color: #e2fffb !important;
    border-color: #0d6efd;
}

.form-check-input:focus {
    border-color: #35bdaa;
    box-shadow: none;
}

.apple-artist-cheaks-box {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 12px;
    padding-bottom: 35px;
}

.artist-submit-btn{
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    background: #35bdaa;
    font-size: 14px;
    border-radius: 6px;
}

.artist-submit-btn a{
    color: #fff;
}

.artist-submit-btn a:hover{
    color: #fff;
}

.artist-submit-btn{
    color: #fff;
}

.artist-submit-btn:hover{
    color: #fff !important;
}

/* Add Artist section media query  */


@media screen and (min-width: 300px) and (max-width:1900px) {

    .spotify-artist-link input {
        width: 90%;
    }

    .artist-check-main {
        margin-top: 15px;
    }

    .artist-radio label{
        display: inline;
        width: 95%;
    }
}






/* ############ Bluk Releases page ############# */


.bulk-releases-section{
    margin: 0 11px;
}

.bulk-sec-heading h6 {
    font-size: 16px;
    font-weight: 500;
    color: #35bdaa;
} 

.bulk-rel-guidlines{
    margin-bottom: 35px;
}

.bulk-file-sec {
    padding: 25px 25px;
    border-radius: 6px;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
}

.bulk-file-sec h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #434d6a;
    margin-bottom: 10px;
}

.bulk-file-sec p {
    color: #646464;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.bulk-file-sec .choose-bulk-mainbox {
    border: 2px dotted #ae77f8;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    text-align: center;
}

.bulk-file-sec .choose-bulk-mainbox .file-icon {
    width: 50px;
    height: 40px;
    background-color: #ae77f8;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulk-file-sec .choose-bulk-mainbox i {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.bulk-file-sec  .choose-bulk-mainbox h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #434d6a;
}

.bulk-metadata{
    padding: 25px 25px;
    border-radius: 6px;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.25);
}

.metadata-head h6{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #434d6a;
}

.metadata-menu{
    margin-top: 20px;
}

.metadata-menu li{
    list-style: disc;
    list-style-position: inside;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #434d6a;
    position: relative;
}

.metadata-menu li span.align-li {
    position: absolute;
    top: 0;
    margin-left: -20px;
}

.metadata-menu li span{
    color: #35bdaa;
}

.metadata-menu li a:hover{
    color: #434d6a;
}

.metadata-menu li::marker {
    font-size: 30px;
    color: #434d6a;
    vertical-align: bottom;
}

.bulk-metadata p {
    margin: 25px 0 !important;
    color: #443344;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}   



/* ########## bulk Releases media query ############  */


@media (max-width:480px){
    .metadata-menu li {
        margin: 45px 0;
    }
}


@media (max-width:320px){
    .metadata-menu li {
        margin: 45px 0;
    }

}








/* ############### Audio page ############ */

.Audio-main-sec{
    margin: 0 11px;
}

.audio-sec{
    padding: 0 !important;
}

.audio-sec table{
    margin: 0 !important;
}

.audio-title span{
    color: #Ae77f8;
}

td.audio-btn-td {
    width: 430px;
}

.excel-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.excel-button button.excel {
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background-color: #35bdaa;
    color: #fff;
    margin: 15px 0;
}

.audio-sec-btn{
    margin: 10px 0;
}



/* ############### Audio page media queries ############ */



@media screen and (min-width:320px) and  (max-width:756px){
    
    .add-track-button button.edit{
        margin-bottom: 10px;
    }

}







/* ############### Releses Meta page ############ */
 

.release-meta{
    padding: 0 !important;

}

.release-meta table{
    margin: 0 !important;
}

.meta-rel{
    margin: 8px 0;
}

/* ############### Releses Meta page Media Queries ############ */










/* ############### Saved Release page ############ */
 
.text-color-dark span{
    color: #434d6a;
}

.btn-continue{
    margin: 15px 0;
}


/* ############### Saved Release page Media queries ############ */







/* ############### Rejected Release page ############ */





/* ############### View Release Sub-Label ############ */


.view-subLabels-btn #subLabelsDel{
    background-color: #f84238;
    margin-left: 8px;
}





/* ############### Pre Save page ############ */

.pre-save-btn{
    margin: 20px 0;
}


/* ############### News Letter page ############ */ 


.news-pra{
    width: 400px;
    margin: 0;
    word-wrap: break-word;
}

.news-sec-image img{
    vertical-align: middle;
    margin: 7px 0;
    object-fit: cover;
}

.news-pra p{
    margin: 0;
    padding-right: 30px !important;

}

.excel-button {
    display: table-cell !important;
    text-align: center !important;
}


@media screen and (min-width:320px) and (max-width:991px){
    .news-pra{
        width: 100% !important;
    }
    .news-pra p {
        margin: 0;
        padding-right: 0 !important;
    }
}


/* ############ View Artist ############## */

.view-artist-button{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px 0;
}

.view-artist-button button{
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 15px;
    background-color: #35bdaa;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.view-artist-button button:hover{
    color: #fff;
}

.view-artist-button .delete{
    background-color: #f84238;
}

.view-Artist tr td {
    font-size: 14px !important;
    color: #7a7f8c !important;
    padding: 9px 13px !important;
}




/* ########### view Ticket ############ */

td.view-ticket-pra{
    width: 600px;
}

.view-ticket-artist-td{
    width: 450px;
}

.view-ticket-pra p{
    margin: 0;
    padding-right:30px;
}

.view-ticket-btn{
    text-align: start !important;
}

.view-ticket-btn #ticketNew{
    background-color: #ae77f8;
    margin-right: 8px;
    width: 100px;
}

.view-ticket-btn #ticketComplete{
    background-color: #35bdaa;
    margin-right: 8px;
    width: 100px;
}

.view-ticket-btn #ticketProgress{
    background-color: #656ff7;
    width: 100px;
}


/* ############### opne ticket pra ############### */


.opne-ticket-pra{
    width: 660px;
}

.opne-ticket-pra p{
    margin: 0;
}



/* ############### Summary Page ############# */

.summary-heading-btn button{
    display: inline-block;
    border: none;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    padding: 7px 15px;
    background-color: #35bdaa;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.summary-heading-btn button:hover{
    color: #fff;
}


/* ################## Ingestion Page ######################### */

.ingestion-main{
    padding: 20px 25px 40px 25px;
    margin-bottom: 25px;
}


/* ################## loading ######################### */

.container-fluid-loading {
    width: 100%;
    height: 100vh;
    background: #00000069;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 999;
}

.container-fluid-loading > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  width: 15rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  position: relative;
}

/*-------------------------------------*/

.loader-0 > span {
  width: 5rem;
  height: 5rem;
  position: absolute;
  border-radius: 50%;
}

.loader-0 > :nth-child(1) {
  width: 5rem;
  height: 5rem;
  border-top: 0.5rem solid #35bdaa;
  border-left: 0.5rem solid #0000;
  border-bottom: 0.5rem solid #0000;
  border-right: 0.5rem solid #0000;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
