* {
    margin: 0;
    padding: 0;
}

body {
    color: #4b4f54;
    font-family: 'Calibri';
    overflow-x: hidden;
    background: #e4e5e6;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

a {
    color: #ee1679;
    transition: 0.5s;
    outline-style: none;
}

a:hover,
a:active,
a:focus {
    color: #D4A31A;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins-Bold';
    padding: 0;
    margin: 0;
    color: #4b4f54;
}

.container {
    max-width: 1200px;
}

section {
    display: block;
    float: left;
    width: 100%;
}

.login_bg_section {
    display: block;
    float: left;
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.login_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: top;
    top: 0;
    left: 0;
}

.login_container {
    max-width: 500px;
    width: 100%;
    margin: 6em auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.login_container .logo {
    width: 100px;
}

.logo_text {
    font-family: 'Poppins-Regular';
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
}

.logo_subtext {
    font-family: 'Poppins-Regular';
    font-size: 19px;
    color: #fff;
    margin-bottom: 25px;
}

.form-control {
    box-shadow: none;
    border-color: #ddd;
    background: rgb(240, 240, 240) !important;
    height: 50px !important;
}

.form-control:focus {
    border-color: #ff301e;
}

.login-form form {
    color: #fff;
    padding: 60px 30px;
    background: radial-gradient(100% 100% at 0% 0%, #6D626A 0%, #121212 100%);
    margin: 15px;
    border-radius: 15px;
}

.login-form h4 {
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
    color: #fff;
}

.login-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.login-form .form-group span {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.login-form .form-control {
    min-height: 50px;
    border-radius: 2px;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 1) !important;
    border: none;
    border-radius: 5px;
    padding: 0 20px 0 37px !important;
    color: #000 !important;
    outline-style: none;
}
.login-form .form-control::placeholder
{
    color: #000 !important;
}

.login-form .btn {
    min-height: 50px;
    border-radius: 2px;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    outline-style: none;
}

.login-form .form-control::placeholder {
    color: #000;
}

.login-form .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.login-form .btn {
    background: #ff301e;
    border: none;
    line-height: normal;
}

.login-form .btn:hover,
.login-form .btn:focus {
    background: #fff;
    color: #000;
}

.login-form .checkbox-inline {
    float: left;
}

.login-form input[type="checkbox"] {
    margin-top: 2px;
}

.login-form .forgot-link {
    float: right;
}

.login-form .small {
    font-size: 13px;
}

.login-form a {
    color: #ff301e;
}

.form-control:focus {
    box-shadow: 0px 0px 5px 0px #ff301e;
}

.login_icon {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 20px;
    font-size: 20px;
    color: #000;
}

.loder {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    position: fixed;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    left: 0;
    top: 0;
}



.navbar-nav .nav-link {
    color: #fff !important;
}

.app-header .navbar-toggler-icon {
    height: 23px;
}

button:focus {
    outline: none !important;
}

.sidebar .nav-link.active .nav-icon {
    color: #fff !important;
}

.sidebar .nav-link:hover {
    background: rgba(51, 31, 33, 1) !important;
    background: -moz-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 31, 33, 1)), color-stop(100%, rgba(209, 5, 36, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: linear-gradient(to right, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#331f21', endColorstr='#d10524', GradientType=1) !important;
}

.mat-calendar-body-disabled {
    opacity: .2 !important;
}

.mat-focus-indicator {
    margin: 0 4px !important;
}

.app-header {
    border-bottom: 0 !important;
}

.app-header {
    height: 68px !important;
}

.header-fixed .app-body {
    margin-top: 68px !important;
}

.navbar-brand-full {
    width: 60px !important;
    height: 48px !important;
}

.app-header .nav-item .nav-link>.img-avatar,
.app-header .nav-item .avatar.nav-link>img {
    height: 40px !important;
    margin: 0 10px;
}
.breadcrumb-item a
{
    color: #f44336 !important;
}
.Search_but
{
    background: rgba(51, 31, 33, 1) !important;
    background: -moz-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 31, 33, 1)), color-stop(100%, rgba(209, 5, 36, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: linear-gradient(to right, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#331f21', endColorstr='#d10524', GradientType=1) !important;   
}
.Search_but i
{
    color: #fff !important;
    border-radius: 0 5px 5px 0 !important;
}
.clear
{
    margin-left: 20px !important;
    background: #121212 !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.add_genre
{
    margin-left: 20px !important;
    background: rgba(51, 31, 33, 1) !important;
    background: -moz-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 31, 33, 1)), color-stop(100%, rgba(209, 5, 36, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: linear-gradient(to right, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#331f21', endColorstr='#d10524', GradientType=1) !important;  
    color: #fff !important;
    border-radius: 5px !important;   
}
.table-striped tbody tr {
    background-color: #fff !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.table th, .table td {
    border-top: none !important;
    padding: 25px  0.75rem !important;
    vertical-align: middle !important;
}
.row_shadow
{
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.22) !important;
}
.row_shadow:hover
{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.60) !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}
.customeImage {
    height: 70px;
    width: 70px;
    border-radius: 54%;
    object-fit: cover;
    object-position: center;
}
.heading-box{
	margin-bottom: 1.5rem;
	display: flex;
    justify-content: flex-end;
}
.heading-box .title{
	font-size: 22px;
	margin: 0;
}


.card{
	background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.06);
    border: none;
}
.card .card-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
    min-height: 60px;
    padding: 0 30px;
    border-bottom: none;
}
.card .card-header.has-icon .title{
	display: inline-flex;
	align-items: center;
}
.card .card-header.has-icon .fa{
	font-size: 28px;
	color: #4091c6;
	margin-right: 10px;
}
.card .card-header .title{
	font-size: 18px;
	margin: 0;
}
.card .card-header .filter-searchbox{
	flex: 0 0 420px;
	position: relative;
}
.card .card-header .filter-searchbox .search-btn{
	position: absolute;
    background: none;
    border: none;
    right: 40px;
    top: 3px;
    color: #4091c6;
    font-size: 20px;
}
.card .card-header .filter-searchbox .search-btn:hover{
	color: #333;
}
.card .card-header .filter-searchbox .cross-btn{
    position: absolute;
    background: none;
    border: none;
    right: 13px;
    top: 3px;
    color: #4091c6;
    font-size: 20px;
}
.card .card-header .filter-searchbox .form-control{
    padding: 10px 20px;
}

.card .card-header .filter-pageperview{
    min-width: 145px;
}

.card .card-header .fl-opt{
	display: inline-flex;
	align-items: center;
}
.card .card-header .tog-btn{
	width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ff301e ;
    cursor: pointer;
    margin-left: 20px;
}
.card .card-header .tog-btn:hover{
	border-color: #ff301e ;
}
.card .card-body{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-left: 30px;
	padding-right: 30px;
}
.card .card-footer{
	background: none;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
    padding-right: 30px;
}
.card .filter-options{
	display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
}

.card-body-table{
	min-height: 200px;
	position: relative;
}
.card-body-table .table-loading{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.table-loading.nodata .npdata-msg{
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 400px;
}
.table-loading.nodata .npdata-msg .er{
	font-size: 30px;
    margin-bottom: 10px;
    color: #fd9900;
}

.nodata .npdata-msg{
	display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.nodata .npdata-msg .er{
	font-size: 30px;
    margin-bottom: 10px;
    color: #fd9900;
}
.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
    border-color: #e4e7ea !important;
}
.search_field
{
    position: relative !important;
    z-index: 1 !important;
    border-radius: 30px !important;
}
.search_button{
    float: left;
    margin-left: -39px !important;
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
}
.search_button_style
{
    background: none !important;
    border: none !important;
    height: 50px !important;
}
.search_button_style:focus {
    border-color: none !important;
    box-shadow: none !important;
}
.search_button_style i
{
    color: #f86c6b !important;
}
.profile_image
{
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.table_main_area
{
    display: block;
    float: left;
    width: 100%;
}
.table_heading
{
    display: block;
    float: left;
    width: 100%;
    padding: 12px 25px;
    border-radius: 10px;
    background: #ebebeb;
    font-family: 'Poppins-Bold';
}
.table_heading > div
{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'Poppins-Bold';
    margin-left: -4px;
    padding: 0 5px;
    
}
.table_body
{
    display: block;
    float: left;
    width: 100%;
    padding: 12px 25px;
    border-radius: 10px;
    background: #fff;
    margin-top: 15px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.23);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.23);
transition: 0.5s;
}
.table_body:hover {
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%);
}
.table_body > div
{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: -4px;
    padding: 0 5px;
    word-break: break-word;
}
.customeImage
{
    border-radius: 100%;
    width:50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}
.mobile_heading
{
    display: none;
    font-size: 15px;
    padding: 4px 15px;
    border-radius: 10px;
    background: #ebebeb;
    margin: 10px 0 10px 0;
    text-align: center;
    font-family: 'Poppins-Bold';

}
.submit_but {
    padding: 12px 30px !important;
}




/*************new***************/

.sidebar
{
    background: #fff !important;
}
.sidebar .nav-link .nav-icon
{
    color: #4b4f54 !important;
}
.sidebar .nav-link
{
    color: #4b4f54 !important;
}
.sidebar .nav-link.active 
{
    color: #ff301e !important;
    background: transparent !important;
    font-weight: bold !important;
}
.sidebar .nav-link.active .nav-icon {
    color: #ff301e !important;
    font-weight: bold !important;
}

.sidebar .nav-link:hover {
    color: #ff301e !important;
    background: transparent !important;
}
.sidebar .nav-link:hover .nav-icon {
    color: #ff301e !important;
}
a 
{
    color: #ff301e !important;
}
.header-fixed .app-header {
    background-color: #fff !important;
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.10) !important;
}
.breadcrumb {
    list-style: none;
    background-color: #fff !important;
}
.dropdown-item i
{
    color: #4b4f54 !important; 
}
.dropdown-item
{
    color: #4b4f54 !important; 
}
.page_indide
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}
.page_heading
{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}
.page_heading h2
{
    font-size: 25px;
    color: #4b4f54;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}
.upload_document
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px !important;
}
.sidebar .sidebar-minimizer {
    background-color: #f0f3f5 !important;
}
.upload_document .mat-button
{
    background: #ff301e !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 2px 40px !important;
}
.upload_document .mat-button:hover
{
    background: #dd2312 !important;
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
    background: #dd2312 !important;
}
.upload_document  .mat-form-field-appearance-outline .mat-form-field-outline
{
    color: #bbbbbb !important;
}
.country_list_main_area
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px;

}
.orange_but
{
    background: #ff301e !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 12px 20px !important;   
}

.orange_but2
{
    background: #ff301e !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 10px 30px !important; 
    border: none !important;  
}
.orange_but:hover ,.orange_but2:hover
{
    background: #dd2312 !important;   
}
.approve_but2
{
    background: #00aa1d !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 10px 30px !important; 
    border: none !important;  
    margin-right: 10px;
}
.approve_but2:hover
{
    background: #005e10 !important;   
}
.form-control {
    box-shadow: none;
    border: 1px solid #bbbbbb !important;
    background: transparent !important;
    height: 50px !important;
}
.form-control:focus {
    border-color: #bbbbbb !important;
    box-shadow: 0px 0px 5px 0px rgb(226, 226, 226) !important;
}
.graph_mian_area
{
    display: block;
    float:left;
    width: 100%;
    border: 1px solid #f0f3f5;
    padding: 15px 0;
    overflow: hidden;
    overflow-x: auto;

}
.graph_inside
{
    display: block;
    float: left;
    width: 100%;
    min-width: 600px;
}


.back_but
{
    background: none !important;
    border: 2px solid #ff301e !important;
    color: #ff301e !important;
    border-radius: 40px !important;
    padding: 0 40px !important;
    line-height: 34px !important;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
}
.back_but:hover
{
    background: #ff301e !important;
    color: #fff !important;
}
.sidebar .sidebar-minimizer {
    flex: 0 0 62px !important;
}
.table_main_area i
{
    color: #ff301e !important;
}
.artist_details_inside
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px !important;
}

audio {
    width: 95% !important;
    max-width: 420px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transition-timing-function: ease-out;
    border-radius: 27px;
}
audio:hover {
    -webkit-box-shadow: 15px 15px 20px rgb(0 0 0 / 40%);
    -moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    box-shadow: 15px 15px 20px rgb(0 0 0 / 40%);
}
.badge {
    padding: 10px 15px !important;
}
.upload_document .mat-step-icon-selected
{
    background: rgba(51, 31, 33, 1) !important;
    background: -moz-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 31, 33, 1)), color-stop(100%, rgba(209, 5, 36, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    background: linear-gradient(to right, rgba(51, 31, 33, 1) 0%, rgba(209, 5, 36, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#331f21', endColorstr='#d10524', GradientType=1) !important;   
}



.upload_document  input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}
.upload_document_form_area
{
    display: block;
    float: left;
    width: 100%;
    margin:25px 0;
}


.file_upload_text
{
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    color: #848484;
}
.file_upload1
{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
    margin-top: 20px;
    border: 4px solid #bfbfbf;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.upload_img
{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.upload_document_form_area .input--file {
    position: absolute;
    color: #7f7f7f;
    bottom: 8px;
    right: 8px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer; 
    
  }
  
  .upload_document_form_area .input--file input[type="file"] {
position: absolute;
top: -146px;
    left: -145px;
opacity: 0;    
cursor: pointer; 
width: 200px;
height: 200px !important;

}
.badge
{
    font-size: 13px !important;
}

@media screen and (max-width:850px)

{
    .mobile_heading
    {
        display: block;
    }
    .table_heading
    {
        display: none;
    }
    .table_body > div
    {
        width: 100% !important;
        text-align: center;
    }
    .details_right_area
    {
        width: 100%;
        display: inline-block; 
        padding-left: 0; 
        vertical-align: top;   
        margin-top: 20px;
    }
    .details_image
    {
        width: 200px;
    }
    .details_image img
    {
        height: 200px;
    }
    .image_center
    {
        text-align: center;
    }
    .image_center .full
    {
        text-align: left;
    }
}

@media screen and (max-width:768px)

{
    .form-control {
        height: 44px !important;
    }
    .search_button_style {
        height: 44px !important;
    }
    .swal2-container {
        padding: 30px !important;
    }
    .swal2-icon {
        width: 3em !important;
        height: 3em !important;
        margin:0 auto 5px !important;
    }
    .swal2-icon .swal2-icon-content {
        font-size: 2em !important;
    }
    .swal2-actions {
         margin: 5px auto 0 !important;
    }
    .swal2-title {
         margin: 0 !important;
         font-size: 20px !important;
    }
    .swal2-content {
        font-size: 15px !important;

    }
    .page_heading h2 {
        font-size: 20px !important;
    }
    .orange_but {
        padding: 8px 13px !important;
    }
    .approve_but2 {
        padding: 7px 22px !important;

    }
    .orange_but2 {
        padding: 7px 22px !important;
    }
    .main .container-fluid {
        padding: 0 15px !important;
    }
    audio {
        width: 100% !important;
    }
    .card .card-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .dashboard_details_box1
    {
        width: calc(100% / 2 - 20px);
    }
   
}

.dashboard_boxes_area
{
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 20px);
    margin: 0 -10px;
    margin-top: 40px;

}
.dashboard_details_box1
{
    display:block;
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 30px 10px;
    background: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 12%);
    position: relative;
    text-align: right;
}
.dashboard_details_icon_area
{
    position: absolute;
    float: left;
    width: 50px;
    height: 50px;
    left: 15px;
    top: -15px;
    background: #dd2312;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard_details_box1 h3
{
    font-size: 15px;
    color: #dd2312;
}
.dashboard_details_box1 h2
{
    font-size: 25px;
}
.dashboard_details_box1 .dashboard_details_icon_area
{
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
    transition-timing-function:ease-out;
}
.dashboard_details_box1:hover .dashboard_details_icon_area
{
    top: -30px;

}

.box_color1
{
    background: #feb019;
}
.box_color2
{
    background: #008ffb;
}
.box_color3
{
    background: #00e396;
}
.box_color4
{
    background: #93BE52;
}
.box_color5
{
    background: #FC6180;
}
.box_color6
{
    background: #b621a2;
}
.profile_settings .mat-form-field
{
    width: 100%;
}

@media screen and (max-width:1300px)

{
    .dashboard_details_box1
    {
        width: calc(100% / 3 - 20px);
    }
}

@media screen and (max-width:480px)

{
  
    .dashboard_details_box1
    {
        width: calc(100% / 1 - 20px);
    }
}  


.form-group span {
    display: inline-block;
    width: 100%;
    color: #ff301e !important;
}






.revenue_main_area
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px;
}
.revenue_date_area
{
    display: block;
    float: left;
    width: 100%;
}
.revenue_date_area p
{
    margin: 0 !important;
    font-size: 16px;
}
.date_style1
{
    display: block;
    float: left;
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #bbbbbb !important;
    margin-top: 10px;
    border-radius: 40px;
}
.revenue_boxes_area
{
    display: block;
    float: left;
    width: 100%;    
}
.revenue_box1
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 23%);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    height: calc(100% - 30px);
    position: relative;
    padding-left: 80px;
}
.revenue_box1 .icon_area
{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #ffeae8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.revenue_box1 .icon_area img
{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.revenue_box1 h3
{
    font-size: 16px;
    color: #ff301e  !important;
    font-family: 'Poppins-Bold';
}
.revenue_box1 .count
{
    color: #fff !important;
    background: #3c3c3c !important;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 12px !important;
}
.revenue_box1 h2
{
    font-size: 17px;
    color: #4b4f54 !important;
    /* font-family: 'LED Digital 7', sans-serif; */
}

.revenue_table_area
{
    display: block;
    float: left;
    width: 100%;
}
.revenue_table_area h3 {
    font-size: 18px;
    color: #4b4f54 !important;
    margin-bottom: 15px;
}
.date_apply_but
{
    background: #ff301e !important;
    border-radius: 40px !important;
    padding: 13px 35px !important;
    color: #fff !important;
    font-size: 15px;
    border: none;
    margin-top: 18px;
}
.date_apply_but:hover
{
    background: #dd2312 !important;
}

.digital_font
{
    font-family: 'LED Digital 7', sans-serif;
    font-size: 16px !important;
}
.digital_font2
{
    font-family: 'LED Digital 7', sans-serif;
    font-size: 15px !important;
}
.no_image
{
    width: 100%;
    max-width: 250px;
    margin-top: 30px;
    text-align: center;
}
.revenue_date_area .mat-form-field {
    width: 100%;
}
.revenue_date_area .mat-form-field input.mat-input-element {
    margin-top: -0.0625em;
    padding: 0 14px;
}
.revenue_date_area .mat-form-field .mat-datepicker-toggle-default-icon {
    color: #ff301e !important;
}
.revenue_date_area .mat-form-field-appearance-legacy .mat-form-field-underline {
    height: 1px;
    display: none;
}
.revenue_date_area .form-group span {
    color: #000 !important;
    font-size: 16px;
}
.revenue_date_area .mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 0;
}

.revenue_date_area .mat-form-field-label 
{
    transform: translateY(-1.34375em) scale(0.75) !important;
    width: 133.3333333333% !important;
}

.revenue_table
{
    display: block;
    float: left;
    width: 100%;
}