* {
    margin: 0;
    padding: 0;
}

body {
    color: #4b4f54;
    font-family: 'Calibri';
    overflow-x: hidden;
    background: #e4e5e6;
}


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 {
    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: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E5E7FF 100%);
    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 {
    width: 100%;
    margin: 9em auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.login_left_img
{
    width: 100%;
}

.login_container .logo {
    width: 95%;
    max-width: 400px;
}

.logo_text {
    font-size: 25px;
    color: #1E6DBF;
    margin-top: 10px;
}

.logo_subtext {
    font-size: 19px;
    color:#0AB27D;
    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;
    margin: 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: #0AB27D;
    border: none;
    line-height: normal;
    box-shadow: 0px 0px 8px #0AB27D;
}

.login-form .btn:hover,
.login-form .btn:focus {
    background: #1E6DBF;
    color: #fff;
}

.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: 145px !important;
    height: 100px !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: #0AB27D !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: #0AB27D !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 15px;
    border-radius: 10px;
    background: #ebebeb;
    font-weight: bold;
}
.table_heading > div
{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: -4px;
    padding: 0 5px;
    text-align: center;
    
}
.table_body
{
    display: block;
    float: left;
    width: 100%;
    padding: 5px 10px;
    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;
    text-align: center;
}
.table_body p
{
    margin-bottom: 2px;
}
.customeImage
{
    border-radius: 100%;
    width:50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}
.transaction_image
{
    width:90px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    border: 1px solid #ebebeb;
}
.modal-content {
    border-radius: 10px !important;
}
.modal-header
{
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}

.mobile_heading
{
    display: none;
    font-size: 15px;
    padding: 0 10px 0 0;
    border-radius: 10px;
    margin: 10px 10px 10px 0;
    text-align: center;
    position: relative;

}
.mobile_heading::after
{
    content: ':';
    position: absolute;
    right: 0;
    top: ;
}
.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: #fff !important;
    background: #0AB27D !important;
    font-weight: bold !important;
}


.sidebar .nav-link:hover {
    color: #000000 !important;
    background: #f0f3f5 !important;
}
.sidebar .nav-link.active .nav-icon {
    color: #fff !important;
    font-weight: bold !important;
}
.sidebar .nav-link.active:hover {
    color: #fff !important;
    background: #0AB27D !important;
}


a 
{
    color: #0AB27D !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: 10px 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
    cursor: pointer;
}
.page_heading h2
{
    font-size: 20px;
    color: #4b4f54;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !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: #0AB27D !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 10px 30px !important; 
    border: none !important;  
}
.orange_but:hover ,.orange_but2:hover
{
    background: #1E6DBF !important;   
}
.approve_but2
{
    background: #0AB27D  !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;
}
.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;
    font-weight: normal !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;
}
.file_upload1 video
{
    height: 100%;
}
.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)

{
  
}

@media screen and (max-width:768px)

{
    
   
}

.dashboard_boxes_area
{
    display: block;
    float: left;
    width: 100%;

}
.dashboard_details_box1
{
    display:block;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 12%);
    position: relative;
}
.dashboard_details_icon_area
{
    width: 50px;
    height: 50px;
    left: 15px;
    background: #4b4f54;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard_details_box1 h3
{
    font-size: 20px;
    color: #4b4f54;
    margin-top: 15px;
}

.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;
}

.box_color1
{
    background: #ebfdee;
}
.box_color2
{
    background: #e8f0fb;
}
.box_color3
{
    background: #ffefe7;
}
.box_color4
{
    background: #f6ffd5;
}
.box_color5
{
    background: #ffdede;
}


.icon_bg_color1
{
    background: #63b370;
}
.icon_bg_color2
{
    background: #5381c0;
}
.icon_bg_color3
{
    background: #e69268;
}
.icon_bg_color4
{
 background: #bb9928;

}
.icon_bg_color5
{
 background: #bd6868;

}


.text_color1
{
    color: #63b370 !important;
}
.text_color2
{
    color: #5381c0 !important;
}
.text_color3
{
    color: #e69268 !important;
}
.text_color4
{
    color: #bb9928 !important;
}
.text_color5
{
    color: #bd6868 !important;
}

.profile_settings .mat-form-field
{
    width: 100%;
}
.bell_icon
{
    display: inline-block !important;
    padding: 5px;
    border-radius: 100%;
    color: #fff !important;
    background: #0AB27D;
    vertical-align: top;
    margin: 0px 0 0 -14px;
}

.withdrawal_bell_icon
{
    display: inline-block !important;
    padding: 5px;
    border-radius: 100%;
    color: #fff !important;
    background: #071199;
    vertical-align: top;
    margin: 0px 0 0 -14px;
}

.badge-success {
    color: #fff;
    background-color: #0AB27D !important;
}
.user_details_top p
{
    font-size: 16px;
}
.user_details_top p span
{
    font-size: 17px;
    font-weight: bold;
    color: #0AB27D !important;
} 
.modal-dialog {
    max-width: 550px !important;
}
.userlist_request_popup p ,.businesslist_request_popup p
{
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px !important;
}
.userlist_request_popup p span ,.businesslist_request_popup p span
{
    font-size: 15px;
} 
.userlist_request_popup_img
{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-top: 15px;
    object-fit: contain;
    object-position: center;
}
.money_reciept_popup_img
{
    width: 100%;
    height: 550px;
    border-radius: 5px;
    object-fit: contain;
    object-position: center;
}
.yes_but
{
    float: right !important;
    background: #0AB27D !important;
    border-radius: 40px !important;
    padding: 8px 25px  !important;
    color: #fff;
    font-size: 15px;
    border: none;
}
.yes_but:hover
{
    background: #1E6DBF !important;
}
.no_but
{
    float: left !important;
    background: none;
    border-radius: 40px !important;
    padding: 6px 25px  !important;
    color: #0AB27D;
    font-size: 15px;
    border: 1px solid #0AB27D !important;
    cursor: pointer;
}
.no_but:hover
{
    background: #0AB27D !important;
    color: #fff !important;
}

.cancel_but
{
    float: left !important;
    background: none;
    border-radius: 40px !important;
    padding: 6px 25px  !important;
    color: #f86c6b !important;
    font-size: 15px;
    border: 1px solid #f86c6b !important;
    cursor: pointer;
}
.cancel_but:hover
{
    background: #f86c6b !important;
    color: #fff !important;
}
.swal2-confirm
{
    float: right !important;
    background: #0AB27D !important;
    border-radius: 40px !important;
    padding: 8px 25px  !important;
    color: #fff;
    font-size: 15px;
    border: none;   
}
.swal2-styled.swal2-deny
{
    float: left !important;
    background: none !important;
    border-radius: 40px !important;
    padding: 6px 25px  !important;
    color: #0AB27D !important;
    font-size: 15px;
    border: 1px solid #0AB27D !important;
    cursor: pointer;;   
}
.swal2-title
{
    font-size: 20px !important;
    font-weight: normal !important;
}
.sidebar .nav-dropdown.open {
    background: #f0f3f5 !important;
}
.sidebar .nav-dropdown .open .nav-link:hover {
    background: #73DC6E !important;
}
.approved
{
    background: #0AB27D !important;
}
.proccessing
{
    background: #edb120 !important;
    color: #fff !important;
}
.pending
{
    background: #0072bd !important;
    color: #fff !important;
}
.declined
{
    background: #a2142f !important;
    color: #fff !important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #0AB27D !important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #aef8c8 !important;
}
.wallet_balance
{
    background-color: #0AB27D !important;
    padding: 10px 25px !important;
    color: #fff !important; 
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px; 
    font-weight: bold;  
    font-size: 20px;
}
.wallet_balance span
{
    color: #fff !important ;
}
.green_but
{
    display: inline-block;
    background: #0AB27D !important;
    border-radius: 40px !important;
    padding: 8px 25px  !important;
    color: #fff !important;
    font-size: 16px;
    border: none;
}
.green_but:hover
{
    background: #1E6DBF !important;
    color: #fff !important;
}

.red_but
{
    display: inline-block;
    background: #0AB27D !important;
    border-radius: 40px !important;
    padding: 8px 25px  !important;
    color: #fff !important;
    font-size: 16px;
    border: none;
    margin: 0 5px;
}
.red_but:hover
{
    background: #494949 !important;
    color: #fff !important;
}
.id_pop
{
    text-align: center !important;
    font-size: 35px !important;
    color: rgb(148, 148, 148);
}
.Wallet_pop
{
    text-align: center !important;
    font-size: 20px !important;
    color: #fff;
    display: inline-block;
    background: #0AB27D !important;
    padding: 8px 25px  !important;
    border-radius: 10px;
}
.bell_icon2
{
    color: #4b4f54 !important;
    font-size: 20px !important;
    margin-top: 8px;
}
.notification_number
{
    width: 20px !important;
    height: 20px !important;
    border-radius: 100% !important;
    padding: inherit !important;
    text-align: center !important;
    line-height: 20px !important;
    margin-top: -15px !important;
    font-size: 12px !important;
}
.dropdown_notifications
{
    background: #fff;
    border: none !important;
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 23%) !important;
}
.notifications_text
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
}
.notifications_text ul
{
    list-style-type: none;
}
.notifications_text ul li
{
    padding: 10px;
    border-bottom: 1px solid rgb(219, 219, 219);
}
.notifications_text ul li:last-child
{
    border-bottom: none;   
}
.notifications_text ul li p
{
    font-size: 12px;
    color: #4b4f54;
    margin: 0;
}
.notifications_text ul li h3
{
    font-size: 10px;
    color: #818181;
    margin: 5px 0 0 0 !important;
}
.notifications_text ul li h3 span
{
    margin-left: 15px;
}
.notifications_header
{
    background: #0AB27D  !important;
    color: #fff !important;
}


.form-group span {
    display: inline-block;
    width: 100%;
    color: #ff301e !important;
}

.text-debit{
    color: red;
    font-weight: 500;
}

.text-credit{
    color: #0AB27D !important;
    font-weight: 500;
}

.approved_badge
{
    background: #0AB27D !important;
    padding: 4px 10px 6px 10px !important;
    border-radius: 15px !important;
    color: #fff !important;
    word-break: normal;
}
.proccessing_badge
{
    background: #edb120 !important;
    color: #fff !important;
    padding: 4px 10px 6px 10px !important;
    border-radius: 15px !important;
}
.pending_badge
{
    background: #0072bd !important;
    color: #fff !important;
    padding: 4px 10px 6px 10px !important;
    border-radius: 15px !important;
}
.declined_badge
{
    background: #ff002f !important;
    color: #fff !important;
    padding: 4px 10px 6px 10px !important;
    border-radius: 15px !important;
}
.Tab_style1
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: #ebebeb;
    padding: 10px 25px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.Tab_style1 h2
{
    font-size: 16px !important; 
    color: rgb(0, 0, 0); 
    margin: 0 !important;
    padding: 0 !important; 
}
.Tab_style1:hover
{
    background: #0AB27D ;
}
.Tab_style1:hover h2
{
    color: #fff;
}
.active2
{
    background: #0AB27D ;   
}
.active2 h2
{
    color: #fff;
}
.business_profile_img
{
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.upload_id
{
    text-align: left;
}
.upload_id h2
{
    font-size: 24px;
    margin-top: 25px;
}
.upload_id img
{
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin: 0 10px 0 0;
    border-radius: 10px;
}
.bell_icon3
{
    display: inline-block !important;
    position: absolute;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff !important;
    background: #0AB27D;
    vertical-align: top;
    margin: 0px 0 0 -14px;
    font-size: 12px;
}
.bell_icon4
{
    display: inline-block !important;
    position: absolute;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff !important;
    background: #0072bd;
    vertical-align: top;
    margin: 0px 0 0 -14px;
    font-size: 12px;
}
.rate_area
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    align-items: center;
}
.rate_area p
{
    margin: 10px 5px 10px 0 !important;
}
.swal2-cancel
{
    float: left !important;
    background: none !important;
    border-radius: 40px !important;
    padding: 6px 25px !important;
    color: #0AB27D !important;
    font-size: 15px;
    border: 1px solid #0AB27D !important;
    cursor: pointer;
}
.business_details_area
{
    display: block;
    float: left;
    width: 100%;
}
.business_details_area .top_area
{
    display: block;
    float: left;
    width: 100%;
    background: #f0f3f5;
    border-radius: 12px;
    margin-top: 80px;
    padding: 20px;
}
.business_details_area .top_area .mat-slide-toggle-label
{
    margin: 7px 0 0 10px;
    display: inline-block;
    vertical-align: top;
}
.business_details_area .top_area .profile_img_area
{
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 5px solid #0AB27D;
    margin-top: -90px;
    overflow: hidden;
}
.business_details_area .top_area .profile_img_area img
{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
.business_details_area .top_area .right_area
{
    display: flex;
    flex-wrap: wrap;
    float: right;
    width: calc(100% - 160px);
    align-items: center;
    justify-content: space-between;
}
.business_details_area .top_area .right_area p
{
    font-size: 18px;
    font-weight: bold;
}
.business_details_area .top_area .right_area p span
{
    color: #0AB27D ;
}
.business_details_area .top_area .details
{
    display: block;
    float: left;
    width: 100%;
}
.business_details_area .top_area .details ul 
{
    list-style-type: none;
    margin: 10px 0 0 0 !important;
}
.business_details_area .top_area .details ul li
{
    padding: 5px 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 4px);
    text-align: left;
    font-size: 15px;
}
.business_details_upload_id_area
{
    display: block;
    float: left;
    width: 100%;
    background: #f0f3f5;
    border-radius: 12px;
    margin-top: 30px;
    padding: 20px;   
    height: calc(100% - 30px);
}
.business_details_upload_id_area h2{
    font-size: 18px;
    font-weight: bold;
}
.business_details_upload_id_img_area
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 12px;
    border: 1px solid #e2e3e4;
    margin-top: 10px;
    border-radius: 10px;
}
.business_details_upload_id_img_area img
{
    float: left;
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}
.business_details_balance_area_area
{
    display: block;
    float: left;
    width: 100%;
    background: #f0f3f5;
    border-radius: 12px;
    margin-top: 30px;
    padding: 20px;   
    height: calc(100% - 30px);
}
.business_details_balance_area_area h3
{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 !important;
    padding-right: 15px;
    font-weight: bold;
    color: #000;
}
.business_details_balance_area_area h3 span
{
    color: #0AB27D ;
}
.add_but
{
    display: inline-block;
    vertical-align: middle;
    background: #0AB27D ;
    color: #fff !important;
    cursor: pointer;
    padding: 4px 15px;
    border-radius: 40px;
}
.add_but:hover
{
    color: #fff !important;
    background: #0072bd;
}

.business_details_balance_area_area p
{
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 !important; 
    padding-right: 15px;
}
.business_details_bottom_tab_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.status p
{
    margin:  0 !important;
}
.Settings_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;
}
.Settings_box1 h3
{
    font-size: 18px;
    margin: 0;
}
.input_style1
{
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    background: #fff;
    margin: 10px 0 0 0;
    padding: 0 15px;
}
.Settings_box1 .mat-form-field
{
    width: 100%;
    margin-top: 15px;
}
.settings_submit_but
{
    float: left !important;
    background: #0AB27D !important;
    border-radius: 40px !important;
    padding: 8px 25px  !important;
    color: #fff;
    font-size: 15px;
    border: none;
}
.settings_submit_but:hover
{
    background: #1E6DBF !important;
}
.Settings_box1 .form-group
{
    margin-bottom: 0 !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: 30px;
    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: #eefdf0;
    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: #0AB27D !important;

}
.revenue_box1 .count
{
    color: #fff !important;
    background: #0072bd !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: 20px;
    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: #0AB27D !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: #0072bd !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: #0AB27D !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;
}

.exclamation_style
{
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #0AB27D;
}
.app-footer
{
    justify-content: space-between;
}
.transaction_details_modal_body
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 25px 0;
}
.businesslist_request_popup h4
{
    margin-bottom: 15px;
}
.businesslist_request_popup p
{
    font-size: 16px;

}
.businesslist_request_popup p span
{
    font-weight: bold;
}
.mat-form-field label {
    font-size: 20px;
  }
  .setting_main_section
{
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0 30px 0;
}
.setting_main_section .inside
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  text-align: center;
}
.setting_main_section .inside h2
{
  font-size: 20px;
  font-weight: 500;
}
.setting_main_section .inside .form-control
{
  height: 46px;
  font-size: 14px;
}
.form-control
{
  position: relative;
}
.setting_after_submit
{
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.setting_after_submit h2
{
  color: #06CD8C;
  font-size: 50px !important;
  font-weight: 700 !important;
}
.setting_after_submit p a
{
  text-decoration: underline;
  font-size: 18px;
}
.setting_after_submit p a:hover
{
  color: #000;
}

.setting_subscription_boxes
{
  display: block;
  float: left;
  width: 100%;
}
.setting_subscription_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin-top: 15px;
  overflow: hidden;
}
.setting_subscription_box1 .heading
{
  display: block;
  float: left;
  width: 100%;
  background: #0AB27D;
  padding: 10px 15px;
}
.setting_subscription_box1 .heading h2
{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.setting_subscription_box1 .body
{
  display: block;
  float: left;
  width: 100%;
}
.setting_subscription_box1 .body .top
{
  display: flex;
  float: left;
  width: 100%;
  padding: 15px 15px;
  justify-content: space-between;
    align-items: center;
}
.setting_subscription_box1 .body .left
{
  display: block;
  float: left;
  width: auto;
}
.setting_subscription_box1 .body .left h2
{
  font-size: 30px;
}
.setting_subscription_box1 .body .left p
{
  font-size: 16px;
}
.setting_subscription_box1 .body .right
{
  display: block;
  float: left;
  width: auto;
}
.setting_subscription_box1 .body .bottom
{
  display: block;
  float: left;
  width: 100%;
  padding: 0 15px 15px 15px;
}
.plan_edit
{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #ececec;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: 2px;
  font-size: 12px;
}
.plan_edit:hover
{
  background: #000;
  color: #fff;
}
.plan_del
{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #141414;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: 2px;
}
.plan_del:hover
{
  background: #000;
  color: #fff;
}

.setting_subscription_box1 .form-check
{
  display: inline-block;
}
.setting_subscription_box1  .form-check-input {
  background-color: #0AB27D;
  border-color: #0AB27D;
}
.setting_subscription_box1  .form-check-input:checked {
  background-color: #27D79E;
  border-color: #27D79E;
}
.setting_subscription_box1 .form-switch .form-check-input {
  background-position: left center;
}

.cancle_booking_but_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
  }

  .variants {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
  }
  
  .variants>div {
    margin-right: 5px;
  }
  
  .variants>div:last-of-type {
    margin-right: 0;
  }
  
  .variants .file {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .variants .file>input[type='file'] {
    display: none
  }
  
  .variants .file>label {
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    color: hsl(0, 91%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: 700;
  }
  
  .variants .file>label:hover {
    border-color: hsl(0, 88%, 48%);
  }
  
  .variants .file>label:active {
    background-color: none;
  }
  
  .variants .file>label>i {
    padding-right: 5px;
  }
  
  .variants .file--upload>label {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 35px;
    background: #0AB27D;
    border-radius: 50px;
    font-weight: 500;
  }
  .variants .file--upload>label i
  {
    font-size: 19px;
    vertical-align: middle;
  }
  .variants img
  {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
  }
  

  .logout_popup .modal-header h5
{
    font-weight: 500;
}

.logout_popup_body
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.logout_popup_body p
{
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.logout_popup .modal-header
{
    background: #0AB27D;
    color: #fff;
    padding: 10px 15px;
}
.sidebar-brand
{
    background: #fff !important;
}
.sidebar-toggler {
    background-color: rgb(189 189 189 / 20%)!important;
}
.bg-primary
{
    background: #BC9012 !important;
}
.profile_image
{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.fa-eye
{
    cursor: pointer;
}
.fa-eye:hover
{
    color: #0AB27D;
}
.btn-light
{
    margin: 0 3px;
}
.search_button .btn
{
    height: 50px;
}
.modal_custom_body
{
    max-height: 500px;
    overflow-y: auto;
}
.sidebar
{
    border-right: 1px solid #dcdcdc !important;
}


.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_fild_img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.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; 
    
  }
  
.input--file input[type="file"] {
position: absolute;
top: -146px;
    left: -145px;
opacity: 0;    
cursor: pointer; 
width: 200px;
height: 200px !important;

}
.login_card
{
    border-top: none !important;
    padding:  0 !important;
}
.login_card h1, .login_card .h1 {
    font-size: 30px !important;
    text-align: center;
}
.login_card p {
    text-align: center;
}
.login_bg
{
    background: rgb(10,178,125) !important;
    background: linear-gradient(143deg, rgba(10,178,125,1) 0%, rgba(5,131,91,1) 100%) !important;
}
.login_card .btn-primary
{
    background: #0AB27D !important;
    border: none !important;
}
.login_card .btn-link
{
    color: #0AB27D !important;;
}
.login_logo
{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-bottom: 10px;
}

.search_area
{
    display: block;
    float: left;
    width: 100%;
    max-width: 550px;
    min-width: 220px;
    margin: 5px 0;
}
.ms-n5 {
    margin-left: -41px;
}
.search_area .search
{
    height: 44px;
    border: 1px solid #DADADA !important;
    border-radius: 6px !important;
    color: #809FB8;
}
.search_area .input-group .btn {
    height: 48px;
    margin-top: 1px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
}

.search_area .form-floating>.form-control, .search_area .form-floating>.form-select
{
    height: 44px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffe6f2 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffe6f2;
}
.dashboard_box
{
    padding: 30px;
    background: #fff !important;
}
.dashboard_box .card-body
{
    padding: 0;
    border: none;
}
.bg-primary
{
    background: #fff !important;
}
.dashboard_box i
{
    color: #0AB27D;
}

.exam_year_section
{
    display: block !important;
}
.exam_year_section .mdc-text-field--filled:not(.mdc-text-field--disabled) {
    background: none !important;
    border: 1px solid #bbbbbb;
    height: 50px !important;
}
.exam_year_section .mdc-line-ripple::before {
    border-bottom-width: 0;
}
.logout_but
{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 6px 20px;
    background: #0AB27D;
    border-radius: 50px;
    font-weight: 500;  
    border: none; 
}
.qustion_box
{
    margin-top: 15px;
}
.qustion_box p
{
    margin: 5px 0;
    font-size: 17px;
    font-weight: 500;
}
.answer_box1
{
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.answer_box1 p
{
    margin-bottom: 2px;
}
.answer_box_and_switch_area
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}
.answer_box_left {
    display: block;
    width: 100%;
}
.switch_box_right
{
    display: flex;
    flex: 0 0 94px;
    justify-content: flex-end;
}
.switch_box_right h5
{
    font-size: 15px;
    margin: 0;
}
.switch_box_right .form-check-input:checked {
    background-color: var(--cui-form-check-input-checked-bg-color, #0AB27D);
    border-color: var(--cui-form-check-input-checked-border-color, #0AB27D);
}
.switch_box_right .form-switch {
    padding-left: 2.5em;
    margin: 0;
    padding: 0;

}
.category_multi_select_section
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 1px solid #bbbbbb !important;
    position: relative;
    border-radius: 6px;
}
.category_multi_select_section .top_area
{
    display: block;
    float: left;
    width: 100%;
    min-height: 100px;
    margin-bottom: 25px;
    padding: 15px;
}
.category_multi_select_section .bottom_pannel {
    display: flex;
    float: left;
    width: 100%;
    border-top: 1px solid #bbbbbb;
    padding: 10px 15px 0 15px;
    align-items: center;
    position: relative;
}
.small_card {
    display: inline-block;
    vertical-align: top;
    background: #f0f3f5;
    border-radius: 5px;
    padding: 4px 10px;
    color: #4b4f54;
    margin-right: 15px;
    margin-bottom: 10px;
}
.small_card p
{
    margin: 0;
    padding: 0;
}
.small_card i
{
    cursor: pointer;
}
.category_multi_select_search {
    display: block;
    float: left;
    width: 100%;
    background: none;
    height: 40px;
    border: none;
    box-shadow: none;
    color: #000;
    outline-style: none;
}

.dropdown_textfild {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    border-radius: 8px;
    top: 61px;
    box-shadow: 0px 4px 11px rgb(0 0 0 / 25%);
    background-color: #fff;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    left: 0;
}
.drop_top {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 20px;
    color: #000;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}
.drop_top p {
    margin: 5px 0 !important;
    cursor: pointer !important;
    position: relative;
}
.form-select
{
    height: 50px;
}
.setting_table
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}
.setting_table > div
{
    margin: 0;
}
.csv_upload_file
{
    display: inline-block;
    vertical-align: top;
    padding: 6px 20px;
    border-radius: 25px;
    background: #e8e8e8;
    margin-top: 10px;
}
