@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html,
body {
    width: 100%;
    /* height: 100%; */
}

body {
    background-color: #fff;
    padding: 0px 0;
    color:#142138;
	font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	word-wrap: break-word;
}

a img {
    cursor: pointer;
    border: none;
    text-decoration: none;
}

a {
    color: #0F172A;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

:focus {
    outline: 0 !important;
}

::-moz-focus-inner {
    border: 0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color:#142138;
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
}

h1 {font-size:28px;}

h2 {font-size:28px;}

h3 {font-size:22px;}

h4 {font-size:18px;}

h5 {font-size:16px;}
hr{    margin:0 0  1rem 0;border-top:1px solid #aecae5;}
.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

#pageloader{  background: rgba( 255, 255, 255, 0.8 );display: none;height: 100%;position: fixed;width: 100%;z-index: 9999;}#pageloader img{left: 50%;margin-left: -32px;margin-top: -32px;position: absolute;top: 50%;}

#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000;
    background: rgba(255, 255, 255, 0.5) !important;
	display:none;
}

#subloader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 50;
}

#subloader.fadeOut,
#loader.fadeOut {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.inr-icon {
	font-family: "Roboto", sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px;
    font-style: normal !important;
   /*  font-size: 1rem; */
}
.inr-icon:before {
    content: "\20B9";
}
.i-cal{
	display:inline-block;
	width:20px;
	height:20px;
	background-image:url('../images/i-cal.svg');
	background-position: center;
	background-repeat:no-repeat;
}
.i-digi{
	display:inline-block;
	width:20px;
	height:20px;
	background-image:url('../images/i-digi.svg');
	background-position: center;
	background-repeat:no-repeat;
}
.i-arrowleft{
	display:inline-block;
	width:30px;
	height:24px;
	background-image:url('../images/i-arrowleft.svg');
	background-position: center;
	background-repeat:no-repeat;
}
.pointer{cursor:pointer;}
.div-hide{display:none;}
.div-block{display:block;}
.div-flex{display:flex;}
.bg-primary{color:#0068A7 !important;}
.text-primary{color:#0068A7 !important;}
.link-primary,.link-primary:focus{color:#0068A7 !important;}
.link-primary:hover{color:#076dab !important;}
.text-body-tertiary{color:#A4A4A4 !important;font-family: "Poppins", sans-serif;}
.h3titlegreay{font-size:18px; color:#A4A4A4; font-weight:500;}
.alert-dismissible .btn-close{background-size:10px 10px; opacity:1;}
.editph{
	display:inline-block;
	width:18px;
	height:18px;
	background-image:url('../images/i-edit-alt.svg');
	background-position:center center;
	background-repeat:no-repeat;
}


.infodiv{
	position:relative;
	display: flex;
    justify-content: end;
	cursor:pointer;
	z-index:9;
}
.ic-info{
	position:relative;
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.1667 7.08333C14.1667 10.9953 10.9953 14.1667 7.08333 14.1667C3.17132 14.1667 0 10.9953 0 7.08333C0 3.17132 3.17132 0 7.08333 0C10.9953 0 14.1667 3.17132 14.1667 7.08333ZM7.08333 6.375C7.47453 6.375 7.79167 6.69213 7.79167 7.08333V10.6256C7.79167 11.0168 7.47453 11.334 7.08333 11.334C6.69213 11.334 6.375 11.0168 6.375 10.6256V7.08333C6.375 6.69213 6.69213 6.375 7.08333 6.375ZM7.08333 4.95833C7.47453 4.95833 7.79167 4.6412 7.79167 4.25C7.79167 3.8588 7.47453 3.54167 7.08333 3.54167C6.69213 3.54167 6.375 3.8588 6.375 4.25C6.375 4.6412 6.69213 4.95833 7.08333 4.95833Z" fill="%232BB1D6"/></svg>');
}
.infodata{
	border:1px solid #E6E6E6;
	background:#fff;
	padding:8px 10px;
	border-radius:5px;
	align-items:center;
	color:#666666;
	font-size:12px;
	font-weight:400;
	line-height: 150%;
	letter-spacing: 1%;
	max-width:350px;
	-webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.15); 
	box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.15);
    margin-left: auto;
	z-index:9;
	position: absolute;
	top:20px;
	right:0px;
	min-width:350px;
	min-height:50px;
	display:none;
}

.infodata-row{
	    display: flex;
    align-items: flex-start;
    gap: 10px;
	width: 100%;
}
.infodiv:hover .infodata{
	display:flex;align-items: center;
}
.infodata .ic{
}
.infodata .infoic{
	display:inline-block;
	width:100%;
	max-width:22px;
	height:22px;
	background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="22" height="22" rx="11" fill="%232BB1D6"/><path d="M5 11C5 14.3137 7.68629 17 11 17C14.3137 17 17 14.3137 17 11C17 7.68629 14.3137 5 11 5C7.68629 5 5 7.68629 5 11Z" fill="%23F1F6F9"/><path d="M10.9886 12.06C10.6852 12.06 10.4336 11.8084 10.4336 11.505V7.805C10.4336 7.5016 10.6852 7.25 10.9886 7.25C11.292 7.25 11.5436 7.5016 11.5436 7.805V11.505C11.5436 11.8084 11.292 12.06 10.9886 12.06Z" fill="%232BB1D6"/><path d="M10.99 14.4685C10.8938 14.4685 10.7976 14.4463 10.7088 14.4093C10.62 14.3723 10.5386 14.3205 10.4646 14.2539C10.398 14.1799 10.3462 14.1059 10.3092 14.0097C10.2722 13.9209 10.25 13.8247 10.25 13.7285C10.25 13.6323 10.2722 13.5361 10.3092 13.4473C10.3462 13.3585 10.398 13.2771 10.4646 13.2031C10.5386 13.1365 10.62 13.0847 10.7088 13.0477C10.8864 12.9737 11.0936 12.9737 11.2712 13.0477C11.36 13.0847 11.4414 13.1365 11.5154 13.2031C11.582 13.2771 11.6338 13.3585 11.6708 13.4473C11.7078 13.5361 11.73 13.6323 11.73 13.7285C11.73 13.8247 11.7078 13.9209 11.6708 14.0097C11.6338 14.1059 11.582 14.1799 11.5154 14.2539C11.4414 14.3205 11.36 14.3723 11.2712 14.4093C11.1824 14.4463 11.0862 14.4685 10.99 14.4685Z" fill="%232BB1D6"/></svg>');
	background-position: center center;
	background-repeat:no-repeat;
}
.infodata .infotext{
	flex-grow: 1;
}
label {
    display: inline-block;
    margin-bottom: 5px;
   /*  font-size: 13px; */
    font-weight:500;
    color: #142138;
}
label .smtx {
	font-size:11px;
}
.label-tertiary{
	color:#42516E;
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1%;

}

.asterisk{
	color:#FF5E5E;
}

.btn{
	padding:0.9rem 1.5rem;
	font-size:inherit;
	font-size:16px;
	font-weight:500;
}
.btn-primary{
	background-color:#0068a7;
	border-color:#0068a7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible{
	background-color:#0873b5 ;
}
.btn-outline-primary{
	border-color:#0068a7;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus-visible{
	border-color:#0873b5;
}
.btn-secondary{
	background-color:#E5F0FA;
	border-color:#0068A7;
	color:#0068A7;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus-visible{
	color:#0068A7 !important;
	background-color:#edf3f9 !important;
	border-color:#0068A7 !important;
}
.btn-shadow{
	box-shadow: 1px 2px 8px 2px rgba(97,168,250,0.3);
}
.btn-secondary.btn-shadow{
	box-shadow: 1px 2px 8px 2px rgba(97,168,250,0.13);
}
.disabled.btn-shadow{
	box-shadow: 1px 2px 8px 2px rgba(97,168,250,0);
}

.btn:focus,
.btn.focus {
    outline: 0;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn{
	opacity:0.8;
}

.btn-primary:disabled, .btn-primary.disabled, fieldset:disabled .btn-primary{
	background-color:#e0e0e0;
	border-color:#e0e0e0;
	box-shadow: 1px 2px 8px 2px rgba(97,168,250,0);
}
.btngroup .btn{
	min-width:120px;
}
.btngroup.d-flex .btn{
	margin-right:10px;
}
.btngroup.justify-content-end .btn{
	margin-right:0;
	margin-left:20px;
}
.form-group, .checkbox-group, .radio-group {
    margin-bottom:18px;
}
.contentbody .form-group, .contentbody .checkbox-group, .contentbody .radio-group {
    margin-bottom:20px;
}

.form-control,.form-select {    
	font-size:inherit;
        background-color: #fff;
    border: 1px solid #C8C8C8;
    /* height: 40px; */
	padding: 0.9rem 0.75rem;
    border-radius: 6px;
}
.form-control:focus,.form-select:focus {
    outline: 0;
 	background-color: #fdfeff;
    border-color: #0068a7; 
    box-shadow: 0 0 0 0.2rem rgba(130, 168, 189, 0);
	/*  background-color: #f9fbfc; 
  border-color:#E2E2E5;*/
}

.form-control.filled ,.form-select.filled {
  background-color: #f9fbfc; 
  border-color:#E2E2E5;
}

.form-control:disabled,
.form-control:read-only,
.form-select:disabled{
	 background-color:rgba(245,248,250,0.6); border-color:#C8C8C8; 
}


.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
	color:#A4A4A4;
	/* opacity:1; */
	
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
	color:#A4A4A4;
	/* opacity:1; */
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
	color:#A4A4A4;
	/* opacity:1; */
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
	color:#A4A4A4;
	/* opacity:1; */
}
.flatpickr-input{
	    padding-right: 2.75rem;
		background-image:url('../images/i-cal.svg');
		background-position: 96% 14px;
		background-repeat:no-repeat;
}
.input-group {
	border-radius:8px;
	overflow: hidden;
	background-color:#fff;
	border:1px solid #C8C8C8;
}
.input-group .form-control{
	background-color:transparent;
	border:0;
}
.input-group .form-control:disabled,
.input-group .form-control:read-only,
.input-group .form-select:disabled{
	background-color: #f8fafb;	
}
.input-group .input-group-text,
.input-group .input-group-append{
	background-color:transparent;
	border:0;
	position: relative;
	font-size:inherit;
}
.input-group .btn{
        padding: 0.35rem 0.75rem;
		color:#0068A7;
		border:0;
}
.input-group .btn-primary{
		background-color:#E0EEF7;
		box-shadow:none;
}
.input-group .btn-primary:focus{
		background-color:#d8e9f3;
		color:#0068A7;
		border:0;
}
.input-group .btn-primary:disabled, .input-group .btn-primary.disabled{
	background-color:#e0e0e0;
	border-color:#e0e0e0;
	color:#fff;
}
.input-group:has(.form-control:focus) {
	background-color: #fdfeff;
    border-color: #0068a7;
}
.input-group .left-bor1 {
	position: relative;
}
.input-group .left-bor1:after {
	content:'';
	width:1px;
	height:15px;
	display:inline-block;
	background-color:#42516E;
	position: absolute;
	top:17px;
	right:0;
	    z-index: 6;
}
/*
.input-group {
    border-radius:2px;
	overflow: hidden;
}

.input-group .form-control {
    border-left:0;
	background-color:#fff;
	border-color:#C8C8C8;
	transition: all 0.2s ease;
}
.input-group .form-control:focus {
    background-color: #fff;
}

.input-group .input-group-text,
.input-group .input-group-append{
    background-color: #fff;
	position: relative;
	font-size:inherit;
	border-color:#C8C8C8;
}

.input-group .input-group-text,
.input-group .input-group-append{
    background-color: #fff;
	position: relative;
	font-size:inherit;
	border-color:#C8C8C8;
}
.input-group .border{
	border-color:#C8C8C8 !important;
} 
.input-group .btn{
        padding: 0.35rem 0.75rem;
		color:#0068A7;
		border-color:#C8C8C8;
}
.input-group .btn-primary{
		background-color:#E0EEF7;
		box-shadow:none;
}*/
.input-group-text img {
    max-width: 30px;
    max-height: 30px;
}
.input-group-text .rupee {
    max-width: 15px;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text,
.input-group:focus-within .btn{
  border-color: #0068a7 !important;
}
.input-group .inr-icon{font-size: 1rem; color:#A4A4A4;}
.digigroup {
	cursor:pointer;
}
.digigroup .form-control{
	pointer-events: auto;
}
.digigroup .form-control:read-only{
	background-color:#fff;cursor: pointer;
}
.digigroup:has(.form-control:focus) {
    background-color: #fff;
    border-color: #C8C8C8;
}

.digigroup .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
	color:#000;
	opacity:1;
	
}
.digigroup .form-control::-moz-placeholder {
    /* Firefox 19+ */
	color:#000;
	opacity:1;
}

.digigroup .form-control:-ms-input-placeholder {
    /* IE 10+ */
	color:#A4A4A4;
	opacity:1;
}

.digigroup .form-control:-moz-placeholder {
    /* Firefox 18- */
	color:#A4A4A4;
	opacity:1;
}
.digigroup .input-group-text{
	padding-right:0;
}
.digigroup .i-digi{
	width:32px;
	height:32px;
	background-size:cover;
}
.digigroup .diginext{
	width:32px;
	height:32px;
	background-color:transparent  !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
	background-size: 16px 12px;
	background-repeat: no-repeat;
	background-position:center center;
	transform: rotate(-90deg);
}
.otpingroup{
	margin-bottom:20px;
}
.otpinput {
	width: 40px;
	height:40px;
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	margin: 0 3px;
	text-align: center;
	font-size:20px;
	/* cursor: not-allowed;
	pointer-events: none; */
}

.otpinput:focus {
	border-bottom: 2px solid #0068A7;
	outline: none;
}
.otpinput:nth-child(1) {
	/* cursor: pointer; */
	pointer-events: all;
}
.newotplink{
	text-align:center;
	font-weight:600;
	margin:0 0 20px 0;
	color:#42516E;
}
.newotplink span{
	color:#0068A7;
}

.dategroup{
	position:relative;
}
.dategroup:after{
	content:'';
	width:20px;
	height:20px;
	display:block;
	background-image:url('../images/i-date.svg');
	background-position:center center;
	background-repeat:no-repeat;
	position: absolute;
	    top: 50%;
	right:10px;
}
.dategroup .form-control,
.dategroup .date{
	padding-right:40px;
}


.form-group .checkbox-group,
.form-group .radio-group {
    margin-bottom: 0;
}

.checkbox-group .form-check,
.radio-group .form-check {
    padding-left: 2.5em;
}

.checkbox-group .form-check .form-check-input,
.radio-group .form-check .form-check-input {
    float: left;
    margin-left: -2.5em;
    margin-top:5px;
    width: 1.5em;
    height: 1.5em;
	border-color:#c1c1c1 !important;
}

.checkbox-group .form-check label,
.radio-group .form-check label {
    padding-top: 5px;
}
.form-check{
	padding-left: 2.2em;	
}
.form-check .form-check-input{
	width: 1.5em;
    height: 1.5em;	
	    margin-left: -2.2em;
	    margin-top: -0.002em;
    border-color: #c1c1c1;
	border:2px solid #BFC2C8;
}
.form-check .form-check-input:active{
	filter: none;
}
.form-check label{
	margin-bottom: 0px;
	font-weight:400;
}
.form-check-input:focus {
    border-color: #c1c1c1;
    outline: 0;
	box-shadow: 1px 2px 8px 2px rgba(97,168,250,0);
}

.form-check-input:checked,
.checkbox-group .form-check .form-check-input:checked,
.radio-group .form-check .form-check-input:checked{
       background-color: #fff;
    border-color: #0068A7 !important;
	box-shadow: 1px 2px 8px 2px rgba(97,168,250,0);
}
.form-check-input:checked[type=checkbox]{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230068A7' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio]{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230068A7'/%3e%3c/svg%3e");
}

.form-switch{
	padding-left:0;
}
.form-switch .form-check-input{
	height: 1.8em;
    width: 3em;
	margin-left:0;
	float:none;background-color: #a7aeb4;
	background-image: url('../images/form-switch-bg.png');
}
.form-switch label{
	display:block;
}
.form-switch .form-check-input:checked{
	background-color: #008C44;
    border-color: #008C44 !important;
}

.btn-dropdown{
	text-align: left;
	overflow:hidden;white-space: normal;padding-right: 2rem;
}
.btn-dropdown:after{
	display:none;
}
.checkdropdown .dropdown-menu{
	font-size:13px;	
	border-color:#0068A7;
}
.checkdropdown .dropdown-menu li{
	margin-bottom:10px;
}
.checkdropdown .form-check-label{
	color:#ccc;
}
.checkdropdown .active .form-check-label{
	color:#000;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single{
	height: 48px !important;
    border-radius: 8px  !important;
    background-color: #fdfeff  !important;
    border: 1px solid #C8C8C8  !important;
} 
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px  !important;
    right: 3px  !important;
	background-color:transparent  !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
	background-size: 16px 12px;
	background-repeat: no-repeat;
	background-position:center center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display:none;
}
.select2-dropdown{
	border-color: #C8C8C8 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color:#E0EEF7 !important;
    color:#42516E  !important;
}
.select2-container--default .select2-results__option--selected{
	background-color:#E5F0FA !important;
    color:#0068A7 !important;
}
.or-parent{
	position: relative;
}
.or-parent .ordiv{
	position: absolute;
	top:40%;
	left:-8px;
	font-size:12px;
	font-weight: 500;
	color:#000;
}
.div-fade{
	opacity:0.5;
	pointer-events: none;
}


.errmsgbox{
	display:none;
	font-size:15px;
	line-height:22px;
	padding:0 0 20px;
}
.errmsg.success,
.errmsgbox.success{color:#0E9B59;	}
.errmsg.fail,
.errmsgbox.fail{color:#EE3730;}
.errormsg{
	display:none;
	color:#FF5E5E;
}
.haserror .errormsg{
	display:block;
	padding-top:5px;
}
.haserror .form-control,
.haserror .input-group,
.haserror .input-group .form-control{
	background-color:#fff;
	border-color: #FF1F1F;
}
.haserror .input-group .form-control,
.haserror .input-group .input-group-text,
.haserror .input-group .btn{
	border-color:#FF1F1F;
}

.haserror .input-group:has(.form-control:focus) {
	border-color:#FF1F1F;
}

.haserror .input-group .border{
	border-color:#FF1F1F !important;
}

.alert-warning{
	color:#142138;
	border-color:#FDB044;
	background-color:rgba(255,235,134,0.2);
}

.modal-dialog{
	position: relative;
}
.modal-dialog .btn-close{
	position: absolute;
	top:14px; right:14px;z-index:9;
}
.modal-dialog .modaltitle{
	font-size:24px;
	font-weight:700;
	margin:0;
	padding:10px 0;
}
.modalsubtx{
	color:#42516E;
	font-size:16px;
	line-height:24px;
}
.modalform{
	max-width:360px;
	margin:0 auto;
}
.modalform .otpingroup{
}
.modalform .btngroup{
	margin:20px 0 20px 0;
}
.msgmodal{
	color:#666666;
}
.msgmodal .modal-dialog{
    max-width:460px;
	position: relative;
}
.otpmodal .editph{
	cursor:pointer;
	vertical-align:middle;
	margin-left:5px;
}
.modal-backdrop{
	background-color: #1E3148 !important;
}
.btn-close:focus{
	box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0);
}


    .upload-card-wrapper { display: flex; gap: 30px; padding:20px;}
	.col{flex: 1;}
    .upload-card { position: relative; border:1px dashed #C8C8C8;     padding: 10px 10px 10px 10px; border-radius:6px; background: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; min-height:58px; }
    .upload-card:hover { border-color: #0068a7; }
    .upload-card.active, .upload-card.active:hover { background-color:rgba(245,248,250,0.6); border-color:#C8C8C8; }
	.uploadcard-inner{display:flex;    /*  flex-grow: 1; */align-items:center; gap:8px;overflow: hidden;width: 100%;}
	.upload-card .doc-icon{
  width:26px; height:36px; display:flex; align-items:center; justify-content:center; border-radius:6px;flex:0 0 26px; overflow:hidden;
   /* background-color:#f3f7fb; */ background-image: url('../images/i-file.svg');background-position: center; background-repeat:no-repeat;background-size:19px 26px; text-indent:-9999px; }
.upload-card .doc-icon img{object-fit:cover;}
.upload-card .doc-icon svg{width:22px; height:22px; fill:#91c2f9;}

.upload-card .upload-info{line-height:1.1; flex-grow: 1; max-width: calc(100% - 80px); overflow: hidden;}
.upload-card .upload-info .main{font-weight:500;white-space: nowrap;}
.upload-card.active .upload-info .main{color:#0068A7;}
.upload-card .upload-info .sub{display:block; color:#A4A4A4; font-size:13px; margin-top:4px; word-break:break-all;font-family: "Poppins", sans-serif;}
.upload-card.active .upload-info .sub{display:none;}
.upload-card .btn-circle { width: 32px; height: 32px; background:#0068A7; border-radius: 50%; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 20px; }

.upload-card .plus-btn{background-color:#0068A7;background-position: center; background-repeat:no-repeat; background-size:11px 11px;
background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11 11" style="enable-background:new 0 0 11 11;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M6.1,0.2v4.3h4.6v1.6H6.1v4.6H4.5V6.1H0.2V4.5h4.3V0.2H6.1z" fill="%23FFFFFF"/></svg>');}

    /* Popup */
    .popup-overlay { position: fixed; top: 0; left: 0;z-index: 10; width: 100%; height: 100%; background: rgba(30,49,72, 0.5); display: none;    flex-direction: column; justify-content: center; align-items: center; }
    .popup { width: 90%; max-width: 600px; background: #fff; padding: 30px; margin: 0 5%;border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); position: relative; }
    .popup .btn-close {    position: absolute; top: 10px;    right: 10px;}
    .popup h2 { text-align: center; margin-bottom: 5px; }
    .popup p { text-align: center; color: #666; margin-bottom: 25px; }

    .preview-boxes { display: flex; gap: 20px; }
    .box { overflow:hidden; flex: 1; border:1px dashed #BFC2C8; height: 220px; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 10px; position: relative; font-size: 16px;
    font-weight: 500; }
    .box.dragover { border-color: #4a90e2; }
    .box a {color:#0068A7; /* text-decoration:underline; */}
    .box img, .box iframe { max-width: 100%; max-height: 190px; margin-bottom: 10px; }

    .delete-btn,.card-del-btn { width: 32px; height: 32px; border-radius: 50%; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 20px; position: absolute; top: 5px; right: 5px; 
	background: #e74c3c; cursor: pointer; text-indent: -9999px;background:transparent;
background-image: url('data:image/svg+xml,<svg width="22" height="24" viewBox="0 0 22 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.65217 5.47826C6.77062 5.47826 5.23712 5.47826 4.73913 5.47826C3.52174 5.47826 3.07246 6.34783 3 6.78261V9.3913H4.73913M8.65217 5.47826V3.73913C8.72464 3.30435 8.65217 2 10.8261 2C12.7826 2 12.9275 3.30435 13 3.73913V5.47826M8.65217 5.47826C10.0066 5.47826 11.5413 5.47826 13 5.47826M13 5.47826C14.4687 5.47826 15.8603 5.47826 16.913 5.47826C17.4928 5.47826 18.6522 5.73913 18.6522 6.78261C18.6522 7.82609 18.6522 8.95652 18.6522 9.3913H16.913M4.73913 9.3913V22H16.913V9.3913M4.73913 9.3913H16.913M12.5652 12V18.5217M9.08696 18.5217V12" stroke="%23FF5E5E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
background-position: center; background-repeat:no-repeat; background-size:22px 24px;
}
.card-del-btn {    top:11px;right: 5px;padding: 0;}
.delete-btn svg{fill:#e53935;}
.delete-btn{
    top: 11px;
    right: 5px;
    padding: 0;
}
/*.box .delete-btn{display:none !important;}*/
.pdf-preview{
	word-break: break-all;
}
    .popup-buttons { margin-top: 25px; display: flex; justify-content: center; gap: 20px; }
     .popup-buttons button { padding: 0.7rem 0.75rem;  min-width: 120px; border-radius: 6px; cursor: pointer; font-size:16px; }
    .cancel-btn { background-color:#fff; color:#0068a7;border:1px solid #0068a7;}
	.cancel-btn:hover,
	.cancel-btn:focus,
	.cancel-btn:active,
	.cancel-btn:focus-visible{
		border-color:#0873b5;color:#0068a7;
	}
.upload-btn,.confirm-btn { background: #0068A7; color: #fff; }
.upload-btn:hover,.upload-btn:focus,.upload-btn:active,.upload-btn:focus-visible,
.confirm-btn:hover,.confirm-btn:focus,.confirm-btn:active,.confirm-btn:focus-visible{
	background-color:#0873b5 ;color: #fff;
}
	
	.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.upmodal-succesperview {
  transition: opacity 0.5s ease-in-out;
}
#popupOverlay.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#popupOverlay {
  transition: opacity 0.5s ease-in-out;
}

.upmodal-succesperview .popup,
.upmodal-failperview .popup,
.upmodal-confirm .popup { width: 90%; max-width: 420px; }

.check-card{
  background:#fff;
  border:1px solid #C8C8C8;
  border-radius:8px;
  padding:14px 14px 10px 14px;
  width:100%;
  box-sizing:border-box;
  transition: border-color 0.2s ease;
  position:relative;
  font-size:14px;
  color:#42516E;
}
.check-card .checkinner{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.check-card .checkleft{
	width:20%;
	max-width:30px;
}
.check-card .checkdata{
	display: flex;
    align-items: center;
    gap: 12px;
	flex-grow:1;
}
.check-card .doc-icon{
	background-color:#E0EEF7;
	border-radius:10px;
	padding:10px;
	width:60px;
	height:60px;
	max-width:60px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.check-card .doctext{
	font-size:12px;
	flex-grow:1;
}
.check-card .doctext p{
	font-size:16px;
	font-weight:600;
	padding:0;
	margin:0;
}
.digiotpsucc{display:none;}

.tophead{
	box-shadow: 0px 0px 8px 0px rgba(189,189,189,0.4);
}
.navbar-brand img{
	max-height:40px;	
}
.footer{
	font-size:13px;
	padding:10px 10px;
	box-shadow: 0px -4px 5px 0px rgba(189,189,189,0.16);
}
.copyright{
	text-align:center;
}
.footlink{
	list-style-type:none;
	display:flex;
	flex-direction: column;
	align-items: center;
	margin:0;
	padding:10px 0 0;
}
.footlink li{
	position: relative;
	margin:0;
	padding:0 20px;
}
.footlink li:before{
	content:'';
	width:60px;
	height:1px;
	background-color:#273240;
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-30px);
}
.footlink li:first-child:before{
	display:none;
}
.footlink a{
	display:inline-block;
	padding:10px 0;
}
.contentbody{
	padding:40px 0 40px 0;
}
.card{
	 border-radius:15px;
}
.card.lightblue{
		background-color:#F5F8FA;
	border-color:#F5F8FA;
}
.subcard-body{
	background-color:#f9fbfc; background-color:rgba(245,248,250,0.7);border-radius:8px;
}
.accordion{
	border:0px;
}
.accordion-item{border:1px solid #E5F0FA !important; margin:0 0 20px; border-radius:10px; overflow:hidden;}
.accordion-item:last-child{margin:0 0 0;}
.accordion-button{border-radius:0; font-size:18px; font-weight:600;justify-content: space-between;box-shadow:none !important;opacity: 1;}
.accordion-button:after{  margin:0;   background-image:url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.8263 5.82634C16.4361 5.43611 15.8035 5.43577 15.4129 5.82557L10.7063 10.5219C10.316 10.9114 9.68401 10.9114 9.29367 10.5219L4.58711 5.82557C4.19646 5.43577 3.56389 5.43611 3.17366 5.82634L2.70711 6.29289C2.31658 6.68342 2.31658 7.31658 2.70711 7.70711L9.29289 14.2929C9.68342 14.6834 10.3166 14.6834 10.7071 14.2929L17.2929 7.70711C17.6834 7.31658 17.6834 6.68342 17.2929 6.29289L16.8263 5.82634Z" fill="%23142138"/></svg>');}
.accordion-button:not(.collapsed) {background-color:#E0EEF7; color:#0068A7;}
.accordion-button:not(.collapsed):after{ background-image:url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.8,4.8c-0.4-0.4-1-0.4-1.4,0l-4.7,4.7c-0.4,0.4-1,0.4-1.4,0L4.6,4.8c-0.4-0.4-1-0.4-1.4,0L2.7,5.3	c-0.4,0.4-0.4,1,0,1.4l6.6,6.6c0.4,0.4,1,0.4,1.4,0l6.6-6.6c0.4-0.4,0.4-1,0-1.4L16.8,4.8z" fill="%230068A7"/></svg>');}
.accordion-button:focus{background-color:#E0EEF7; color:#0068A7; box-shadow:none;}
.accordion-collapse{padding:1rem;}
.accordion-button .badge{color:#fff; font-size:14px; font-weight:normal; padding:8px 15px; margin:0 10px 0 auto; position: relative;}
.accordion-button .text-bg-success{background-color:#2DB573 !important; padding:8px 8px 8px 24px;}
.accordion-button .text-bg-success:before{content:''; width:14px; height:14px;display:inline-block; position: absolute; top:8px; left:5px;background-position: center; background-repeat:no-repeat; background-size:14px 14px; background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="st0" d="M17.5,6.9c0.3-1.5,0.3-3.2-0.4-4c-0.7-0.8-2.5-0.7-4-0.4C12.2,1.3,11.1,0,10,0C8.9,0,7.8,1.3,6.9,2.5c-1.5-0.3-3.2-0.3-4,0.4c-0.8,0.8-0.7,2.5-0.4,4C1.3,7.8,0,8.9,0,10c0,1.1,1.3,2.2,2.5,3.1c-0.3,1.5-0.3,3.2,0.4,4c0.7,0.8,2.5,0.7,4,0.4c0.9,1.3,2,2.5,3.1,2.5c1.1,0,2.2-1.3,3.1-2.5c1.5,0.3,3.2,0.3,4-0.4c0.8-0.8,0.7-2.5,0.4-4c1.3-0.9,2.5-2,2.5-3.1C20,8.9,18.7,7.8,17.5,6.9z" fill="%23FFFFFF"/><path class="st1" d="M9.5,13c-0.1,0-0.3,0-0.4-0.1c-0.1-0.1-0.2-0.1-0.3-0.2l-2-2c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3,0.1-0.5,0.3-0.7C7,9.1,7.2,9,7.5,9C7.8,9,8,9.1,8.2,9.3l1.3,1.3l3.3-3.3C13,7.1,13.2,7,13.5,7c0.3,0,0.5,0.1,0.7,0.3c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.3,0.7l-4,4c-0.1,0.1-0.2,0.2-0.3,0.2C9.8,13,9.6,13,9.5,13z" fill="%232DB573"/></svg>');}


.stepline{
	position: relative;
	display:flex;
	padding:0 0 30px 0;
}

.stepbox{
	position: relative;
	display:flex;    flex-direction: column;align-items: center;
	padding:0 50px 0 0;
	/* background-color:#fff; */
	min-width:30%;
	text-align: center;
    padding: 0 10%;
}
.stepbox:before{
	content:'';
	width:100%;
	height:2px;
	background-color:#bfbfbf;
	position: absolute;
	top:15px;
	left:50%;z-index: -2;
}
.stepbox:last-child{
	padding-bottom:0;
}
.stepbox:last-child:before{
	display:none;
}
.stepic{
	position: relative;
	display:flex;
	width:32px;
	height:32px;
	background-color:#666666;
	background-image: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.3,9.5c-0.2,0-0.5-0.1-0.7-0.3L1,5.1C0.6,4.7,0.7,4.2,1,3.8C1.4,3.5,2,3.5,2.3,3.9l3.1,3.4l7.3-6.6c0.4-0.3,0.9-0.3,1.3,0.1s0.3,0.9-0.1,1.3L6,9.3C5.8,9.4,5.6,9.5,5.3,9.5z" fill="%23ffffff"/></svg>');
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #666666;
	border-radius:50px;
}

.stepic:before{
	content:'';
	display:block;
	width:50px;
	height:50px;
	background-color:#fff;
	border-radius:50px;
	position: absolute;
	top: -10px;
    left: -10px;
	    z-index: -1;
}
.stepbox.active .stepic{
	background-color:#0068a7;
	border:1px solid #0068a7;
		background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><rect opacity="0.6" x="7" width="5" height="5" fill="white"/><rect width="5" height="5" fill="white"/><rect opacity="0.6" y="7" width="5" height="5" fill="white"/><rect opacity="0.6" x="7" y="7" width="5" height="5" fill="white"/></svg>');
}
.stepbox.active .stepic:after{
	content:'';
	display:block;
	width:40px;
	height:40px;
	border:1px solid #0068a7;
	border-radius:50px;
	position: absolute;
	top: -5px;
    left: -5px;
}
.stepbox.complete .stepic{
	background-color:#3FD48C;
	border:1px solid #3FD48C;
}
.stepbox.complete:before{
	background-color:#3FD48C;
}
.stepth{
	flex-grow: 1;
    display: flex;
    flex-direction: column;
	font-weight:700;
	font-size:16px;
	line-height:22px;
	background-color:#fff;
	padding:5px 0 0;
	margin:10px 0 0 5px;
	position: relative;
}
.stepth .stepnum{
	display:block;
	font-weight:500;
	font-size:11px;
	line-height:14px;
	color:#A4A4A4;
	text-transform: uppercase;
}

.msgwrap{
	text-align:center;
}

.notelist{
	list-style-type:none;
	margin:0;
	padding:0;
}
.notelist li{
	position: relative;
	margin:0;
	padding:0 0 10px 20px;
}
.notelist li:before{
	content:'';
	width:10px;
	height:10px;
	background-color:#E5F0FA;
	border:1px solid #0068A7;
	border-radius:20px;
	position: absolute;
	top:6px;
	left:0;
}
.notelist li.title{
	font-weight:600;
	font-weight:16px;
	padding:10px 0 2px 0;
}
.notelist li.title:before{
	display:none;
}

.msgemailotp,.msgwrapimg,.ckycAnimation{
	height:170px;
}
.msgwaitimg,.msgsuccimg,.mobVerifyAnimation,.newotpimg,.mobgetAnimation,.getotpAnimation,.emailVerifyAnimation,
.waitAnimation,.successAnimation,.bankifscimg,.uploadAnimation,.uploadfailAnimation,.successBoAnimation{
	height:135px;
}



@media (min-height: 550px) {
	.contentbody{
		min-height:calc(100vh - 106px);
	}
}
@media (min-width: 576px) {
	.footlink{
		flex-direction: row;
		padding:0;
	}
	.footlink li:before{
		content:'';
		width:1px;
		height:14px;
		background-color:#273240;
		position: absolute;
		top:2px;
		left:0;
		transform: translateX(0px);
	}
	.footlink li:first-child:before{
		display:none;
	}
	.footlink a {
		display: inline-block;
		padding: 0 0;
	}
}
@media (min-width: 768px) {
	.accordion-collapse {
		padding: 1.5rem 1.5rem;
	}
}

@media (min-width: 992px) {
    .row-lg-rev {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .wrapper {
        display: flex;
        /*overflow-x: hidden;*/
	}
	.copyright{
		text-align:left;
	}
	.footlink{
		justify-content: end;
	}
	.stepline{
		flex-direction: column;
	}
	.stepbox{
		flex-direction: row;
		align-items: start;
        text-align: left;
		padding: 0 0 140px;
	}
	.stepbox:before {
		content: '';
		width: 2px;
		height: calc(100% - 50px);
		background-color: #bfbfbf;
		position: absolute;
		top: 40px;
		left: 16px;
	}
	.stepth{
		margin:0 0 0 15px;
		padding:0;
		width: calc(100% - 50px);
	}
	.popup { width: 100%; min-width:600px;margin:0;}		
	.upmodal-succesperview .popup,
	.upmodal-failperview .popup,
	.upmodal-confirm .popup	{min-width:418px; }
		
}
@media (min-width: 1081px) {
}
@media screen and (min-width:992px) and (max-width:1080px) {
    
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
	.card-body{
		padding:1.5rem 2rem;
	}
	.subcard-body{
		padding:1.5rem 1.5rem;
	}
	.btngroup .btn{
		min-width:190px;
	}
}
@media (min-width: 1600px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 980px) {}

@media (max-width: 1380px) {
	
}
@media (max-width: 1080px) {
}
@media (max-width: 991px) {	
}
	


@media only screen and (max-width: 767px) {
	.or-parent .ordiv{
		top: -8px;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.preview-boxes .mobhide{
		display:none;
	}
	.preview-boxes{
		flex-direction: column;
	}
	.box{
		min-height:120px;
	}
	.box img, .box iframe{
		max-height:100px;
	}
}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 482px) {
}

@media only screen and (max-width:440px) {
	body{font-size:13px;}
	h1 {font-size:18px;}

	h2 {font-size:18px;}

	h3 {font-size:16px;}

	h4 {font-size:16px;}

	h5 {font-size:14px;}
	.accordion-button{
		font-size: 0.9rem;
	}
	.btn{font-size:16px;}
	.btngroup.d-flex{
		flex-direction: column;
	}
	.btngroup.justify-content-end .btn{
		margin-left:0px;
	}
	.btngroup .btn{
		width:100%;
		margin:0 0 10px;
	}
	.stepth{
		    font-size: 14px;
		line-height: 16px;
	}
	.stepth .stepnum{
		display:none;
	}
}
@media only screen and (max-width:400px) {
}
@media only screen and (max-width: 380px) {
}

@media all and (max-width:360px) {
}

.small-loader {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    position: absolute;
    right: 10px;
    top: 38px; /* Adjust to align vertically inside input */
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.__seniorManagement_wrapper + .__seniorManagement_wrapper {
    margin-top: 24px;
}
