@font-face {
	font-family: Proxima Nova;
	src: url('../../fonts/Mark Simonson - Proxima Nova Regular.otf');
}

@font-face {
	font-family: Proxima Nova;
	src: url('../../fonts/Mark Simonson - Proxima Nova bold.otf');
}

body {
	font-family: 'Proxima Nova Regular', sans-serif;
	overflow: hidden;
	background-color: #F2F4FA !important;
}

p {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.33px;
	text-align: left;
	color: #7d86a0;
	margin-bottom: 0;
}

input[type=text]: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: #2FB964;
	outline: none;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;

}

a,
button,
input {
	text-decoration: none !important;
	outline: none !important;
}

img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

a,
.btn,
button {
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
	text-decoration: none;
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

/* .horizontal-layout,
.layout,
.vertical-layout {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
} */
.nav-logo {
	width: 258px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ECEFF7;
}

.header-nav {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	display: flex;
	height: 75px;
	padding: 15px 0;
	border-bottom: 1px solid #F2F4FA;
}

.header-right {
	width: calc(100% - 258px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 35px;
}

.header-nav .header-nav-wrap {
	flex: 1;
	display: flex;
	justify-content: space-between;

}

.header-nav .header-nav-wrap .header-nav-left {
	margin-left: 10px;
}

.header-nav .header-nav-wrap .header-nav-left,
.header-nav .header-nav-wrap .header-nav-right {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	align-items: stretch;
	display: flex;
}

.header-nav .header-nav-wrap .header-nav-item {
	text-decoration: none;
	color: #486f88;
	display: flex;
	align-items: center;
	position: relative;
	height: 40px;
}

.header-nav .header-nav-wrap .header-nav-item .header-nav-item-select {
	display: flex;
	align-items: center;
	height: 100%;
	background: transparent;
	border: none;
	cursor: pointer;
}

.header-nav .header-nav-wrap .header-nav-item:last-child .header-nav-item-select {
	padding-right: 0;
}

.header-nav .header-nav-wrap .header-nav-item .nav-icon {
	font-size: 1.25rem;
}

.notify-dot {
	background: #FF4D4F;
	border: 1px solid #FFFFFF;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	right: 8px;
	top: -1px;
}

.notification-main .dropdown button {
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
}

.notification-main .dropdown-toggle::after {
	content: none;
}

.nav-profile .dropdown-toggle::after {
	content: none;
	border: none;
	margin-top: -22px;
}

.fa {
	color: #232F4D;
}

.nav-notification .nav-notification-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.9375rem;
	border-bottom: 1px solid #edf4f9;
}

.nav-notification .nav-notification-body {
	overflow-y: auto;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.profile-dropmenu {
	min-width: 220px;
	margin-top: 10px;
	padding: 0px 0 0;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
}

.profile-dropmenu li+li {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.profile-dropmenu li .dropdown-item {
	padding: 10px 15px;
	border-top: 0px solid rgba(0, 0, 0, .15);
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.28px;
	text-align: left;
	color: #1B304A;
	transition: all .6s ease-in-out;
	background-color: #fff;
}

.profile-dropmenu li .dropdown-item span {
	margin-left: 10px;
}

.profile-dropmenu li .dropdown-item svg {
	width: 24px;
	height: 24px;
	margin-top: -2px;
}

.profile-dropmenu li .dropdown-item:hover,
.profile-dropmenu li .dropdown-item:focus {
	color: #1B304A;
	background-color: #fff;
}

.avtar_img {
	width: 40px;
	height: 40px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 8px;
}

.avtar_img img {
	max-width: 100%;
	height: auto;
}

.avtar_dropdown_img {
	width: 24px;
	height: 24px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 0px;
}

.avtar_dropdown_img img {
	max-width: 100%;
	height: auto;
}

/* .notify-dropmenu,
.profile-dropmenu {
	border: 1px solid #edf4f9;
	border-radius: 0.375rem;
	font-size: 14px;
	color: #486f88;
	box-shadow: 0 0.1875rem 0.75rem 0.0625rem #2c378226;
	top: 190%!important;
} */

.nav-notification .nav-notification-body .nav-notification-item {
	display: flex;
	padding: 1.25rem 1rem;
	transition: background-color .3s ease;
	cursor: pointer;
}

.nav-notification .nav-notification-body .nav-notification-item:hover {
	background-color: #ebf3f8;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.text-dark {
	color: #343a40 !important;
}

.fw-bolder {
	font-weight: 700 !important;
}

.font-size-sm {
	font-size: .765625rem;
}

.fw-bold {
	font-weight: 600 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

a:hover {
	color: #11a1fd;
}

.avatar {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff !important;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	background-color: #2FB964 !important;
	width: 25px;
	height: 25px;
	line-height: 2rem;
	border-radius: 50%;
}

.avatar-img .fa {
	color: #fff !important;
}

.nav-notification .nav-notification-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.9375rem;
	border-top: 1px solid #edf4f9;
}

.nav-notification-footer a {
	color: #424347 !important;
}

.nav-notification-header a {
	color: #424347 !important;
}

.nav-notification-header h5 {
	color: #6E7BB3;
}

.nav-profile .toggle-wrapper {
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #424347;
	background: transparent;
	border: none;
	cursor: pointer;
}

.dropdown button {
	background: transparent;
	border: none;
}

/* .nav-profile .dropdown-menu {
	min-width: 220px;
	padding-top: 0;
} */

.nav-profile .nav-profile-header {
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}

.menu-bottom li {
	margin-bottom: 0;
}

.menu-bottom li a {
	padding: 10px 20px;
	margin-bottom: 0;
}

.menu-bottom li a:hover {
	background: transparent;
}

.side-nav {
	position: fixed;
	top: 75px;
	width: 258px;
	height: 100%;
	z-index: 1030;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all .2s ease;
	padding-top: 15px;
}

.side-nav.nav-menu-light {
	background-color: #fff;
}

.header-nav.layout-vertical {
	width: calc(100% - 0px);
}

.side-nav .nav-logo {
	border-right: 1px solid #ECEFF7;
	margin: 15px 0;
	height: 75px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	border-right: 1px solid #ECEFF7;
}

.nav-logo img {
	width: 120px;
}

.right-arrow {
	position: absolute;
	right: 30px;
}

.right-arrow img {
	opacity: 0.5;
}

.side-nav .side-nav-content {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 25px 0;
}

.nav-menu-item a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	transition: all .6s ease-in-out;
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: rgb(89 99 146 / 50%);
	background: transparent;
	border-radius: 6px;
	margin: 0px 15px;
}

.nav-menu-item a:hover,
.nav-menu-item a.active {
	color: rgb(89 99 146 / 1);
	background: #F2F4FA;
}

.nav-menu-item a:hover svg,
.nav-menu-item a.active svg {
	opacity: 1 !important;
}

.nav-menu-item a svg {
	transition: all .6s ease-in-out;
}

.nav-menu-item a .nav-img {
	margin-right: 12px;
	display: flex;
}

.nav-menu-item a .nav-img svg {
	opacity: 0.5;
}

.submenu li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.09em;
	color: #596392;
	padding: 8px 10px;
	transition: all .6s ease-in-out;
	margin: 0 10px;

}

.submenu li {
	margin-bottom: 0px;
	position: relative;
}

.submenu li:before {
	content: '';
	position: absolute;
	height: 2px;
	background: rgb(89 99 146 / 30%);
	width: 7px;
	left: -2px;
	top: 22px;
}

.submenu {
	padding-left: 45px;
	padding-top: 0px;
	display: none;
	position: relative;
}

.submenu:before {
	content: '';
	position: absolute;
	height: 90%;
	background: rgb(89 99 146 / 30%);
	width: 1px;
	left: 42px;
	top: 12px;

}

.nav-menu-item {
	margin-bottom: 15px;
}

.has-search {
	margin-bottom: 0;
}

.header-search .has-search .form-control {
	padding-left: 2.375rem;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #A8B0D0;
	border: none;
	width: 300px;
}

.has-search input:focus {
	box-shadow: none;
}

.has-search input::placeholder {
	color: #A8B0D0;
}

.header-search .has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: flex;
	width: 30px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	pointer-events: none;
	color: #aaa;
	align-items: center;
	justify-content: center;
}

.header-toggle {
	background: #F2F4FA;
	border-radius: 44.4853px;
	width: 121px;
	height: 40px;
	padding: 5px;
}

.header-toggle-link.active {
	background: #FFFFFF;
	box-shadow: 0px 2.66912px 9.78677px 2.66912px rgba(0, 0, 0, 0.04);
}

.header-nav-item {
	border-left: 1px solid #ECEFF7;
	padding: 0px 30px;
}

.header-toggle-link {
	width: 50%;
	border-radius: 44.4853px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vertical-layout .content {
	margin-left: 258px;
	padding-top: 75px;
}

.horizontal-layout .content,
.vertical-layout .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
	overflow-y: auto;
}

.vertical-layout .content .content-main {
	padding: 35px;
}


.separator {
	padding: 0px 3px;
	font-size: 16px;
	line-height: 22px;
	color: #7988AC;
}

.page-header {
	margin-bottom: 25px;
}

.card-section {
	background: #FFFFFF;
	box-shadow: 0px 5px 35px rgba(86, 149, 181, 0.1);
	border-radius: 10px;
	padding: 30px 30px 0px 30px;
	margin-bottom: 30px;
}

.card-search-input input {
	background: #FFFFFF;
	border: 1px solid rgb(172 177 201 / 50%);
	border-radius: 8px;
	width: 480px;
	padding: 15px 20px 15px 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #A8B0D0;
}

.card-search-input input::placeholder {
	color: #A8B0D0;
}

.card-search-input span {
	position: absolute;
	width: 50px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-btn {
	width: 180px;
	height: 52px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #121212;
	border-radius: 6px;
	transition: all .6s ease-in-out;
	border: 1px solid transparent;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;

}

.main-btn:hover {
	color: #121212;
}

.btn-border {
	border: 1px solid #2FB964;
	background: transparent;
}

.btn-border:hover {
	border: 1px solid #2FB964;
	background: rgb(254 222 131 / 20%);
}

.btn-bg {
	background: #2FB964;
}

.btn-bg:hover {
	box-shadow: 0px 10px 20px 0px rgb(254 222 131 / 50%);
}

.seprator-line {
	border-right: 1px solid rgb(40 62 69 / 20%);
	width: 1px;
	/* padding: 0px 8px; */
	height: 18px;
	margin: 0px 8px;
}

.card-top-bar {
	margin-bottom: 30px;
}

.card-search-input {
	position: relative;
}

.card-table.table thead th {
	vertical-align: middle;
	border-bottom: 0px;
	background: #F2F4FA;
	border-top: 0px;
	padding: 20px 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

	color: #283E45;
}

.card-table.table thead th:nth-child(1) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}

.card-table.table thead th:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

.card-table.table td {
	padding: 20px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	border-top: 0;
	color: #283E45;
	border-bottom: 1px solid #EBEBEB;
	vertical-align: middle;
}

.card-table.table th span {
	margin-left: 5px;
	display: inline-block;
	transform: translateY(3px);
}

.card-table.table tr {
	transition: all .4s ease-in-out;
}

.card-table.table tr:hover {
	background: rgb(242 244 250 / 70%);
	cursor: pointer;
}

.edit-input input {
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D2D4D8;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 8px 10px;
}

.edit-name input {
	width: 110px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #424347;
}

.edit-email input {
	width: 210px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #424347;
}

/*toggle btn*/
.toggleSwitch span span {
	display: none;
}

.toggleSwitch {
	display: inline-block;
	height: 30px;
	position: relative;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	width: 50px;
	margin-bottom: 0;
}

.toggleSwitch * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
	outline: none;
}

.toggleSwitch label {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}

.toggleSwitch input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}

.toggleSwitch>span {
	position: absolute;
	left: -50px;
	width: 100%;
	margin: 0;
	padding-right: 50px;
	text-align: left;
	white-space: nowrap;
}

.toggleSwitch>span span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 50%;
	margin-left: 50px;
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.42;
	letter-spacing: normal;
	text-align: left;
	color: #2f3746;
	width: 100%;
	left: 140%;
	top: -1px;
	opacity: 0;
}

.toggleSwitch a {
	position: absolute;
	right: 50%;
	z-index: 4;
	display: block;
	height: 100%;
	padding: 0;
	left: 15px;
	width: 19px;
	background-color: rgb(66 67 71 / 50%);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	height: 19px;
	top: 4px;
	border: 5px solid #fff;
}

.toggleSwitch>span span:first-of-type {
	opacity: 1;

}

.toggleSwitch>span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 120%;
	top: -2px;
	background-color: rgb(66 67 71 / 15%);
	border-radius: 45px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

.toggleSwitch input:checked~a {
	border-color: #fff;
	left: 80%;
	margin-left: -8px;
	background: #2FB964;
}

.toggleSwitch input:checked~span:before {
	background: #2FB964;
}

.toggleSwitch input:checked~span span:first-of-type {
	opacity: 0;
}

.toggleSwitch input:checked~span span:last-of-type {
	opacity: 1;
	color: #2f3746;
}

/* Switch Sizes */
.toggleSwitch.large {
	width: 60px;
	height: 27px;
}

.toggleSwitch.large a {
	width: 27px;
}

.toggleSwitch.large>span {
	height: 29px;
	line-height: 28px;
}

.toggleSwitch.large input:checked~a {
	left: 41px;
}

.toggleSwitch.large>span span {
	font-size: 1.1em;
}

.toggleSwitch.large>span span:first-of-type {
	left: 50%;
}

.toggleSwitch.xlarge {
	width: 80px;
	height: 36px;
}

.toggleSwitch.xlarge a {
	width: 36px;
}

.toggleSwitch.xlarge>span {
	height: 38px;
	line-height: 37px;
}

.toggleSwitch.xlarge input:checked~a {
	left: 52px;
}

.toggleSwitch.xlarge>span span {
	font-size: 1.4em;
}

.toggleSwitch.xlarge>span span:first-of-type {
	left: 50%;
}

.toggle-title {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: #2f3746;
}

.toggle-option {
	display: flex;
	align-items: center;

}

.margin-btn {
	margin-right: 50px;
}

.pagination {
	margin-top: 50px;
	padding-bottom: 30px;
}

.pagination .page-link {
	border: 0.5px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 0;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 3px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #424347;
	background: transparent;
	transition: all .6s ease-in-out;

}

.pagination .page-item.active .page-link {
	background: #2FB964;
	border: 0.5px solid transparent;
	color: #424347;
}

.pagination .page-link:hover {
	background: #2FB964;
	border: 0.5px solid transparent;
	color: #424347;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*select css*/
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.edit-select .select {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px !important;
	width: 100%;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.edit-select .select-styled {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px !important;
	width: 100%;
	height: 40px;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #424347;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.edit-select .select-styled:after {
	content: url("../../images/small-arrow.png");
	width: 0;
	height: 0;
	border: none;
	position: absolute;
	top: 12px;
	right: 30px;
}

.edit-select .select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0 11px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 11px 5px rgba(0, 0, 0, .05);
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: 'Poppins', sans-serif;
}

.edit-select .select-options li {
	position: relative;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 12px;
	font-weight: 500;
	color: #424347;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select-options li:hover {
	color: #000;
}

.select-options li[rel="hide"] {
	display: none;
}

.create-modal .modal-dialog {
	max-width: 920px;
}

.create-modal .modal-content {
	background: #fff;
	border-radius: 20px;
	border: none;
}

.create-modal .modal-header {
	padding: 20px 40px;
	height: 83px;
	align-items: center;
	border-bottom: 1px solid rgb(106 109 114 / 30%);
}

.create-modal .modal-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #283E45;

}

.create-modal .modal-body {
	padding: 30px 40px;
}

.modal-tab ul {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 35px;
}

.modal-tab ul li {
	width: 50%;
	text-align: center;
}

.modal-tab ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #283E45;
	padding: 20px 0;
	border-bottom: 5px solid transparent;

}

.modal-tab .nav-tabs .nav-item.show .nav-link,
.modal-tab .nav-tabs .nav-link.active {
	color: #495057;
	background-color: transparent;
	border-bottom: 5px solid #2FB964 !important;
	border: none;
	border-radius: 0;
}

.form-input input,
.form-input .form-select {
	background-color: #FFFFFF;
	border: 1px solid rgb(106 109 114 / 30%);
	box-sizing: border-box;
	border-radius: 8px;
	height: 60px;
	width: 100%;
	padding: 18px 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgb(66 67 71 / 1);
	position: relative;
}

.form-input input:focus,
.form-input .form-select:focus {
	color: rgb(66 67 71 / 1);
	border: 1px solid rgb(106 109 114 / 30%);
	outline: none;
	box-shadow: none;
}

.form-input {
	margin-bottom: 30px;
	position: relative;
}

.form-input label {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #424347;
	position: absolute;
	background: #fff;
	z-index: 1;
	padding: 4px 8px;
	top: -10px;
	left: 30px;
}

.form-select .select {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px !important;
	width: 100%;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.form-select .select-styled {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px !important;
	width: 100%;
	height: 60px;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgb(66 67 71 / 50%);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #F2F4FA;
	border-radius: 8px;
	padding: 20px 25px;
}

.form-select .select-styled:after {
	content: url("../../images/arrow-down.png");
	width: 0;
	height: 0;
	border: none;
	position: absolute;
	top: 15px;
	right: 40px;
}

.form-select .select-options {
	display: none;
	position: absolute;
	top: 110%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0 11px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 11px 5px rgba(0, 0, 0, .05);
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: 'Poppins', sans-serif;
}

.form-select .select-options li {
	position: relative;
	padding: 8px 20px;
	border-bottom: 1px solid #e2e2e2;
	background: #F2F4FA;
	font-size: 13px;
	font-weight: 500;
	color: #424347;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
	text-align: left;
}

/* .form-btn{
	margin-top: 70px;
} */
.form-btn-main .w-300 {
	width: 300px;
}

.modal-small-heading {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #424347;
	margin-bottom: 35px;
	display: block;
}

/*radio button css*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	left: 0 !important;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #424347;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 21px;
	height: 21px;
	border: 2px solid #2FB964;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 11px;
	height: 11px;
	background: #2FB964;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: none;
}

.nav-tabs .nav-link {
	border: none;
}

/* .modal-tab-form{
	max-height:600px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 20px;
} */
.modal-tab-form::-webkit-scrollbar {
	width: 2px;
	height: 12px;
	background-color: rgb(106 109 114 / 20%);
}

.modal-tab-form::-webkit-scrollbar-thumb {
	width: 5px;
	box-shadow: 0 0 0 12px rgb(106 109 114 / 40%) inset;
}

.modal-tab-form::-webkit-scrollbar-thumb:hover,
.modal-tab-form::-webkit-scrollbar-thumb:focus {
	box-shadow: 0 0 0 12px rgb(106 109 114 / 40%) inset;
}

.modal-tab-form::-webkit-scrollbar-thumb:active {
	box-shadow: 0 0 0 12px rgb(106 109 114 / 40%) inset;
	width: 5px;
}

.menu-bottom {
	/* position: absolute; */
	bottom: 70px;
	width: 100%;
	border-top: 1px solid #ECEFF7;
	padding: 10px 0;
}

.card-tab-menu .nav-item .nav-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #6A6D72;
	transition: all .6s ease-in-out;
	padding: 12px 0;
	border-bottom: 5px solid transparent;
	border-radius: 0;
	background-color: transparent;
}

.card-tab-menu .nav-item .nav-link.active {
	border-bottom: 5px solid #2FB964;
	color: #283E45;
	background-color: transparent;
}

.card-tab-menu .nav-item .nav-link:hover {
	border-bottom: 5px solid #2FB964;
	color: #283E45;
	background-color: transparent;
}

.card-tab-menu li:first-child {
	margin-left: 0;
}

.card-tab-menu li {
	margin-left: 35px;
}

.user-detail-list {
	width: 30%;
	border-right: 0px solid #EBEBEB;
	padding: 0px 25px;
	margin-top: 20px;
}

.user-detail-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 10px 0;
}

.user-detail-list li span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #424347;
	white-space: nowrap;
	margin-right: 10px;
	width: 180px;
}

.user-detail-list li h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	color: #6A6D72;
	margin-bottom: 0;
}

.user-detail-list li .edit-input {
	background: #FFFFFF;
	border: 1px solid #D2D4D8;
	box-sizing: border-box;
	border-radius: 5px;
	width: 280px;
	padding: 12px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #6A6D72;
	width: 100%;
}

.user-detail-save-list li {
	padding: 0;

}

.transaction-table.table td {
	padding: 20px 10px;
	font-size: 14px;
}

.top-list li {
	width: 25%;
	padding: 0px 40px;
	display: flex;
	align-items: center;
	position: relative;
}

.top-list li:first-child {
	padding-left: 0;
}

.top-list li:before {
	content: "";
	width: 1px;
	height: 56px;
	top: 1px;
	background: #b0c7df;
	display: inline-block;
	position: relative;
	left: -40px;
}

.top-list li:first-child:before {
	display: none;
}

.top_list_card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.top-detail {
	flex: 1;
}

.top-img {
	background: #F2F4FA;
	border-radius: 10px;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.top-detail span {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #6E7BB3;
	display: block;
	margin-bottom: 5px;
}

.top-detail h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #424347;
	margin-bottom: 0;
}

.card-heading h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #283E45;
	margin-bottom: 30px;
}

.top-list-small li {
	display: flex;
	align-items: center;
	padding: 0px 20px;
	border-right: 2px solid #F2F4FA;
	margin-bottom: 30px;
}

.top-list-small li:last-child {
	border-right: 0;
}

.list-img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.setting-box {
	position: absolute;
	left: 270px;
	background: #fff;
	bottom: 70px;
	z-index: 1;
	padding: 35px;
	box-shadow: 8px -10px 39px rgb(89 99 146 / 15%);
	border-radius: 15px 15px 15px 0px;
	width: 383px;
	display: none;
}

.setting-top {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 30px;
}

.setting-top h6 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #596392;
}

.watermark-box {
	background: #FFFFFF;
	border: 1px dashed rgb(66 67 71 / 30%);
	border-radius: 10px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.watermark-box img {
	width: 180px;
}

.bottom-text {
	padding: 30px 0;
}

.bottom-text span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #596392;
}

.ui-widget-header {
	background-color: #1959d3;
	border-radius: 0;
}

.ui-slider-horizontal .ui-slider-handle {
	margin: 0;
	outline: none;
	height: 12px;
	width: 12px;
	border: none;
	border-radius: 0;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

.ui-widget.ui-widget-content {
	border: none;
	background-color: #EBEBEB;
	border-radius: 30px;
	height: 8px;


}

.ui-widget-header {
	border: none;
	background: #2FB964 !important;
}

.ui-widget.ui-widget-content {
	border: none !important;
	width: 100%;
}

.budget {
	display: flex;
	color: #000;
	align-items: center;
}

.budget label {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #424347;
	margin-left: 15px;
}

.ui-slider .ui-slider-handle {
	width: 18px !important;
	height: 18px !important;
	border-radius: 50%;
	cursor: pointer !important;
	box-sizing: border-box;

}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	box-shadow: 0px 4px 10px rgba(89, 99, 146, 0.3) !important;
	background: #2FB964 !important;
	border: 4px solid #FFFFFF !important;
}

.graph-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	text-align: right;
	color: #283E45;
}

.graph-text span {
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	text-align: right;
	color: #283E45;
}

.green-dot {
	width: 12px;
	height: 12px;
	background: #52C41A;
	border: 3px solid #FFFFFF;
	display: flex;
	border-radius: 50%;
}

.input-group-addon {
	position: absolute;
	right: 35px;
	top: 20px;
	cursor: pointer;
}

.form-control:focus {

	box-shadow: none;
	outline: none;
	border-color: rgb(106 109 114 / 30%);
}

.astrick {
	color: #EB0037;
	font-size: 18px;
	position: relative;
	padding-left: 3px;
}

.step-progress {
	display: flex;
}

.step-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #6A6D72;
	margin-left: 20px;
}

.step-line {
	border: 3px solid #EBEBEB;
	width: 100px;
}

.step-dot {
	width: 16px;
	height: 16px;
	background: #EBEBEB;
	border-radius: 50%;
}

.step-dot:nth-child(1) {
	transform: translateX(5px);
}

.step-dot:nth-child(2) {
	transform: translateX(-7px);
}

.step-dot.active {
	background: #2FB964;
}

.step-line.active {
	border: 3px solid #2FB964;
}

.back-link,
.back-link:hover {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #283E45;
	margin-right: 30px;
}

.upload-box {
	width: 100%;
	background: rgba(254, 222, 131, 0.1);
	border: 2px dashed #2FB964;
	border-radius: 10px;
	height: 200px;
	padding: 20px;
}

input[type=file] {
	display: none;
}

.upload-box label {
	width: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 13px;
	color: #ccc;
	cursor: pointer;
}

.upload-box label span {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: rgb(66 67 71 / 50%);
}

.upload-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #283E45;
	margin-bottom: 15px;
	margin-top: 10px;

}

.upload-button {
	width: 82px;
	height: 30px;
	background: #2FB964;
	border-radius: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #121212;
	margin-bottom: 15px;
	border: none;
	cursor: pointer;
}

.modal-step-2 {
	transform: translateX(100%);
	display: none;

}

.modal-step {
	position: relative;
	transition: all .4s ease-in-out;
}

.step-active .modal-step-1 {
	transform: translateX(-100%);
	display: none;
}

.step-active .modal-step-2 {
	transform: translateX(0%);
	display: block;
}


.pay-card-left {
	width: 60%;
	border-right: 4px solid #F2F4FA;
	padding: 40px;
}

.pay-card-right {
	width: 40%;
	padding: 40px;
}

.pay-heading h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #283E45;
	margin-bottom: 0;
}

.pay-heading p {
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	color: #8F94B0;
}

.pay-back-link,
.pay-back-link:hover {
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	text-align: right;
	color: #9A9BA0;
}

.summary-top p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #424347;
}

.s-border-bottom {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.summary-detail span {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #424347;
}

.summary-detail h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	color: #424347;
	font-family: Proxima Nova Bold;
}

.summary-detail {
	padding: 5px 25px;
}

.pay-box {
	background: #FFF9E5;
	border-radius: 8px;
	padding: 10px 25px;
}

.bill-detail h5 {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #424347;
}

.bill-detail h5 span {
	color: #3CB848;
	font-weight: 500;
}

.pay-card-top {
	margin-bottom: 15px;
}

.pay-tabs {
	border-bottom: 0;
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	list-style: none;
	padding: 0;
}

.pay-tabs li {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.pay-tabs .nav-item .nav-link {
	width: 100%;
	padding: 12px 8px;
	background: #F2F4FA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: #9A9BA0;
	letter-spacing: 0.5px;
	transition: all .6s ease-in-out;
	border: 1.5px solid transparent;
}

.pay-tabs .nav-item.show .nav-link,
.pay-tabs .nav-link.active {
	color: #283E45;
	background-color: #FCFAF2;
	border: 1.5px solid #FECF34;
}

.pay-tabs .nav-item.show .nav-link svg path,
.pay-tabs .nav-link.active svg path {
	fill: #FECF34;
}

.pay-tabs .nav-item .nav-link:hover svg path,
.pay-tabs .nav-link:focus svg path {
	fill: #FECF34;
}

.pay-tabs .nav-link:focus,
.pay-tabs .nav-link:hover {
	color: #283E45;
	background-color: #FCFAF2;
	border: 1.5px solid #FECF34;
}

.pay-tabs .nav-item .nav-link svg {
	margin-right: 10px;
	transition: all .6s ease-in-out;
}

.pay-tabs .nav-item .nav-link svg path {
	transition: all .6s ease-in-out;
}

.form-heading {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #424347;
	margin-bottom: 30px;
}

.form-sec {
	margin-bottom: 10px;
}

.important-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #FF4D4F;
	position: relative;
	top: 4px;
	left: 0px;
	padding-left: 5px;
}

.btn-dblue {
	width: 100%;
	height: 60px;
	background: #2B384A;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	transition: all .6s ease-in-out;
	cursor: pointer;
}

.btn-dblue:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .4);
}

.iti__selected-dial-code {
	display: none;
}

.iti__country span {
	margin-top: 0;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC !important;
}

.iti--allow-dropdown {
	width: 100%;
}

.iti__flag-container {
	width: 80px;
}

.iti--separate-dial-code .iti__selected-flag {
	width: 80px;
	justify-content: center;
	border-right: 1px solid #ECEFF7 !important;
	padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent !important;
}

.iti__arrow {
	content: url("../../images/arrow-down.png");
	border: none !important;
	margin-left: 6px;
	width: 11px !important;
	height: 6px !important;
	position: absolute;
	right: 10px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 60% !important;
	padding: 0 6px 0 8px;
	margin-top: 15px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 100px !important;
}

.btn-close:hover,
.btn-close:focus {
	outline: none;
	box-shadow: none;
	border: 0px;
}

.sub_menu .sub-nav-link {
	position: relative;
	padding-left: 42px;
}

.sub_menu .sub-nav-link:before {
	content: '';
	position: absolute;
	height: 2px;
	background: rgb(89 99 146 / 30%);
	width: 7px;
	left: 42px;
	top: 24px;
	bottom: 0;
}

.sub_menu .sub-nav-link:after {
	content: '';
	position: absolute;
	height: 100%;
	background: rgb(89 99 146 / 30%);
	width: 1px;
	left: 42px;
	top: 0px;
	bottom: 0;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF;
	border: 1px solid #D2D4D8;
	border-radius: 0px;
	width: 100%;
	justify-content: flex-end;
}

.custom_image_logo {
	width: 40px;
	height: 40px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.custom_image_logo img {
	max-width: 100%;
	height: auto;
}

.usser_setting {
	display: flex;
	flex-wrap: wrap;
}

.usser_setting li+li {
	margin-left: 15px;
}

.li_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.li_section span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #424347;
	white-space: nowrap;
	margin-right: 10px;
	width: 150px;
}

.button_sec {
	padding-left: 112px;
}

.user_detail_container {
	padding-bottom: 30px;
}

.script_btn_btn,
.script_btn_btn:hover,
.script_btn_btn:focus {
	width: 120px;
	height: 40px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #121212;
	border-radius: 6px;
	transition: all .6s ease-in-out;
	border: 1px solid transparent;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2FB964;
}

.reset_btn_btn,
.reset_btn_btn:hover,
.reset_btn_btn:focus {
	width: 120px;
	height: 40px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #121212;
	border-radius: 6px;
	transition: all .6s ease-in-out;
	border: 1px solid transparent;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F2F4FA;
	;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 200px;
}

.rest_save_btn a+a {
	margin-left: 15px;
}

.rest_save_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* ---------- */

.erkmo_header {
	background-color: #fff;
	box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
}

.erkmo_navbar {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.erkmo_container {
	max-width: 1460px;
	padding: 0 24px;
}

.sign_in_button,
.sign_in_button:hover,
.sign_in_button:focus {
	padding: 9px 36px;
	border: 1px solid #3C3084;
	background-color: #fff;
	color: #3C3084;
	box-shadow: none;
	outline: none;
}

.erkmo_navbar .navbar-nav .nav-item+.nav-item {
	margin-left: 25px;
}

.erkmo_navbar .navbar-nav .nav-item .nav-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #3C3084;
	transition: all .6s ease-in-out;
}

.erkmo_navbar .navbar-nav .nav-item .nav-link:hover,
.erkmo_navbar .navbar-nav .nav-item .nav-link:focus,
.erkmo_navbar .navbar-nav .nav-item .nav-link.active {
	opacity: 0.8;
}

.erkmo_navbar a+a {
	margin-left: 25px;
}

.erkmo_Main_section {
	background-color: #fff;
}

.erkmo_Main_section {
	min-height: 100vh;
	position: relative;
}

.sign_in_body,
.sign_up_body {
	position: absolute;
	top: 100px;
	bottom: 0px;
	width: 100%;
	overflow-y: auto;
}

.sign_in_inner_two {
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.erkmo_footer {
	position: absolute;
	bottom: 0;
	height: 91px;
	background-color: #3C3084;
	width: 100%;
	display: none;
}

.sign_in_body_inner {
	max-width: 410px;
	width: 100%;
}

.register_main_box {
	background-color: #fff;
}

.register_main_section {
	background-color: #f1f1f1;
}

.erko_signin_heading {
	font-weight: 700;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #2B3674;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
}

.erko_signin_content {
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: #A3AED0;
}

.sign_form_control {
	border: 1px solid #E0E5F2;
	border-radius: 16px;
	padding: 17px 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #A3AED0;
	margin-bottom: 24px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.sign_form_group {
	position: relative;
}

.sign_up_group {
	position: relative;
	margin-bottom: 25px;
}

.signup_lebel_error,
.lebel_login,
.lebel_login:hover {
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.25px;
	color: #F00707;
	margin-bottom: 0;
	display: none;
}

.show_password_button {
	position: absolute;
	right: 24px;
	top: 42px;
}

.create_an_account_heading {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #3C3084;
	margin-bottom: 0;
}

.create_an_account_anchor,
.create_an_account_anchor:hover,
.create_an_account_anchor:focus {
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #3C3084;
}

.create_an_account_button,
.create_an_account_button:hover,
.create_an_account_button:focus {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -0.02em;
	color: #fff;
	background-color: #3C3084;
	border-radius: 16px;
	padding: 20px;
	border: 1px solid #3C3084;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.Forget_password_button,
.Forget_password_button:hover,
.Forget_password_button:focus {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #3C3084;
}

.check_forgot {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sign_form_check .form-check-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #2B3674;
}

.sign_form_check .form-check-input {
	Width: 18px;
	Height: 18px;
	border-radius: 2px;
	border: 1px solid #000000;
	margin-right: 11px;
	box-shadow: none;
	outline: none;
	transition: all .6s ease-in-out;
}

.sign_form_check .form-check-input:checked {
	background-color: #000000;
	border-color: #000000;
	box-shadow: none;
	outline: none;
}

.sign_up_heading {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #2B3674;
	font-family: 'Roboto', sans-serif;
}

.choose_plane_heading {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: -0.02em;
	color: #2B3674;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.register_main_box {
	background-color: #fff;
	max-width: 1410px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 100px;
}

.signup_form_control {
	border: 1px solid #D1D1D1;
	border-radius: 0px;
	padding: 17px 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #333333;
	margin-bottom: 7px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.signup_lebel {
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.25px;
	color: #333333;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}

.check_radio_box {
	margin: 0;
	padding: 0;
}

.check_radio_box label {
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	margin: 0 0px 0 0;
	cursor: pointer;
	margin-right: 0;
	border: 0.5px solid #979797;
	font-weight: 500;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.25px;
	color: #000000;
	opacity: 0.5;
	width: 137px;
	height: 48px;
}

.check_radio_box+.check_radio_box {
	margin-left: 15px;
}

.check_radio_box input {
	display: none;
}

.check_radio_box input:checked+label {
	color: #4743E0;
	background-color: #fff;
	border: 1px solid #4743E0;
	box-shadow: 0px 0px 14px rgba(71, 67, 224, 0.2);
}

.Sign_up_button,
.Sign_up_button:hover,
.Sign_up_button:focus {
	padding: 20px 48px;
	border: 1px solid #FFFFFF;
	background-color: #3C3084;
	box-shadow: none;
	outline: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.25px;
	color: #FFFFFF;
	border-radius: 0px;
}

.choose_plana_navbar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.choose_plana_navbar .nav-item .nav-link,
.choose_plana_navbar .nav-item .nav-link:hover,
.choose_plana_navbar .nav-item .nav-link:focus {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #444444;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	position: relative;
}

.choose_plana_navbar .nav-item .nav-link.active,
.choose_plana_navbar .nav-item .nav-link:hover,
.choose_plana_navbar .nav-item .nav-link:focus {
	text-decoration-line: underline;
	color: #444444;
	background-color: transparent;
}

.choose_plana_navbar .nav-item:before {
	content: "";
	width: 2px;
	height: 18px;
	top: 2px;
	background: #444444;
	display: inline-block;
	position: relative;
	margin: 0 15px 0 15px;
}

.choose_plana_navbar .nav-item:first-child::before {
	display: none;
}

.choose_plane_card+.choose_plane_card {
	margin-top: 15px;
}

.starter_heading {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #444444;
}

.starter_heading span {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #444444;
	display: block;
}

.starter_mont_heading {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #444444;
	margin-bottom: 0;
}

.starter_mont_heading span {
	font-weight: 700;
	font-size: 20px;
	line-height: 24ssspx;
	color: #444444;
	display: block;
}

.choose_plane_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f2f2f2;
	padding: 0 70px 15px 70px;
}

.plane_check_in .form-check-label {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #444444;
}

.plane_check_in .form-check-input {
	width: 15px;
	height: 16px;
	background: #FBFBFB;
	border: 1px solid #000000;
	transition: all .6s ease-in-out;
	box-shadow: none;
	outline: none;
}

.plane_check_in .form-check-input:checked,
.plane_check_in .form-check-input:focus {
	background: #3C3084;
	border: 1px solid #000000;
	box-shadow: none;
	outline: none;
}

.plane_check_in+.plane_check_in {
	margin-top: 10px;
}

.previous_month {
	background-color: #f2f2f2;
	padding: 0 70px 15px 70px;
}


.plane_form_check {
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 30px 20px;
	width: 100%;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.plane_form_check label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.choose_form_check{
	background-color: #F2F2F2;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.choose_form_check .choosecheckbox {
    width: 21px;
    height: 21px;
    border: 1px solid #C9CACD;
    border-radius: 5px;
    margin-right: 15px;
	margin-left: 0;
}
.choose_form_check .choosecheckbox:checked {
	background-color: #023E87;
	border-color: #023E87;
}

.choose_form_check .choosecheckbox:focus {
	box-shadow: none;
	outline: none;
}
.choose_form_check .form-check-label{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
