.dap_member_setting_outer.common_outer {
    padding: 24px;
}

/*----- Accordion -----*/
.custom_accordion .card {
	max-width: 100%;
	border: none;
	padding: 0;
	margin-top: 0px;
	box-shadow: none;
}
.custom_accordion .card-header {
	margin: 16px 0 0;
	background-color: #edf6ff;
	border: 1px solid #ddd;
	cursor: pointer;
}
.custom_accordion .card-header .card-title {
	font-size: 18px;
	font-weight: 600;
	color: #385772;
	margin-left: 12px;
}
.custom_accordion .card-body {
	border: 1px solid #ddd;
	margin-bottom: 16px;
	border-top: none;
}
.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: left;
	background: #555;
	border-radius: 50%;
	width: 22px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	height: 22px;
	line-height: 24px;
}
.accordion .card-header.collapsed:after {
	content: "\f067";
}
.dap_member_setting_outer .accordion>.card .card-header {
	margin-bottom: 0px;
}

/* ----- Tab Bar -----*/
ul.custom_tabbar {
    display: flex;
    width: 100%;
    background: #eee;
    text-align: center;
    border-bottom: 1px solid #ddd;
    flex-wrap: nowrap;
    justify-content: space-between;
}
ul.custom_tabbar  .nav-item {
    width: 100%;
}
ul.custom_tabbar .nav-link {   
    padding: 12px 4px;
    margin-bottom: 0;
    color: #565656;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0px;  
    border: none;
    border-bottom: 1px solid #ddd;
}
ul.custom_tabbar .active .nav-link{
	color: #385772;
}
ul.custom_tabbar li .nav-link span {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
    color: #127280;
    margin-bottom: 0px;
    background: #d4d9d7;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
}
ul.custom_tabbar li .nav-link span.fa_tick{
	display:none;
}
ul.custom_tabbar li.step_done .nav-link span.fa_tick{
	display:inline-block;
}
ul.custom_tabbar li.step_done .nav-link span{
	display:none;
}
ul.custom_tabbar li .nav-link.active span {
    background: #fff;
}
ul.custom_tabbar li.step_done span.fa_tick {
    background: #fff;
}
ul.custom_tabbar .nav-item.show .nav-link, ul.custom_tabbar .nav-link.active{
    color: #fff;
    background-color: #127280;
    border-color: #ddd;
    box-shadow:none;
}
ul.custom_tabbar .nav-link:focus, . {
   box-shadow:unset;
}

#link_account_confirm_box_msg{min-height:100px !important;  height: auto !important;}

#already_login,#dap_admin_already_login{min-height:70px !important;  height: auto !important;}

