* {
    padding: 0;
    margin: 0;
}

body,
html {
    position: relative;
    background-color: #eaf0f7;
}

.no-top-pd {
    padding-top: 0px;
}

.i-font-size {
    font-size: 40px
}

.text-muted {
    color: #999 !important;
}

.text-muted_1 {
    color: #555;
}

.col-blue {
    color: #3f51b5;
}

.font-semibold {
    font-weight: 600 !important;
}

.strong_weight {
    font-weight: bold;
}

.card_earn h2 {
    padding: 6px;
    color: #ff9800 !important;
    font-weight: bold !important;
}

.nav-pd {
    padding-top: 7px;
}

.user_menu {
    background: transparent;
    color: #fff;
}

.login_bg {
    background-color: #eaf0f7;
}

.login_logo {
    max-width: 200px;
}

.logo_wdth {
    max-width: 90px;
}

.bd-rad {
    border-radius: 10px;
}

.bd-wdt {
    width: 100%;
}

.mr-20 {
    margin-top: 50px;
}

.mr-30 {
    margin: 30px 0px 45px !important;
}


/* own_nav_tab */

.own_nav_tab {
    border-bottom: 3px solid #2196f3;
}

.own_nav_tab>li {
    top: 0px;
    left: 0px;
}

.own_nav_tab>li>a {
    height: auto;
    padding: 5px 20px;
    position: relative;
}

.own_nav_tab>li>a.active::before {
    border-bottom: none !important;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.own_nav_tab>li>a.active {
    color: #fff !important;
    background: #2196f3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

.own_nav_tab li a.active:hover,
.own_nav_tab li a.active:active,
.own_nav_tab li a.active:focus {
    color: #fff !important;
    background: #2196f3 !important;
}


/* /own_nav_tab */

.logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.limiter {
    position: relative;
    z-index: 1000;
}

.own_btn_clr {
    margin-top: 25px;
    background: #4c8ecb;
}

.own_btn_clr:hover {
    color: #fff !important;
    background: #4c8ecb;
}

.no-border {
    border: none;
}

.payment_table tbody tr:nth-of-type(2n+1) {
    background-color: #e0f7fa;
}

.bd-top {
    border-top: 3px solid;
}

.bd-green-col {
    border-top-color: #4caf50;
}

.bd-danger-col {
    border-top-color: #f44336;
}

.alert-mr {
    margin: 0 auto;
}

.logo-white .nav_dark {
    background: #2f3840;
}

.dark_sidebar {
    background: #343d45;
}

.dark_sidebar .menu .list a span {
    color: #fff;
}

.sidebar .menu .list a {
    color: #fff;
}

.no-img-rad img {
    border-radius: 0px;
}

.lg-pd-lft {
    padding-left: 30px;
}

.ticket {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.user-img-bd {
    border: 1px solid #fff;
}

.side_logo {
    display: none;
}

.side-closed.submenu-closed .navbar-header .navbar-brand .side_logo {
    display: block;
}

.email_btn {
    font-size: 16px !important;
}

.tab-active a.active {
    background-color: #2196f3 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(33, 150, 243);
}

.i-font-size {
    font-size: 14px !important;
}

.own_btn {
    padding: 8px 20px;
}

.upc_code {
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.cover_img>img {
    border-radius: 10%;
    box-shadow: 3px 2px 17px 0px rgba(49, 47, 49, 0.5);
    -ms-box-shadow: 3px 2px 17px 0px rgba(49, 47, 49, 0.5);
    -moz-box-shadow: 3px 2px 17px 0px rgba(49, 47, 49, 0.5);
    -webkit-box-shadow: 3px 2px 17px 0px rgba(49, 47, 49, 0.5);
}


/* .tb-ul>li {
    width: 25%;
    text-align: center;
}

.tb-ul>li a.active {
    background-color: #009688 !important;
    color: #fff !important;
    cursor: default;
    vertical-align: middle;
    margin: 0 0.5em 0.5em;
    padding: 15px;
    height: auto !important;
    cursor: pointer;
}

.tb-ul>li>.tb_menu_link:hover {
    background-color: #009688 !important;
    color: #fff !important;
    cursor: default;
    vertical-align: middle;
    margin: 0 0.5em 0.5em;
    padding: 15px;
    height: auto !important;
    cursor: pointer;
}

.theme-black .nav-tabs>li>a::before {
    border-bottom: 0px;
} */

.tblpdfBtn i {
    font-size: 20px;
    position: relative;
    line-height: 1;
    background-color: #f6e8d3;
    border-color: transparent;
    color: #ff9800;
    padding: 8px;
    height: 100%;
    border-radius: 5px;
}

.tblpdfBtn i:hover {
    background-color: #ff9800;
    color: #fff;
}

.div_center {
    justify-content: center;
    display: flex;
}

.mr-top {
    margin-top: 20px;
}

.footer {
    background: #fff;
    padding: 15px;
    width: 100%;
}

.social_footer ul {
    float: right;
    padding: 0;
    margin: 0;
}

.social_footer {
    float: right;
    padding: 0;
    margin: 0;
}

.social_footer ul li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.social_footer ul li a {
    font-size: 16px;
    color: #555;
}

.social_footer ul li a:hover {
    color: #4c8ecb;
}

.password_div {
    border-radius: 20px;
    padding: 34px 45px;
}

.date_pick {
    padding: 25px 0px 20px 0px;
    text-align: right;
}

.date_pick>button {
    font-size: 11px !important;
    text-transform: capitalize;
}

.date_pick>button>i {
    font-size: 14px !important;
}

.img_border {
    border-radius: 10px;
}

.logo-mr {
    margin-top: -11px;
}

.small-font {
    font-size: 12px;
}

.right_address {
    text-align: right;
}

.store_bg {
    background: url(../images/store_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 100px 0px;
}

.overlay_bg {
    background-color: #000;
    opacity: .3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.song_img {
    position: relative;
}

.song_img img {
    max-width: 100%;
}

.song_bd {
    border-radius: 20px;
}

.div-center {
    margin: 0 auto;
}

.song_title {
    margin-top: 25px;
}

.song_title .title {
    font-weight: bold;
    color: #fff;
}

.store_btn span {
    margin-left: 10px;
    line-height: 2;
}

.store_btn {
    display: block;
    transition: .2s ease-in-out 0s;
    padding: 15px 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.store_btn:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6);
    color: #fff;
    transform: scale(1.02);
    font-size: 14px;
}

.store_btn:hover img {
    max-width: 100%;
}

.btn_spotify {
    background: #30d567;
    color: #fff;
}

.btn_youtube {
    background: #ee3838;
    color: #fff;
}

.btn_jiosaavn {
    background: #2bc5b4;
    color: #fff;
}

.btn_ganna {
    background: #ff2d55;
    color: #fff;
}

.btn_itune {
    background: #fe5957;
    color: #fff;
}

.btn_runka {
    background: #ecb327;
    color: #fff;
}

.no-td-top-bd tbody tr td,
.table tbody tr th {
    border-top: none !important;
}

.add_btn i {
    font-size: 16px !important;
    font-weight: bold;
}

.add_btn:not(.btn-link):not(.btn-circle) span {
    top: 0px;
}

.modal-pd {
    padding: 15px 5px !important;
}

.empty_text {
    font-style: italic;
    color: #b1afaf;
}

.mr-lft {
    margin-left: 0px !important;
}


/* .form-control-label label {
    margin-top: 0px;
} */

.add_box {
    margin-top: 8px;
}

.label_title {
    position: relative;
}

.required_icon {
    position: absolute;
    top: 5px;
    right: -6px;
}

.required_icon i {
    font-size: 8px;
}

.form_ctrl_1 {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    box-sizing: border-box !important;
    margin-bottom: 0px !important;
}

.form_select {
    border: 1px solid #ced4da;
}

.btn_pd {
    padding: 10px 35px;
}

.file_upload {
    border: 1px solid #eee !important;
    border-radius: 5px;
    background: transparent !important;
    padding: 10px;
}

.file_upload i {
    font-size: 52px !important;
}

.file_upload h3 {
    font-size: 14px;
}

.dropzone .dz-preview {
    margin: 0px;
}

.own_tab li a {
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: auto;
}

.own_tab li {
    margin-bottom: -3px;
    top: 0px !important;
}

.own_tab li a {
    display: block;
    padding: 10px 10px;
}

.own_tab li a.active {
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    font-weight: 600;
}

.own_tab>li>a::before {
    display: none;
}

.report_menu {
    width: 100%;
    justify-content: center;
    display: flex;
}

.report_menu>li:first-child {
    margin-right: 15px;
}

.report_menu>li {
    float: left;
    display: inline;
}

.multi-menu>li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.report_action>.actions {
    position: absolute;
    top: 20px;
    right: 16px;
}


/* -- Record-label  */

.row-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.label_card {
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.label_card .label_title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}

.label_card_body {
    padding: 57px 65px;
}

.label_form {
    font-size: 15px;
    color: #555;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.input--style-4 {
    height: 50px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    color: #666 !important;
    -webkit-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    border: 1px solid #d6d4d4 !important;
    box-sizing: border-box !important;
    position: relative;
}

.cal_icon {
    position: absolute;
    right: 28px;
    top: 60%;
}

.table-responsive.table-serach .dataTables_filter input {
    border: 1px solid #b5b4b4;
    padding: 5px 25px;
    border-radius: 30px;
}

.label-address {
    font-size: 28px;
    font-weight: 500;
}

.label_textarea {
    border: 1px solid #d6d4d4 !important;
    font-size: 14px !important;
    color: #666 !important;
    border-radius: 5px !important;
    padding: 15px 25px !important;
}

.form_select_1 {
    border: 1px solid #d6d4d4 !important;
    font-size: 14px !important;
    color: #666 !important;
    border-radius: 5px !important;
    height: 50px !important;
}

.text-muted {
    font-size: 14px;
    color: #ddd;
    font-weight: normal;
}

.required_label {
    position: relative;
}

.required_icon_1 {
    position: absolute;
    top: -3px;
    left: 3px;
}

.required_icon_1 i {
    font-size: 8px;
}

.record_btn {
    padding: 10px 45px;
    height: 45px;
}

.record_btn:hover {
    color: #fff;
}

.alert-danger {
    background-color: rgba(255, 54, 54, 0.8);
}

.renew_alert {
    padding: 25px 0px 20px 0px;
    text-align: right;
}

.renew-btn {
    padding: 15px;
    color: #fff;
    font-weight: 600;
}

.renew-btn:hover {
    color: #fff;
}

.td_div {
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.small-font {
    font-size: 12px;
}

.label_user {
    padding-top: 30px;
    font-weight: 600;
}

.label_tab_btn {
    height: auto !important;
    border-radius: 5px;
    padding: 10px 35px;
    font-size: 14px;
    border-radius: 5px !important;
}

.add_btn {
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    padding: 10px 15px !important;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 0.25rem !important;
    position: relative;
    height: auto !important;
    padding-left: 42px !important;
}

.add_btn {
    font-weight: 600 !important;
}

.add_btn>i {
    left: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    margin-right: 0.75rem;
}

.add_btn>i {
    display: flex !important;
    align-items: center !important;
    position: absolute !important;
    z-index: 100 !important;
    top: 0 !important;
    border-radius: 0 !important;
    padding: 0px 10px 0px !important;
    height: 100% !important;
}

.add_btn>i::before {
    background-color: rgba(167, 29, 42, 0.5);
}

.add_btn>i::before {
    background-color: rgba(6, 7, 8, 0.1);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

#custom-search-input {
    padding: 8px 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input .input-group {
    margin-bottom: 0px;
}

#custom-search-input .input-lg {
    font-size: 14px;
}

#custom-search-input .input-group-btn {
    width: 1%;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-radius: 5px;
}

.stauts-content {
    border-radius: 10px;
}

.status-change {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.status-change .invoice-text {
    font-size: 16px !important;
    letter-spacing: 2px;
}

.status-div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.noti-nav {
    background-color: transparent !important;
}

.pagination_1 li {
    display: inline-block
}

.pagination_1 .page-link {
    position: relative;
    display: block;
    color: #888787;
    background-color: #fff;
    border: 2px solid #888787;
    height: 45px;
    min-width: 45px;
    line-height: 28px;
    font-size: 16px;
    margin: 0 3px 6px;
    font-weight: 700;
    border-radius: 50%;
}

.pagination_1 .page-link:hover,
.pagination_1 .page-link:active,
.pagination_1 .page-link:focus {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.pagination_1 .page-link.active {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.notification-timeline {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.notification-timeline .timeline-container {
    position: relative;
    width: 100%;
}

.notification-timeline .timeline-end,
.notification-timeline .timeline-start,
.notification-timeline.timeline-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.notification-timeline .timeline-end p,
.notification-timeline .timeline-start p,
.notification-timeline .timeline-year p {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(#25aae1, #4481eb);
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.timeline-img {
    margin-right: 5px;
    border-radius: 50%;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.timeline-img img {
    border-radius: 50%;
}

.timeline-box-wdth {
    float: right;
}

.timeline-box-right {
    float: right !important;
}

.notification-timeline .timeline-year {
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

.notification-timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.notification-timeline .timeline-container::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #4F84C4;
}

.notification-timeline .row.timeline-left,
.notification-timeline .row.timeline-right .timeline-date {
    text-align: right;
}

.notification-timeline .row.timeline-right,
.notification-timeline .row.timeline-left .timeline-date {
    text-align: left;
}

.notification-timeline .timeline-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
}

.notification-timeline .timeline-date::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 45px;
    background: linear-gradient(#25aae1, #4481eb);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 15px;
    z-index: 1;
}

.notification-timeline .row.timeline-left .timeline-date::after {
    left: -7px;
}

.notification-timeline .row.timeline-right .timeline-date::after {
    right: -7px;
}

.notification-timeline .timeline-box {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.notification-timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
}

.notification-timeline .timeline-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.notification-timeline .timeline-box::after,
.notification-timeline .timeline-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.notification-timeline .row.timeline-left .timeline-box::after,
.notification-timeline .row.timeline-left .timeline-box::before {
    left: 100%;
}

.notification-timeline .row.timeline-right .timeline-box::after,
.notification-timeline .row.timeline-right .timeline-box::before {
    right: 100%;
}

.notification-timeline .timeline-launch .timeline-box::after,
.notification-timeline .timeline-launch .timeline-box::before {
    left: 50%;
    margin-left: -10px;
}

.notification-timeline .timeline-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
}

.notification-timeline .timeline-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
}

.notification-timeline .row.timeline-right .timeline-box::after {
    border-color: transparent #ffffff transparent transparent;
}

.notification-timeline .row.timeline-right .timeline-box::before {
    border-color: transparent #dddddd transparent transparent;
}

.notification-timeline .timeline-launch .timeline-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
}

.notification-timeline .timeline-launch .timeline-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
}

.notification-timeline .timeline-box .timeline-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
}

.notification-timeline .timeline-icon i {
    font-size: 25px;
    color: #4F84C4;
}

.notification-timeline .timeline-box .timeline-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
}

.notification-timeline .timeline-launch .timeline-text {
    width: 100%;
}

.notification-timeline .timeline-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.notification-timeline .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.notification-timeline .launch-time::before {
    top: 83px !important;
    border-color: transparent transparent #f60101 transparent;
    border-width: 10px;
    z-index: 1;
    transform: rotate(180deg);
}

.notification-timeline .launch-time::after {
    top: 84px !important;
    border-color: transparent transparent #dddddd transparent;
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .notification-timeline .timeline-continue::after {
        left: 40px;
    }
    .notification-timeline .timeline-end,
    .notification-timeline .timeline-start,
    .notification-timeline .timeline-year,
    .notification-timeline .row.timeline-left,
    .notification-timeline .row.timeline-right .timeline-date,
    .notification-timeline .row.timeline-right,
    .notification-timeline .row.timeline-left .timeline-date,
    .notification-timeline .timeline-launch {
        text-align: left;
    }
    .notification-timeline .row.timeline-left .timeline-date::after,
    .notification-timeline .row.timeline-right .timeline-date::after {
        left: 47px;
    }
    .notification-timeline .timeline-box,
    .notification-timeline .row.timeline-right .timeline-date,
    .notification-timeline .row.timeline-left .timeline-date {
        margin-left: 55px;
    }
    .notification-timeline .timeline-launch .timeline-box {
        margin-left: 0;
    }
    .notification-timeline .row.timeline-left .timeline-box::after {
        left: -20px;
        border-color: transparent #ffffff transparent transparent;
    }
    .notification-timeline .row.timeline-left .timeline-box::before {
        left: -22px;
        border-color: transparent #dddddd transparent transparent;
    }
    .notification-timeline .timeline-launch .timeline-box::after,
    .notification-timeline .timeline-launch .timeline-box::before {
        left: 30px;
        margin-left: 0;
    }
}


/* -- /Record-label  */


/*** media query ***/

@media screen and (min-width:320px) and (max-width: 767px) {
    .xs-height {
        height: 100vh !important;
    }
    .loginCard>.wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .loginCard .rgstr-btn {
        /* float: right; */
        right: 0;
        left: 0;
        top: 15px;
        margin: 0 auto;
    }
    .login_logo {
        max-width: 200px;
    }
    .xs-no-margin {
        margin: 0 !important;
    }
    .lg-pd-lft {
        padding-left: 15px;
    }
    .right_address {
        text-align: left;
    }
    .m-l-30 {
        margin-left: 0px;
    }
}


/*** /media query ***/