*
{
    margin: 0;
    box-sizing: border-box;
}


body{
    font-family: 'Poppins', sans-serif !important;
}
body {
    background-color: #f4f7f7!important;
}
/* 
sign in page css start  */

.sign-in-main-div{
    display: flex;
}
.sign-in-image-div{
    background-image: url(/img/images/sbg.webp);
    width: 40%;
    background-size: cover;
    height: 100vh;

}

.filters-other{
    display: flex;
}
.filters-other .col-lg-8{
    display: flex;
}
.sign-in-image-div-content{
    display: grid;
    justify-content: space-between;
    height: 100vh;
    background: rgb(51 51 51 / 75%);
    padding: 70px 45px;
}

.sign-in-image-div-trouble{
    bottom: 70px;
    /* float: right; */
    position: absolute;

}
.sign-in-image-div-logo img{

    width: 25%;
    margin-bottom: 25px;
}

.sign-in-image-div-logo h2{
    line-height: 48px;
    margin-top: -6px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: rgba(255,255,255,1);
}

.sign-in-image-div-trouble{
    color: white;
}

.sign-in-content-div{
    width: 60%;
    display: grid;
}
.new-user-account h4{
    text-align: right;
    padding-right: 40px;
    padding-top: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(32,32,32,1);
}
.form-field {
    padding: 20px;
    border: 1px solid rgba(220,219,221,1);
    border-radius: 7px;
    margin-bottom: 30px;
}
.field-col{
    display: grid   ;
}
.field-col label{
    white-space: nowrap;
    line-height: 20px;
    margin-bottom: 4px;
 
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(132,129,138,1);
}
.login-form form{
    width: 60%;
    margin: 0px auto;
}
.forget-section{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.login-form form h1{
    white-space: nowrap;
    line-height: 38px;
    margin-top: -5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: rgba(32,32,32,1);
    margin-bottom: 30px;
}

.login-form form  button{
    padding: 18px 70px;
    border: none;
    background: rgb(8 75 145);
    color: white;
    font-size: 14px;
    border-radius: 10px;
}

.header .col-lg-4 span{
    font-size: 14px;
}
.protected-by-recaptcha{
    line-height: 17px;
    margin-top: -2.5px;
    text-align: left;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(132,129,138,1);
}
.rdc-privacy-policy{
    color: #084b91;
}

.forget-section p{
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(71,70,74,1);
    margin: auto 0px;
}

/* partner-1 css starts */


.sidebar-menu ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 30px;

}

.sidebar{
    padding-top: 30px;
}
.logo img{
    width: 35%;
}

.sidebar-menu ul li{
    font-weight: normal;
    font-size: 14px;
    color: rgba(32,32,32,1);
    padding: 0px 10px;
    border-radius: 6px;
}
.sidebar-menu ul li:hover{
    background-color: #e1eaef;
}
.dropdown-menu.show {
    position: relative!important;
    transform: translate3d(0px, 0px, 0px)!important;
    top: 0px;
    left: 0px;
    will-change: transform;
}
.btn-primary {
    color: rgba(132,129,138,1)!important;
    background-color: transparent!important;
    border-color: transparent!important;
    width: 100%;
    display: flex!important;
    justify-content: space-between;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 0.375rem 0rem!important;
}
.btn-primary:hover {
    color: #000!important;
    background-color: #e1eaef!important;
    border-color: none!important;
}
.btn-primary:focus{
    box-shadow: none!important;
    background-color: #d5dadf!important;
    color: black;
}
.btn-primary:focus .drops-main i {
    color:#084b91
}
.btn-primary:focus .drops-main {
    color:#000!important;
}
.main-conatiner-div{
    display: flex;
}

.profile{
    display: flex;
}
.drops-main{
    font-size: 13px;
}
.drops-main i
{
    font-size: 22px;
}
.dropdown .la-angle-down{
    font-size: 10px;
    margin: auto 0px;
}

.dropdown-menu.show {
    display: block;
    background: none;
    border: none;
}

.drops-main-1{
    height: 26px;
    width: 26px;
    background: black;
    border-radius: 50%;
}

.user-details h4{
    font-weight: normal;
    font-size: 14px;
    color: rgb(50 48 48);
    margin-bottom: -7px;
}

.user-details span{
    font-weight: normal;
    font-size: 10px;
    color: rgb(80 76 76);
}
   .user-details{
    padding: 20px 0px;
    margin-left: -10px;
    margin-right: 10px;
}

.dropdown-toggle::after{
    margin: auto 1px;
}

   .notification{
    padding: 20px 0px;
   }


   .user-profile{
    padding: 20px 0px;
   }

   .stram-content b{
    
    font-size: 14px;
   }
   .stram-content div{
    font-size: 13px;
   }

   .top-performing-streams .col-lg-3 img{
    width: 100%;
    border-radius: 7px;
   }

   .stram-content{
    padding: 5px 12px;

    position: relative;
    bottom: 73px;
    backdrop-filter: blur(27px);
    background: #ffffff4f;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}


.overview-chart{
    background: white;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 60px;
}


.topic-head{
    font-size: 22px;
    color: rgba(25,25,25,1);

    font-weight: 500;


}
.main-topic-head{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 20px;
}

.main-topic-head select{
    border: none;
    border-radius: 15px;
    font-size: 14px;
    padding: 3px 10px;
}
.main-topic-head select:active{
    background-color: white;
}
.chart-head{
    font-size: 16px;

}

.bar{
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
    width: 80%;
    cursor: pointer;
}
.bar input{
    cursor: pointer;
}
  .bar:hover{
    box-shadow: 1px 1px 8px 1px #dcdcdc;
  }
  .bar:focus-within{
    box-shadow: 1px 1px 8px 1px #dcdcdc;
    outline:none;
  }
  .searchbar{
    height: 45px;
    border: none;
    width: 85%;
    font-size: 16px;
    outline: none;
    background: #dbdbdb;
    
  }
  .voice{
   
    height: 20px;
    /* top: 5px; */
    left: 10px;
    position: relative;

  }

  .right-divs{
    padding-top: 40px;
  }
  .right-divs .header{

    margin-bottom: 60px;
  }

  .right-divs .col-lg-3 h2{
    font-size: 28px;
    margin-top: 15px;
    font-weight: 600;
  }
  .bar input::placeholder{
    font-size: 14px;
    padding-left: -15px;
  }

  .bar input{
    padding-left: 20px;
    font-size:14px;
  }

  .notification i{
    color: black;
    font-size: 24px;

  }

  .notification span{
    background: red;
    color: white;
    padding: 0px 3px;
    font-size: 12px;
    border-radius: 50%;
    position: relative;
    right: 17px;
    bottom: 12px;
    text-shadow: 0px 0px 1px #4a4a4a;
  }

  .myprofile-dropdown:hover,:focus{
    background-color: transparent!important;
  }
  .myprofile-dropdown:focus{
    background-color: transparent!important;
  }
  #myprofile-menu {
    transform: translate3d(-130px, 50px, 0px)!important;
    position: absolute!important;
    background: white;
    border: 1px solid gainsboro;
  }
  .dropdown-item{
    font-size: 13px;
    padding: 10px 15px!important;
  }
  .dropdown-item i{
    font-size: 16px;
    margin-right: 8px;
  }
  .dropdown-menu{
    padding: 0.3rem!important;
  }
  .dropdown-item:hover{
    color: #084b91!important;
  }


  /* User Dashboard Css Starts */
  .user-details-form form .col-lg-12{
    display: grid;
  }

  .user-details-form{
    background-color: white;
    padding: 30px 0px;
  }


  .form-fielddd{
    padding: 10px;
    border-color: #dddfe1;
    border: 1px solid #dddfe1;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6c6c6c;
    outline: none;
  }

  .form-fielddd::placeholder{
    color: #c0c2c4;
  }

  .user-details-form form .col-lg-12 label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.user-details-form form span{
    margin-bottom: 20px;
    font-weight: 500;
}
  .form-fielddd:focus {
 
   
    border: 1px solid #d5d7da;
}
.form-fielddd:active {
 
   
    border: 1px solid #d5d7da;
}
.enter-bank-details-form{
    background: white;
    padding: 30px 15px;
}

.enter-bank-details-form form{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
 

}
.enter-bank-details-form  span{
    
    font-weight: 500;
    padding-left: 15px;
}
.enter-bank-details-form form .col-lg-6 input{
    width: 100%;
} 

.enter-bank-details-form form .col-lg-6 label{
    margin-bottom: 5px;
    font-size: 14px;
}

.enter-commission-details-form form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.enter-commission-details-form{
    background-color: white;
    margin-top: 20px;
}
.enter-commission-details-form form .col-lg-6 select{
    width: 100%;
} 

.enter-commission-details-form{
    padding: 30px 15px;
}

.enter-commission-details-form form .col-lg-6 label{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .enter-commission-details-form span{

        font-weight: 500;
    padding-left: 15px;
    }

    .upload-kyc-documents{
        background-color: white;
        margin-top: 30px;
    }

    .buttons-div{
        display: flex!important;
    }

    
    
    .buttons-div .update{
        background-color:#084b91;
        color: white;
        border: none;
        width: 100px;
        font-size: 12px;
        border-radius: 3px;
        padding: 10px 10px;
        margin-right: 15px;
    }

    .buttons-div .reset{
        border: 1px solid rgb(219, 219, 219)!important;
        color: #000;
        background-color: white;
        border: none;
        width: 100px;
        font-size: 12px;
        border-radius: 3px;
        padding: 10px 10px;
    }

    .mt-10{
        margin-top: 90px;
    }
.upload-kyc-documents .col-lg-12{
    display: flex;
}
#fileName::before {
    content: 'File Name:';
}
#fileName {
    position: relative;
    top: 10px;
    font-size: 13px;
    color: black;
    padding: 0px;
}

.upload-kyc-documents form input{
    position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
outline: none;
opacity: 0;
}
.upload-kyc-documents form{
   
    margin-top: 20px;
}

.upload-kyc-documents-form-div{
    display: flex;
    flex-wrap: wrap;
}

.upload-kyc-documents-form-div .col-lg-4{
    margin-bottom: 30px;
}
.upload-kyc-documents{
    padding: 30px 15px;

}
.upload-kyc-documents{
    margin-right: 30px;
}

.upload-kyc-documents span{
    font-weight: 500;
    padding-left: 15px;
}
.form-upload{
    display: grid;
    justify-content: center;
}
.form-upload div{
    display: grid;
    text-align: center;
    justify-content: center;
    border: 2px dashed grey;
    padding: 30px;
    border-radius: 11px;
}
.form-upload div i{
   font-size: 50px;
   color: #084b91;
}
.form-upload div button{
    background-color: #9bcaf8;
    color: white;
    font-size: 14px;
    padding: 7px;
    border-radius: 7px;
    border: none;
    margin-top: 20px;
}

.form-upload label{
    margin-bottom: -20px;
    font-size: 13px;
}
.bank-details-div{
    padding-right: 0px!important;
}

.forms-div-main{
    margin-bottom: 100px;
}

.table thead th {
    vertical-align: middle!important;
    /* border-bottom: 2px solid #dee2e6; */
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.table tbody tr td p{
    font-size: 14px;
}
.table td{
    vertical-align: middle!important;
}
table th {

   
    border-top: none;
    padding: 23px 10px;
}

table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none!important;
    padding: 20px 10px!important;
}

.bst-form{
    padding-top: 5px;
    padding-bottom: 10px!important;
    padding-left: 0px;
    padding-right: 0px;
}
.table{
    border-radius: 20px;
}
.rounded-circle-2 {
    border-radius: 25%!important;
    margin: 0px auto;
}

.search-partner-track-artist{
    background-color: white;
    border-radius: 15px;
}
.search-partner-track-artist input{
    
    border: none;
    outline: none;
    border-radius: 15px;
    height: 100%;
    border-radius: 15px;
    font-size: 12px ;

}
.search-partner-track-artist i{
    margin: auto;
    padding-left: 8px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding-right: 25px;
    padding-top: 27px;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length {
    padding-left: 25px;
    padding-top: 30px;
    font-size: 14px;
    bottom: 0%;
    position: absolute;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.9em;
    padding-left: 15px;
    font-size: 13px;
    color: black!important;
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: -0.1rem;
    padding-right: 25px;
    padding-top: 10px!important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button{
    font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td{
    border-bottom: none!important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #c9c9c9;
    border-radius: 12px;
    outline: none;
    padding-left: 10px;
    font-size: 12px;
    padding: 4px 12px;
}

.main-topic-head-only-select{
display: flex;
justify-content: right;

margin-bottom: 20px;
}


.main-topic-head-only-select select {
    border: none;
    border-radius: 15px;
    font-size: 14px;
    padding: 3px 10px;
}
.overview-dash-main-lower-div{
display: flex;  
justify-content: space-between;  
}

.overview-dash .col-lg-3{
    background-color: white;
    padding: 25px 30px;
    border-radius: 10px;
}
.overview-dash{
    display: flex;
    justify-content: space-between;
}
.overview-dash-lower-div p{
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 8px;
}
.overview-dash-upper-main-lower-div span{
    font-size: 14px;
    color: #939393;
}
.overview-dash-upper-main-lower-div span b{
    color: black;

}
.overview-dash .col-lg-3{
    flex: 0 0 25%;
    max-width: 23%;
}
.overview-dash-lower-div-1{
    text-align: center;
}

.overview-dash-lower-div-1 h4{
    font-size: 14px;
}

.overview-dash-lower-div span{
    color:#084b91;
    font-weight: 500;
    font-size:20px ;
}

.overview-dash-lower-div-1 h6 {
    color:#084b91;
    font-weight: 700;
    font-size: 20px;
}
.overview-dash-lower-div-1{
    padding: 10px 0px;
}

.chart-js{
    padding: 30px 0px;
}
.main-topic-head-add-user a{
    background-color:#084b91;
    color: white;
    padding: 5px 15px;
    border-radius: 7px;
}

.main-topic-head-add-user{
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 0px;
}

.active-status{
    color: #009580;
    font-weight: bold;
}

.Expire-status{
    color:#f53e57;
    font-weight: bold;
}
.expiring-soon-status{
    color: #fed043;
    font-weight: bold;
}

.ending-soon{
    color:#ffc825;
    font-weight: bold;
}

.donut-chart{
    display: flex;
}

.donut-chart .col-lg-4{
    padding: 0px;
}

.donut-chart .col-lg-4 img{
    width: 99%;
}

.overview-table .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding-right: 0px;
    font-size: 14px;
    position: relative;
    padding-top: 0px;
    margin-top: -55px;
}

.overview-table .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    padding: 7px 16px;
}
.filters .col-lg-9 {
    display: flex;
    justify-content: space-between;
    padding: 20px 5px;
    padding-right: 30px;
}

.select-filter select{
    background: none;
    border: none;
    background: #e3e3e3;
    /* color: grey; */
    font-size: 13px;
    border-radius: 50px;
    padding: 2px 8px;
}
.right-filter a{
    color: black;
    font-size: 14px;
    background: #e3e3e3;
    padding: 4px 22px;
    border-radius: 6px;
    margin-left: 5px;
}
.doughnut  select{
    border: none;
  background: aliceblue;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
  float: right;
  margin-bottom: 20px;
 }
.top-platform{
color: #ff4456;
font-weight: 800;
}
.top-category{
color: #00498e;
font-weight: 800;
}

#myChart1{
width: 150px!important;
height: 150px!important;
}
.doughnut{
background: white;
  padding: 20px;
  margin-left: 3px;
}
#myChart2{
width: 150px!important;
height: 150px!important;
}

.change-password .d-grid{
    display: grid;
}

.change-password span{
    font-weight: 600;
}

.change-password .change-p{
    display: flex;
}
#myChart3{
width: 150px!important;
height: 150px!important;
}
.main-topic-head-only-select-2-2{
    display: flex;
    justify-content: space-between;
}

.album-dashboards img{
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
.doughnut {
    background: white;
    padding: 20px;
    margin-left: 3px!important;
}
.top-language{
    color: #009581;
    font-weight: 800;
  }
     .doughnut-chart p{
      margin-bottom: 0px;
      margin-top: 10px;
     }
  .chart-head select{
    border: none;
    outline: none;
    font-size: 13px;
    margin-bottom: 20px;
    background-color: #e9e9e9;
  }
     .fa-bars-staggered{
      color: #fe4156;
      font-size: 20px;
     }
     .fa-circle .apple-music{
      color: #fe4156;
      display: block;
     }
     .fa-hive{
      color: #00498e;
      font-size: 20px;
     }
  
     .fa-language{
      color: #009581;
      font-size: 20px;
     }

.last-updated{
    color: grey;
    font-size: 14px;
    font-weight: 600;
}

.last-updated span{
    color: black;
}
.revenue-earned{
    color: rgb(10 119 255);
}
.filters-other .select-filter{
    margin-right: 30px;
}
.right-filter select{
    border: none;
    border-radius: 8px;
    padding: 2px 5px;
    font-size: 14px;
}

.main-topic-head-other {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

}

.main-topic-head-other select{
    border: none;
    border-radius: 15px;
    font-size: 14px;
    padding: 3px 10px;
}

.dataTables_length select{
    padding: 0px;
    font-size: 12px;
    border-color: #c9c9c9;
}

.la-first-order-alt .red{
    color: #fe4c5f;
}
.la-first-order-alt .green{
    color: #009580;
}
.la-first-order-alt .blue{
    color: #084b91;
}
.la-first-order-alt .yellow{
    color: #ffc107;
}

.la-first-order-alt .grey{
    color: #84818a;
}
.table td, .table th {
    text-align: center;
}

.table td i{
    font-size: 22px;
    color: grey;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 3px 5px !important;
}