@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #555555;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 38px;
    min-height: 100vh;
    overflow-x: hidden;
}
h1 {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
h2 {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

form {
	margin: 0;
}

.form-control,
.form-floating .select2-container .select2-search--inline .select2-search__field,
.btn {
	font-size: 14px;
}
.btn i {
	line-height: 1.5;
}


.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.form-control, .btn {
    border: none !important;
    outline: none !important;
	background-clip: inherit!important;
	box-shadow: 1px 0 0 0 #ced4da, 0 1px 0 0 #ced4da, 1px 1px 0 0 #ced4da, /* Just to fix the corner */ 1px 0 0 0 #ced4da inset, 0 1px 0 0 #ced4da inset;
}
.form-control:focus {
	border: none !important;
    outline: none !important;
}

.btn-primary {
	background-color: #0f44a9;
    border-color: #0f44a9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #003394;
    border-color: #003394;
}
.btn-outline-primary {
    color: #0f44a9;
    border-color: #0f44a9;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #003394;
    border-color: #003394;
}
.form-control:focus, .switch-form:focus-within {
	box-shadow: 1px 0 0 0 #003394, 0 1px 0 0 #003394, 1px 1px 0 0 #003394, /* Just to fix the corner */ 1px 0 0 0 #003394 inset, 0 1px 0 0 #003394 inset!important;
	z-index: 1;
	position: relative;
}
.hide-normal {
    display: none;
}
.show-normal {
    display: block;
}
.floatingColumns {
	display: block;
}
.row>div:nth-of-type(1),
.row>div:nth-of-type(2),
.row>div:nth-of-type(3),
.row>div:nth-of-type(4) {
	float: left;
}
.floatingColumns:before,
.floatingColumns:after {
	display: table;
    content: " ";
}
.floatingColumns:after {
	clear: both;
}

.loginWrapper {
	display: flex;
    align-items: center;
	min-height: 100%;
}
.loginBox {
	background-color: #fff;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 10px 40px;
	/* position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%); */

}
.loginBox .loginLogo img {
	width: 137px;
	display: block;
	margin: 0 auto 10px;
}
.loginBox .loginLogo p {
	text-align: center;
}

.loginBox .loginContainer {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	min-height: 460px;
}
.loginBox .loginContainer .loginImg {
	padding: 0px;
}
.loginBox .loginContainer .loginImg img {
	display: block;
	width: 70%;
	margin: 0px auto;
}
.loginBox .loginContainer .loginContent {
	padding: 40px;
	position: relative;
}
.loginBox .loginContainer .loginContent:before {
	content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #c5cfe2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.loginBox .loginContainer .loginContent h1 {
	margin-bottom: 20px;
	text-align: center;
}
.loginBox .loginContainer .loginContent .captchBox img {
	display: inline-block;
    width: 140px;
}
.loginBox .loginContainer .loginContent .captchBox .captchRefresh {
	padding-left: 10px;
}
.loginBox .loginContainer .loginContent .captchBox br {
	display: none;
}
.loginBox .loginContainer .loginContent .captchBox a {
	display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
}
.loginBox .loginContainer .loginContent .captchBox a:before {
	content: "\f021";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #007bff;
	margin-right: 5px;
}
.loginBox .loginContainer .loginContent .captchBox .form-control {
	margin-top: 10px;
}


header {
	border-bottom: 1px solid #ececec;
}
header .appLogo {
	display: block;
    position: relative;
    padding: 12px 20px 11px 0;
}
header .appLogo img {
	display: block;
	width: 120px;
}
header .appLogo:after {
	content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #ececec;
}
header .navbar {
	padding-left: 10px;
	padding-top: 0;
    padding-bottom: 0;
	position: inherit
}
header .navbar .navbar-nav .nav-link {
	color: #555555;
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
}
header .navbar .navbar-nav .nav-link.active:before,
header .navbar .navbar-nav .nav-link.dropdown-toggle.show:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #003394;
	left: 0;
	bottom: 0;
}
header .navbar .navbar-nav .dropdown-item {
	font-size: 14px;
}
header .navbar .navbar-nav .dropdown-menu {
	margin: 0;
}
header .navbar .navbar-nav .dropdown-menu:after {
	content: '';
	width: 100%;
	position: absolute;
}
header .navbar-nav .custDropdown .dropdown-menu {
	padding: 15px;
    width: 300px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15)!important;
}
/* header .navbar-nav .custDropdown .dropdown-menu:after {
    content: '';
    width: 100%;
    height: 60px;
    position: fixed;
    top: 75px;
    left: 0;
    background: #f1f6ff;
    z-index: -1;
} */

header .userName {
	font-size: 14px;
}
header .userName span {
	width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #0f44a9;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}
header .userName .dropdown-toggle {
	padding: 22px 0;
}
header .userName .dropdown-menu {
	margin: 0;
    right: 0;
    left: inherit!important;
    transform: inherit!important;
    top: 100%!important;
}
header .userName .dropdown-menu .dropdown-item {
	font-size: 14px;	
}
header .userName .dropdown-menu .dropdown-item i {
	color: #0f44a9;
    width: 15px;
    display: inline-block;
}
header .userName .dropdown-menu .dropdown-item.active i, header .userName .dropdown-menu .dropdown-item:active i {
color: #fff;
width: 15px;
display: inline-block;
}
.dashBoard {
	height: calc(100vh - 113px);
	width: 90%;
    margin: 0px auto;
}
.dashBoard .container-xl, .dashBoard .dashboardRow {
	height: 100%;
}
.dashBoard h1 {
	color: #333333;
	font-weight: 600;
	font-size: 44px;
}
.dashBoard p {
	font-size: 18px;
	margin-top: 30px;
}
.dashBoard .navBox {
	-webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
	text-align: center;
	padding: 30px 20px;
	margin: 20px 0;
}
.dashBoard .navBox img {
	width: 70%;
	display: block;
	margin: 0px auto;
}
.dashBoard .navBox h2 {
	padding-top: 20px;
	font-size: 18px;
	color: #555555;
}
footer {
	background: #000a1e;
	padding: 10px 0;
	position: absolute;
    bottom: 0;
    width: 100%;
}
footer p {
	color: #a9b2c5;
	font-size: 12px;
	margin: 0;
}
footer p a {
	color: #2d75ff;
}
.changePassword {
	webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
	margin: 40px 0;
	padding: 40px;
}
.mainContainer {
	padding: 20px 0;
	width: 95%;
	margin: 0px auto;
}
.datatabelHead {
	float: left;
	font-size: 20px;
    font-weight: 600;
    color: #333333;
	padding: 10px 0;
}
.dataTables_filter, table.dataTable {
	margin-bottom: 20px;
}
table.dataTable thead th,
table.dataTable tbody,
table.dataTable tbody tr,
table.dataTable tbody td {
    border: none;
}
table.dataTable thead th {
	padding: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #555!important;
    border-top: 1px solid #555!important;
}

table.dataTable tbody td {
	padding: 8px;
	font-size: 14px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #555555;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}

table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
    background-color: #edf0f5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-shadow: none;
	border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-shadow: none;
	border: none;
	background-color: #d6dce5;
	color: #003394;
	font-weight: 500;
	border-radius:0px
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #003394;
	color: #fff !important;
	border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #000 !important;
	border: none;
	background: #d6dce5;
	background-color: #d6dce5;
	box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	background: 0 0;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter input:focus {
	border-radius: 0;
	outline: none;
}
.custNavtabs .nav-tabs,
.custNavtabs .nav-tabs .nav-link {
	border: none;
}
.custNavtabs .nav-tabs > a.complete {
	background: #fff;
	color: #555555;
}

.custNavtabs .nav-tabs .nav-link {
	padding: 10px 25px;
    border-radius: 0px;
    font-size: 13px;
	color: #555555;
	display: flex;
	align-items: center;
	position: relative;
}
.custNavtabs .nav-tabs .nav-link i {
	font-size: 20px;
	margin-right: 10px;
}
/*.custNavtabs .nav-tabs .nav-link.active,
.custNavtabs .nav-tabs > a.nav-link:hover {
	background: #003394!important;
    color: #fff!important;
}*/
.custNavtabs .nav-tabs .nav-link.active:after {
	content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #003394;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.custTabcontent {
	padding: 20px;
	border: 1px solid #ececec;
	background: #f5f9ff;
}
.select2-selection--multiple:before {
    position: absolute;
    right: 4px;
    top: 20px;
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f107";
	font-size: 16px;
	color: #495057;
}
#existSubmission {
	display: none;
}
.popoverContainer .popover {
	max-width: calc(50% - 15px);
    transform: inherit!important;
    top: 23px!important;
    left: inherit!important;
    right: calc(0px + 15px)!important;
	border-radius: 0px;
	border-color: #ced4da;
}
.popoverContainer .popover .popover-body {
	background-color: #ffffd1;
}
.popoverContainer .bs-popover-bottom>.arrow::after {
	border-bottom-color: #ffffd1;
}
.popoverContainer .bs-popover-right>.arrow {
	top: 18px!important;
}
.popoverContainer .bs-popover-auto[x-placement^=right]>.arrow::before,
.popoverContainer .bs-popover-right>.arrow::before {
	border-right-color: #ced4da;
}

div.row > [class*="col-"]:not(:only-child):not(:first-child) > .form-floating > .form-control {
	border-left: none;
}
.form-group-attached > div:not(:last-child) .form-floating > .form-control,
.form-group-attached > div:not(:last-child).form-floating > .form-control,
.form-group-attached > div:not(:last-child).switch-form {
	border-bottom: none;
}
.rateCount {
	color: #fff;
    padding: 2px 4px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    min-width: 20px;
    min-height: 20px;
    border-radius: 100%;
    line-height: 16px;
}
#nav-locatFlevel.nav-tabs {
	border-bottom: 1px solid #999;
}
#nav-locatFlevel.nav-tabs .nav-link {
	color: #555;
}
#nav-locatFlevel.nav-tabs .nav-link.active {
	background: transparent;
	border-color: #999 #999 #f5f9ff;
	color: #003394;
	font-weight: 600;
}
#nav-locatFlevel.nav-tabs .nav-link:hover {
    border-color: #999 #999 #f5f9ff;
}
#locat-Slevel.nav-pills .nav-link {
	color: #555;
}
#locat-Slevel.nav-pills .nav-link.active {
	background-color: #003394;
	color: #fff;
}
.switch-form {
	border: none;
    background: #fff;
    padding: 21px 0.75rem;
	box-shadow: 1px 0 0 0 #ced4da, 0 1px 0 0 #ced4da, 1px 1px 0 0 #ced4da, /* Just to fix the corner */ 1px 0 0 0 #ced4da inset, 0 1px 0 0 #ced4da inset;
}
.switch-form .custom-switch {
	padding: 0;
}
.switch-form .custom-control-label {
	display: block;
	padding-right: 60px;
}
/* .custom-control-label::before {
	width: 28px!important;
	height: 16px;
	left: inherit!important;
	right: 0;
}
.custom-control-label::after {
	width: 12px;
	height: 12px;
} */

.switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 20px;
	margin: 0;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #948f7d;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + input + .slider {
	background-color: #003394;
}
input:focus + input + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + input +.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.custAccord .card {
	border-radius: 0;
	margin: 20px 0 0;
}
.custAccord .card-header {
	padding: 0;
}
/* .custAccord .card-header > div {
	background-color: #003394;
}
.custAccord .card-header > .collapsed {
	background-color: #c6d9ff;
} */

.custAccord .card-header .form-check {
	padding: 0;
}
.custAccord .card-header .form-check .form-check-input {
	margin: 0;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.custAccord .card-header .form-check .form-check-input + .form-check-label {
	display: block;
    padding: 15px 20px 15px 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
	background-color: #c6d9ff;
}
.custAccord .card-header .form-check .form-check-input.selected + .form-check-label {
	background-color: #003394;
	color: #fff;
}
.custAccord.accordion>.card:not(:last-of-type) {
	border-bottom:1px solid rgba(0,0,0,.125);
}
/*.custAccord .card .card-header > div:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
.custAccord .card .card-header .rotate-icon {
	position: absolute;
	top: 16px;
	right:20px;
	font-size: 14px;
	width: 14px;
	height: 14px;
	color: #003394;
}
.custAccord .card-header .form-check .form-check-input.selected + .form-check-label .rotate-icon {
	color: #fff;
}

.riskQuestion {
	font-size: 14px;
}
.riskQuestion td {
	vertical-align: middle;
}
.riskQuestion td p {
	margin: 0;
}

.summarytable1 {
	font-size: 14px;
}

.premiumPage h1 {
	font-size: 16px;
    padding-bottom: 10px;
	margin: 0;
	color: #003394;
}

.premiumPage .summarytable1 th {
	padding: 8px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    background: #dce2ef;
    
}
.premiumPage .summarytable1 td {
	background: #fff;
	border: none;
}
.premiumPage .summarytable1 .tr-shadow {
	-webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.03);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
}
.premiumPage .summarytable1 .spacer {
    height: 5px;
    background: 0 0;
}

.minPremium {
	-webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.03);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
    background: #fff;
    padding: 20px;
    font-size: 18px;
    border: 1px solid #dce2ef;
    color: #003394;
}
.custSwiform {
	padding: 0.85rem 0.75rem;
}