@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
font-family: 'Roboto', sans-serif;
*/

:root {
	--primary: #D7282D;
	--dark: #111;
	--font-roboto: 'Roboto', sans-serif;
}


/* ======= comman style ======= */

body {
	margin: 0;
	font-family: var(--font-roboto);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--dark);
	scroll-behavior: smooth;
	 overflow-x: hidden; 
	font-weight: normal;
	position: relative;
	
}
.bg-prime {
	background: #FED0D2 !important;
	background-blend-mode: screen !important;
	background: linear-gradient(0deg, #FED0D2 0%, #FFF6F6 100%) !important;
}
.bg-prime-dark {
	background: #FED0D2 !important;
	background-blend-mode: screen !important;
	background: linear-gradient(0deg, #d6272e 20%, #9d0105 80%) !important;
}
a {
	text-decoration: none;
	color: var(--primary);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
a:hover {
	color: var(--dark);
	text-decoration: none;
}
.content a { font-weight: 500; }
a:focus {
	outline: none;
	text-decoration: none;
}
:focus {
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	line-height: 1.2;
	text-transform: none;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}
p {
	margin: 0 0 10px 0;
}
ul,
ol {
	margin: 0;
}
button {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

img {
	max-width: 100%;
	height: auto;
}

/* ======= comman form filed style ======= */

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}
input::placeholder,
.form-control::placeholder {
	opacity: 1;
	color: inherit;
}

/* image alignments */
img.alignleft,
.alignleft {
	float: left;
	margin-right: 20px;
	max-width: 50%;
}
img.alignright,
.alignright {
	float: right;
	margin-left: 20px;
	max-width: 50%;
}
img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
	display: block;
	margin: 30px auto 20px;
	clear: both;
}
img.alignleft,
.alignleft,
img.alignright,
.alignright {
	display: inline;
	margin-top: 0;
}
img.alignleft,
img.aligncenter,
img.alignright {
	margin-bottom: 20px;
}
/*----- image captions -------*/
.alignleft .wp-caption-text {
	text-align: left;
}
.alignright .wp-caption-text {
	text-align: right;
}
.aligncenter .wp-caption-text {
	text-align: center;
}
.wp-caption-text {
	font-size: 16px;
	color: #2f2f2f;
	line-height: 24px;
	margin-bottom: 30px;
}
.content { padding: 40px 0; }
.content p { line-height: 24px; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: 600;
	color: var(--dark);
}
.content ul,
.content ol {
	line-height: initial;
}
.table {
	border: 1px solid #dee2e6;
	font-size: 16px;
}
.table th,
.table thead th {
	background-color: var(--primary);
	border-bottom: none;
	font-weight: 500;
	color: #fff;
}
.table td,
.table th {
	padding: 10px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row > * {
	padding-right: 15px;
	padding-left: 15px;
}

.scrolling {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}
.scrolling .menu-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
}
.show-overlay {
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
}
.overflowhidden {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.btn {
	width: 100%;
	display: block;
	padding: 14px 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	border-radius: 40px;
	background-color: var(--primary);
	color: #fff;
	box-shadow: none !important;
	border: 1px solid var(--primary);
	text-transform: uppercase;
}
.btn svg { fill: #fff; }
.btn img, .btn svg { margin-right: 10px; }
.btn:hover {
	background-color: transparent;
	color: var(--primary);
}
.btn:hover svg { fill: var(--primary); }
.btn-main {
	background-color: transparent;
	color: #000;
}
.btn-main:hover {
	background-color: var(--primary);
	color: #fff;
}
.btn-secondary:focus, .btn-secondary { background-color: transparent; color: var(--dark); border: none; }
.btn-orange {
	width: auto;
	text-transform: none;
	color: #fff;
}

.maintitle { text-align: center; margin-bottom: 30px; }
.maintitle h2 {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}
.maintitle h2::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 1px;
	background-color: var(--primary);
}
.maintitle p {
	color: var(--primary);
	font-weight: 600;
}
header .notification .notcount,
.form-info .form-control,
.btn svg,
.btn {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

/*--- btn ------*/

/*--- btn ends ------*/
/*--- header ------*/


header {
	background-color: #fff;
	padding: 0 15px;
}
header .head-nav {
	display: flex;
	align-items: center;
	height: 68px;
}
header .head-nav a,
header .headlogo a {
	margin: 6px 0;
	padding: 2px 0;
	height: 56px;
	display: block;
	color: #fff;
}
header .head-nav a { display: flex; align-items: flex-end; font-weight: 500; height: auto; font-size: 17px; }
header .head-nav a:focus,
header .head-nav a:hover { color: #000; }
header .headlogo a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
header .head-nav a img { width: auto; height: 24px; margin-right: 15px; }
/* header.stickyhead.headersticky .headlogo a {
	margin: 12px 0;
	height: 55px;
} */
/* header.stickyhead.headersticky #cssmenu ul > li > a {
	padding: 15px 0px;
} */

header .header-contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menunavebar {
	display: flex;
	align-items: center;
}
header.headersticky .menunavebar {
	border-radius: 0;
}
header .notification {
	margin-left: auto;
	position: relative;
	display: block;
}
header .notification .notcount {
	border-radius: 30px;
	padding: 3px 6px;
	min-width: 18px;
	background-color: #fe0000;
	position: absolute;
	top: -9px;
	right: -6px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
header .notification:hover .notcount {
	background-color: #fff;
	color: #fe0000;
}
header #cssmenu {
	margin: 0 0 0 35px;
	height: 20px;
}
/* header #cssmenu > ul > li {
	display: inline-block;
	line-height: 3.125rem;
	margin-left: 25px;
	margin-right: 25px;
} */

header.stickyhead {
	position: fixed;
	top: 0px;
	animation: fadeInDown 0s ease-in-out !important;
	-webkit-animation: fadeInDown 0s ease-in-out !important;
	transition: all 0.6s ease;
	width: 100%;
	z-index: 99;
	background-color: var(--primary);
}
header.stickyhead.headersticky  {
	box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.15);
}
.overflowhidden header.stickyhead { position: relative; z-index: inherit; }

/*------ Form start --------*/

.form-info { color: #4c4d4f; }
.form-info .form-control::-webkit-input-placeholder { color: #4c4d4f; } /* Edge */
.form-info .form-control:-ms-input-placeholder { color: #4c4d4f; } /* Internet Explorer */
.form-info .form-control::placeholder { color: #4c4d4f; }
.form-info label { font-weight: 500; color: #53575a; margin: 6px 0 15px; }
.form-info label span { color: #fe0000;}
.form-info .form-select,
.form-info .form-check,
.form-info .form-control {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 15px;
	border-radius: 40px;
	line-height: 1.6;
	border-color: transparent;
	color: #000;
	box-shadow: none;
	position: relative;
	background-size: auto;
	background-position: left 25px center;
	background-repeat: no-repeat;
	resize: none;
}
.form-info-light .form-select {
	background-image: none;
}
.form-info-light .form-select,
.form-info-light .form-control {
	border-color: #cbcbcb;
	border-width: 2px;
}
.company-icon { padding: 15px 40px 15px 70px; background-image: url('../images/company.png'); }
.mail-icon { padding: 15px 40px 15px 70px; background-image: url('../images/mail.png'); }
.pass-icon { padding: 15px 40px 15px 70px; background-image: url('../images/password.png'); }
.form-info .form-control:focus {
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
}
.form-info-light .form-check-input:focus,
.form-info-light .form-select:focus,
.form-info-light .form-control:focus { border-color: var(--primary); box-shadow: none; }
.form-info .form-check { border: none; padding: 0; display: flex; align-items:center; margin:0px 0px 10px 0; }
.form-info .form-check .form-check-label { margin: 0; color: #000; font-weight: 400; padding-left: 10px; cursor: pointer; }
.form-info .form-check .form-check-input { box-shadow: none !important; background-color:transparent;width: 22px; height: 22px;margin:0; float: none; cursor: pointer;  }
.form-info .form-check .form-check-input:checked[type=radio] { background-image: url('../images/radio.svg'); background-size: 28px; background-color: #fff; border-color: var(--primary); }
.form-info .form-check .form-check-input { border-width: 2px; flex-shrink: 0; }
.form-info .form-check .form-check-input:checked[type=checkbox] { background-size: 20px; background-color: var(--primary); border-color: var(--primary); }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
	appearance: textfield;
  -moz-appearance: textfield;
}

/*------ Form end --------*/

/*------ side bar start --------*/

#cssmenu ul.bg-prime-dark > li { padding: 10px 15px; }
#cssmenu .user-info { display: flex; align-items: center; color: #fff; font-weight: 400; border-bottom: 1px solid rgba(255, 255, 255, 0.4); padding-bottom: 20px; padding-top: 10px; }
#cssmenu .user-info .user-img { height: 75px; width: 75px; flex-shrink: 0; }
#cssmenu .user-info .user-img img { height: 100%; width: 100%; object-fit: cover; }
#cssmenu .user-info .user-detail { margin-left: 15px; }
#cssmenu .user-info .user-detail strong { word-break: break-all; font-size: 16px; font-weight: 500; letter-spacing: 0.4px; margin-bottom: 8px; display: block; }
#cssmenu .user-info .user-detail span { word-break: break-all; font-size: 13px; display: block; }
#cssmenu .log-out { display: flex; align-items: center; font-weight: 400; }
#cssmenu .log-out img { margin-right: 10px; }
#cssmenu .lang-select { background-color: rgba(255, 255, 255, 0.4); border-radius: 15px; padding: 25px 15px; color: #fff; font-weight: 500; letter-spacing: 0.2px; font-size: 18px; }
#cssmenu .lang-select a {
	margin: 5px 15px;
	margin-left: 0;
	width: auto;
	border: 1px solid #fff;
	color: #fff;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
}
#cssmenu .lang-select a.active {
	background-color: #fff;
	color: var(--primary);
}

/*------ side bar start --------*/

/*------ sign in start --------*/

.sign-in-page .sign-in-here .form-info .form-select,
.sign-in-page .sign-in-here .form-info .form-control {
	padding: 22px 40px 22px 70px;
}
.sign-in-page .sign-in-here {
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px 10%;
}
.sign-in-page .sign-in-here .logo-img { margin: 0 auto 6vh; max-width: 300px; }
.sign-in-page .sign-in-here p {
	line-height: 1.6;
	font-weight: 500;
}
.sign-in-page .sign-in-here .btn { margin-top: 0px; }

/*------ sign in end --------*/

/*------ logged in start --------*/

::-webkit-scrollbar{
	width: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb{
	background: var(--primary);
	border-radius: 16px;	
}

.logged-in-page {	padding-bottom: 20px; position: relative; }
.logged-in-page::before { content: ''; position: absolute; top: -74px; left: 0; width: 100%; height: 100px; background-color: var(--primary); }
.logged-in-page .logged-here {
	height: calc(100vh - 88px);
	margin-top: 68px;
	background-color: #fff;
	padding: 30px 25px 45px 25px;
	z-index: 1;
	position: relative;
	border-radius: 15px;
	overflow: auto;
}
.overflowhidden .logged-in-page .logged-here { margin-top: 0; z-index: 1; }
.logged-in-page .logged-here h3 { font-size: 20px; padding: 12px 0; margin-bottom: 20px; border-bottom: 2px solid #e3e3e3; }
.logged-in-page .logged-here h5 { font-size: 18px; font-weight: 500; padding: 12px 0 0; margin-bottom: 5px; color: #000; }
.logged-in-page .logged-here .summary h4 { font-size: 18px; font-weight: 400; padding: 12px 0; margin-bottom: 5px; color: #000; }
.logged-in-page .logged-here .summary h5 { font-size: 16px; font-weight: 600; padding: 2px 0 12px; margin-bottom: 0px; color: #000; }
.logged-in-page .logged-here p {	line-height: 1.6; }
.logged-in-page .logged-here .notify:not(:last-child) { padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #e4e5e7; }
.logged-in-page .logged-here .summary:not(:last-child) { padding-bottom: 10px; margin-bottom: 10px; border: none; }
.logged-in-page .logged-here .notify p { color: #787878; line-height: 1.4; }
.logged-in-page .logged-here .summary p { color: #111; line-height: 1.4; }
.logged-in-page .logged-here .notify-date { display: flex; justify-content: flex-end; }
.logged-in-page .logged-here .notify-date p { color: #787878; line-height: 1.4; }
.logged-in-page .logged-here .btn-grouped { max-width: 65%; margin: 0px auto; }
.logged-in-page .logged-here .info-img { text-align: center; margin: 30px 0; height: 300px; }
.logged-in-page .logged-here .info-img img { width: 100%; height: 100%; object-fit: contain; }
.logged-in-page .logged-here .btn { margin: 20px auto 0px auto; padding: 10px 20px; }
.logged-in-page .logged-here .btn-orange { margin: 0; padding: 5px 18px; font-size: 16px; border-radius: 16px; border-color: unset; }
.logged-in-page .logged-here .btn-secondary { display: flex; align-items: center; width: auto; margin: 10px 0 0; text-transform: none; text-align: end; padding-top: 0; padding-right: 0; font-size: 15px; }
.logged-in-page .logged-here .btn-secondary img { margin-right: 4px; }
.logged-in-page .logged-here .form-select, .logged-in-page .logged-here .form-control { border-radius: 28px; font-size: 15px; }
.logged-in-page .logged-here .form-select { padding: 12px 20px; }
.logged-in-page .logged-here textarea.form-control { min-height: 105px; }
.logged-in-page .logged-here .error-note { background-color: #ffe7e7; border: 1px solid #efcbcd; border-radius: 10px; margin: 12px 0; padding: 15px; color: #111; }
.logged-in-page .logged-here .error-note p { margin: 0; }
.logged-in-page .logged-here .form-check-label strong { font-weight: 500; color: #53575a;  }

/*------ logged in end --------*/

/*------ modal start --------*/

.modal-content { border-radius: 15px; border: 1px solid #000; }
.modal-footer { border: 0; }
.modal-header { flex-direction: column; align-items: flex-start; padding: 1rem 0; margin: 0 1rem; border-color: #fff; }
.modal .form-info .form-control { border: 1px solid #e8e8e8; }
.modal-header h5.modal-title { font-size: 20px; }
.modal-header h5.modal-title .logo { max-width: 250px; margin: auto; }

/*------ modal end --------*/



.select2-container .select2-selection--single {height: 58px;}
.select2-container--default .select2-selection--single {border: 2px solid #cbcbcb; border-radius: 28px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 54px; font-size: 15px; color: #000;}
.select2-container .select2-selection--single .select2-selection__rendered {padding-left: 15px; padding-right: 40px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 58px; right: 19px;}
.s2-to-tree .select2-results__option.l1 {font-size: 15px;}
.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label {color: #000;}
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] {background-color: #ccc; color: #000;}
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label  {background-color: #D7282D; color: #fff !important;}
.s2-to-tree .item-label {
	width: 100%;
	margin-left: 0;
	padding: 5px 5px 5px 25px;
  }
  .s2-to-tree .select2-results__option.l1 {
	margin-left: 4px;
  }
  .s2-to-tree.select2-container li span.expand-collapse {
	width: 22px !important;
	height: 22px !important;
	display: inline-block;
	position: absolute;
  }
  .s2-to-tree li.select2-results__option.non-leaf .expand-collapse::before {
	font-family: 'FontAwesome';
	content: "\f0da";
	color: #333333;
	left: 8px;
  }
  .s2-to-tree li.select2-results__option.non-leaf.opened .expand-collapse::before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	color: #333333;
	top: 2px;
  }

  .select2-container--default .select2-results__option--highlighted[aria-selected]{ background-color: #ddd;color: #000;}
  .select2-container--classic .select2-selection--single:focus{ border: 1px solid #ddd;}
  .select2-container--classic.select2-container--open .select2-selection--single{ border: 1px solid #ddd;}
  .select2-container--classic .select2-selection--multiple:focus{ border: 1px solid #ddd;}
  .select2-container--classic.select2-container--open .select2-selection--multiple{ border: 1px solid #ddd;}
  .select2-container--classic.select2-container--open .select2-dropdown{ border-color: #ddd;}
  .s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label {background-color: #ddd;	color: 000;}



  @font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}
.fa{display:inline-block;font:normal normal normal 1.4rem/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

.fa-caret-right::before {content: "\f0da";}
.fa-caret-down::before {content: "\f0d7";}

.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] .expand-collapse::before {color: #fff;}
.sign-in-here form {text-align: left;}
#recaptcha-element {display: flex; justify-content: center;}

#agreementModal .modal-header {position: absolute; right: 0; top: 0; border: none; z-index: 1;}
.riskpotentiallevel0{background: #DCE2EB;}
.riskpotentiallevel1{background: #ffc700;}
.riskpotentiallevel2{background: #f77c21;}
.riskpotentiallevel3{background: #e62108;}
.risk-badge{padding: 10px; border-radius: 16px; font-size: 14px;}