@font-face {
	font-family: actor-R;
	src: url(../../bootstrap/fonts/actor/Actor-Regular.ttf);
}

@font-face {
	font-family: pop-R;
	src: url(../../bootstrap/fonts/poppins/Poppins-Regular.ttf);
}

html,
body {
	font-family: pop-R !important;
}

/* modified the Css DatePicker */
.datepicker {
	float: left;
	min-width: 260px;
	width: 288px;
	padding: 12px 4px;
}

.table-condensed {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}


.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: black !important;
	border: 1px solid var(--fourth-color) !important;
	background-color: white !important;
	border-radius: 50%;
}

.datepicker table tr td.day:hover,.datepicker table tr td span.month:hover,.datepicker table tr td span.year:hover,
.datepicker table tr td.day.focused,.datepicker table tr td span.month.focused,.datepicker table tr td span.year.focused {
	background: var(--fourth-color) !important;
	cursor: pointer;
	color: white;
}


.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: #eeeeee;
	cursor: pointer;
	color:#FFFFFF;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	/* color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e; */
	color: black !important;
	border: 1px solid #fbce07 !important;
	background-color: white !important;
	/* border-radius: 50%; */
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	color: black !important;
	border: 1px solid #fbce07 !important;
	background-color: white !important;
}

.help-block {
	margin-top: 12px;
	font-size: .78561rem;
	font-family: arial, sans-serif;
	line-height: 1rem;
	color: #dd1d21;
}

.message {
	box-shadow: inset 0 -1px 0 #595859;
	color: #595859;
	display: none;
}

.is-message {

	color: #dd1d21 !important;
	display: block;
}

/* Custom Select START */
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Arial;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}

.select-selected {
	background-color: #fbce07;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

/* Custom Select END */

.wordBreak {
	word-break: break-all !important;
}

.customHead1 {
	padding-top: 15%;
	padding-bottom: 5%;
	/* margin: -30px; */
	text-shadow: 0 0 black;
	font-size: 1.2rem;
}

/* KEYPAD */
.keypad-popup,
.keypad-inline,
.keypad-key,
.keypad-special {
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-size: 18px;
}

.keypad-row {
	text-align: center;
}

.keypad-key:active {
	background-color: #fbce08 !important;
}

.keypad-popup {
	display: none;
	z-index: 10;
	margin: 0;
	padding: 0;
	background-color: #f7f7f7 !important;
	/* background-color:#CACABE; */
	color: #000;
	/*border: 1px solid #888;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;*/
}

button.keypad-special,
button.keypad-key {
	width: 65px;
	height: 40px;
	margin: .1em;
	background: #003c88;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 5px;
}

.whiteColor {
	color: white !important;
}

.padding10 {
	padding: 10px !important;
}

/* MODIFIED THE SHELL HEADER */
.c-page-header {
	padding-top: 48px !important;
}

.c-page-header__grid {
	max-width: 100% !important;
}

.c-pie-chart-section--gray-stroke-chart .c-pie-chart path {
	stroke: transparent !important;
}

/* @media only screen and (min-width:1000px) {
 .c-transactions-list__cell--hidden {
  display:table-cell!important;
 }
}
@media only screen and (min-width: 1000px)
.c-transactions-list--showing-details .c-transactions-list__table-heading {
    display: table-cell!important;
} */
.c-list-header {
	padding-bottom: 0px !important;
}

.jchart__donut__segment,
.jchart__pie__segment,
.jchart__bar__segment {
	transition: stroke cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s, fill cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
	outline: none;
	cursor: pointer
}

.jchart__figure {
	position: relative
}

.jchart,
.jchart__body {
	width: 100%;
	height: 100%
}

.jchart__bar {
	overflow: visible
}

.jchart__summary {
	font-size: 0.5rem;
	font-weight: 400;
	line-height: 1em
}

.jchart__summary-text {
	margin: 0
}

.jchart__legend-shape {
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.jchart .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.whiteTabList {
	padding-top: 0px !important;
	background: white !important;
}

.upaddedAlte1010px {
	/* u-color-block--padded  */
	padding-top: 10px;
	padding-bottom: 10px;
}

.is-currentRemove {}

.c-body_custom[data-column-title] {
	align-items: flex-end !important;
}

.c-body_custom[data-column-title]:before {
	text-align: end !important;
}

.width33 {
	width: 33.33% !important;
}

.width33Div>.c-input.c-input--has-tooltip {
	width: 33% !important;
}

.menuClick {
	color: var(--third-color) !important;
}

.svgRed {
    color: var(--primary-color) !important;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
	/*filter: invert(32%) sepia(93%) saturate(325%) hue-rotate(50deg) brightness(101%) contrast(87%)!important;*/
}

.newAnchor {
	border-radius: 10px !important;
	color: #FF0E17 !important;

	font-size: 20px !important;
	font-family: 'pop-R' !important;
	font-weight: bold !important;
}

.multibutton {
	margin-right: 30px;
}

.custMenu div:first-of-type {
	padding: 5px;
}

.custMenu svg {
	width: 25px;
	height: 25px;
}

.custMenu i {
	margin-left: auto;
	margin-right: 0;
}

.custCardgroup {
	display: block;
	width: 100%;
}

.textGreen {
	color: green;
}

.div-31 {
	max-height: 511px;
}

.c-pie-chart__value {
	font-size: 1.2rem;
}

.imgSethg01 {
	height: 216px !important;
}

.bgtrans {
	background-color: transparent;
}

.bgnone {
	background: none
}

.mrgnleft20 {
	margin-left: 20px;
}

.newAnchspan {
	color: red;
	margin-left: 10px;
}

.custTypo {
	color: var(--primary-color);
}

.pdrg30 {
	padding-right: 30px;
}

.wid15 {
	width: 15px;
}

.wid30 {
	width: 30px;
}

.wid40 {
	width: 40px;
}

.wid45 {
	width: 45px;
}

.wid50 {
	width: 50px;
}

.wid70 {
	width: 70px;
}

.wid73 {
	width: 73px;
}

.wid79 {
	width: 79px;
}

.wid80 {
	width: 80px;
}

.wid90 {
	width: 90px;
}

.wid100 {
	width: 100px;
}

.wid125 {
	width: 125px;
}

.wid189 {
	width: 189px;
}

.wid207 {
	width: 207px;
}

.wid269_3 {
	width: 269.333px;
}

.wid50per {
	width: 50%;
}

.wid100per {
	width: 100%;
}

.wid272 {
	width: 272px;
}

.labelfont {
	font-family: Poppins-Medium, pop-R;
}

.font--001 {
	font-family: pop-R;
}

.font--002 {
	font-size: 1.5em;
	font-weight: bolder;
	font-family: pop-R;
}

.font--002-wo {
	font-size: 1.5em;
	font-weight: bolder;
}

.disNone {
	display: none;
}

.disBlock {
	display: block;
}

.flexbaS {
	flex-basis: 400px;
}

.th001 {
	display: flex;
	visibility: hidden;
}

.th002 {
	display: table-cell;
	visibility: hidden;
}

.visHide {
	visibility: hidden;
}

.wordbreak {
	word-break: break-all;
}

.model0001 {
	min-width: 88vw !important;
	width: 888px !important;
}

.floatRight {
	float: right;
}

.sb-cls-001 {
	padding: 1px;
	border: 0px red dotted;
	margin: 0px;
}

.sb-cls-002 {
	padding: 1px;
	border: 0px;
	margin: 0px;
}

.list-001 {
	list-style-type: disc;
	color: var(--primary-color);
}

.bttn-cent-001 {
	border-radius: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #ff0e17;
}

.input-txt001 {
	box-shadow: inset 0 0 0 !important;
	pointer-events: none;
}

.img-txt001 {
	width: 50px !important;
	height: 50px !important;
	min-width: 0;
}

.txtAlnCen {
	text-align: center;
}

.form-002 {
	color: red;
	font-size: 87%;
}

.pointnone {
	pointer-events: none;
}

.form-003 {
	width: 20px;
	height: 20px;
}

.dispFlex {
	display: flex;
	gap: 10px;
}

.color-r-001 {
	color: #FF0E17;
}

.color-th-001 {
	color: var(--primary-color);
}

.pad16 {
	padding-bottom: 16px;
}

.disInline {
	display: inline-block;
}

.disInlineWidth {
	display: inline-block;
	width: 50%;
}

.posrel--00 {
	position: relative;
	z-index: 2
}

.floatRmar {
	float: right;
	margin: 0px 11px 0px 0px;
}

.floatRig {
	float: right;
}

.floatLef {
	float: left;
}

.border1Grey {
	border: 1px solid lightgrey !important;
}

.bordernone {
	border: none !important;
}

.visibhid {
	visibility: hidden;
}

.passWord1 {
	display: flex;
	border: 1px solid lightgrey;
	border-radius: 28px;
}

.eyeFlow {
	width: 20px;
	height: 20px;
}

.forgetPs {
	border-bottom: 1px solid#0d6efd;
}

.c1 {
	color: #0d6efd;
}

.btnLay {
	float: right;
	margin-top: 0px;
	margin-left: -13px;
	margin-right: -26px;
	right: -3px;
}

.logimgg {
	width: 200px;
	margin-top: -18px;
}

.logimgg2 {
	width: 70%;
	margin-left: -280px;
}

.mt-4 {
	text-align: center;
	justify-content: center;
}

.btn01 {
	background-color: var(--primary-color);
}

.css001 {
	width: 50px !important;
	height: 50px !important;
	min-width: 0;
}

.css002 {
	color: red;
	justify-content: center;
}

.css003 {
	color: red;
	justify-content: center;
}

.txtalignCent {
	text-align: center;
}

.headAlign001 {
	font-size: larger;
	text-align: center;
	color: var(--third-color);
}

.fontLarg {
	font-size: larger;
}

.viewHd001 {
	font-size: 12px;
	display: none;
}

.viewHd002 {
	margin-bottom: 10px;
	text-align: center;
	font-size: x-large;
	color: var(--third-color);
}

.overxauto {
	overflow-x: auto;
}

.limitAp001 {
	width: 260px;
	margin: 36px auto 24px;
}

.modalF001 {
	margin-bottom: 10px;
	box-shadow: none;
}

.modalF002 {
	display: none;
	box-shadow: none;
}

.fontPM {
	font-family: Poppins-Medium, pop-R;
}

.disInwid {
	display: inline-block;
	width: 50%
}

.widresNon {
	width: 100%;
	resize: none;
}

.file-001 {
	position: relative;
	float: left;
}

.file-002 {
	width: 120px;
	opacity: 0;
}

.file-003 {
	position: absolute;
	top: 0;
	left: 0;
}

.file-004 {
	position: relative;
	float: left;
	line-height: 28px;
	vertical-align: middle;
}

.file-005 {
	padding-left: 6px;
	float: left;
	width: 200px;
}

.file-006 {
	display: none;
	padding-left: 0px;
	float: left;
	width: 250px;
}

.file-007 {
	z-index: 2;
}

.file-008 {
	position: absolute;
	background-color: white;
	padding: 10px;
	border: 1px solid rgb(255, 253, 253);
	z-index: 3;
	box-shadow: 0px 0px 5px 1px #7A7A7A;
}

.file-009 {
	top: -15px;
	right: -15px;
	position: absolute;
	background-color: white;
	border-radius: 15px;
	padding-bottom: 1px;
	padding-right: 1px;
	border: 2px solid #969696;
	box-shadow: 0px 0px 7px 1px #969696;
}

.file-010 {
	width: 180px;
	float: left;
}

.file-011 {
	width: 40px;
	float: left
}

.file-012 {
	width: 140px;
	float: left;
	height: 26px;
}

.file-013 {
	height: 4px;
	margin-top: 11px;
}

.file-014 {
	height: 4px;
	width: 0%;
	border: 0px
}

.file-015 {
	color: rgb(72, 15, 240)
}

.radio--001 {
	float: left;
	width: 200px;
}

.radio--002 {
	display: block;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.radio--003 {
	padding-right: 4px;
}

.radio--004 {
	clear: both;
	float: none;
}

.radio--005 {
	display: block;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.radio--006 {
	padding-right: 4px;
}

.radio--007 {
	padding-right: 20px;
	float: left;
}

.widHig100 {
	width: 100%;
	height: 100%;
}

.opacity-1 {
	opacity: 1;
}

.font-size-1rm {
	font-size: 1.10rem;
}

.colorBlack {
	color: black;
}

.pad0 {
	padding: 0px !important;
}

.color-003 {
	color: #3ea93e;
}

.color-004 {
	color: #000;
}

.trans-001 {
	color: white;
	background: transparent;
}

.font-w-900 {
	font-weight: 900;
}

.font-w-bold {
	color: green;
	font-weight: bold;
}

.font-bold {
	font-weight: bold;
}

.wid-auto {
	width: auto;
}

.mar-70 {
	margin-top: 70px;
}

.mar-17 {
	margin-top: 17%;
}

.pont-opa-1 {
	pointer-events: all;
	opacity: 1;
}

.css-000-1 {
	display: block;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.css-000-2 {
	opacity: 0.5;
	pointer-events: none;
}

.mar-b-30 {
	margin-bottom: 30px;
}

.wid-hg-180 {
	width: 180px;
	height: 180px;
}

.bg-0001 {
	background: #003c88;
}

.bord-bt-0 {
	border-bottom: 0px;
}

.text-indent-0em {
	text-indent: 0em;
}

.text-indent-2em {
	text-indent: 2em;
}

.text-indent-4em {
	text-indent: 4em;
}

.text-indent-6em {
	text-indent: 6em;
}

.text-indent-8em {
	text-indent: 8em;
}

.text-indent-10em {
	text-indent: 10em;
}

.text-indent-12em {
	text-indent: 12em;
}

.text-indent-14em {
	text-indent: 14em;
}

.text-indent-16em {
	text-indent: 16em;
}

.text-indent-18em {
	text-indent: 18em;
}

.text-indent-20em {
	text-indent: 20em;
}


.expH6 {
	color: red;
	font-family: actor-R;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: -1.5rem;
	margin-bottom: 3rem !important;
}

.poniterall {
	pointer-events: all;
}

.expMess {
	font-size: smaller;
	font-family: pop-R;
}

.serv-err-001 {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: rect(0, 0, 1px, 1px);
	opacity: .0001;
}

.backRecSetLogin {
	background: url("../../css/idct/images/Rectangle.png") !important;
}

.term-001 {
	font-size: 1rem;
	line-height: 40px;
}

.max-with-85per {
	max-width: 85%;
}

.list-disc {
	list-style-type: disc;
}
