.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2.select2-container{
	width: 100% !important;	
}

.uk-form-label {
    color: rgba(0,0,0,.7);
}

.mdi-trash-can-outline {
    cursor: pointer;
}

.add_row_options {
    cursor: pointer;
}

.uk-card-header{
	background-size: 90%;	
}

.approve_member .select2-container--default .select2-selection--single {
    background-color: #66bb6a !important;
}

.approve_member .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
	
.privacy_policy .container{
	width: 80%;
    margin: 0 auto;	
}

.privacy_policy h2 {
    text-align: center;
}

.add_regitration_page #sc-page-wrapper {
    padding-left: unset !important; 
}

.error_msg{
    color: red;
    display: flex;
    font-size: 14px; 
}

@media only screen and (min-width:320px) and (max-width:640px){
    table.family_member_table {
        width: 800px;
    }
    table.all_members_table{
        width: 1000px;
    }
}

@media only screen and (min-width:961px) and (max-width:1950px){
    .parivar_img img {
        width: 30%;
    }   
}

.logo_text{
    font-size: 24px;
}

.bussiness_profile_list .uk-card-header-bg-img:not([class*=uk-height]) {
    height: 250px;
}

.view_bio_data .heading {
    color: #fff;
    background-color: #d94e4e;
    padding-left: 10px;
    font-size: 21px;
    font-weight: 600;
}

.view_bio_data .sc-user-profile-avatar .thumbnail.thumbnail-lg {
    width: 150px !important;
    height: 150px !important;
    border: 3px solid #fff;
} 
.view_tribute .sc-user-profile-avatar .thumbnail.thumbnail-lg {
    width: 98% !important;
    height: auto !important;
    border: 3px solid #fff;
} 
.view_tribute .sc-user-profile-avatar .thumbnail img {
    margin-top: unset !important;
    transform: unset !important;
}
.view_tribute #sc-page-content, .view_bio_data_body #sc-page-content{
    padding: 10px;
}
.bio_profile{
    background-color: #D94E4E;
    padding-left: 0;
}
.bio_profile .uk-card-body {
    margin: 10px;
    padding: 0; 
}
.bio_profile .uk-card { 
    background-color: unset !important;
    box-shadow: unset !important;
}

.view_tribute .sc-user-profile-avatar .thumbnail { 
    border-radius: 0 !important;
} 

.view_tribute .sc-user-profile-avatar .thumbnail img { 
    border-radius: 0 !important;
} 

.view_tribute .uk-card { 
    background-color: unset !important;
    box-shadow: unset !important;
}

.view_tribute .uk-card-body {
    margin: 10px;
    padding: 0; 
}

.col-md-3 {
    width: 25%;
    float: left;
}

.col-md-2 {
    width: 50%;
    float: left;
}
.custom_row {
    width: 100%;
    overflow: hidden;
}
.incense_stick img {
    width: 60% !important;
}
.sc-user-profile-avatar .thumbnail { 
    background-color: #fff !important; 
}
.family-member-action{
    gap: 20px;
}
@media only screen and (min-width:320px) and (max-width:991px){
    .sc-user-profile-avatar.fileinput {
        width: unset !important;
        height: unset !important;
    }
    .view_bio_data .heading { 
        font-size: 18px;
        font-weight: 500;
    }
}
