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

a {
	text-decoration: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a:hover,
a:focus {
	text-decoration: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #001737;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus,
input[type=number]:focus,
.selectpickers:focus,
input[type=datetime-local],
input[type=month],
input[type=time]:focus,
.custom-select:focus,
select.form-control:focus,
input[type=email]:focus,
input[type=file]:focus,
textarea.form-control:focus,
input[type=search]:focus,
input[type=datetime-local]:focus,
button:focus,
input[type=month]:focus,
.form-select:focus,
input[type=phone]:focus {
	box-shadow: none;
	border-color: #023E87;
	outline: none;
}

.btn:focus {
	box-shadow: none;
	outline: none;
}

.aside {
	width: 220px;
	height: 100%;
}

.aside-fixed {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.aside-fixed+.content {
	margin-left: 220px;
}

.content {
	margin-left: 220px;
}

.content-body {
	position: relative;
	padding: 25px;
	height: calc(100% - 70px);
	overflow-y: auto;
	background-color: #F6FAFD;
}

.aside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 59px;
	padding: 0 18px;
	border-right: 1px solid #F6FAFD;
	border-bottom: 1px solid #79DAC3;
	background-color: #F6FAFD;
}

@media (min-width: 992px) {
	.aside-header {
		padding: 0 15px;
		transform: none;
		height: 70px;
	}
}

.aside-header .burger-menu {
	color: #8392a5;
}

.aside-header .burger-menu:hover,
.aside-header .burger-menu:focus {
	color: #1b2e4b;
}

.aside-header .burger-menu svg {
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
	margin-right: -2px;
}
.aside-logo {
	width: 185px;
    height: 60px;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
.aside-logo img {
	max-width: 100%;
    height: 100%;
}
.aside-logo,
.aside-logo:hover,
.aside-logo:focus {
	color: #031d6b;
}

.aside-logo span,
.aside-logo:hover span,
.aside-logo:focus span {
	color: #0168fa;
}

.aside-menu-link {
	color: #8392a5;
}

.aside-menu-link:hover,
.aside-menu-link:focus {
	color: #1b2e4b;
}

.aside-menu-link svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.5px;
	margin-top: -3px;
}

.aside-menu-link svg:last-child {
	width: 20px;
	height: 20px;
	display: none;
	margin-top: 0;
}

.aside-body {
	position: relative;
	padding: 15px;
	height: calc(100% - 60px);
	border-top: 1px solid #F6FAFD;
	border-right: 1px solid #F6FAFD;
	background-color: #F6FAFD;
}

.aside-loggedin {
	margin-bottom: 25px;
}

.aside-loggedin .avatar {
	width: 48px;
	height: 48px;
}

.aside-loggedin svg {
	width: 16px;
	height: 16px;
	stroke-width: 2.3px;
	pointer-events: none;
}

.aside-loggedin .collapsing {
	transition: none;
}

@media (prefers-reduced-motion: reduce) {
	.aside-loggedin .collapsing {
		transition: none;
	}
}

.aside-loggedin .nav {
	margin-top: 15px;
}

.aside-loggedin-user {
	margin-top: 15px;
}

.aside-loggedin-user a {
	color: #c0ccda;
}

.aside-loggedin-user a:hover,
.aside-loggedin-user a:focus {
	color: #1b2e4b;
}

.aside-alert-link {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.aside-alert-link a {
	color: rgba(27, 46, 75, 0.5);
	display: block;
}

.aside-alert-link a+a {
	margin-left: 10px;
}

.aside-alert-link a.new {
	position: relative;
}

.aside-alert-link a.new::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 7px;
	background-color: #dc3545;
	box-shadow: 0 0 0 2px #fff;
	border-radius: 100%;
}

.aside-alert-link a:hover,
.aside-alert-link a:focus {
	color: #1b2e4b;
}

.nav-aside {
	flex-direction: column;
	line-height: 1.6;
	font-size: 13px;
	white-space: nowrap;
}

.nav-aside .nav-label {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #B0B4BD;
	margin-bottom: 15px;
	display: block;
	transition: all 0.25s;
	line-height: 14px;
}

@media (prefers-reduced-motion: reduce) {
	.nav-aside .nav-label {
		transition: none;
	}
}

.nav-aside .nav-item {
	position: relative;
}

.nav-aside .nav-item svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.3px;
	margin-right: 15px;
	color: #11306F;
	margin-top: 0px;
	position: relative;
}

.nav-aside .nav-item.active .nav-link,
.nav-aside .nav-item.active .nav-link:hover,
.nav-aside .nav-item.active .nav-link:focus,
.nav-aside .nav-item.active .nav-link svg,
.nav-aside .nav-item.active .nav-link:hover svg,
.nav-aside .nav-item.active .nav-link:focus svg {
	opacity: 1;
	color: #79DAC3;
}

.nav-aside .nav-item.active .nav-link::before {
	opacity: 1;
	visibility: visible;
	border-left-color: #79DAC3;
}

.nav-aside .nav-item+ .nav-item {
	margin-top: 20px;
}

.nav-aside .nav-item ul {
	margin: 0;
	padding-left: 34px;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.nav-aside .nav-item ul a {
	display: block;
	color: rgba(27, 46, 75, 0.75);
	padding: 2px 0;
}

.nav-aside .nav-item ul a:hover,
.nav-aside .nav-item ul a:focus {
	color: #1b2e4b;
}

.nav-aside .nav-item ul .active a {
	color: #0168fa;
}

.nav-aside .with-sub .nav-link::after {
	content: '\f3d1';
	font-family: 'Ionicons';
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin-left: auto;
	opacity: .5;
}

.nav-aside .with-sub.show .nav-link {
	font-weight: 500;
}

.nav-aside .with-sub.show .nav-link::before {
	opacity: 1;
	visibility: visible;
}

.nav-aside .with-sub.show .nav-link::after {
	transform: rotate(90deg);
}

.nav-aside .with-sub.show ul {
	opacity: 1;
	visibility: visible;
	padding-bottom: 10px;
	height: auto;
}

.nav-aside .with-sub.show:not(.active) .nav-link {
	color: #fff;
}

.nav-aside .with-sub.show:not(.active) svg {
	color: #fff;
}

.nav-aside .nav-link {
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.28px;
	text-align: left;
	color: #11306F;
	padding: 0;
	transition: all .6s ease-in-out;
	position: relative;
	display: flex;
}

.nav-aside .nav-link::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -15px;
	border-left: 3px solid #79DAC3;
	opacity: 0;
	visibility: hidden;
}

.nav-aside .nav-link:hover,
.nav-aside .nav-link:focus {
	color: #79DAC3;
}

.content-header {
	background-color: #F6FAFD;
	height: 60px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #79DAC3;
	padding-left: 65px;
}

@media (min-width: 992px) {
	.content-header {
		height: 70px;
		padding: 0 20px 0 20px;
	}
}

@media (max-width: 575px) {
	.content-header .nav {
		flex-wrap: nowrap;
	}

	.content-body {
		height: calc(100% - 60px);
	}
}

.content-header .nav-link {
	padding: 0;
	color: rgba(27, 46, 75, 0.75);
}

.content-header .nav-link:hover,
.content-header .nav-link:focus {
	color: #1b2e4b;
}

.content-header .nav-link+.nav-link {
	margin-left: 7px;
}

@media (min-width: 576px) {
	.content-header .nav-link+.nav-link {
		margin-left: 10px;
	}
}

.content-header svg {
	width: 18px;
	height: 18px;
}

@media (min-width: 992px) {
	.content-header svg {
		width: 20px;
		height: 20px;
	}
}

.content-header svg.feather-search {
	stroke-width: 2.8px;
}

.content-search {
	width: 250px;
	display: flex;
	align-items: center;
}

.content-search svg {
	stroke-width: 2.5px;
	margin-right: 10px;
	color: #8392a5;
}

.content-search .form-control {
	padding: 0;
	border-width: 0;
	background-color: transparent;
}

.content-search .form-control:focus {
	box-shadow: none;
	color: #1b2e4b;
}

.alerat_link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.alerat_link .new {
	color: #444e61;
	position: relative;
	margin-right: 30px;
}

.alerat_link a+div {
	margin-left: 35px;
}

.account_pro_img {
	width: 40px;
	height: 40px;
	background-color: #79dac3;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
    font-weight: 600;
}

.account_pro_img img {
	max-width: 100%;
	height: auto;
}

.Name_heading {
	margin-left: 10px;
	-ms-flex: 1;
    flex: 1;
}

.user_photo_name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.Name_heading p {
	letter-spacing: 0.32px;
	color: #11306F;
	font-size: 15px;
	margin-bottom: 0;
	text-align: left;
	line-height: 16px;
	font-weight: 600;
}
.view_profile_menu {
    border: 0;
    padding: 0 0 0;
    margin-bottom: 40px;
}
.view_profile_menu .nav-item .nav-link {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.28px;
    text-align: left;
    color: #1B304A;
    padding: 0;
    transition: all .6s ease-in-out;
}
.view_profile_menu .nav-item .nav-link svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.3px;
    margin-right: 15px;
    color: rgba(27,46,75,.65);
    fill: rgba(27,46,75,.06);
}
.view_profile_menu .nav-item+ .nav-item {
    margin-top: 20px;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}
.breadcrumb_style {
	margin-bottom: 0;
}

.breadcrumb_style .breadcrumb-item {
	font-size: 11px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 1.32px;
	text-align: left;
	color: #061127;
	transition: all .6s ease-in-out;
}

.breadcrumb_style .breadcrumb-item a {
	color: #061127;
	text-decoration: none;
}

.breadcrumb_style .breadcrumb-item {
	font-size: 11px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 1.32px;
	text-align: left;
	color: #B1BBCE;
	transition: all .6s ease-in-out;
	padding-left: 0;
}
.user_profile_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.user_profile_section svg {
    color: #ADACD2;
    width: 16px;
    height: 16px;
    stroke-width: 2.3px;
    pointer-events: none;
}

.breadcrumb_style .breadcrumb-item.active {
	color: #037FE3;
}

.breadcrumb_style .breadcrumb-item+.breadcrumb-item::before {
    float: left;
	padding: 0;
    margin: 0 15px;
    color: #adacd2;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}
.breadcrumb_style .breadcrumb-item:nth-child(2):before {
   display: none;
}
.mobile_asside_menu_btn svg {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}
.breadcrumb_style .breadcrumb-item a {
    color: #B1BBCE;
    text-decoration: none;
}
.mobile_asside_menu_btn {
    display: none;
}
/* login_css */

.login_main_section {
	background-color: #F6FAFD;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
}

.login_card_box {
	position: relative;
}

.login_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.login_list li {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.login_list li+ li {
    flex: 0 0 60%;
    max-width: 60%;
}
.login_left_main{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.welcome_heading{
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #444E61;
	margin-bottom: 15px;
}
.welcome_logo{
	font-size: 32px;
	line-height: 39px;
	color: #2C2C2C;
	margin-bottom: 5px;
}
.welcome_logo span{
	font-weight: 600;
	color: #22437F;
}
.welcome_loan_heading{
	letter-spacing: 0.5px;
	color: #444E61;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
}
.welcome_loan_heading span{
	color: #22437F;
	font-weight: 600;
}
.login_label{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #444E61;
}
.login_form_group{
	position: relative;
}
.login_form_group+ .login_form_group{
	margin-top: 23px;
}
.login_from_comtrol{
	border: 1px solid #EAEAF3;
	border-radius: 15px;
	padding: 20px 65px;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #7A879F;
	background-color: #fff;
	position: relative;
	outline: none;
}
.email_icon{
	position: absolute;
    left: 26px;
    bottom: 20px;
}
.rember_password{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}
.Forgot_Password, .Forgot_Password:hover{
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #22437F;
}
.login_from_check{
	margin-bottom: 0;
}
.admin_code_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.admin_code_box .login_from_check {
    flex-shrink: 0;
    margin-bottom: 0;
}

.admin_code_box .form-check-input {
    cursor: pointer;
}

.admin_code_box .form-check-label {
    color: #666;
    cursor: pointer;
    padding-left: 8px;
    white-space: nowrap;
}

.admin_code_box .admin-code {
    position: relative;
    flex-grow: 1;
}

.admin_code_box .admin-code input {
    padding: 12px 15px;
    padding-left: 45px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    width: 100%;
    transition: border-color 0.3s ease;
}

.admin_code_box .admin-code input:focus {
    outline: none;
    border-color: #4a90e2;
}

.admin_code_box .admin-code .email_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.5;
}

.admin_code_box .error {
    position: absolute;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 45px;
}
.login_from_check .form-check-label{
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #444E61;
	padding-top: 6px;
}
.login_from_check .form-check-input{
	width: 23px;
	height: 23px;
	border: 1px solid #EAEAF3;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	margin-right: 12px;
}
.login_from_check .form-check-input:checked {
	background-color: #023E87;
	border-color: #023E87;
}

.login_from_check .form-check-input:focus {
	box-shadow: none;
	outline: none;
}
.login_now_btn{
	width: 100%;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #22437F;
	font-weight: 500;
	padding: 20px;
	border-radius: 15px;
	background-color: #79DAC3;
	border: 1px solid #79DAC3;
	margin-bottom: 34px;
	text-align: center;
}
.login_now_btn:hover{
	color: #22437F;
	background-color: #79DAC3;
	border: 1px solid #79DAC3;
	box-shadow: none;
	outline: none;
}
.divider_text {
	position: relative;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #444E61;
	margin-bottom: 28px; 
}
.divider_text::before, .divider_text::after {
	content: '';
	display: block;
	flex: 1;
	height: 1px;
	background-color: #EBECF3; 
}
.divider_text::before {
	margin-right: 10px; 
}
.divider_text::after {
	margin-left: 10px; 
}
.not_account{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.have_text{
	letter-spacing: 0.3px;
	color: #444E61;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 0;
}
.Sign_in_with_Google_btn{
	width: 100%;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #444E61;
	font-weight: 500;
	padding: 20px;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 46px;
	display: block;
	text-align: center;
}
.Sign_in_with_Google_btn:hover{
	color: #444E61;
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
	outline: none;
}
.Sign_in_with_Google_btn img{
	margin-right: 5px;
}
.login_card_left {
    max-width: 410px;
    margin: auto;
	width: 100%;
}
.login_card_right{
	height: 100vh;
    position: relative;
}
.slider_box{
	position: absolute;
	bottom: 72px;
	left: 167px;
	right: 83px;
	width: auto;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 50px;
	text-align: center;
}

.login_card_right img{
	width: 100%;
    height: 100%;
}
.slider_content{
	letter-spacing: 0.36px;
	color: #444E61;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 27px;
}
.slider_hed{
	letter-spacing: 0.3px;
	color: #444e61;
	font-size: 15px;
	line-height: 29px;
	font-weight: 600;
}
.slider_hed span{
	color: #99A7C1;
}
/* login_css */

/* loan_application_section */
.loan_application_section {
	padding-top: 40px;
}
.loan_main_section{
	position: relative;
	background-color: #F6FAFD;
	min-height: 100vh;
}
.loan_header{
	width: 100%;
    background-color: #22437F;
    box-shadow: 0px 8px 25px rgb(10 28 64 / 4%);
    transition: all .2s linear;
	padding: 0px 0px;
	/* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999; */
}
.steper_header_card{
	width: 100%;
    background-color: #fff;
    transition: all .2s linear;
    padding: 25px 0px;
    border: 1px solid #EAEAF3;
    border-radius: 15px;
	margin-bottom: 40px;
}
/* .steper_inner_sec {
    margin-top: 71px;
} */
.loan_steper_heading{
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1.56px;
	color: #444E61;
	margin-bottom: 37px;
	text-transform: uppercase;
}
.steper_inner_sec{
	position: relative;
    padding: 36px;
    border: 1px solid #EAEAF3;
    border-radius: 15px;
    background-color: #fff;
	max-width: 1192px;
	margin: auto;
}
.steper_details_step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0px;
    margin-left: -0px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.steper_details_step .nav-link {
	flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #7A879F;
    letter-spacing: 0.3px;
}

.steper_details_step .nav-link.active {
    color: #42CB6B;
    position: relative;
}

.steper_details_step .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #42CB6B;
}
.steper_btn_sec{
	display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
	padding-top: 20px;
}
.next_steper_btn{
	padding: 15px 30px;
    background-color: #79DAC3;
    border: 1px solid #79DAC3;
    border-radius: 8px;
    color: #22437F;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    text-align: center;
    letter-spacing: 0.28px;
}
.next_steper_btn:hover {
    background-color: #79DAC3;
    border: 1px solid #79DAC3;
    color: #22437F;
    outline: none;
    box-shadow: none;
    text-align: center;
}
.btn_svg_next {
    width: 15px;
    height: 15px;
    margin-left: 8px;
	margin-top: -2px;
}
.pre_steper_btn {
    padding: 15px 30px;
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    color: #22437F;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    text-align: center;
    letter-spacing: 0.28px;
}
.pre_steper_btn:hover {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    color: #22437F;
    outline: none;
    box-shadow: none;
}
.btn_svg_pre {
    width: 15px;
    height: 15px;
    margin-right: 8px;
	margin-top: -2px;
}
.steper_btn_sec a+a, .steper_btn_sec button+ button{
	margin-left: 16px;
}
.steper_heading{
	color: #22437F;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0px;
	padding: 30px 0;
	position: relative;
}
.steper_heading span {
    color: #79DAC3;
    font-size: 18px;
    position: absolute;
    right: 0;
}
.find_form_control{
	background-color: #FFFFFF;
    border: 1px solid #C9CACD;
    opacity: 1;
    letter-spacing: 0.32px;
    color: #738499;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 24px;
    border-radius: 0px;
	margin-bottom: 30px;
}
.from_label{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #2C2C2C;
}
.upload_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}
.doc_upl_heading{
	letter-spacing: 0.24px;
	color: #444E61;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0px;
}
.doc_upload_link, .doc_upload_link:hover{
	font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.24px;
    color: #B1BBCE;
    padding: 10px 15px;
    border: 1px solid #EAEAF3;
    border-radius: 8px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
.doc_upload_link svg{
	width: 15px;
    height: 15px;
    stroke-width: 2.3px;
    margin-right: 10px;
    margin-top: -2px;
    position: relative;
}
.tnank_you_card {
    padding: 160px 40px 160px 40px;
    text-align: center;
    background-color: #22437F;
    border-radius: 15px;
    max-width: 1192px;
    margin: auto;
}

.thanku_heading {
    font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	color: #fff;
    margin-bottom: 21px;
}

.sub_box{
	max-width: 880px;
	margin: auto;
}

.thanku_heading_des {
    font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.36px;
	color: #FFFFFF;
	margin-bottom: 58px;
}
.check_thanku {
    width: 107px;
    height: 107px;
    border: 5px solid #79DAC3;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check_thanku svg{
	width: 60px;
    height: 60px;
    color: #79DAC3;
    margin: 0;
}

.mb_60{
	margin-bottom: 60px;
}
.header_navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 0;
}
.header_navbar .navbar-toggler:hover, .header_navbar .navbar-toggler:focus {
    box-shadow: none;
    border: 0;
    outline: none;
}
#navbarNav .navbar-nav {
    box-shadow: none;
    border: 0;
    outline: none;
}
.header_navbar .navbar-nav {
    align-items: center;
    margin-left: auto;
}
.header_navbar .navbar-brand {
    width: 155px;
    height: 60px;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    margin-right: 0;
}
.header_navbar .navbar-brand img {
    max-width: 100%;
    height: 100%;
}
.header_dropdown{
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 6px 20px rgb(67 82 135 / 14%);
    min-width: 240px;
    position: relative;
    padding: 15px 20px 15px 20px;
	border-radius: 0;
	transition: .5s;
}
.header_dropdown li .dropdown-item, .header_dropdown li .dropdown-item:hover, .header_dropdown li .dropdown-item:focus{
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    color: #0c1b39;
    letter-spacing: 0.3px;
    transition: all .6s ease-in-out;
    padding: 0px;
    background-color: #fff;
}

.id_text{
	font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    letter-spacing: 0.3px;
	margin-bottom: 0;
}
.id_text span{
	color: #79DAC3;
	margin-left: 3px;
}

.header_dropdown li+ li{
    margin-top: 10px;
}
.header_navbar{
	padding-top: 0;
	padding-bottom: 0;
}
.header_navbar .navbar-nav .nav-item .nav-link {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.3px;
	color: #FFFFFF;
	transition: all .6s ease-in-out;
	padding: 0;
}
.header_navbar .navbar-nav .nav-item+.nav-item {
	margin-left: 25px;
}
.header_navbar .navbar-nav .nav-item .nav-link:hover,
.header_navbar .navbar-nav .nav-item .nav-link:focus,
.header_navbar .navbar-nav .nav-item .nav-link.active {
	color: #FFFFFF;
}
.header_dropdown[data-bs-popper] {
    margin-top: 20px;
}
.header_dropdown:after {
    content: "";
    position: absolute;
    top: -8.5px;
    right: 6px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.left_dropdoen{
	right: 0;
    left: auto!important;
}
.favrate_doctor_section {
	background-color: #fff;
	padding: 0 25px;
	border: 1px solid #EAEAF3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.doctor_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	padding: 25px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #EAEAF3;
}

.doctor_list:last-child {
	border-bottom: 0px solid #EAEAF3;
}

.doctor_list li {
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-left: 48px;
}

.doctor_list li:first-child {
	padding-left: 0;
}
.user_list_do {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.doc_img {
	width: 54px;
	height: 54px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 12px;
	border-radius: 12px;
}

.doc_img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_body {
	flex: 1;
}

.user_body p {
	letter-spacing: 0.34px;
	color: #444E61;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 0;
}

.user_body p span {
	color: #FE5B63;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 4px;
	display: block;
	position: relative;
	transition: all .3s ease-in;
}

.user_body p span .favrate_star {
	visibility: hidden;
	z-index: 1025;
	position: absolute;
	transition: all .3s ease-in;
	color: #FE5B63;
	padding: 0 7px;
}

.user_body p span:hover .favrate_star {
	visibility: visible;
	transition: all .3s ease-in;
	color: #FE5B63;
	padding: 0 7px;
}

.user_body p span .favrate_star svg {
	fill: #FE5B63;
	width: 20px;
	height: 20px;
	stroke-width: 2.5px;
}
.special_text_heading {
	letter-spacing: 0.32px;
    color: #738499;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}

.special_text_subheading {
	letter-spacing: 0.32px;
	color: #444E61;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 500;
}
.special_text_Online {
	letter-spacing: 0.32px;
	color: #42CB6B;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 500;
	padding-left: 20px;
	position: relative;
}

.special_text_Online::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #42CB6B;
	position: absolute;
	left: 0;
	top: 8px;
}
.special_text_Offline {
	letter-spacing: 0.32px;
	color: #FE5B63;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0;
}

.special_text_Offline::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #FE5B63;
	position: absolute;
	left: 0;
	top: 8px;
}
.find_View_Profile_btn {
	padding: 10px 18px;
	background-color: #EEF1F8;
	color: #22437F;
	letter-spacing: 0.28px;
	font-weight: 500;
	font-size: 15px;
	border: 1px solid #EEF1F8;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 160px;
	margin-bottom: 10px;
}

.find_View_Profile_btn:hover,
.find_View_Profile_btn:focus {
	color: #22437F;
	border: 1px solid #79DAC3;
	outline: none;
	background-color: #fff;
}
.find_search_btn {
	padding: 10px 18px;
	background-color: #FE5B63;
	color: #fff;
	letter-spacing: 0.28px;
	font-weight: 500;
	font-size: 15px;
	border: 1px solid #FE5B63;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 160px;
}

.find_search_btn:hover,
.find_search_btn:focus {
	color: #FE5B63;
	border: 1px solid #FE5B63;
	outline: none;
	background-color: #fff;
}
.find_View_xls_btn {
	padding: 10px 18px;
	background-color: #79DAC3;
	color: #22437F;
	letter-spacing: 0.28px;
	font-weight: 500;
	font-size: 15px;
	border: 1px solid #79DAC3;
	transition: .6s all ease-out;
	border-radius: 0px;
	min-width: 160px;
	position: relative;
}

.find_View_xls_btn:hover,
.find_View_xls_btn:focus {
	color: #22437F;
	border: 1px solid #79DAC3;
	outline: none;
	background-color: #fff;
	box-shadow: none;
}
.tooltip_container {
	visibility: hidden;
	padding: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 500;
    background-color: #11306F;
    border: 1px solid #11306F;
    border-radius: 4px;	
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 0%;
	margin-left: -34px; 
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip_container::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #11306F transparent transparent transparent;
}

.find_View_xls_btn:hover .tooltip_container {
	visibility: visible;
	opacity: 1;
}
.favrate_doctor_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 60px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}
.favrate_doctor_right::after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    background: #EAEAF3;
    position: absolute;
    left: -30px;
    bottom: 0;
} 
.favrate_doctor_right a+a, .favrate_doctor_right span+ span{
	margin-top: 10px;
}
.manage_table_card {
	background-color: #fff;
	border: 0px solid #DFDFE6;
}
.manage_table {
	margin-bottom: 0;
	border: 1px solid #DFDFE6;
}

.manage_table>tbody>tr>td {
	padding: 15px 20px;
	letter-spacing: 0.3px;
	color: #444E61;
	font-size: 15px;
	line-height: 22px;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 400;
	border-bottom: 1px solid #DFDFE6;
}

.manage_table>thead>tr>th {
	letter-spacing: 0.32px;
	color: #444E61;
	font-size: 15px;
	line-height: 22px;
	padding: 15px 20px;
	border-bottom: 0px;
	font-weight: 600;
	background-color: #fff;
	border-bottom: 1px solid #DFDFE6;
	white-space: nowrap;
}
.rectangle-6 {
	border-radius: 15px;
	border: solid 1px #eaeaf3;
	background-color: #ffffff;
	padding: 30px 21px;
}
.inner_progress{
	background-color: #fff;
    margin-bottom: 30px;
    padding: 25px 20px 25px 20px;
    border: 1px solid #EAEAF3;
    border-radius: 10px;
}
.progress_heading{
	color: #22437F;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.progress_sub_heading{
	color: #22437F;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.inner_progress{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.table_from_control{
	width: 120px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
	margin-bottom: 0;
}
.statement_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.statement_heading{
	color: #22437F;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.up_card{
	background-color: #fbfcff;
    height: 127px;
    border: 1px dashed #eaeaf3;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}
.upcard_body{
	padding: 15px;
}
.up_card_media{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.up_media_body {
    -ms-flex: 1;
    flex: 1;
}
.drop_heading {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.3px;
	text-align: left;
	color: #444e61;
	margin-bottom: 0;
}

.drop_heading a {
	color: #79DAC3;
}
.up_icon{
	margin-right: 15px;
}
.filter_box{
	margin-bottom: 30px;
}
.serc-from {
	height: 45px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 0.28px;
	text-align: left;
	color: #c3c3db;
	border-radius: 8px;
	border: solid 1px #eaeaf3;
	background-color: #ffffff;
}
.serchcase {
	border-radius: 8px;
	border: solid 1px #eaeaf3;
	background-color: #ffffff;
	padding: 0px 10px;
}
.srcgtop {
	opacity: 0.7;
	color: #444e61;
	margin-right: 15px;
}
.filter_right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.status_dropdown {
    background-color: #fff!important;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
    border: solid 1px #eaeaf3!important;
    padding: 12px 32px;
    margin-left: 10px;
    position: relative;
    color: #11306F;
}
.status_dropdown:hover {
    background-color: #fff!important;
	border: solid 1px #eaeaf3!important;
	color: #11306F;
	outline: none;
	box-shadow: none;
}
.new_case_btn {
    background-color: #79DAC3;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: solid 1px #79DAC3;
    padding: 12px 32px;
    margin-left: 10px;
    position: relative;
    color: #11306F;
}
.new_case_btn:hover {
    background-color: #79DAC3;
	border: solid 1px #79DAC3;
	color: #11306F;
	outline: none;
	box-shadow: none;
}
.sort_dropdown_menu{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 6px 20px rgba(67, 82, 135, 0.14);
    width: 239px;
    position: relative;
    padding: 10px 0;
}
.sort_dropdown_menu .dropdown-item{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: rgba(12, 27, 57, 0.7);
    padding: 5px 20px;
}
.sort_dropdown_menu .dropdown-item:hover{
    color: rgba(12, 27, 57, 1);
    background-color: transparent;
    cursor: pointer;
}
.dropdown_arrow::after{
	content: '';
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #11306F;
    border-bottom: 1.5px solid #11306F;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-bottom: 2px;
    transition: all 0.2s ease-in-out;
}
.mt_25{
	margin-top: 25px;
}
.view_table{
	margin-bottom: 0;
}
.view_table span{
	display: block;
	font-weight: 600;
}
.upload_card_view {
	border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 7px 12px #2B4BB50D;
    border: 1px solid #E7E9EF;
}

.upload_card_body_view {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.upload_card_body_view h5 {
	font-size: 10px;
	line-height: 14px;
	color: #444E61;
	letter-spacing: 0.28px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-break: anywhere;
	margin-right: 25px;
}
.upload_inner_box {
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBF2;
    padding-top: 30px;
}
.upload_inner_box:last-child {
    padding-bottom: 15px;
    border-bottom: 0px solid #EBEBF2;
    padding-top: 30px;
}

.close_img {
	position: absolute;
	right: 0px;
	cursor: pointer;
}
.view_document_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.view_document_list li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
}

/* float-label */

.eligibiliy_label {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.eligibiliy_label label,
.eligibiliy_label>span {
    position: absolute;
    left: 0px;
    top: 0;
    cursor: text;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.6em;
    left: 30px;
    z-index: 3;
    padding: 0px 4px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.56px;
    color: #B1BBCE;
    text-transform: uppercase;
    background-color: #fff;
}

.eligibiliy_label .form-control:placeholder-shown:not(:focus)+* {
    opacity: 1;
    top: 64px;
    transform: translate(0%, -210%);
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 0.34px;
}

.eligibiliy_label label::after,
.eligibiliy_label>span.span_two::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -5px;
    right: -15px;
    z-index: -1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.31;
    letter-spacing: 1.56px;
    color: #b1bbce;
    text-transform: capitalize;
}

.eligibiliy_label label::after,
.eligibiliy_label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -5px;
    right: -3px;
    z-index: -1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.31;
    letter-spacing: 1.56px;
    color: #b1bbce;
    text-transform: capitalize;
}

.eligibiliy_label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.eligibiliy_label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all .2s;
}

.eligibiliy_label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
}

.eligibiliy_label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.eligibiliy_label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.eligibiliy_label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.eligibiliy_label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.eligibiliy_label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.input-group .eligibiliy_label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.input-group .eligibiliy_label .form-control {
    width: 100%;
    border-radius: 8px;
}

.input-group .eligibiliy_label:not(:last-child),
.input-group .eligibiliy_label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .eligibiliy_label:not(:first-child),
.input-group .eligibiliy_label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.eligibiliy_label {
    margin-bottom: 40px;
}

.sign_form_eligibiliy {
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #EAEAF3;
    font-style: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #444E61;
    padding: 18px 30px;
    border-radius: 8px;
    line-height: 17px;
}

.date_form_eligibiliy {
    padding: 0 25px 0 29px;
}

.sign_form_eligibiliy::before {
    position: absolute;
}
/* float-label */
#ApproveCaseModal .modal-content, #RejectedCaseModal .modal-content{
	border: 1px solid #EAEAF3;
	border-radius: 15px;
	background-color: #fff;
}
#ApproveCaseModal .modal-dialog, #RejectedCaseModal .modal-dialog{
	max-width: 680px;
}
#ApproveCaseModal .modal-body, #RejectedCaseModal .modal-body{
	padding: 30px;
}
#ApproveCaseModal .modal-header, #RejectedCaseModal .modal-header{
	padding: 30px 30px 0px 30px;
	border: 0;
}
#ApproveCaseModal .modal-footer, #RejectedCaseModal .modal-footer{
	padding: 0px 30px 30px 30px;
	border: 0;
}
#ApproveCaseModal .modal-header .modal-title, #RejectedCaseModal .modal-header .modal-title{
	color: #444E61;
	font-weight: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 0;
}
.upstatement_btn_sec{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.mb_23{
	margin-bottom: 23px;
}
.card_rectangle_box{
	border-radius: 15px;
    border: 1px solid #EAEAF3;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
}
.top_riight_navbar{
    margin-bottom: 0;
}
.top_riight_navbar .nav-item .nav-link {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.32px;
    color: #031044;
	font-weight: 500;
    background-color: transparent;
    border: 0px;
    transition: all .6s ease-in-out;
    position: relative;
}
.top_riight_navbar .nav-item .nav-link.active, .top_riight_navbar .nav-item .nav-link:hover {
    font-weight: 500;
}
.top_riight_navbar .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    border-bottom: 5px solid #79DAC3;
}
.top_riight_navbar .nav-item+ .nav-item {
    margin-left: 60px;
}
.ums_delete_user {
    padding: 4px 8px;
    background-color: #FE5B63;
    color: #fff;
    letter-spacing: 0.28px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #FE5B63;
    transition: .6s all ease-out;
    border-radius: 4px;
}
.ums_delete_user svg {
    width: 18px;
	height: 18px;
	margin-top: -2px;
}
.ums_delete_user:hover {
    background-color: #FE5B63;
    color: #fff;
    border: 1px solid #FE5B63;
	box-shadow: none;
	outline: none;
}
.ums_edit_user {
    padding: 4px 8px;
    background-color: #79DAC3;
    color: #fff;
    letter-spacing: 0.28px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #79DAC3;
    transition: .6s all ease-out;
    border-radius: 4px;
}
.ums_edit_user svg {
    width: 18px;
	height: 18px;
	margin-top: -2px;
}
.ums_edit_user:hover {
    background-color: #79DAC3;
    color: #fff;
    border: 1px solid #79DAC3;
	box-shadow: none;
	outline: none;
}
.position_control{
	background-color: #FFFFFF;
    border: 1px solid #C9CACD;
    opacity: 1;
    letter-spacing: 0.32px;
    color: #738499;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    border-radius: 4px;
    width: 200px;
}
.find_View_xls_btn svg{
	width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;
}
.api_modal_header{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.auth_media{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: center;
}
.auth_media_icon {
	font-size: 18px;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 10px;
}
.auth_media_icon svg{
	width: 18px;
	line-height: 18px;
}
.auth_media_body {
    -ms-flex: 1;
    flex: 1;
}
.auth_media_body h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #031044;
    margin-bottom: 0px;
}
.auth_media_body p {
    font-size: 12px;
    line-height: 25px;
    color: #031044;
    margin-bottom: 0;
}
.btn_close{
	cursor: pointer;
}
.api_modal_body {
    padding: 30px 30px;
}
.api_btn_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
.api_btn_sec button+button {
    margin-left: 10px;
}
.price_card{
	border: 1px solid #f4f4f9;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    padding: 40px;
    transition: all 0.2s linear;
    margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.price_card:hover {
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}
.item_price{
	font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 1.04px;
    color: #03104a;
    margin-bottom: 25px;
}
.item_description{
	margin-bottom: 25px;
    letter-spacing: 0.36px;
    color: #031044;
    font-size: 18px;
    line-height: 30px;
}
.item_title{
	letter-spacing: 0.48px;
    color: #031044;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.item_method {
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    padding: 0;
    text-align: center;
    color: #64b965;
    text-transform: uppercase;
}
.get_started_btn {
    padding: 18px 54px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.34px;
    color: #FFFFFF;
    background-color: #5296D5;
    border: 1px solid #5296D5;
    border-radius: 3px;
}
.get_started_btn:hover {
    color: #FFFFFF;
    background-color: #5296D5;
    border: 1px solid #5296D5;
    box-shadow: none;
    outline: none;
}
.debt_option_media{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.debt_option_image {
    width: 150px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
}
.debt_option_image img {
    max-width: 100%;
    height: auto;
}
.debt_option_media_body{
    -ms-flex: 1;
    flex: 1;
}
.debt_option_media_body h4{
    font-size: 14px;
    line-height: 24px;
	font-weight: 500;
    letter-spacing: 0.36px;
    color: #031044;
    margin-bottom: 10px;
}
.debt_option_media_body p{
    font-size: 14px;
    line-height: 24px;
	font-weight: 500;
    letter-spacing: 0.36px;
    color: #031044;
    margin-bottom: 0;
}
.history_bottom_card {
	background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #EAEAF3;
    border-radius: 10px;
}
.history_bottom_header{
	border-bottom: 1px solid #EAEAF3;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.history_bottom_header p{
	color: #22437F;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}
.history_bottom_body{
	padding: 15px;
}
.history_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.business_name_hed{
	color: #22437F;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
	text-transform: capitalize;
}
.business_date{
	color: #738499;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bank_icon{
	width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	border-radius: 100%;
}
.bank_icon img{
	max-width: 100%;
    height: auto;
}
.option_media{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.option_image{
    width: 50px;
    height: 50px;
	border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 10px;
}
.option_image img{
	max-width: 100%;
    height: auto;
}
.option_media_body {
	-ms-flex: 1;
    flex: 1;
}
.option_media_body a {
    letter-spacing: 0.32px;
    color: #444E61;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 140px;
}
.delete_color svg{
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-top: -2px;
}

.ngx-pagination {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
.ngx-pagination .current {
	padding: 0!important;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #0F9D95;
    border: 1px solid #0F9D95;
    line-height: 20px;
    text-align: center;
}
.ngx-pagination .disabled {
    padding: 0!important;
    color: #738499!important;
	font-weight: 500!important;
    cursor: default!important;
	font-size: 14px!important;
	line-height: 24px!important;
}
.ngx-pagination li+ li{
	margin-left: 20px!important;
}
.bcrumb_sec_media{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.bcrumb_icon{
	letter-spacing: 0.36px;
    font-size: 18px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background-color: #0F9D95;
    border: 1px solid #0F9D95;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
}

.bcrumb_sec_media{
	-ms-flex: 1;
    flex: 1;
}
.bcrumb_sec_media p{
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 1.02px;
    color: #22437F;
    margin-bottom: 0;
}
.inner_progress_media{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.inner_progress_icon{
	letter-spacing: 0.36px;
    font-size: 18px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background-color: #5296D5;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
}
.inner_progress_media_body{
	-ms-flex: 1;
    flex: 1;
}
.inner_progress_media_body{
	-ms-flex: 1;
    flex: 1;
}
.inner_progress_heading{
	color: #5296D5;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.single_previous_btn{
	padding: 10px 18px;
    background-color: #fff;	
    border: 1px solid #fff;
    border-radius: 8px;
    color: #22437F;
    letter-spacing: 0.28px;
    font-weight: 500;
    font-size: 15px;
    transition: .6s all ease-out;
}
.single_previous_btn:hover{
	background-color: #fff;	
    border: 1px solid #fff;
	color: #22437F;
	box-shadow: none;
	outline: none;
}
.single_exl_btn{
	padding: 10px 18px;
    background-color: #79DAC3;	
    border: 1px solid #79DAC3;
    border-radius: 8px;
    color: #fff;
    letter-spacing: 0.28px;
    font-weight: 500;
    font-size: 15px;
    transition: .6s all ease-out;
}
.single_exl_btn svg{
	width: 12px;
    height: 12px;
    margin-top: -2px;
}
.single_exl_btn span{
	margin-left: 8px;
}
.single_exl_btn:hover{
	background-color: #79DAC3;	
    border: 1px solid #79DAC3;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.ml_15{
	margin-left: 15px;
}
.single_case_inner_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.bcrumb_sec_top_card{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.bank_icon_logo{
	width: 50px;
    height: 50px;
	border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px;
	margin-left: 15px;
}
.bank_icon_logo img{
	max-width: 100%;
	height: auto;
}
.single_case_media{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
	background-color: #fff;
    padding: 25px 20px 25px 20px;
    border: 1px solid #EAEAF3;
    border-radius: 10px;
}
.single_media_icon{
    letter-spacing: 0.36px;
    font-size: 18px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background-color: #5296D5;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
}
.single_media_body{
	-ms-flex: 1;
    flex: 1;
}
.single_media_heading{
    color: #5296D5;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.32px;
    font-weight: 500;
}
.single_media_subheading{
	color: #444E61;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.32px;
    font-weight: 500;
}
.faild_case_text {
	color: #fc6060;
}
.faild_case_bg{
	background-color: #fc6060;
}
.inprogress_text_case{
	color: #f5b535;
}
.inprogress_bg_case{
	background-color: #f5b535;
}
.completed_text_case{
	color: #42cb6b;
}
.completed_bg_case{
	background-color: #42cb6b;
}
.mb_24{
	margin-bottom: 24px;
}
.single_case_card{
	background-color: #fff;
	border: 1px solid #EAEAF3; 
	border-radius: 10px;   
	height: 100%;
}
.single_case_card_header{
	border-radius: 10px;
	background-color: #f9fbfe;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EAEAF3;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.single_case_heading{
	font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.36px;
    color: #444E61;
    font-weight: 600;
    margin-bottom: 0px;
}
.single_case_subheading{
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
	color: #444E61;
	margin-bottom: 0;
}
.single_case_header_right{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.incomr_text{
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
	margin-bottom: 0;
	color: #2570FE;
}
.expense_text{
	font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
	margin-bottom: 0;
	color: #E8A624;
}
.expense_cheque_text{
	font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
	margin-bottom: 0;
	color: #79DAC3;
}
.single_case_header_right p+p{
	margin-left: 10px;
}
.single_case_card_body{
	padding: 25px;
}
.no_data_found{
	padding-top: 200px;
	padding-bottom: 200px;
}
.incomr_text svg, .expense_text svg, .expense_cheque_text svg{
	margin-right: 5px;
}
.graph_btn{
	padding: 4px 8px;
    background-color: #79DAC3;
    color: #22437F;
    letter-spacing: 0.28px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #79DAC3;
    transition: .6s all ease-out;
    border-radius: 4px;
}
.graph_btn:hover{
	background-color: #79DAC3;
    color: #22437F;
	box-shadow: none;
	outline: none;
	border: 1px solid #79DAC3;
}
.table_btn{
	padding: 4px 8px;
    background-color: #EEF1F8;
    color: #22437F;
    letter-spacing: 0.28px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #EEF1F8;
    transition: .6s all ease-out;
    border-radius: 4px;
}
.table_btn:hover{
    background-color: #EEF1F8;
    color: #22437F;
    border: 1px solid #EEF1F8;
	box-shadow: none;
	outline: none;
}
.display_bank_acc{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* .display_bank_acc div+ div{
	margin-left: 20px;
} */

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: " ";
    display: block;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 340px;
}
.header-fixed > thead > tr > th:nth-child(1),.header-fixed > thead > tr > th:nth-child(3),.header-fixed > thead > tr > th:nth-child(4) {
    width: 16%;
    float: left;
}
.header-fixed > tbody > tr > td:nth-child(1),.header-fixed > tbody > tr > td:nth-child(3),.header-fixed > tbody > tr > td:nth-child(4) {
    width: 15%;
    float: left;
}

.header-fixed > tbody > tr > td:nth-child(2),
.header-fixed > thead > tr > th:nth-child(2){
    width: 50%;
    float: left;
}

.header-fixed>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.wrap_text{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_email_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1080;
    background-color: #fff;
    right: 0;
    padding: 11px 20px;
}
.show_email_box h6{
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 1.02px;
    color: #101F30;
    margin-bottom: 10px;
}
.show_email_box a{
	font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.28px;
    text-align: center;
    color: #fff;
    padding: 4px 12px;
	border-radius: 4px;
	border: 1px solid #64B965;
	background-color: #64B965;
}
.show_email_box a:hover{
    color: #fff;
	border: 1px solid #64B965;
	background-color: #64B965;
	box-shadow: none;
	outline: none;
}
.show_email_box a+ a{
	margin-left: 15px;
}
.case_header_btn {
    margin-bottom: 20px;
}

.password_eye_login{
    position: absolute;
    top: 50px;
    right: 15px;
    cursor: pointer;
    color: #9ba0b5;
    font-size: 18px;
    line-height: 18px;
}
.find_View_filter_btn {
	padding: 10px 18px;
	background-color: #79DAC3;
	color: #22437F;
	letter-spacing: 0.28px;
	font-weight: 500;
	font-size: 15px;
	border: 1px solid #79DAC3;
	transition: .6s all ease-out;
	border-radius: 8px;
	min-width: 160px;
	margin-left: 10px;
}

.find_View_filter_btn:hover,
.find_View_filter_btn:focus {
	color: #22437F;
	border: 1px solid #79DAC3;
	outline: none;
	background-color: #fff;
}
/* .body_height_fix{
	height: 440px;
	overflow-y: auto;
}  */

.body_height_fix::-webkit-scrollbar {
	width: 2px;
}
.body_height_fix::-webkit-scrollbar-track {
	background-color: transparent;
}
.body_height_fix::-webkit-scrollbar-thumb {
	background: #97a3b9;
}
.edit_header{

}
.edit_header h5{
	color: #111928;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.24px;
    margin-bottom: 0px;
}
.save_changes{
	color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #22437F;
    background-color: #79DAC3;
    border: 1px solid #79DAC3;
    transition: .5s ease-in-out;
}
.save_changes:hover{
	background-color: #fff;
}
.cancel_save_changes{
	color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 8px;
    padding: 10px 20px;
    color: #22437F;
    background-color: #EEF1F8;
    border: 1px solid #EEF1F8;
    transition: .5s ease-in-out;
}
.cancel_save_changes:hover{
	background-color: #fff;
	border: 1px solid #79DAC3;
}
.reco_table_box{
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}
.member_table{
	border-top: 1px solid #CECECE;
    margin-bottom: 0;
}
.member_table>thead>tr>th {
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	padding: 12px 16px 12px 16px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CECECE;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
}

.member_table>tbody>tr>td {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	padding: 8px 16px 8px 16px;
	background-color: transparent;
	border-bottom: 1px solid #CECECE;
	white-space: nowrap;
	font-weight: 400;
	vertical-align: middle;
}

.on_edit_btn {
	padding: 6px 16px;
    background-color: #79DAC3;
    color: #22437F;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #79DAC3;
    transition: .6s all ease-out;
    border-radius: 0px;
    position: relative;
    display: flex;
    align-items: center;
}
.on_edit_btn span{
	margin-left: 8px;
}
.on_edit_btn svg{
	width: 16px;
	height: 16px;
}
.on_edit_btn:hover,
.on_edit_btn:focus {
	color: #22437F;
	border: 1px solid #79DAC3;
	outline: none;
	background-color: #fff;
	box-shadow: none;
}