body {
	user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

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

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

html,
body {
	font-family: mulish-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.day.focused {
	background: var(--fourth-color) !important;
	cursor: pointer;
}


.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;
	font-size: 12px;
}

/* 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;*/
	margin-bottom: 0px !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;
	padding-top: 10px !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: #000 !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: 5px !important;
	background: #0B5F76 !important;
	color: #fff !important;
	font-size: 20px !important;
	font-family: 'mulish-R' !important;
	font-weight: bold !important;
}

.newAnchor:hover {
	background: #3399E8 !important;
	color: #fff !important;
	border: 1px solid #3399E8 !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;*/
	height: 180px !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: Mulish-Medium, mulish-R;
}

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

.font--002 {
	font-size: 1.5em;
	font-weight: bolder;
	font-family: mulish-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: 110%;*/
	margin-left: -280px;
}

.logimgg3 {
	width: 63%;
}

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

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

.css002 {
	color: red;
	display:flex;
	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: mulish-Medium, mulish-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-size: 25px !important;
}

.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: mulish-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;
	background-repeat: no-repeat!important;*/
	background: linear-gradient(to top, var(--fourth-color), var(--third-color));
}

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

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

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

.set-pin-page {
	font-size: 12px;
	font-weight: bolder;
}

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

.table-dark {
	background-color: #eeeeee !important;
	--bs-table-bg: #eeeeee !important;
}

.table-dark {
	color: var(--secondary-color) !important;
}

.table thead th {
	font-size: 0.8rem !important;
	/*border-bottom: 1px solid var(--secondary-color) !important;
	border-top: 1px solid var(--secondary-color) !important;
	border-left: 1px solid var(--secondary-color) !important;
	border-right: 1px solid var(--secondary-color) !important;*/
	border-bottom-width: 1px !important;
}

.table td {
	font-size: 0.7rem !important;
	padding: 0.8rem !important;
}

.form-control {
	height: calc(2rem + 2px) !important;
	font-size: 0.8rem !important;
}

.table,
.preference-dropdown {
	font-family: Mulish-Regular, Mulish-Medium !important;
}

.tableHead td,
.tableHead th {
	padding: 0.5rem !important;
}

.tableBody td,
.tableBody th {
	padding: 0.2rem !important;
	font-family: Mulish-Regular, Mulish-Medium !important;
}

.clonecard-Custom {
	/*box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 1px 3px;*/
	margin-bottom: 1rem;
	background: #fff !important;
}

.op-5 {
	opacity: 0.5 !important;
}

.c-cards-widget__number {
	font-size: 0.8rem !important;
	line-height: 1rem !important;
}

@media only screen and (min-width: 624px) {
	.c-cards-widget__item {
		padding-right: 2px !important;
		padding-left: 2px !important;
	}
}

.c-widget {
	min-height: 330px !important;
}

.canvas-container {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

.donutInside {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	font-weight: bold;
	color: var(--secondary-color) !important;
}

.dash-btn {
	position: relative;
	top: 90%;
	transform: translateY(-50%);
	z-index: 1000;
}

.dash-btn>.leftbtn {
	left: 60px;
}

.dash-btn>.rightbtn {
	right: 60px;
}

.m0-auto {
	margin: 0 auto !important;
}

/* Hide the up and down arrows on number input fields */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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

/*.c-table__cell--body {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}*/

/*ADDED FOR USAGE*/
#model_set_limit .padding0 {
	padding: 0px;
}

#model_set_limit .paddingNew {
	padding: 10px 5px !important;
}

#model_set_limit .padding10 {
	padding-bottom: 5px !important;
}

#model_set_limit table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

#model_set_limit th,
td {
	text-align: left;
	padding: 0px;
}

#model_set_limit tr:nth-child(even) {
	background-color: #f2f2f2
}

#model_set_limit .child_div_1 {
	float: left;
	margin-right: 5px;
}

#model_set_limit input[type="number"] {
	width: auto;
}


#model_set_limit .append_s {
	font-weight: bold;
}

#model_set_limit .ADD,
.EDIT,
.VIEW {
	display: none;
}

#model_set_limit .btn {
	border: 1px solid lightgrey;
	border-radius: 10px
}

/* Optional: Ensures that the table doesn't get squished on smaller screens */
@media (max-width: 768px) {
	#model_set_limit table {
		font-size: 12px;
		/* Slightly smaller text on smaller screens */
	}
}

/* Style for error messages */
#model_set_limit .error-message {
	color: red;
	font-size: 0.875rem;
	display: none;
}

/* Align buttons to the left with space between them */
#model_set_limit .button-container {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 20px;
}

/*ADDED FOR USAGE*/
.d_col_01 {
	color: #FF5733;
}

.d_col_02 {
	color: #3498DB;
}

.d_col_03 {
	color: #78DFA7;
}

.d_col_04 {
	color: #9F34D3;
}

.c-error-popup {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ff4d4d;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	display: none;
	z-index: 9999;
}

/*CARD VIEW NEW*/
.carousel-container {
	/*width: 380px;*/
	position: relative;
	overflow: hidden;
}

.card-slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.card-container {
	perspective: 1000px;
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-inner {
	width: 350px;
	height: 220px;
	border-radius: 15px;
	font-family: Arial, sans-serif;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s;
}

.card-front,
.card-back {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	position: absolute;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	color: white;
}

.card-front {
	background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
}

/* Chip - Styled like a real card */
.chip {
	width: 50px;
	height: 35px;
	background: linear-gradient(to right, #d4af37, #b8860b);
	border-radius: 5px;
	position: relative;
}

.chip::before {
	content: "";
	width: 40%;
	height: 70%;
	position: absolute;
	top: 15%;
	left: 30%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.gift-card-label {
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.card-number {
	font-size: 1.3rem;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 10px;
}

.card-details {
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
	align-items: center;
}

.valid-thru {
	font-size: 0.7rem;
}

.balance {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}

/* Back of Card */
.card-back {
	/*background: linear-gradient(to right, #333, #666);*/
	background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
	transform: rotateY(180deg);
	justify-content: center;
	align-items: center;
}

.cvv-container {
	background-color: white;
	color: black;
	padding: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 5px;
	width: 100px;
	text-align: center;
}

/* Flip Effect */
.flipped {
	transform: rotateY(180deg);
}

/* Navigation Buttons */
.navigation {
	display: flex;
	justify-content: center;
	gap: 15px;
	/*width: 380px;*/
	margin-top: 10px;
}

.nav-btn {
	background-color: var(--fourth-color);
    color: white;
    padding: 10px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: .8rem;
    font-weight: bold;
}

.nav-btn:hover {
	background-color: var(--third-color);
}

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

.disb-btn {
	pointer-events: none;
	/*background-color: gray;*/
	opacity: 0.5;
}

/*CARD VIEW NEW*/
.pe-none-ob {
	pointer-events: none;
	opacity: 0.5;
}
.arrowCard-Right{
    cursor: pointer;
    width: 20px;
    height: 40px;
    background-image: url("../icons/arrow_right.png");
    background-size: contain;
    background-repeat: no-repeat;
    /*margin-left: 20px;*/
}
.arrowCard-Left{
    cursor: pointer;
    width: 20px;
    height: 40px;
    background-image: url("../icons/arrow_left.png");
    background-size: contain;
    background-repeat: no-repeat;
   /* margin-left: 20px;*/
}
.toggle-buttons{
	position: absolute;
    bottom: 110px;
    right: 20px;
    display: flex;
    gap: 8px;
}
.btn-icon-only{
	background: none;
    border: none;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
}
@media ( max-width : 550px)  {
	.login-box {
		    display: none !important;
	}
}
.small_img{
width: 48px;
height: 48px;
}

.searchbtn {
    border-radius: 5px !important;
    background: var(--third-color) !important;
    color: #fff !important;
    font-size: 20px !important;
    font-family: 'mulish-R' !important;
    font-weight: bold !important;
}



@media ( max-width : 550px)  {
	.logimgg3 {
		    display: none !important;
	}
}


#loginfirst{
/*  BACKGROUND: linear-gradient(#EE6D16, #AD1E23); */
padding-left: 0px !important;
padding-right: 0px !important;
overflow-x: hidden;
}
#loginheader{
BACKGROUND: linear-gradient(#EE6D16, #AD1E23);
height: 60px;
}


#wlelogin{
text-align: center;
color: white;
}


#loginfotter002{
align-items: center;
}

#loginfotter001{
max-height: 50px;
height: 40px;
}

