/* CSS Document */
.profiles-accnt-copy1 {
	font-size: 16px;
}

.profiles-list {
	padding: 0 0;
	margin: 14px -12px;
	display: flex;
	flex-wrap: wrap;
}

.profiles-item {
	padding: 12px 12px;
	width: 288px;
	max-width: 100%;
	display: flex;
	align-items: stretch;
}

.profiles-item.shp-for-itm .profiles-item-container,
.profiles-item.shp-for-itm .profiles-item-12 {
	border-color: #005944
}

.profiles-item-container {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

.profiles-item-1 {
	padding: 16px 24px 0;
}

.profiles-item-11 {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 16px;
	min-height: 58px;
}

.profiles-item-112 {
	padding-left: 10px;
	padding-right: 12px;
}

.profiles-item-1121 {
	font-weight: 700;
	font-size: 16px;
}

.profiles-item-121 {
	font-weight: 700;
	font-size: 16px;
	margin: 16px 0 10px;
	position: relative;
}

.profiles-item-1122 {
	font-size: 14px;
	color: #5D5D5D;
}

.profiles-item-12 {
	padding: 0 0;
	overflow: hidden;
	border-top: 1px solid #E4E4E4;
	transition: .3s height;
}

.profiles-item-122 {
	color: #5D5D5D;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 16px;
	position: relative;
}

.profiles-item-21 {
	background: transparent;
	border: none;
	box-shadow: none;
	margin: 20px 0 24px 24px;
	color: #005C43 !important;
	font-weight: 700;
	display: inline-block;
	padding: 0;
}

.profiles-item-22 {
	color: white;
	background: #005944;
	width: 100%;
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 4px;
	margin: 36px 0 0;
}

.profile-icon {
	position: absolute;
	top: 0;
	right: 0;
	color: #005C43;
}

.profiles-accnt-copy2 a {
	font-size: 16px;
	color: #005C43;
	text-transform: capitalize;
}

.profiles-accnt-copy3 {
	color: #5D5D5D;
	padding: 56px 0 16px;
	font-size: 20px;
	font-weight: 600;
}

.panel-group-profile .panel {
	border-color: transparent;
	box-shadow: none;
}

.panel-group-profile .panel-title>a {
	padding: 0;
	color: #222222;
}

.panel-group-profile .panel-title>a:after {
	display: none;
}

.panel-group-profile .panel-title>a:before {
	display: none;
}

.panel-group-profile .fa-plus,
.panel-group-profile .fa-minus {
	display: none;
}

.panel-group-profile .accordion-toggle.collapsed .fa-plus {
	display: inline;
	color: #5D5D5D99;
	margin-right: 10px;
}

.panel-group-profile .accordion-toggle:not(.collapsed) .fa-minus {
	display: inline;
	color: #5D5D5D99;
	margin-right: 10px;
}

.profile-check {
	display: none;
}

.chev-sec-mob .fa-chevron-down,
.chev-sec-mob .fa-chevron-up {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.chev-sec-mob {
	cursor: pointer;
}

.remove-profile-mbl {
	display: none;
}

.profiles-page-box {
	padding: 0 10px;
}

.pop-bdy-delete {
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}

.options-buttons-pop {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	max-width: 462px;
	margin: 0 auto;
}

.options-buttons-pop-1 {
	width: 50%;
	padding: 0 12px;
}

.sp-big-btn {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	transition: .3s background;
	font-weight: 600;
}

.sp-sml-btn {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	padding: 9px 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	transition: .3s background;
	font-weight: 600;
}

.sp-outlined-green {
	border-color: #005944;
	background-color: white;
	color: #005944 !important;
}

.sp-outlined-green:hover {
	background-color: #ecf3f2;
}

.sp-solid-green {
	border-color: #005944;
	background-color: #005944;
	color: #FFFFFF !important;
}

.sp-solid-green:hover {
	background-color: #659284;
	border-color: #659284;
}

.sp-solid-green:disabled {
	border-color: #F1EFF1;
	background-color: #F1EFF1;
	color: #222222 !important;
}

.sp-solid-grey {
	border-color: #F1EFF1;
	background-color: #F1EFF1;
	color: #222222 !important;
}

.sp-solid-grey:hover {
	background-color: #F1EFF1;
}

.sp-solid-black {
	border-color: #222222;
	background-color: #222222;
	color: #FFFFFF !important;
}

.sp-solid-black:hover {
	background-color: #222222;
}

.sp-full-btn {
	width: 100%;
}

.new-prfl-box {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px;
	border-radius: 4px;
	width: 100%;
	max-width: 882px;
	margin: 0 auto;
}

.new-prfl-page {
	padding: 4rem 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-prfl-page-1 {
	padding: 20px;
}

.new-prfl-back {
	position: relative;
}

.new-prfl-back-1 {
	position: absolute;
	top: 16px;
	left: 16px;
	background: rgba(34, 34, 34, .49);
	transition: .3s background;
	color: white !important;
	padding: 3px 16px 3px 14px;
	line-height: 19px;
	border-radius: 4px;
}

.new-prfl-back-1 .fa-angle-left {
	font-size: 16px;
	margin-right: 1px;
}

.new-prfl-back-1:hover {
	background: rgba(34, 34, 34, 1);
}

.new-prfl-box-1 {
	display: flex;
	min-height: 580px;
}

.new-prfl-grn {
	width: 33%;
	background: rgba(0, 89, 68, 1);
	display: flex;
	align-items: center;
	border-radius: 5px 0 0 5px;
}

.new-prfl-wt {
	width: 67%;
	display: flex;
	align-items: center;
}

.new-prfl-grn-1 {
	padding: 38px;
	text-align: center;
}

.new-prfl-wt-1 {
	padding: 64px;
}

.new-prfl-grn-11 {
	margin-bottom: 40px;
}

.new-prfl-grn-12 {
	text-align: left;
	color: white;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.new-prfl-wt-11 {
	padding-bottom: 32px;
}

.new-prfl-wt-12 {
	padding-top: 32px;
}

.new-prfl-wt-111 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 8px;
}

.new-prfl-wt-112 {
	font-size: 16px;
	padding-bottom: 24px;
}

.new-prfl-wt-113 {
	font-size: 14px;
	padding-bottom: 5px;
	color: #5D5D5D;
	font-weight: 500;
	display: block;
}

.new-prfl-wt-114 {
	font-size: 14px;
	width: 100%;
	max-width: 328px;
}

.new-prfl-wt-13 {
	width: 100%;
	max-width: 150px;
}

.special-profile-info {
	margin-top: 8px;
}

.special-profile-info-nm {
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
}

.ns-mbl-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 16px 0;
    border-bottom: 1px solid #E2E3E3;
    margin-bottom: 2px;
}

.ns-mbl-head-out {
	padding: 0 20px;
}

.ns-mbl-head-1 {
	display: flex;
	align-items: center;
}

.ns-mbl-head-11 {
	padding-left: 8px;
}

.ns-mbl-head-111 {
	color: #363636;
	font-size: 14px;
	font-weight: 400;
}

.ns-mbl-head-112 {
	color: #363636;
	font-size: 14px;
	font-weight: 700;
}

.nfield-label-nick {
	display: flex;
	align-items: flex-end;
}

.nfield-nick-span {
	font-size: 12px;
	color: #5D5D5D;
	margin-left: 8px;
}

.myAcc_subHdr {
	color: #5D5D5D;
	font-size: 20px;
	font-weight: 600;
	margin: 24px 0;
}

.add-address-submit {
	max-width: 263px;
	margin-top: 10px;
}

.profile-top {
	border: 1px solid #F1EFF1;
	border-radius: 4px;
	display: flex;
	margin: 0 15px 0 10px;
	align-items: center;
	align-items: stretch;
}

.profile-switch-btn {
	background: #F1EFF1;
	padding: 8px 6px;
	display: flex;
	align-items: center;
}

.profile-switch-btn-1 {
	color: #5D5D5D;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}

.profile-switch-btn-21 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #222222;
	width: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.profile-switch-btn-2 {
	padding-left: 7px;
}

.profile-top .dropdown:hover .dropbtn {
	box-shadow: none;
}

.profile-top .dropbtn {
	height: 100%;
}

.profile-top .btn-name {
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85px;
}

.profile-top .fa.fa-angle-down {
	color: #222222;
	padding: 0 10px;
}

.profile-top .btn-des {
	margin: auto 0 auto 20px;
}

.profile-top .custname {
	max-width: 100%;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0 4px 4px;
	min-width: 230px;
	border: none;
	box-shadow: 2px 0px 6px #00000029;
	z-index: 1;
	border-radius: 4px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block
}

.caret-sub-sp {
	position: absolute;
	right: 15px;
}

.new_flag_menu {
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	background: #222222;
	color: white;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	padding: 0 7px;
	top: calc(50% - 7px);
}

.profile-top .dropdown-content>ul,
.profile-top .sticky .dropdown-content>ul {
	max-height: inherit !important;
	overflow: inherit;
}

.profile-top .dropdown-content {
	right: inherit;
	left: 0;
	width: 230px !important;
	border-radius: 4px;
	box-shadow: 0px 3px 6px #00000029;
	border: none;
	padding-bottom: 5px !important;
}

.profile-top .dropdown-menu strong {
	border-top: none !important;
	margin-top: 0 !important;
}

.profile-top .cust_menu li a {
	font-size: 14px;
	line-height: 19px;
	padding: 6px 24px;
	position: relative;

	display: flex;
	align-items: center;
}

.profile-top .cust_menu .dropdown-submenu li a {
	padding: 6px 30px;
}

.cust_menu li {
	position: relative;
}

.dgr_underline_link {
	text-decoration: underline;
	color: #005C43 !important;
	display: inline-block;
}

.profile-top .custname .cust_menu li strong {
	padding: 10px 14px 4px 14px;
	font-size: 14px;
	line-height: 19px;
	margin-top: 2px;
}

.profile-top .custname .cust_menu .dropdown-submenu li strong {
	padding: 10px 20px 4px 20px;
}

.mini-menu-sp {
	/*  padding-bottom: 10px;*/
}

.profile-top .cust_menu li a.btm-menu-sp {
	padding-left: 15px;
}

.profile-top .dropdown:hover .fa.fa-angle-down {
	/*  transform: rotate(180deg);*/
	height: 0;
	overflow: hidden;
}

.mini-menu-sp.open a.dropdown-toggle {
	/* border-left: 3px solid #005944; */
	/* background-color: transparent !important; */
	/* transition: border-left 0.3s; */
	/* color: #005944; */
}

.profile-top .cust_menu li a.btm-menu-sp-out {
	padding-left: 12px;
	margin-top: 2px;
	padding-top: 10px;
}

.dropdown-submenu.mini-menu-sp>.dropdown-menu {
	padding: 5px 0 10px 0;
}

.not-completed.shp-for-itm .profiles-item-21 {
	margin-bottom: 0;
}

.not-completed.shp-for-itm .profiles-item-22 {
	margin-top: 16px;
}

@media (max-width: 840px) {
	.profile-check:checked+.profiles-item-container .fa-chevron-up {
		display: block;
	}

	.profile-check:not(:checked)+.profiles-item-container .fa-chevron-down {
		display: block;
	}

	.profile-check:checked+.profiles-item-container .profiles-item-12 {
		height: auto;
	}

	.profile-check:not(:checked)+.profiles-item-container .profiles-item-12 {
		height: 0;
		border: none;
	}

	.remove-profile-desk {
		display: none;
	}

	.remove-profile-mbl {
		display: inline-block;
		margin-bottom: 4px;
		color: #005C43 !important;
		font-weight: bold;
		font-size: 16px;
		margin-top: 16px;
	}

	.profile-check:not(:checked)+.profiles-item-container .profiles-item-21 {
		margin: 0px 0 16px 57px;
	}

	.profile-check:not(:checked)+.profiles-item-container .profiles-item-11 {
		padding-bottom: 4px;
	}

	.profile-check:not(:checked)+.profiles-item-container .profiles-item-22 {
		margin-top: 12px;
	}

	.profiles-item-1 {
		padding: 16px 16px 0;
	}

	.profiles-item-111 {
		width: 31px;
		height: 31px;
	}

	.profiles-item-11 {
		padding-bottom: 10px;
		min-height: inherit;
	}

	.profiles-item-121 {
		margin: 10px 0 8px;
	}

	.profiles-item-21 {
		margin: 12px 0 16px 16px;
		font-size: 16px
	}

	.profiles-item-122 {
		padding-bottom: 4px;
	}

	.profiles-item-22 {
		margin: 12px 0 0;
	}

	.profiles-list {
		margin-top: 0;
		margin-bottom: 0;
	}

	.profiles-accnt-copy3 {
		padding: 32px 0 6px;
	}

	.profiles-item {
		width: 100%;
	}

	.profiles-page-box {
		padding: 0 20px;
	}

	#custo-content .profiles-page-box h1 {
		text-align: left;
	}

	.new-prfl-grn-1 {
		padding: 16px 24px;
	}

	.new-prfl-wt-1 {
		padding: 24px;
	}

	.new-prfl-grn {
		width: 45%;
		border-radius: 0;
	}

	.new-prfl-wt {
		width: 55%
	}

	.new-prfl-grn-11 {
		margin-bottom: 12px;
		width: 33px;
		height: 33px;
	}

	.new-prfl-page,
	.new-prfl-page-1 {
		padding: 0;
	}

	.new-prfl-box {
		box-shadow: none;
		border-radius: 0;
	}

	.new-prfl-wt-114,
	.new-prfl-wt-13 {
		max-width: inherit;
	}

	.new-prfl-page {
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.new-prfl-box-1 {
		flex-direction: column;
	}

	.new-prfl-grn,
	.new-prfl-wt {
		width: 100%;
	}

	.new-prfl-grn-12 {
		text-align: center;
	}
}

@media (max-height: 600px) {
	.profile-top .cust_menu li a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.profile-top .custname .cust_menu li strong {
		padding-top: 1vh;
		padding-bottom: .5vh;
	}
}