@charset "utf-8";
/* CSS Document */

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

/** BASIC CSS **/
:root{
	--color1 : #11B9FF;
	--color2 : #0798d2;
}



* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;
    padding: 0 !important;}

    @media screen and (max-width: 768px) {
        body {
            background-color: #232122; /* Background color for mobile screens */
        }
    }

body::-webkit-scrollbar ,
.scroll-table::-webkit-scrollbar,
.list_scroll_view::-webkit-scrollbar,
.wrap::-webkit-scrollbar{
width: 1em;
}

body::-webkit-scrollbar-track,
.scroll-table::-webkit-scrollbar-track,
.list_scroll_view::-webkit-scrollbar-track,
.wrap::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb ,
.scroll-table::-webkit-scrollbar-thumb,
.list_scroll_view::-webkit-scrollbar-thumb,
.wrap::-webkit-scrollbar-thumb{
background-color: var(--color1);
outline: 1px solid var(--color1);
}

p {
    font-size: 13px;
    color: #848484;
    line-height: 17px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: var(--color1);
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: var(--color1);
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: var(--color1);
 color:#fff;}
 
a, input, select, textarea, img ,.btn{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
.btn{
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 0;
}	
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
.modal-backdrop{
    z-index: 9999;
}
.modal{
    z-index: 99999;
}

/** BASIC CSS END HERE **/ 
.login_container{
	width: 100%;
	height: 100vh;
	background: #fff;
	position: relative;
	display: flex;
}
.img_sec{
    width: 100%;
    height: 100%;
	position: relative;
}
.img_sec img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.overlay_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 20px 100px;
}
.img_sec h1 {
    color: #ffff;
    font-size: 5rem;
    font-weight: 400;
}
.img_sec h5{
	color: #ffff;
    font-size: 1.2rem;
    font-weight: 400;
}
.img_sec p{
	color: #ffff;
    font-size: 1.8rem;
	line-height: 1.4;
}
.login_sec {
    width: 100%;
	max-width: 356px;
    height: 100%;
    position: relative;
}
.loginbar {
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 5px 15px;
}
.back_btn {
    color: #333;
    display: flex;
    align-items: center;
	line-height: 1;
    font-size: 12px;
    font-weight: 500;
}
.back_btn img {
    width: 14px;
    height: 14px;
	margin-right: 3px;
}
.login_box {
    padding: 8px 10px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 40px;
    overflow: auto;
}
.login_box .site_logo {
    margin: auto;
    max-width: 95px;
    display: block;
    margin-bottom: 45px;
}
.content_log {
    max-width: 280px;
    margin: auto;
}
.content_log.home_contnet a{
	width: 100%;
    display: block;
    margin: 5px 0;
}
.content_log small{
	display: block;
    text-align: center;
    margin: 12px 0;
}
.btn_black{
	background: #232222;
	color: #fff;
	border-radius: 0;
}
.btn_blue_outline{
	background: transparent;
	color: var(--color1);
	border-radius: 0;
	border-color: var(--color1);
}
.btn_blue_outline:hover,.btn_blue_outline:focus{
	background:  var(--color1);
	color:#fff;
	border-color: var(--color1);
}
.btn_blue{
	background:  var(--color1);
	color:#fff;
	border-color: var(--color1);
	border-radius: 0;
}
.btn_blue:hover,.btn_blue:focus{
	background:  var(--color2);
	color:#fff;
	border-color: var(--color2);
}
.btn_blue img{
    width: 24px;
    margin-right: 3px;
}
.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 12px;
    color: #333;
}
.content_log .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.content_log .form-control:focus{
	border-color: var(--color1);
}
.content_log .form-control::placeholder{
	color: #717171;
}
.signup_text {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.signup_text img{
    width: 43px;
    margin-right: 8px;
}
.signup_text h3{
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
}
.signup_text h3 span{
    font-weight: 600;
}
.signup_text_content p{
	font-size: 13px;
    line-height: 16px;
    color: #000;
}
.form-check-input{
    border-color: var(--color1);
	border-radius: 0 !important;
}
.form-check-input:checked {
    background-color: var(--color1);
    border-color: var(--color1);
}
.form-check-label {
    font-size: 12px;
}
.form-check-label a{
	color: var(--color1);
}
.msg_box {
    width: 100%;
    text-align: center;
    max-width: 510px;
    margin: auto;
    background: #fff;
    padding: 1.5rem;
}
.msg_box .site_logo{	
    margin: auto;
    max-width: 95px;
    display: block;
    margin-bottom: 22px;
}
.msg_box h5{
	color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.msg_box p{
	color: #000;
    font-size: 13px;
    font-weight: 500;
}
.password_field{
    position: relative;
}
.password_field input{
    padding-right: 20px;
}
.toggle-password{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    right: 0;
    cursor: pointer;
}

/*---------------Dashboard--------------*/
.dark-bg{
	background: #0E0E0E !important;
}
.fixed_height{
	width: 100%;
	height: 100vh;
	position: relative;
}
.fixed_height.large{
    overflow: hidden;
}
/*---------------navbar start---------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /**background: #fff !important;**/
    width: 100%;
    height: 59px;
    padding: 7px 23px;
	z-index: 999;
    /**box-shadow: 0px 1px 6px #dbdbdb;**/
    transform: translate(0px, 0%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.header.large {
    transform: translate(0px, -102%);
}
.dark-bg .header{
    background: #0E0E0E !important;
    box-shadow: 0px 0px 0px transparent;
}
.image-bg .header{
    background: transparent !important;
    box-shadow: 0px 0px 0px transparent;
    backdrop-filter: blur(10px);
}
.logo-head {
    width: 57px;
    height: 47px;
    float: left;
	margin-right: 19px;
}
.logo-head a{
	display: block;
	width:100%;
	height:100%;
}
.logo-head img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.menu-left {
    float: left;
    display: flex;
}
.menu-left ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 46px;
	list-style: none;
}
.menu-left ul li a{
	color: #000000;
    padding: 13px;
    font-size: 13px;
    position: relative;
}
.menu-left ul li a span{
    position: absolute;
    bottom: -19px;
    left: -100%;
    right: -100%;
    display: none;
    width: max-content;
    font-size: 10px;
    background: var(--color1);
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 0px 5px;
}
.menu-left ul li a:hover span{
    display: block;
}
.dark-bg .menu-left ul li a{
	color: #fff;
}
.menu-left ul li a img{
    width: 30px;
    filter: brightness(1);
}
.menu-left ul li a:hover img{
    filter: brightness(3);
}
.menu-right {
    float: right;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    max-width: 250px;
    justify-content: flex-end;
}
.menu-right ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    margin-left: auto;
    justify-content: flex-end;
}
.menu-right ul li{
	margin-right: 28px;
}
.menu-right ul li a{
	font-size: 19px;
    color: #000000;
	position: relative;
}
.dark-bg .menu-right ul li a,.image-bg .menu-right ul li a{
    color: #fff;
}
.menu-right ul li a .badge{
    font-size: 10px;
    position: absolute;
    top: -1px;
    right: -12px;
    padding: 3px 4px;
    border-radius: 50px;
}
.image-bg .menu-left ul{
    width: 0%;
    overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.image-bg .logo-head:hover + .menu-left ul,
.menu-left ul:hover{
    width: 100%;
    overflow: visible;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.fill_logo{
    display: none;
}
.logo-head:hover .fill_logo,.menu-left ul:hover * .logo-head .fill_logo{
    display: block;
}
.logo-head:hover .line_logo,.menu-left ul:hover * .logo-head .line_logo{
    display: none;
}

.profile_account {
    position: relative;
    margin-left: 15px;
}
.profle_img {
    width: 50px;
    height: 50px;
	cursor: pointer;
    position: relative;
}
.profle_img.active::before{
    content: "";
    display: block;
    width: 2px;
    height: 7px;
    background: var(--color1);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
}
.profle_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent;
}
.profle_img:hover img{
    border-color: #C9C9C9;
}
.profle_img.active img{
    border-color: var(--color1);
}
.dropdownprof {
	display: block;
    position: absolute;
    background: #ffffff;
    width: 248px;
    height: calc(100vh - 60px);
    right:-15px;
    top: 55px;
    text-align: center;
    padding: 0px;
    overflow: auto;
    box-shadow: 0px 5px 32px #0000001a;
    opacity: 0;
    visibility: hidden;
    /* transform: translate(0%, -152%); */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.dropdownprof a{
	color: #000;
	display: block;
	width: 100%;
}
.dropdownprof.open{
    opacity: 1;
    visibility: visible;
    /* transform: translate(0%, 0%); */
}

.notification_popup {
	display: block;
    position: absolute;
    right: 0;
    width: 230px;
    background: #fff;
    top: 54px;
    max-height: 220px;
    overflow: auto;
    padding: 0.5rem;
    box-shadow: 0px 5px 32px #0000001a;
    /* transform: translate(120%, 0%); */    
    opacity: 0;
    visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.notification_popup.open{    
    opacity: 1;
    visibility: visible;
    /* transform: translate(0%, 0%); */
}
.notification_popup a {
	font-size: 12px;
    width: 100%;
    display: block;
    background: #e3e3e3;
    margin: 3px 0;
    border-radius: 4px;
    padding: 0.5rem;
    text-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.toggle_bar {
	display: none;
    float: left;
    width: 30px;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-right: 9px;
    font-size: 20px;
    cursor: pointer;
}
.dark-bg .toggle_bar,.image-bg .toggle_bar{
    color: #fff;
}
.drop_nav ul{
    display: block;
    text-align: left;
}
.drop_nav ul li{
    margin: 0 !important;
    padding: 0 !important;
}
.drop_nav ul li a {
    color: #000 !important;
    font-size: 13px;
    padding: 9px 30px;
}
.drop_nav ul li a i.fa{
    width: 30px;
    font-size: 15px;
}
.drop_nav ul li a:hover{
    background: #828A9B;
    color: #fff !important;
}
.bg_vanimg1{
    background: url('../images/adam-torres.png') no-repeat;
    background-size: cover;
}
.bg_vanimg2{
    background: url('../images/NoPath.png') no-repeat;
    background-size: cover;
}
.bg_vanimg3{
    background: url('../images/Chikage-HD.png') no-repeat;
    background-size: cover;
}
.bg_vanimg4{
    background: url('../images/wheelton-artsik.png') no-repeat;
    background-size: cover;
}
.drop_imgnav1 ul{
    display: block;
}
.drop_imgnav1 ul li{
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 60%);
}
.drop_imgnav1 ul li a{
    display: flex;
    align-items: center;
    padding: 9px 24px 9px 20px;
    position: relative;
    color: #fff;
}
.drop_imgnav1 ul li a img{
    max-width: 29px;
    min-width: 29px;
    height: 29px;
    object-fit: contain;
    margin-right: 16px;
}
.drop_imgnav1 ul li a div{
    text-align: left;
    font-size: 13px;
    display: block;
}
.drop_imgnav1 ul li a div small{
    display: block;
    font-size: 10px;
    line-height: 1;
}
.arrow_rop{
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.arrow_rop.down{
    transform: rotate(0deg);
}
.dropdown_nav ul li ul{
    display: none;
}
.sub-dropdown{
    border-top: 1px solid #fff;
}
.sub-dropdown li a{
    font-size: 14px !important;
    padding: 10px 31px !important;
}
.sub-dropdown li a i.fa{
    width: 32px;
    font-size: 15px;
    text-align: left;
}
.drop_btnnav {
    padding: 10px;
}
.drop_btnnav .btn{
    color: #fff;
    margin: 2px 0;
}
.copyright_drop{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 10px;
}
/*---------------navbar end---------------*/


.dashboard_body {
    width: 100%;
    color: #fff;
    padding-top: 59px;
    min-height: calc(100vh - 77px);
    transform: translate(0%, 0%); 
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.dashboard_body.large {
    transform: translate(0%, 120%);
    padding: 0 !important;
}
.dark-bg .dashboard_body{
    color: #fff;
}
.container-fluid {
    padding: 0 112px;
}
.navtabbar{
    padding: 20px 0 20px 0;   
}
.border-top{
    border-top:0px solid #fff !important;
}    
.navtabbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
	overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}
.navtabbar ul li{
	margin-right: 40px;
}
.navtabbar ul li a{
	color: #ffffff;
    font-size: 13px;
    position: relative;
    padding: 11px 0px;
    display: block;
    width: max-content;
}
.navtabbar ul li a::after{
    content: "";
    display: none;
    position: absolute;
	bottom: -2px;
    left: 0;
    right: 0;
    background: var(--color1);
    width: 100%;
    height: 5px;
}

.uniqueIdBox{
    color: #fff;
    background: #ffffff21;
    padding: 5px 5px;
}
.uniqueIdBoxBottom{
	margin-top: 3px;
    left: 0;
    right: 0;
    background: var(--color1);
    width: 100%;
    height: 5px;
    margin-bottom: -5px;
}

.navtabbar ul li.active a{
    color: #fff;
    background: #ffffff21;
    padding: 10px 10px;
}
.navtabbar ul li.active a::after,.navtabbar ul li a:hover::after{
    display: block;
}
.navtabbar ul li a img{
    width: 13px;
    margin-right: 4px;
}
.card_box{
	background: #ffffff1a;
    padding: 1.1rem;
    margin: 15px 0;
}
.text-theme{
	color: var(--color1) !important;
}
.form-title{
	font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
}
.form-title i.fa{
	color: #fff;
	margin-right: 5px;
}
.form-title img{
    width: 17px;
    height: 17px;
    margin-top: -5px;
    margin-right: 5px;
    object-fit: contain;
}
.form-title3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    padding: 13px;
    border-bottom: 0px solid #707070;
    background: #ffffff21;
}
.infotext {
    display: flex;
    align-items: center;
    width: 100%;
}
.infotext i.fa{
	font-size: 20px;
    margin-right: 13px;
}
.infotext p{
    color: #fff;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}
.card_box .form-control {
    border: 0;
    /*! border: 1px solid #ffffff21; */
    border-radius: 0;
	background: #ffffff1a;
	color: #F4F4F4;
    padding-left: 20;
    padding-right: 28px;
}
.card_box .form-control:focus{
	border-color: var(--color1);
}
.card_box .form-control::placeholder{	
	color: #D6D6D6;
}
select{
	background-image: url(../images/down-arrow.png) !important;
	background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
	background-repeat: no-repeat !important;
    background-position: right 0.5rem center !important;
}
.card_box  select option {
	margin: 40px;
	background: #232323;
	color: #D6D6D6;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.radio-check{
	position: relative;
	padding: 5px 0;
}
.radio-check input{
	display: none;
}

.radio-check input:checked + label{
	color: #99C1D8;
}
.radio-check label{
	position: relative;
	padding-left: 30px;
}
.radio-check label::after{
	content: "";
    display: none;
    width: 12px;
    height: 12px;
    background: var(--color1);
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
}
.radio-check label::before{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color1);
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.radio-check input:checked + label::after{
    display: block;
}
.card_inputs_fields{
    display: flex;
    align-items: center;
}
.card_inputs_fields input{
    width: 20%;
    margin: auto;
    text-align: center;
    padding: 0.375rem 0rem;
}
.card_inputs_fields input:first-child{
    margin-left: 0;
}
.expDate_input {
    display: flex;
    align-items: center;
    color: #828282;
    width: 100%;
    font-size: 28px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;;
}
.input_table_top{
    display: flex;
    align-items: center;
    max-width: 410px;
    margin-left: auto;
    justify-content: end;
}

.checkbox-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .checkbox-check label {
    position: relative;
    cursor: pointer;
  }
  
  .checkbox-check label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--color1);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.05), inset 0px -15px 10px -12px rgba(255, 255, 255, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .checkbox-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .checkbox-check input:checked + label:before{
    background: var(--color1);
  }
  .input_table_top select{
    background: transparent;
    color: var(--color1);
    margin-left: 8px;
    padding: 2px 28px 2px 10px;
  }
 .text-gray{
    color: #828282;
 }
 .dark-table thead{
    background: #fff;
    color: #4f4f4f;
 }
 .dark-table thead tr{

 }
 .dark-table thead tr th{
    border-bottom: 1px solid #fff;
 }
 .dark-table tbody tr td{
    background: #ffffff21;
    border-bottom: 2px solid #ffffff21;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
 }
 .action_btns{
    font-size: 17px;
 }
 .action_btns span{
    cursor: pointer;
    margin-left: 10px;
 }
 .dark-table tbody tr td .btn{
    padding: 6px 23px;
 }
 .dark-table tfoot tr td{
    border-color:#232323 !important ;
 }
 .addstuffbtn{
    color: var(--color1);
    padding: 5px 0px;
    background: transparent;
    cursor: pointer;
 }
 .addstuffbtn span{
    border: 2px solid;
    padding: 2px 5px;
    border-radius: 50%;
    margin-right: 5px;
 }
 .footer {
    background: #000000;
    padding: 20px 10px;
    margin-top: 20px;
}
.image-bg .footer{
    background: transparent !important;
    box-shadow: 0px 0px 0px transparent;
    backdrop-filter: blur(10px);
}
.footer p{
    margin: 0;
    color: #fff;
}
.img-sm {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center center;
}
.action_icon {
    color: #fff;
    font-size: 14px;
    margin-left: 11px;
}
.action_icon:first-child{
    margin-left: 0;
}
.action_icon img{
    width: 19px;
}
.action_icon i.fa{
    font-size: 16px;
}
.text-success {
    color: #04c904 !important;
}
.filter_table_arrow{
    margin-left: 8px;
    cursor: pointer;
}
.scroll-table {
    position: relative;
    max-height: calc(100vh - 199px);
    overflow: auto;
}
.scroll-table .table thead{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
.title_menu{
    border-bottom: 2px solid #AEAEAE;
}
.title_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.title_con{
    width: 78%;
    display: flex;
    align-items: center;
}
.title_con h3{
    color: #fff;
    font-size: 18px;
    margin-right: 17px;
    min-width: 191px;
}
.title_con ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.title_con ul li{
    margin: 0 12px;
    min-width: max-content;
}
.title_con ul li a{
    color: #FFFFFB;
    font-size: 13px;
    padding: 11px 0;
    display: flex;
    align-items: center;
}
.title_con ul li a .symbols{
    font-size: 15px;
    margin-right: 5px;
    color: #828282;
}
.title_con ul li.active a,.title_con ul li.active a .symbols{
    color: #FFF;
    font-weight: 500;
}
.title_btncon .btn {
    padding: 4px 20px;
    border-radius: 0px;
}
.btn_del{
    background: #FF1100;
    border-color:#FF1100;
    color: #fff;
}
.btn_del:hover,.btn_del:focus{
    background: #FF1100;
    border-color:#FF1100;
}
.btn_submit{
    background: #616161;
    border-color:#616161;
    color: #fff;
}
.btn_submit:hover,.btn_submit:focus{
    background: #616161;
    border-color:#616161;
}
.form-title2{
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    padding: 10px 0;
    border-bottom: 1px solid #707070;
}

.form_box .form-control {
    border: 0;
    border-bottom: 1px solid #828282;
    border-radius: 0;
	background: transparent;
	color: #D6D6D6;
}
.form_box .form-control:focus{
	border-color: var(--color1);
}
.form_box .form-control::placeholder{	
	color: #D6D6D6;
}
.form_box textarea.form-control {
    border: 0;
    border-radius: 0;
	background: #232323;
	color: #D6D6D6;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    margin-top: 5px;
    padding: 7px !important;
    overflow-y: auto; /* Enable vertical scrollbar only when needed */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #11B9FF;
}
.searchinput{
    position: relative;
}
.searchinput input{
    padding-right: 20px;
}
.searchinput i.fa{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 2.5;
    cursor: pointer;
}
.input_file input{
    display: none;
}
.input_file label {
    background: #232323;
    padding: 9px 20px;
    cursor: pointer;
}
.bg-trtd-unpaid td{
    background: #6B3232 !important;
}
.bg-trtd-paid td{
    background: #2A5131 !important;
}
.bg-trtd-threoshkold td{
    background: #51452A !important;
}
.record_label_percentage {
    background: #535353;
    padding: 10px;
}
.record_label_percentage ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
.record_label_percentage ul li{
    display: inline-block;
    margin: 0 28px;
    color: #fff;
}
.record_label_percentage ul li span{
    color: var(--color1);
    margin-left: 13px;
    font-weight: bold;
}


.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgb(255 255 255 / 21%);
    border-radius: 0;
    transition: 0.2s;
    background: #085271;
    text-align: center;
    justify-content: center;
    margin: 15px 0;
    color: #fff;
  }
  .file-drop-area.is-active {
    background-color: #044764;
  }
  
  
  .file-msg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .file-msg h4{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }
  .file-msg p{
    color: #fff;
    margin: 5px 0;
    font-size: 15px;
    font-style: italic;
  }
  .file-msg small{
    color: #fff;
    display: block;
    font-size: 11px;
    font-style: italic;
  }
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .file-input:focus {
    outline: none;
  }
  .track_table{
    width: 100%;
  }
  .track_table thead tr th{
        color: #fff;
        background: #0e0e0e !important;
    border-bottom: 1px solid #fff;
  }
  .track_table tbody tr td {
    color: #fff;
    font-size: 12px;
    background: #232323 !important;
    border-bottom: 5px solid #0e0e0e;
}
  .audio_tdbox{
    width: 100%;
    min-height: 90px;
    height: 100%;
    position: relative;
    display: flex;
  }
  .boxghth{
    display: grid;
    width: 62px;
    height: 100%;
    min-height: 90px;
    padding-top: 25px;
  }
  .boxghth button {
    width: 26px;
    font-size: 20px;
    margin: 7px 4px;
    background: transparent;
    color: #C9C9C9;
}
.drag_arrows {
    cursor: grab !important;
}
.boxghth button.playaudio_btn{
    color: #98A9BC;
}
.boxrewgr {
    width: 100%;
    height: 100%;
    min-height: 90px;
    position: relative;
    padding-bottom: 25px;
}
  .slnoaudio{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color1);
    font-size: 13px;
  }
  .audio_title {
    display: block;
    color: var(--color1);
    width: 100%;
}
  .audio_type{
    display: block;
    color: var(--color1);
    width: 100%;
    font-size: 12px;
    margin: 7px 0;
  }
  .audio_track {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}
  .atack{
    width: 100%;
    max-width: 144px;
    background: #C9C9C9;
    height: 5px;
    position: relative;
  }
  .trackprogrss{
    background: var(--color1);
    width: 0px;
    height: 100%;
    cursor: pointer;
  }
  .artist_box {
    width: 100%;
    height: 100%;
    min-height: 90px;
    position: relative;
    padding-bottom: 28px;
}
.replace_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFA200;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
}
.add_artist {
    background: transparent;
    color: var(--color1);
    font-size: 12px;
    margin-top: 4px;
}
.add_artist span {
    border: 1px solid;
    padding: 2px 4px;
    border-radius: 50%;
    font-size: 11px;
}
.remove_btn_audio {
    width: 100%;
    height: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.remove_btn_audio span{
    cursor: pointer;
}
.cursor-pointer{
    cursor: pointer;
}
.btn_inv .btn{
    color: #fff !important;
    padding: 3px !important;
    width: 100%;
}
.total_bg td{
    background: #085271;
    color: #fff !important;
}
.dark_bg{
    background: #2E2E2E;
    color: #fff !important;
}
.export_btn_sec .container-fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.export_btn_sec ul{
    max-width: 373px;
}
.button_group_right {
    display: flex;
    align-items: center;
}
.btn_csv{
    background: #567887;
    color: #fff;
}
.button_group_right .btn {
    margin-right: 10px;
    padding: 6px 11px;
    font-size: 11px;
}
.button_group_right .btn span{
    border: 2px solid;
    padding: 2px 4px;
    border-radius: 50%;
    margin-right: 3px;
}
.search_box {
    position: relative;
    border-bottom: 5px solid var(--color1);
}
.search_box input,.search_box input:focus,.search_box input:hover{
    background: transparent;
    border: 0;
    padding: 5px 5px 5px 40px;
    max-width: 158px;
    color: #fff;
}
.search_box input::placeholder{
    color: #fff;
}
.search_box i.fa{
    position: absolute;
    top: 0;
    left: 10px;
    width: 18px;
    height: 18px;
    margin: auto;
    bottom: 0;
}
.ProductionCost{
    margin-top: 30px;
}
.costprogress {
    width: 100%;
    height: 23px;
    background: #00B4FF;
    margin-top: 3px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background: #AE1A1A;
}

.costprogress.complete .progb{
    background: #2EBE33;
}
.costprogress span{
    color: #fff !important;
    position: relative;
    z-index:1;
}
.text-lightblue{
    color: #98A8AC !important;
}
.contacts_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.contacts_list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 22px;
}
.contacts_list li::after{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0px;
    left: 0;
}
.success_list::after{
    content: "\f040";
    color: #2EBE33;
}
.danger_list::after{
    content: "\f00d";
    color: #FF0000;
}
.theme_list::after{
    content: "\f040";
    color: #00B4FF;
}
.theme_list{
    color: #00B4FF;
}
.taskfinal_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.taskfinal_list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 22px;
}
.taskfinal_list li::after{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0px;
    left: 0;
}
.cross_task::after{
    content: "\f00d";
    color: #FF0000;
}
.right_task::after{
    content: "\f00c";
    color: #2EBE33;
}
.artworkimg {
    max-width: 161px;
    height: 161px;
    object-fit: cover;
}
.dangerbg td{
    background: #2E1B1B !important;
}
.primarybg td{
    background: #112D38 !important;
}
.successbg td{
    background: #2C3823 !important;
}
/*------------Multistep-form-------------*/
.multistepform h2 {
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    margin-bottom: 18px;
}
.multistepform {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #ffffffbf;
    padding: 1.2rem;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}
.step_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_tab ul {
    padding: 0;
    margin: 29px 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    width: 100%;
}
.step_tab ul li{
    position: relative;
    width: 100%;
    height: 41px;
    text-align: center;
}
.step_tab ul li::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 4px;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    background: var(--color1);
    border-radius: 50%;
    margin: auto;
    z-index: 2;
}

.step_tab ul li:after {
    content: '';
    display: block;
    width: 97%;
    height: 2px;
    background: #EBEBEB;
    position: absolute;
    left: -48%;
    top: 21px;
    z-index: 0;
}
.step_tab ul li.active::after{
    background: var(--color1);
}
.step_tab ul li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
.step_tab ul li span{
    color: #000;
    font-size: 11px;
    display: block;
    transform: translate(0px, 0px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.step_tab ul li.active span{
    color: var(--color1) !important;
    transform: translate(0px, -17px);
}
.step_tab ul li .label_circle{
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    z-index: 0;
    border: 0px solid #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
} 
.step_tab ul li.active .label_circle {
    position: absolute;
    width: 40px;
    background: var(--color1);
    height: 40px;   
    z-index: 1;
    border: 2px solid #fff;
}
.step_tab ul li.active::before{
    background:#fff;
}
.fields_box{
    display: none;
}
.fields_box.active{
    display: block;
}
.fields_box:first-child .prevform{
    display: none;
}
.fields_box:first-child .prevform{
    display: none;
}

.form_content_box {
    margin: 35px 0;
    min-height: 55vh;
}
.form_content_box .form-group label{
    font-weight: 500;
}
.form_content_box .form-control{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    background: transparent;
}
.form_content_box textarea.form-control{
    border: 1px solid #000 !important;
    padding-left: 10px;
    background: transparent;
}
.fields_buttons {
    display: flex;
    align-items: center;
    justify-content: start;
}
.fields_buttons button{
    margin-right: 10px;
    width: auto;
    min-width: 140px;
}

.file_uploader {
    width: 100%;
    margin: 10px 0;
}
.file_uploader input{
    display: none;
}
.file_uploader label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.file_icon {
    color: var(--color1);
    border: 2px solid;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 1.5;
    border-radius: 50%;
    margin-right: 8px;
}
.file_label_txt {
    color: var(--color1);
    font-size: 11px;
    line-height: 1.2;
}
.file_label_txt span{
    font-weight: 500;
    font-size: 14px;
}
.addStuffmember{
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 7px 0;
    margin-top: 5px;
    background: transparent;
    color: var(--color1);
}
.addStuffmember span{
    border: 2px solid;
    padding: 1px 4px;
    border-radius: 50%;
}
.table_member {
    width: 100%;
    font-size: 13px;
}
.table_member tr th,.table_member tr td{
    padding: 4px 0;
}

.site_logo_modal {
    width: 70px;
    height: 60px;
    margin: auto;
    margin-bottom: 20px;
}
.site_logo_modal img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal .form-control{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.modal textarea.form-control{
    border: 1px solid #000 !important;
}
/*-----------End Multi step form-----------*/

/*------Player----------*/
.player_screen {
    padding-bottom: 130px;
}
.audio_player_box {
    /* background: #EBEBEB; */
    background: #0000002e;
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100px;
    position: fixed;
    bottom:0 ;
    right: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(0px, 0%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.audio_player_box.large {
    transform: translate(0px, 110%);
}
.audio_thumble {
    max-width: 100px;
    height: 100%;
    width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.audio_thumble img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.audio_thumble video{
    display: none;
}
.audio_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.audio_description ,.audio_controler,.audio_options{
    width: 33%;
}
.audio_description h4{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.audio_description div{
    color: #fff;
}
.audio_controler {
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.audio_controler button{
    color: #fff;
    font-size: 24px;
    background: transparent;
    margin: 0 16px;
}
.audio_options {
    display: flex;
    align-items: center;
    justify-content: end;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.audio_options button{
    color: #fff;
    font-size: 24px;
    background: transparent;
    margin: 0 16px;
}
.audio_options button.active{
    color: var(--color1);
}
.audio_progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    height: 5px;
}
.pbar{
    width: 0%;
    height: 100%;
    background: var(--color1);
}
.audio_playlist {
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 68vh;
    background: #ffffff4f;
    backdrop-filter: blur(8px);
    z-index: 99;
    opacity: 0;
    transform: translate(0%, 180%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.audio_playlist.show{
    opacity: 1;
    transform: translate(0%, 0%);
}
.button_clear_quee {
    position: absolute;
    top: -31px;
    height: 31px;
    width: 132px;
    display: flex;
    align-items: center;
    right: 0;
}
.clear_queue{
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    font-style: italic;
    min-width: 77px;
    text-align: center;
    line-height: 2.5;
    font-size: 12px;
    cursor: pointer;
}
.close_play_list{
    display: block;
    width: 80px;
    height: 100%;
    background: var(--color1);
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.3;
    cursor: pointer;
}
.list_scroll_view{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.audio_song_list {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    background: #00000073;
    color: #fff;
    margin: 1px 0;
    font-size: 13px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.audio_song_list.active,.audio_song_list:hover{
    background: #0000008a;
}
.song_list_thumble {
    max-width: 100px;
    height: 100%;
    width: 100%;
}
.song_list_thumble img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.song_list_btn {
    max-width: 50px;
    min-width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.song_list_btn button {
    font-size: 20px;
    background: transparent;
    width: 100%;
    height: 100%;
    color: #fff;
}
.song_list_name {
    width: 100%;
    max-width: 270px;
}
.song_list_cat {
    width: 100%;
    max-width: 120px;
}
.song_list_cat2 {
    width: 100%;
    max-width: 170px;
}
.song_list_gen {
    width: 100%;
    max-width: 120px;
}
.song_list_relesed {
    width: 100%;
    max-width: 120px;
}
.song_list_actions {
    width: 100%;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.song_list_actions button{
    color: #fff;
    background: transparent;
    font-size: 20px;
}
/* .audio_player_box.large{
    height: 100vh;
    z-index: 99999;
    display: block;  
}
.large .audio_thumble{
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50px;
    bottom: 112px;
    left: 0;
    right: 0;
}
.large .audio_thumble img{
    width: auto;
    max-width: 100%;
    height: auto;
} */
.video_box {
    width: 100%;
    height: 100%;
}
/* .large .audio_thumble.has-video img{
    display: none;
}
.large .audio_thumble.has-video video{
    display: block;
}
.large .audio_container{
    position: absolute;
    bottom: 0;
    height: 112px;
    left: 0;
    right: 0;
    width: 100%;
    background: #00000024;
    justify-content: space-between;
}
.large .audio_controler {
    justify-content: start;
}
.large .audio_description{
    position: fixed;
    top: 0;
    background: #00000024;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.large .audio_description h4,
.large .audio_description div{
    margin: 0 9px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.large .audio_progressbar {
    top: 0;
    bottom: inherit !important;
} */

/* .audio_player_box video::-webkit-media-controls {
    display: none;
  } */
  
.audio_player_box video::-webkit-media-controls-play-button {
    display: none;
}
  
.audio_player_box  video::-webkit-media-controls-volume-slider {
    display: none;
}
  
.audio_player_box  video::-webkit-media-controls-mute-button {
    display: none;
}
  
.audio_player_box   video::-webkit-media-controls-timeline {
    display: none;
}
  
.audio_player_box  video::-webkit-media-controls-current-time-display {
    display: none;
}
.volume {
    position: relative;
}
.volume input {
    display: none;
    position: absolute;
    bottom: 6px;
    transform: rotate(-90deg) translate(80px, -35px);
    -webkit-appearance: none;
    background: #ffffff;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
    z-index: 111;
    border: 1px solid #11b9ff;
}
  .volume input:hover {
    opacity: 1;
  }
  
  .volume input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: var(--color1);
    cursor: pointer;
    border-radius: 50%;
  }
  
  .volume input::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color1);
    cursor: pointer;
  }
.volume:hover input,
.volume input:hover,
.volume:focus input,
.volume input:focus{
    display: block;
}
@media only screen and (max-width : 576px) {
    .volume input {
        transform: rotate(-90deg) translate(51px, -30px);
    }
}
.media_box {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    visibility: visible;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
    background: #0000004f !important;
}
.media_box.visible{
    z-index: 1;
}
.media_box video{
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
}
.media_box::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000000a;
    backdrop-filter: blur(48px);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.media_box.visible::after{
    background: transparent;
    backdrop-filter: blur(0);
}
.minimisefullscreen {
    position: fixed;
    z-index: -1;
    bottom: 30px;
    right: 50px;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 0;
    background: #000;
    color: #fff;
    font-size: 24px;
    opacity: 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.minimisefullscreen.visible{
    z-index: 1;
    opacity: 1;
}
.wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.thumble_media{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/*------end Player----------*/
.btn_blue_transparent{
    color: var(--color1);
    background: transparent;
    padding: 10px 0px;
    font-size: 14px;
}
.btn_blue_transparent span{
    border: 2px solid;
    padding: 1px 4px;
    border-radius: 50%;
}
.icon_dropdown {
    position: relative;
}
.icon_dropdown select{
    border-color: var(--color1) !important;
    color: var(--color1);
    padding-left: 25px !important;
}
.icon_dropdown span{
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 19px;
    height: 19px;
    border: 2px solid;
    color: var(--color1);
    text-align: center;
    border-radius: 50%;
}
.innter_form_title{
    font-size: 18px;
    color: #000;
    margin-bottom: 11px;
    font-weight: 400;
}
/*------bg-image--------*/
.image-bg{
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}
.search_nav {
    float: left;
    min-width: 220px;
    height: 46px;
    display: flex;
    align-items: center;
}
.search_input{
    display:none;
    width: 100%;
    height: 33px;
    position: relative;
    border: 1px solid #C9C9C9;
    border-radius: 50px;
    padding-left: 34px;
    overflow: hidden;
}
.search_input::before{
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #C9C9C9;
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 8px;
    bottom: 0;
}
.search_input input{
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
}
.search_input input::placeholder{
    color:#C9C9C9 ;
}
.artist_containers {
    margin-top: 10px;
    padding: 0 5px;
}
.artist_card_box{
    display: block;
    width: 100%;
    height: 100%;
    background: #0000003d;
    backdrop-filter: blur(5px);
    padding: 0.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.artist_card_box img{
    width: 100%;
    height: auto;
}
.artist_name {
    min-height: 50px;
    padding-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.artist_containers .col-6{
    padding: 3px;
}
.artist_card_box:hover{    
    background: #00000050;
}
.artist_card_box:hover .artist_name {
    color: #ffffffb9;
}

/*-------------Music Tab-----------*/
.music_containers {
    margin-top: 10px;
}
.music_list_tab {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .music-item{
    padding: 6px;
    width: 16.66%;
    height: auto;
    cursor: pointer;
  }
  
  .music-item.is-active {
    background: #0000003d;
    backdrop-filter: blur(5px);
  }
  
  .music-content {
    display: none;
    flex-basis: 100%;
    padding: 15px 60px 15px 15px;
    background: #0000003d;
    backdrop-filter: blur(5px);
    color: #fff;
    position: relative;
  }
  
  .music-content.is-active {
    display: block;
  }
  
  @media (max-width: 639px) {
    .music_list_tab > * ~ * {
      margin: 0px 0 0;
    }
  }
  
  @media (min-width: 640px) {
    .music_list_tab {
      flex-direction: row;
      flex-wrap: wrap;
    }
    
    .music-item ~ .music-item {
      border-left: 0;
    }
    
    .music-content {
      order: 1;
      margin: 0px 0 0;
    }
  }

  @media only screen and (max-width : 576px) {
    .music-item{
        width: 100%;
    }
  }
  .music-item img{
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .share_video_icon {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.share_video_icon span{
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 15px;
}
.share_video_icon span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.music-content h2{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
.music_categories_list{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
.music_categories_list li{
    display: inline-block;
    margin-right: 13px;
    font-size: 12px;
    position: relative;
}
.music_categories_list li::after{
    content: "•";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    font-size: 19px;
    line-height: 0.3;
}
.music_categories_list li:last-child::after{
    display: none;
}
.music_info_release{
    font-size: 12px;
    width: 100%;
    margin: 10px 0;
}
.music-content p{
    font-size: 12px;
    color: #fff;
    margin: 0;
}
.songs_list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.songs_list li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 10px 0;
}
.songs_list li:last-child{
    margin-bottom: 0;
}
.song_action_btn,.song_btn{
    background: transparent;
}
.song_action_btn img,.song_btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.song_btn{
    margin-right: 7px;
    width: 17px;
    height: 15px;
}
.left_items {
    width: 100%;
    display: flex;
    align-items: center;
}
.songs_list li .song_name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.right_items {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    max-width: 66px;
}
.song_action_btn{
    margin-left: 8px;
}
.song_action_btn:first-child{
    margin-left: 0;
}
.music-content hr{
    background: #ffffff;
}
.small-text{
    font-size: 10px;
    font-weight: 300;
}
.music-content .btn_black{
    padding: 8px 19px;
    margin: 2px;
}
.music-content .btn_black img{
    width: 17px;
}
.percentage_bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
}
.progress_line_vertical{
    width: 100%;
    height: 100%;
    background: #ffffff3d;
    position: relative;
    display: flex;
    align-items: end;
}
.vbar {
    background: #ffffff4f;
    width: 100%;
    height: 0%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.tooltip_question {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
}

.tooltip_content {
    display: none;
    position: absolute;
    top: 20px;
    left: 30px;
    right: 0;
    width: 101px;
    background: #9f9587d9;
    backdrop-filter: blur(7px);
    font-size: 10px;
    line-height: 12px;
    padding: 0.6rem;
    z-index: 1;
}
.tooltip_content img{
    width: 100%;
    height: 28px;
    object-fit: contain;
    margin-bottom: 9px;
}
.tooltip_question:hover + .tooltip_content{
    display: block;
}
.tooltip_content:hover{
    display: block;
}
@media screen and (max-width: 991px)  {
    .tooltip_content {
        top: 29px;
        left: inherit;
    }
}
.replace_avatar_input {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 10px 0 30px;
}
.replace_avatar_input img {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid var(--color1);
    margin-right: 10px;
}
.replace_content input {
    display: none;
}
.replace_content label {
    font-size: 12px;
    background: var(--color1);
    color: #fff;
    padding: 3px 8px;
    min-width: 110px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}
.replace_content span {
    font-size: 11px;
    line-height: 1.3;
    min-width: 104px;
    display: block;
    color: #fff;
}

.toggle_switch_btn_sec {
    background: #ffffff21;
    margin-top: 14px;
    margin-bottom: -16px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
}
.toggle_switch{
    margin-right: 10px;
}
.toggle_switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
    display: none;
}

.toggle_switch label {
	cursor: pointer;
	text-indent: -9999px;
    width: 29px;
    height: 14px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.toggle_switch label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
    margin: auto;
}

.toggle_switch input:checked + label {
	background: var(--color1);
}

.toggle_switch input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

.toggle_switch label:active:after {
	width: 29px;
}
.search_box_over {
    position: fixed;
    left: 10px;
    right: 10px;
    z-index: 1;
    width: 0%;
    max-width: 240px;
    height: 42px;
    background: #515151;
    border: 1px solid #676767;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: auto;
    opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.search_box_over.open{
    width: 95%;
    opacity: 1;
}
.search_box_over input,.search_box_over input:focus,.search_box_over input:hover{
    background: transparent;
    height: 100%;
    border-radius: 0;
    color: #fff;
    border: 0;
}
.search_box_over input::placeholder{
    color: #fff;
}
.search_box_over .close_over_search{
    cursor: pointer;
    padding: 8px;
}
/*--------------new style 27-10-2023-----------------*/
.myallartist_box{
    display: block;
    margin-top: 10px;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.myartistbox {
    background: #333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
}
.icons_box{
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}
.icons_box i.fa{
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
}
.icons_box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--color1);
}
.artist_text h1{
    color: #fff;
    font-size: 23px;
}
.artist_text p{
    color: #fff;
    margin: 0;
    font-size: 10px;
}
.artist_text h5{
    color: #fff;
    font-size: 11px;
}
.artist_text h6{
    font-size: 10px;
    color: var(--color1);
}
.underreview::after{
    content: "UNDER REVIEW";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #915e03e3;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-bg{
    background: #0E0E0E !important;
}
.video-bg .header{
    background: transparent !important;
    box-shadow: 0px 0px 0px transparent;
    backdrop-filter: blur(10px);
}
.video-bg .menu-right ul li a{
    color: #fff;
}
.video-bg .menu-left ul{
    width: 0%;
    overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.video-bg .logo-head:hover + .menu-left ul,
.menu-left ul:hover{
    width: 100%;
    overflow: visible;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.video-bg .toggle_bar{
    color: #fff;
}
.video-bg .footer{
    background: transparent !important;
    box-shadow: 0px 0px 0px transparent;
    backdrop-filter: blur(10px);
}
.video-bg{
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}
.video-bg .dashboard_body{
    color: #fff;
    padding-bottom: 30px;
}
.page-title{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.navtab_right {
    justify-content: end !important;
    width: 353px;
    margin-left: auto;
    position: relative;
    overflow: visible !important;
}
.navtab_right li{
    position: relative;
    margin: 0 !important;
    padding: 0 16px 5px;
}
.navtab_right li span{
    font-size: 11px;
}
.navtab_right li.active span{
    color: var(--color1);
}
.navtab_right li:last-child{
    margin-right: 0 !important;
}
.navtab_right_circle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
}
.navtab_right li.active .navtab_right_circle{
    background: var(--color1);
}
.navtab_right_circle::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.navtab_right li.active .navtab_right_circle::after{
    background: #fff;
}

.navtab_right li::after {
    content: '';
    display: block;
    width: 97%;
    height: 2px;
    background: #EBEBEB;
    position: absolute;
    left: -48%;
    top: 26px;
    z-index: 0;
}
.navtab_right li.active::after{
    background: var(--color1);
}
.navtab_right li:nth-child(1)::after{
    display: none;
}
.navtab_container{
    display: none;
}
.navtab_container.active{
    display: block;
}
.navtab_container .btn_blue{
    padding: 7px;
    width: 122px;
}
.navtab_container:nth-child(1) .prevform{
    display: none;
}
.navtab_box {
    margin-top: 20px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #F4F4F4;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.invite_input_group {
    border: 1px solid var(--color1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}
.input-group.position-left .input-group-text {
    left: 0;
    right: inherit !important;
}
.input-group.position-left .form-control{
    padding-left: 39px;
}
.text-lightgray{
    color: #C9C9C9 !important;
}
.invite_input_text{
    min-width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color1);
    border-radius: 50px;
    padding: 7px;
}
.invite_input_group2 {
    border: 1px solid #FFA200;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}
.invite_input_text2{
    min-width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFA200;
    border-radius: 50px;
    padding: 7px;
}
.invite_input_group2 input{
    width: 77%;
    background: transparent;
    padding: 5px;
    color: #ffffff;
    font-size: 11px;
}
.invite_input_group2 input::placeholder{
    color: #FFA200;
}
.invite_input_btn{
    cursor: pointer;
    font-size: 11px;
    display: block;
    padding: 3px;
    min-width: 32px;
    text-align: center;
    color: #FFA200;
}
.customdropdown {
    width: 77%;
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
  .dropdown__options-filter {
    width: 100%;
    display: block;
    cursor: pointer;
  }
  .dropdown__filter {
    position: relative;
    display: flex;
    padding: 0px;
    margin: 0;
    color: var(--color1);
    border-radius: 0px;
    font-size: 11px;
    transition: 0.3s;
    list-style: none;
  }
  /* .dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
  } */
  .dropdown__filter .dropdown__filter-selected{
    text-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px;
  }
  .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 510px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgb(152 152 152 / 18%);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
  }
  .dropdown__select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 8px;
    color: #000;
    background-color: #ffffff;
    border-bottom: 1px solid #707070;
    transition: 0.3s;
  }
  .dropdown__select-option img{
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .dropdown__select-option span{
    font-size: 11px;
    font-weight: 400;
  }
  .dropdown__select-option:last-of-type {
    border-bottom: 0;
  }
  .dropdown__select-option:hover {
    background-color: #e4e4e4;
    color: #000;
  }
  .invite_items_list {
    width: 100%;
    overflow: auto;
    margin-top: 22px;
}
  .invite_table {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #04709F5E, #00B4FF00);
    width: 100%;
    vertical-align: middle;
    border-radius: 7px;
    overflow: hidden;
}
.invite_table tr,.invite_table tr td:nth-child(1){
    background-size: cover;
    background-position: center center;
}
.invite_table tr td{
    color: #fff;
    padding: 0;
    border-bottom: 1px solid #ffffff21;
    font-size: 12px;
}
.invite_table tr td img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.btn_success {
    background: #1a950a;
    color: #fff;
    font-size: 20px;
    border-color: #1a950a;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    padding: 6px !important;
    width: 50px;
    text-align: center;
}

.btn_remove {
    background: #9A0000;
    color: #fff;
    font-size: 20px;
    border-color: #9A0000;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    padding: 6px !important;
    width: 50px;
    text-align: center;
}
.btn_remove:hover,.btn_remove:focus{
    background: #9A0000;
    color: #fff;
    border-color: #9A0000;
}
.record_label_text_des{
    width: 100%;
    height: 100%;
}

.record_description {
    max-width: 281px;
    margin: 0px auto;
    padding: 70px 0;
}
.record_description img{
    width: 60px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.record_description h5{
    color: #fff;
    margin: auto;
    max-width: 200px;
}
.record_description p{
    color: #fff;
    margin: 0;
}
.visual_text {
    min-height: 85px;
}
.visual_text h5 {
    color: #fff;
    font-size: 13px;
}
.visual_text p{
    color: #fff;
    font-size: 12px;
    margin: 5px 0;
}
.visual_images {
    width: 100%;
    background: var(--color1);
    padding: 8px;
}
.visual_images label{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.visual_images label img{
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #020202;
}
.visual_images label span{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px 0;
}
.color_visual p{
    color: #fff;
    display: flex;
    align-items: center;
}
.color_visual p span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid var(--color1);
    background: gray;
    margin-right: 11px;
}
.realnamesTable tbody tr{
    background: linear-gradient(to right, #00B4FF47, #04709F5E, #FFFFFF30);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.realnamesTable tbody tr td{
    background:transparent !important;
}
.circle-img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}
.qtyval {
    display: flex;
    align-items: center;
    border: 0;
    min-width: 109px;
    max-width: 109px;
}
.qtyval button{
    background: var(--color1);
    color: #fff;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 20px;
}
.qtyval input{
    max-width: 60px;
    min-width: 60px;
    height: 25px;
    font-size: 15px;
    text-align: center;
}
.select_position{
    background: #fff !important;
    color: #000 !important;
    padding: 2px 7px !important;
}
.artsik_alise_box_tab{
    margin: 0 -10px;
    width: 100%;
}
.artsik_alise_box_tab ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.artsik_alise_box_tab ul li{
    width: 100%;
    display: inline-block;
    margin: 10px;
    max-width: 263px;
    cursor: pointer;
    border: 2px solid #333333;
    border-radius: 9px;
    overflow: hidden;
}
.artsik_alise_box_tab ul li.active{
    border-color: var(--color1);
}
.alise_box {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px;
}
.alise_img{
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--color1);
}
.alise_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.alise_sort_dtls {
    padding-left: 13px;
    width: 100%;
}
.alise_sort_dtls h5 {
    font-size: 15px;
    color: #fff;
}
.alise_sort_dtls span{
    color: var(--color1);
    font-size: 13px;
    display: block;
    margin: 2px 0;
}
.card_box2{
    background: #333333;   
    padding: 1.1rem;
    margin-top: 1.2rem;
}
.chart_item{
    display: none;
    background: #232323;   
    padding: 1.1rem;
}
.chart_item.active{
    display: block;
}
.chart_item canvas{
    width:100%;
    height: 250px !important;
}
.search_input_container{
    width: 100%;
    height: 33px;
    position: relative;
    border: 1px solid var(--color1);
    border-radius: 50px;
    padding-left: 34px;
    overflow: hidden;
}
.search_input_container::before{
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--color1);
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 8px;
    bottom: 0;
}
.search_input_container input{
    width: 100%;
    height: 100%;
    background: transparent;
    color: var(--color1);
}
.search_input_container input::placeholder{
    color:var(--color1);
}
.customize_boxes .form-title{
    background: #373737;
    padding: 10px;
    width: 100%;
}
.btn-danger{
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF0000;
    --bs-btn-border-color: #FF0000;
}
.under_review_box{
    text-align: center;
    height: calc(100vh - 167px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.under_review_box img{
    max-width: 70px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.under_review_box h1{
    color: #fff;
    margin-bottom: 10px;
}
.under_review_box p{
    color: #fff;
}
.box_sales{
    width: 100%;
    height: auto;
}
.date_text{
    width: 100%;
    height: 25px;
    line-height: 2;
    font-size: 12px;
}
.quarters_text{
    width: 100%;
    height: 25px;
    line-height: 2;
    font-size: 12px;
}
.upload_text{
    width: 100%;
    height: 25px;
    line-height: 2;
    font-size: 12px;
}
.report_box .date_text{
    background: #085271;
    color: #fff;
    text-align: center;
}
.report_box .quarters_text{
    display: flex;
    background: #2E2E2E;
}
.report_box .quarters_text span{
    width: 25%;
    text-align: center;
}
.report_box .upload_text{
    display: flex;
    align-items: center;
}
.report_box .upload_text span{
    width: 25%;
    height: 5px;
    display: block;
}
.box_sales_report {
    padding-right: 21px;
}
#sales_report .owl-prev,#sales_report .owl-next{
    font-size: 40px;
    color: var(--color1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
}
#sales_report .owl-prev{
    left: -20px;
}
#sales_report .owl-next{
    right: -20px;
}
#sales_report button.disabled{
    display: none;
}


.dashboxlight {
    background: #afafaf8a;
    margin: 5px 0;
    padding: 0.8rem 1.1rem;
}
.dashbox {
    padding: 7px;
    background: #00b4ff40;
    height: 83px;
}
.dashboxlight .col-sm-4 {
    padding: 0 4px;
}
.dashlabel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.dashbox span {
    display: block;
    width: 100%;
    font-size: 10px;
}
.dashlabel p ,.dashlabel h4{
    color: #fff;
}
.dashlabel p{
    font-size: 12px;
}
.dashlabel h4{
    font-size: 18px;
}
.tabbox ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.tabbox ul li {
    background: #ffffff30;
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    width: 160px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff30;
}
.tabbox ul li.active{
    background: #ffffff52 !important;
    border-bottom: 1px solid #fff;
}
.tabbox ul li span{
    position: absolute;
    right: 2px;
    top: 2px;
    background: red;
    color: #fff;
    padding: 2px 5px;
    border-radius: 50px;
    font-size: 11px;
}
.tabbox ul li .tabicons{
    width: 41px;
    height: 41px;
    object-fit: contain;
    margin-bottom: 10px;
    margin-top: 7px;
}
.tabbox ul li .arrwicon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 27px;
    margin: auto;
    object-fit: contain;
}
.tabbox ul li p{
    color: #fff;
    margin: 0;
}
.report_tab_content{
    display: none;
}
.report_tab_content.active{
    display: block;
}
.reporttab .card_box {
    background: #ffffff52 !important;
    margin: 0;
}
.uploading_box {
    width: 100%;
    overflow: auto;
}
.bg-blank{
    background: #535353;
}
.table_filter {
    background: #303030;
    padding: 0.8rem;
}
.dropdown_filter {
    display: flex;
    align-items: center;
    width: 100%;
}
.dropdown_filter select{
    width: 100%;
    text-align: center;
    background: #303030;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
}


.loading_dots {
    font-size: 33px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #143E4F;
}
.uploading_box .table {
    color: #fff;
    font-size: 12px;
    margin: 0;
    border: 0 !important;
    background: #2E2E2E;
}
.uploading_box .table tr td{
    border: 0 ;
}
.loading_proccssing_bar_with_action {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 24px;
}
.action_proccess {
    width: 117px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 6px;
    align-items: flex-end;
}
.action_proccess span{
    cursor: pointer;
}
.proccess_line {
    position: relative;
    width: 100%;
    background: #fff;
    height: 5px;
}
.proccessg {
    width: 0%;
    height: 100%;
    position: relative;
}
.proccess_line span {
    width: 100%;
    min-width: 50px;
    position: absolute;
    display: block;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: end;
}

.uploading_color td{
    background: #085271;
}
.upoading_data_result {
    width: calc(100% - 92px);
    margin-top: 12px;
}
.upoading_data_result ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.upoading_data_result ul li{
    font-size: 11px;
    color: #fff;
    padding-left: 16px;
    position: relative;
}
.upoading_data_result ul li .fa{
    position: absolute;
    left: 0;
    top: 3px;
}
.upoading_data_result ul li .fa-circle{
    font-size: 10px;
    color: #143E4F;
}
.btn_adtosale{
    background: #FFA200;
    color: #fff;
    padding: 2px 10px;
    border-radius: 1px;
    line-height: 1.2;
    font-size: 11px;
    margin: 3px 0;
}
.btn_adtosale:hover,.btn_adtosale:focus{
    background: #FFA200;
    color: #fff;
    border-color: #FFA200;
}
.btn_repfile{
    background: #00B4FF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 1px;
    line-height: 1.2;
    font-size: 11px;
    width: 100%;
    margin: 3px 0;
}
.btn_repfile:hover,.btn_repfile:focus{
    background: #00B4FF;
    color: #fff;
    border-color: #00B4FF;
}
.btn_reupload{
    background: #FF0000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 1px;
    line-height: 1.2;
    font-size: 11px;
    width: 100%;
    margin: 3px 0;
}
.btn_reupload:hover,.btn_reupload:focus{
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
}
.inport_color td{
    background: #2C3823;
}
.faild_color td{
    background: #2E1B1B;
}
.btn-sm {
    padding: 5px 9px;
}
.artistfoundboxlist{
    background: #232323;
    padding: 1.2rem;
}
.artistname{
    background: #704F17;
    color: #fff;
    padding: 20px;
    font-size: 50px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-weight: 300;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6DD230;
    --bs-btn-border-color: #6DD230;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #59b91e;
    --bs-btn-hover-border-color: #59b91e;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #59b91e;
    --bs-btn-active-border-color: #59b91e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6DD230;
    --bs-btn-disabled-border-color: #6DD230;
}

/*---------all notifications-------------*/
.all_notification_head {
    display: block;
    width: 100%;
}
.all_notification_head span{
    display: inline-block;
    margin-right: 11px;
}
.all_notification_head h3{
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}
.all_notification_head select{
    background: #434345;
    color: #EFEFEF;
    font-size: 12px;
    padding: 6px 30px 6px 12px;
}
.notificationtable{

}
.notificationtable thead{
    
}
.notificationtable thead tr th{
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
    padding: 14px 7px;
}
.notificationtable tbody tr td{
    font-weight: 300;
}
.notificationtable tbody tr td strong{
    font-weight: 600;
}
.notificationtable tbody tr td .img-sm{
    width: 40px;
    height: 40px;
}

/*--------#importxlxmodal------*/
#importxlxmodal .modal-dialog {
    max-width: 340px;
}
#importxlxmodal .modal-body{
    background: #232122;
    padding: 20px 40px 30px;
}
#importxlxmodal .btn-close{
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    backdrop-filter: brightness(4.5);
}
.xlogo_title img{
    width: 68px;
    display: block;
    margin: auto;
    margin-bottom: 12px;
}
.xlogo_title h3{
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 11px;
}
#importxlxmodal p{
    color: #fff;
}
#importxlxmodal .form-control{
    background: #232122;
    color: #E1E1E1;
    border: 1px solid #6f6f6f;
}
#importxlxmodal .btn{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 170px;
}

.img-sm-financial {
    width: 30px;
    height: 30px;
    object-position: center;
}

/*--------#invitefounders------*/
#invitefounders .modal-dialog {
    max-width: 670px;
}
#invitefounders .modal-body{
    background: #232122;
    padding: 20px 40px 30px;
}
#invitefounders .btn-close{
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    backdrop-filter: brightness(4.5);
}
.xlogo_title img{
    width: 68px;
    display: block;
    margin: auto;
    margin-bottom: 12px;
}
.xlogo_title h3{
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 11px;
}
#invitefounders p{
    color: #fff;
}
#invitefounders .form-control{
    background: #232122;
    color: #E1E1E1;
    border: 1px solid #6f6f6f;
}
#invitefounders .btn{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 170px;
}