@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=b0e348c5-65d6-422c-91c4-f8f5c803ba3f&fontids=692670,692673,692676");
@font-face{
	font-family:"Handel Gothic Light";
	src:url("/includes/css/fonts/handel-gothic-light/handel-gothic-light.woff2") format("woff2"),url("/includes/css/fonts/handel-gothic-light/handel-gothic-light.woff") format("woff");
}

:root {
	--main-color: #3b3b3d;
	--light-color: #8686a0;
	--main-hover: #494949;
	--primary-color: #2aa0da;
	--primary-hover: #56b5e3;
	--primary-light: #e6f7ff;
	--primary-dark: #605a7c;
	--success-color: #00AD81;
	--success-hover: #11ca9b;
	--warning-color: #ffc107;
	--warning-hover: #f0be27;
	--danger-color: #eb6358;
	--danger-hover: #e3574b;
	--bg-lighter: #fafafa;
	--bg-light: #f7f7f9;
	--border-color: #ced4da;
	--transition: all .3s ease;
	--primary-ff:"Handel Gothic Light";
}



/*Base*/
html, body {
	min-height: 100vh;
	font-family:var(--primary-ff);
	color: #3b3b3d;
	font-size: 16px;
	font-weight: 500;
}
ul, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	padding: 0;
}
ul.margins {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.margins li {
	list-style-type: disc;
}
a, a:hover {
	text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	height: auto;
	cursor: default;
	background-color: #fff;
	opacity: 1;
}



/*General*/
.display-none, .hidden-step {
	display: none;
}
.width100 {
	width: 100%;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.img-responsive {
	max-width: 100%;
}
.container-fluid.full {
	padding-left: 0px;
	padding-right: 0px;
}







/*Text*/
.upper {
	text-transform: uppercase;
}
.text-white {
	color: #fff;
}
.text-light {
	color: #8686a0 !important;
}
.text-main {
	color: #3b3b3d !important;
}
.text-primary {
	color: var(--primary-color) !important;
}
.text-success {
	color: #00AD81 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-danger {
	color: #eb6358 !important;
}



/*Backgrounds*/
.bg-primary {
	background: var(--primary-color) !important;
}



/*Buttons*/
.btn {
	transition: all .3s ease;
	font-weight: 700;
	text-decoration: none;
	padding: 13px 32px;
	border-radius: 10px;
}
.btn-sm {
	padding: 13px 23px;
}
.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none;
}
.btn-primary {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #56b5e3;
	border: 1px solid #56b5e3;
	color: white;
}
.btn-success {
	background: #00AD81;
	border: 1px solid #00AD81;
	color: white;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:not(:disabled):not(.disabled):active:focus {
	background: #11ca9b;
	border: 1px solid #11ca9b;
	color: white;
}
.btn-link {
	background: transparent;
	border: 1px solid transparent;
	color: #3b3b3d;
	opacity: .7;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active:hover,
.btn-link:not(:disabled):not(.disabled):active:focus {
	background: transparent;
	border: 1px solid transparent;
	color: #3b3b3d;
	opacity: 1;
}
.btn-outline-secondary {
	background: transparent;
	border-color: #ced4da;
	color: #3b3b3d;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	background: transparent;
	border-color: #ced4da;
	color: #3b3b3d;
}
.save-personnel {
	margin-bottom: 60px;
}





/*Sidebar*/
.sidebar {
	display: block;
	width: 260px;
	height: 100vh;
	background: #fafafa;
	position: fixed;
	left: -260px;
	transition: all .3s ease;
	z-index: 10;
	float: left;
}

.logo-area {
	max-height: 70px;
	min-height: 70px;
	width: 100%;
	line-height: 70px;
	padding-left: 30px;
}
.logo-area a {
	display: block;
}
.logo-area a img {
	margin-top: -7px;
	height: 30px;
}





ul.sidebar-items {
	padding-top: 20px;
	font-weight: 700;
}
ul.sidebar-items>li {
	position: relative;
}
ul.sidebar-items li a {
	display: block;
	padding: 12px 0px 12px 14px;
	color: #3b3b3d;
	border-left: 3px solid transparent;
	transition: all .3s ease;
	font-size: 15px;
}
ul.sidebar-items li a i {
	display: inline-block;
	margin-right: 10px;
	width: 22px;
	text-align: center;
	transition: all .3s ease;
}
ul.sidebar-items li a i.fa-chevron-down {
	position: absolute;
	top: 17px;
	right: 12px;
	margin-right: 0px;
}
ul.sidebar-items li.active>a,
ul.sidebar-items li.selected>a,
ul.sidebar-items li:hover>a {
	border-left: 3px solid var(--primary-color);
	color: var(--primary-color);
	background: #e6f7ff;
}

.sidebar.open {
	left: 0px;
}
ul.sidebar-items li.has-children ul {
	display: none;
}
ul.sidebar-items li.has-children ul li a {
	padding: 12px 0px 12px 24px;
}


/*Content Wrap*/
.content-wrap {
	display: block;
	width: 100vw;
	background: #fff;
	position: relative;
	padding-bottom: 60px;
}


/*Top Bar*/
.top-bar {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 20;
}
.top-bar .top-left p {
	display: inline-block;
	font-size: 21px;
	margin: -4px 0px 0px 0px;
	font-weight: 700;
}

.top-bar .top-right {
	padding: 17px 0;
}
.top-bar .top-right>a, .top-bar .top-right>div {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background: #3b3b3d;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	color: white;
	margin-left: 10px;
}

/*Top Bar Right Buttons*/
.top-bar .top-right>a.primary {
	display: inline-block;
	background: var(--primary-color);
	transition: all .3s ease;
}
.top-bar .top-right>a.primary:hover {
	background: #56b5e3;
	border-radius: 10px;
}
.top-bar .top-right>a i {
	transition: all .3s ease;
}
.top-bar .top-right>a:hover i {
	transform: rotate(360deg);
}


.top-bar .top-right>.nots {
	position: relative;
	display: none;
	transition: all .3s ease;
	cursor: pointer;
}
.top-bar .top-right>.nots:hover {
	border-radius: 10px;
}


/*User Dropdown*/
.top-bar .top-right>.nots .user-dropdown {
	display: none;
	position: absolute;
	width: 300px;
	top: 36px;
	right: 0px;
	text-align: left;
	color: #3b3b3d;
	background: white;
	border-radius: 10px;
	border: 1px solid #ced4da;
	padding: 10px 0;
}
.top-bar .top-right>.nots .user-dropdown.shown {
	display: block;
}
.top-bar .top-right>.nots .user-dropdown .user-dropdown-top {
	padding: 10px 20px;
	border-bottom: 1px solid #ced4da;
}
.top-bar .top-right>.nots .user-dropdown .user-dropdown-top p {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
	color: var(--primary-color);
	font-size: 16px;
}
.top-bar .top-right>.nots .user-dropdown .user-dropdown-top span {
	margin-bottom: 10px;
	display: block;
	line-height: 1;
	font-size: 16px;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body {
	padding: 10px 0;
	border-bottom: 1px solid #ced4da;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body a {
	display: block;
	padding: 10px 20px;
	line-height: 1;
	color: #3b3b3d;
	transition: all .3s ease;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body a i {
	display: inline-block;
	margin-right: 5px;
	color: var(--primary-color);
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom {
	padding: 10px 0 0;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom a {
	display: block;
	padding: 10px 20px;
	line-height: 1;
	color: #3b3b3d;
	transition: all .3s ease;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom a i {
	display: inline-block;
	margin-right: 5px;
	color: var(--primary-color);
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body a:hover,
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom a:hover {
	background: #e6f7ff;
}


.top-bar .top-right>.nots:hover .user-dropdown {
	display: block;
}

/*Content*/
.content {
	margin-top: 77px;
}

/*Table Filters*/
.table-filters {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

/*Datatables*/
.dataTables_wrapper {
	width: 100%;
	margin: 0 auto;
}
.toDatatableFilter, .toDatatable, .dataTables_scrollHeadInner, .dataTables_scrollHead {
	width: 100% !important;
}
.table, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #3b3b3d !important;
}
table.dataTable.no-footer, .dataTables_scroll {
	border-bottom: 0px;
	padding: 18px 0;
}
table.toDatatableX.dataTable.no-footer {
	border-bottom: 0px;
	padding: 0;
}
.table thead tr th, .table tbody tr td {
	border-bottom: 0px;
	border: 0;
	white-space: nowrap;
}
.table tbody tr td {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}
.table>thead th {
	background: #f7f7f9;
	color: #000;
}
.table>thead th:first-child {
	border-radius: 6px 0 0 6px;
}
.table>thead th:last-child {
	border-radius: 0 6px 6px 0;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
	background-image: none;
}
table.dataTable thead th, table.dataTable tbody td {
	padding: 12px 18px;
}
.dataTables_wrapper .dataTables_filter input {
	border-color: #f7f7f9;
	background: #f7f7f9;
	margin-left: 10px;
	font-weight: 900;
	color: #3b3b3d;
	border-radius: 4px;
}
.dataTables_wrapper .dataTables_length select {
	border-color: #f7f7f9;
	background: #f7f7f9;
	margin: 0 5px;
	font-weight: 900;
	color: #3b3b3d;
	border-radius: 4px;
}
.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus {
	border-color: var(--primary-color);
	outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: white !important;
	border-radius: 5px;
}
.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: #f7f7f9;
}
.table>thead th.sorting_asc, .table>thead th.sorting_desc {
	color: #3b3b3d;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px;
	margin-bottom: 10px;
}
.toDatatableFilter input {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 5px 10px;
}
.toDatatableFilter input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--primary-color);
}
table.toDatatableFilter thead tr th {
	padding: 0px 18px;
}
table.toDatatableFilter thead tr:first-child th {
	padding-top: 12px;
	padding-bottom: 5px;
}
table.toDatatableFilter thead tr:last-child th {
	padding-bottom: 12px;
}
.dataTables_scrollHeadInner .toDatatableFilter, .dataTables_scrollHeadInner .toDatatable {
	padding: 0px !important;
}
.dataTables_scrollBody .toDatatableFilter, .dataTables_scrollBody .toDatatable {
	padding-top: 10px !important;
}
table.dataTable.no-footer, .dataTables_scroll {
	padding-top: 0px !important;
}


/* Navigation Mobile */
.navigation-mobile {
	display: block;
	margin-bottom: 20px;
}
.navigation-mobile p {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 21px;
}
.navigation-mobile span {
	font-size: 14px;
}

/* Navigation Desktop */
.navigation-desktop {
	display: none;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
}
.navigation-desktop .item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.navigation-desktop .item.display-none {
	display: none;
}
.navigation-desktop .item .icon {
	position: relative;
	height: 25px;
    width: 25px;
    border-radius: 25px;
	line-height: 25px;
    border: 1px solid #8686a0;
    text-align: center;
	margin: 5px 20px 5px 5px;
	background: white;
}
.navigation-desktop .item .icon:before {
	content: '';
	height: 100%;
	width: 1px;
	background: #8686a0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1px;
}
.navigation-desktop .item:last-child .icon:before {
	display: none;
}
.navigation-desktop .item.active .icon {
	height: 35px;
    width: 35px;
    border-radius: 35px;
	line-height: 35px;
	margin: 0px 15px 0px 0px;
	background: var(--primary-color);
    border-color: var(--primary-color);
}
.navigation-desktop .item .icon i {
	font-size: 12px;
	color: white;
}
.navigation-desktop .item.complete .icon i {
	color: #8686a0;
}
.navigation-desktop .item.active .icon i {
	color: white;
}
.navigation-desktop .item a {
	font-family:var(--primary-ff);
	color: #3b3b3d;
}
.navigation-desktop .item.active a {
	font-weight: 700;
}


/*Badge*/
.badge {
	transition: all .3s ease;
	color: white;
	padding: 6px 10px;
}
.badge.badge-primary {
	background: var(--primary-color);
}
.badge.badge-primary:hover {
	background: #56b5e3;
}
.badge.badge-success {
	background: #00AD81;
}
.badge.badge-success:hover {
	background: #11ca9b;
}
.badge-warning {
	color: white;
	background: #ffc107;
}
a.badge-warning:focus, a.badge-warning:hover {
	color: white;
	background: #f0be27;
}
.badge-danger {
	background: #eb6358;
}
a.badge-danger:focus, a.badge-danger:hover {
	background: #e3574b;
}
.badge:hover i {
	color: white;
}



/*Form Page*/
.form-top {
	position: fixed;
	top: 0px;
	height: 70px;
	width: 100%;
	background: white;
	border-bottom: 1px solid #eee;
	z-index: 20;
}
.form-top .logo {
	display: block;
}
.form-top .logo img {
	height: 30px;
	display: block;
}
.form-top .cancel-transaction {
	height: 70px;
	line-height: 64px;
	color: #3b3b3d;
	font-weight: 700;
}
.form-top .cancel-transaction i {
	display: inline-block;
	margin-right: 10px;
}
.form-top .cancel-transaction span {
	display: none;
}

.form-wrap {
	margin: 40px auto 60px;
}
.form-nav {
	display: none;
	background: white;
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 40px;
	width: 930px;
}
.form-nav .form-nav-item {
	padding: 0 30px;
	display: block;
	border-right: 1px solid #ced4da;
}
.form-nav .col-sm-3:last-child .form-nav-item,
.form-nav .col-sm-4:last-child .form-nav-item,
.form-nav .col-sm-6:last-child .form-nav-item {
	border: none;
}
.form-nav .form-nav-item i {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	background: #e6f7ff;
	color: var(--primary-color);
	float: left;
	transition: all .3s ease;
}
.form-nav .form-nav-item .form-nav-content {
	display: block;
	white-space: nowrap;
	text-align: left;
	color: #3b3b3d;
	transition: width .3s ease;
	padding-bottom: 4px;
	margin-left: 60px;
}
.form-nav .form-nav-item .form-nav-content span {
	font-size: 12px;
	color: var(--primary-color);
}
.form-nav .form-nav-item .form-nav-content p {
	margin-bottom: 0px;
	line-height: 1;
	font-weight: 700;
}
.form-nav .form-nav-item.active i, .form-nav .form-nav-item:hover i {
	background: var(--primary-color);
	color: white;
}


/*Form Step*/
.above-title-icon {
	font-size: 72px;
	margin-bottom: 20px;
	display: block;
}
.form-step .title {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 700;
}
.form-step .small-title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}
.form-step .subtitle {
	color: #8686a0;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
}
.form-step .title i, .form-step .subtitle i {
	font-style: normal;
}
.form-step .subtitle span {
	display: inline-block;
    background: #eee;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 18px;
    line-height: 18px;
    font-size: 13px;
}
.form-step ul.subtitle li {
	margin-left: 20px;
}
.form-step ul.subtitle.check li {
	margin-left: 0px;
	list-style-type: none;
}
.form-step ul.subtitle.check li i {
	margin-right: 10px;
	color: var(--primary-color);
}
.form-step .subtitle.dark {
	color: #3b3b3d;
	font-weight: 700;
}
.form-step .subtitle.large {
	font-weight: 700;
}

/*Form Scn Wrap*/
.form-scn-wrap {
	margin-bottom: 40px;
}


/*Summary Wrap*/
.summary-wrap {
	background: #fafafa;
	border-radius: 5px;
	padding: 20px 28px 5px;
	margin-bottom: 20px;
}
.summary-wrap .summary-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 15px;
}
.summary-wrap .summary-item.display-none {
	display: none;
}
.summary-wrap .summary-item p {
	font-weight: 700;
	margin-bottom: 0px;
}
.summary-wrap .summary-item span {
	text-align: right;
	font-family: 'Lato', sans-serif;
}
#show-summary {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	background: white;
	padding: 20px;
}
#do-summary {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 50px;
	background: red;
}

/*Checkbox Replace Box*/
.checkbox-replace-box {
	margin-top: 5px;
	margin-bottom: 20px;
}
.checkbox-replace-box input {
	display: none;
}
.checkbox-replace-box label {
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #605a7c;
	width: 100%;
	cursor: pointer;
	transition: all .3s ease;
}
.checkbox-replace-box label i {
	font-size: 70px;
	color: #605a7c;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	transition: all .3s ease;
}
.checkbox-replace-box label p {
	margin-bottom: 0px;
	text-align: center;
	transition: all .3s ease;
	font-weight: 700;
}

.checkbox-replace-box label:hover,
.checkbox-replace-box.active label {
	background: #e6f7ff;
	border-color: var(--primary-color);
}
.checkbox-replace-box label:hover i,
.checkbox-replace-box label:hover p,
.checkbox-replace-box.active label i,
.checkbox-replace-box.active label p {
	color: var(--primary-color);
}


/*Checkbox Replace Box check*/
.checkbox-replace-box-check {
	margin-top: 5px;
	margin-bottom: 20px;
}
.checkbox-replace-box-check input {
	display: none;
}
.checkbox-replace-box-check label {
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #605a7c;
	width: 100%;
	cursor: pointer;
	transition: all .3s ease;
}
.checkbox-replace-box-check label i {
	font-size: 70px;
	color: #605a7c;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	transition: all .3s ease;
}
.checkbox-replace-box-check label p {
	margin-bottom: 0px;
	text-align: center;
	transition: all .3s ease;
	font-weight: 700;
}

.checkbox-replace-box-check input:checked + label, .checkbox-replace-box-check label:hover,
.checkbox-replace-box-check.active label {
	background: #e6f7ff;
	border-color: var(--primary-color);
}

.checkbox-replace-box-check input:checked + label i,
.checkbox-replace-box-check input:checked + label p,
.checkbox-replace-box-check label:hover i,
.checkbox-replace-box-check label:hover p,
.checkbox-replace-box-check.active label i,
.checkbox-replace-box-check.active label p {
	color: var(--primary-color);
}


/*Inputs and Select*/
.form-group	{
	position: relative;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}
.form-group b {
	display: block;
}
.form-group b span {
	display: inline-block;
    background: #eee;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 18px;
    line-height: 18px;
    font-size: 13px;
}
em {
	font-style: normal;
	color: #eb6358;
	font-size: 21px;
	position: absolute;
}
.form-group label em {
	font-style: normal;
	color: #eb6358;
	font-size: 21px;
	margin-top: -3px;
}
.form-group b s {
	color: #00AD81;
}
.form-control {
	height: auto;
	padding: 10px 15px 13px;
	border-radius: 10px;
	font-weight: 400;
	text-align: left !important;
}
.form-control:focus,
.form-control:active {
	box-shadow: none;
	outline: none;
	background: #e6f7ff;
	border-color: var(--primary-color);
}
.signature-pad {
    border: 1px solid #ced4da;
    border-radius: 10px;
}

/*Hide Number Arrows*/
.hide-arrows::-webkit-outer-spin-button,
.hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hide-arrows[type=number] {
  -moz-appearance: textfield;
}



/*Select2*/
.select2-dropdown {
	border-color: #ced4da;
}
.select2-container {
	width: 100% !important;
}
.select2-container:focus {
	outline: none;
}
.select2-container--default .select2-selection--single {
	padding: 9px 15px 10px;
	border-radius: 10px;
	height: auto;
	border-color: #ced4da;
}
.select2-container--default .select2-selection--multiple {
	padding: 9px 15px 14px;
	border-radius: 10px;
	height: auto;
	border-color: #ced4da;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	box-shadow: none;
	outline: none;
	background: #e6f7ff;
	border-color: var(--primary-color);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 12px;
	margin-top: 0px;
	background-color: #fff;
	border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
	margin-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 11px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none;
	border-color: white;
	color: #3b3b3d;
	font-weight: 600;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #e6f7ff;
	color: #3b3b3d;
}
.select2-container--default .select2-results__option--selected {
	background: var(--primary-color);
	color: white;
}
.select2-container--default .select2-results__option--selected:hover {
	background: var(--primary-color);
	color: white;
}
.select2-container--default .select2-selection--single:focus {
	outline: none;
}
.select2-selection__arrow b {
	height: 0 !important;
	padding-left: 0px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: white;
}


/*Select Toggle*/
.switch {
	position: relative;
	cursor: pointer;
	margin-bottom: 50px;
}
.switch input {
	display: none;
}
.switch .slider:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	height: 35px;
	width: 60px;
	border-radius: 50px;
	border: 1px solid #ced4da;
	transition: .3s;
}
.switch .slider:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	background: var(--primary-color);
	height: 27px;
	width: 27px;
	border-radius: 50%;
	transition: .3s;
}
.switch input:checked + .slider:before {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.switch input:checked + .slider:after {
	transform: translateX(25px);
	background: white;
}
.switch p {
	display: inline-block;
	margin: 4px 0 0 70px;
}


/*Input Group*/
.input-group .dropdown-menu {
	border-radius: 10px;
	padding: 0px;
	max-height: 300px;
	overflow: auto;
}
.input-group .btn {
	padding: 11px 20px 12px;
}
.show>.btn-outline-secondary.dropdown-toggle {
	background-color: #e6f7ff;
	color: #3b3b3d;
	border-color: var(--primary-color);
}
.input-group .dropdown-item, .input-group .dropdown-item {
	color: #3b3b3d;
}
.input-group .dropdown-item:focus, .input-group .dropdown-item:hover {
	background-color: #e6f7ff;
}
.dropdown-item {
	font-weight: 600;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


/*Phone*/
.phone-number .flag {
	display: inline-block;
	background-image: url(/includes/img/telephone_flags.png);
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	width: 20px;
	height: 10px;
	margin-right: 5px;
}
.phone-number .flag.canada {
	background-position: -834px 0px;
}
.phone-number .flag.united-states {
	background-position: -5263px 0px;
}
.phone-number .flag.brazil {
	background-position: -680px 0px;
}
.phone-number .flag.india {
	background-position: -2413px 0px;
}
.phone-number .flag.philippines {
	background-position: -3987px 0px;
}



/*Checkboxes and Radios*/
.form-check-input {
	display: none;
}
.form-check-input:checked {
	border-color: var(--primary-color);
	background: var(--primary-color);
}
.form-check-input:focus {
	box-shadow: none;
}


/*Form Check Check*/
.form-check.check {
	position: relative;
	padding-left: 0px;
}
.form-check.check label {
	position: relative;
	padding-left: 25px;
}
.form-check.check label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	height: 18px;
	width: 18px;
	background: white;
	border-radius: 6px;
	border: 1px solid #ced4da;
}

.form-check.check input:checked + label:after {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.form-check.check input + label:before {
	content: '';
	font-family: 'icomoon' !important;
	speak-as: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 8px;
	left: 5px;
	height: 9px;
	width: 9px;
	font-size: 9px;
	color: #333;
	z-index: 1;
}
.form-check.check input:checked + label:before {
	content: '\e90d';
	color: white;
}

/*Form Check Box*/
.form-check.box {
	padding-left: 0px;
	position: relative;
}

.form-check.box label {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 10px 18px 13px 49px;
	min-width: 100%;
	font-weight: 700;
	cursor: pointer;
}
.form-check.box label:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 18px;
	height: 16px;
	width: 16px;
	background: white;
	border-radius: 50%;
	border: 1px solid #ced4da;
}
.form-check.box label:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 22px;
	height: 8px;
	width: 8px;
	background: white;
	border-radius: 50%;
}
.form-check.box input {
	position: absolute;
	top: 12px;
	left: 20px;
	margin-left: 0px;
	cursor: pointer;
}
.form-check.box input:checked + label {
	border-color: var(--primary-color);
	color: var(--primary-color);
	background: #e6f7ff;
}
.form-check.box input:checked + label:before {
	background: var(--primary-color);
	border-color: var(--primary-color);
}


/*DatePicker*/
.datepicker table tr td, .datepicker table tr th {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.datepicker table tr th {
	opacity: 0.5;
}
.datepicker .datepicker-switch {
	opacity: 1;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
	background: #e6f7ff;
}
.dropdown-menu {
	color: #3b3b3d;
}
.datepicker table tr td.new, .datepicker table tr td.old {
	opacity: 0.5;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: white;
}
.datepicker .next, .datepicker .prev {
	opacity: 1;
	font-size: 22px;
	top: -2px;
	position: relative;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
	background-color: transparent;
}
.datepicker table tr td span.focused {
	background: var(--primary-color);
	color: white;
}
.datepicker table tr td span:not(.focused):hover {
	background: #e6f7ff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background: #e6f7ff;
	color: #3b3b3d;
}


/*File Upload*/
input[type='file'] {
	display: none;
}

.file-upload-replace label {
	display: block;
	border: 1px dashed #ced4da;
	max-width: 360px;
	text-align: center;
	padding: 40px 0px 50px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s ease;
	margin: 0 auto 20px;
}
.file-upload-replace label i {
	display: block;
	font-size: 82px;
	color: #e6f7ff;
	margin-bottom: 30px;
	transition: all .3s ease;
}
.file-upload-replace label p {
	margin-bottom: 10px;
}
.file-upload-replace label:hover {
	background-color: #e6f7ff;
}
.file-upload-replace label:hover a {
	background: #56b5e3;
	border: 1px solid #56b5e3;
	color: white;
}
.file-upload-replace label:hover i {
	color: #56b5e3;
}

/*File Upload 2*/
.input-group>.custom-file {
	height: 49px;
}
.input-group>.custom-file {
	cursor: pointer;
}
.custom-file-label:after {
	height: auto;
	line-height: 45px;
	padding: 0px 20px;
	background: var(--primary-color);
	color: white;
	transition: all .3s ease;
}
.input-group>.custom-file:hover .custom-file-label:after {
	background: #56b5e3;
	cursor: pointer;
}


/*Tabs*/
.nav-pills .nav-link {
	background-color: #e6f7ff;
	margin-right: 5px;
	font-weight: 700;
	color: #3b3b3d;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: var(--primary-color);
}
.tab-content {
	padding: 20px 0;
}


/*User Profile*/
.user-details {
	margin-bottom: 30px;
}
.user-details i {
	height: 60px;
	width: 60px;
	background: var(--primary-color);
	border-radius: 50%;
	color: white;
	font-size: 21px;
	line-height: 60px;
	text-align: center;
	margin-right: 20px;
}
.user-details p {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 21px;
}
.user-details span {
	color: #8686a0;
}

.user-contact {
	margin-bottom: 20px;
}
.user-contact p {
	margin-bottom: 5px;
}


.available-funding {
	margin-bottom: 30px;
}
.available-funding span {
	color: #8686a0;
}
.available-funding p {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0px;
}
.available-funding a {
	font-size: 14px;
}



/*Custom Tabs*/
.custom-tab-tabs a {
	display: block;
	color: #3b3b3d;
	padding: 6px 15px 6px 10px;
	font-weight: 700;
	margin-bottom: 10px;
	border-radius: 10px;
	transition: all .3s ease;
}
.custom-tab-tabs a:hover,
.custom-tab-tabs a.active {
	color: white;
	background: var(--primary-color);
}
.custom-tab-tabs i {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.custom-tab-content-wrap .custom-tab-content {
	display: none;
}
.custom-tab-content-wrap .custom-tab-content.active {
	display: block;
}


/*Profile Details*/
.user-profile-block {
	margin-bottom: 50px;
}
.user-profile-title {
	color: var(--primary-color);
	background: #e6f7ff;
	padding: 5px 10px;
	font-weight: 700;
	margin-bottom: 30px;
}


/*Form Validation*/
.error-trigger {
	border-color: red;
	background: #fff2f2;
}
span.error {
	display: block;
    color: red;
    font-size: 14px;
}


/*Form List*/
.form-list {
	margin-left: 20px;
	margin-bottom: 30px;
}
.form-list li {
	margin-bottom: 10px;
}




/*Overview Card*/
.overview-card {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.overview-card i {
	font-size: 48px;
	margin-right: 20px;
	color: var(--primary-color);
}
.overview-card p {
	margin-bottom: 0px;
	color: #8686a0;
}
.overview-card span {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.overview-card span b {
	font-size: 16px;
	color: #8686a0;
}


/*Table Status*/
.fa.fa-check-circle {
	color: #00AD81;
	display: inline-block;
	margin-right: 4px;
}


/*Modal*/
.modal-backdrop.show {
	opacity: 0.3;
}
.modal-header, .modal-footer {
	border-color: #eff2f5;
}
.modal-content {
	border: none;
}
.modal-body {
	padding: 20px 1rem;
}
.modal-title {
	font-weight: 700;
}




/*Login*/
.login-wrap {
	min-height: 100vh;
}
.login-bg {
	background-color: var(--primary-color);
	background-image: url(/includes/img/pattern.png);
	min-height: 100vh;
	position: relative;
	display: none;
}
.login-bg .logo {
	margin: auto;
	max-width: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.login-form {
	max-width: 460px;
	margin: 60px auto 0;
	padding: 20px;
}
.login-form .login-subtitle {
	color: var(--primary-color);
	margin-bottom: 0px;
}
.login-form .login-title {
	font-size: 36px;
	margin-bottom: 20px;
}


/*Confirmation Message*/
.confirmation-message {
	margin-bottom: 30px;
	text-align: center;
}
.confirmation-message i {
	font-size: 72px;
	height: 120px;
	width: 120px;
	line-height: 120px;
	border-radius: 50%;
	color: white;
	margin-bottom: 20px;
}
.confirmation-message i.fa.fa-check {
	background: #00AD81;
}
.confirmation-message i.fa.fa-user {
	background: #ffc107;
}
.confirmation-message i.fa.fa-times {
	background: #eb6358;
}
.confirmation-message p.title {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 700;
}



/*Apt Verify*/
@keyframes verify {
0% {
	top: 40px;
	left: 60px; }
25% {
	top: 40px;
	left: calc(100% - 120px); }
50% {
	top: calc(100% - 100px);
	left: calc(100% - 120px); }
75% {
	top: calc(100% - 100px);
	left: 60px; }
100% {
	top: 40px;
	left: 60px; }
}
.animation-holder {
	position: relative;
}
.animation-holder .finder {
	position: absolute;
	animation-name: verify;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}


/*Verify Error Catch*/
.verify-error-catch {
	display: block;
	margin-top: 10px;
	font-weight: 600;
}
.rolling-loader {
	margin: 0 auto 20px;
	display: block;
}


/* Progress Circle */
.progress {
	width: 64px;
	height: 64px;
	background: none;
	position: relative;
}
.progress::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
}
.progress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.progress .progress-left {
	left: 1px;
}
.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 6px;
	border-style: solid;
	position: absolute;
	top: 0;
}
.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
	transition: all .3s ease;
}
.progress .progress-right {
	right: 0;
}
.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	transition: all .3s ease;
}
.progress .progress-value {
	position: absolute;
	top: 0;
	left: 0;
}
.progress .h2 {
	font-size: 21px;
}
.border-primary {
	border-color: var(--primary-color) !important;
}



/* Submitting */
.button-submitting {
	padding-bottom: 0px;
	padding-top: 6px;
	pointer-events: none;
}

/* Submission Animation */
#processing {
	text-align: center;
}
.load-wrap {
	margin-bottom: 20px;
}
.line {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #fff;
}
.load-3 .line:nth-last-child(1) {
	animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
	animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
	animation: loadingC 0.6s 0.3s linear infinite;
}
@keyframes loadingC {
	0 {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, 0);
	}
}





@media (min-width: 768px) {
	.form-nav {
		display: block;
	}
}
@media (min-width: 768px) {

	.login-bg {
		display: block;
	}
	.login-form {
		max-width: 460px;
		margin: 0px auto 0;
		padding: 0px;
	}
	.sidebar {
		left: 0px;
	}
	.content-wrap {
		width: calc(100vw - 260px);
		display: block;
		margin-left: 260px;
	}
	.top-bar {
		width: calc(100% - 260px);
		padding: 0 15px;
	}
	.top-bar .top-right a.mobile-menu, .top-bar .top-right a.mobile-menu-notifications {
		display: none;
	}
	.top-bar .top-right .nots {
		display: inline-block;
	}
	.content {
		margin-top: 87px;
		padding: 0px 15px;
	}

	.form-top .cancel-transaction span {
		display: inline;
	}

}
@media (min-width: 768px) {

.navigation-mobile {
	display: none;
}

.navigation-desktop {
	display: block;
}

}
