.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){
    .rangani_img img {
        width: 30%;
    }   
}