@font-face {font-family: "Roboto";
	src: url("../fonts/Roboto.eot"); /* IE9*/
	src: url("../fonts/Roboto.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/Roboto.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/Roboto.woff") format("woff"), /* chrome、firefox */
	url("../fonts/Roboto.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/Roboto.svg#Roboto") format("svg"); /* iOS 4.1- */
  }
  body {
	font-family: 'Roboto', Arial,sans-serif;
	font-size: 14px;
	color: #494E71;
}
a {
	color: #2057A6; 
	 font-weight:700;  text-decoration:none;
}
	a:hover {
		color: #337FC9;
		font-weight: 700;
		text-decoration: none;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 500;
    color: #040313;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}
.header {
	background: #fff;
	padding: 5px 30px;
	box-shadow: 1px 1px 30px rgba(17, 38, 146, 0.2);
}
	.header .logo { height:40px}

/*text colors*/
.txt-red {
	color: #BE353C;
}
.txt-green {
	color: #158B67;
}
.txt-white {
	color: #fff;
}
.txt-light {
	color: #8A92A6;
}
.txt-bluelight {
	color: #A2A2C2;
}
.txt-blue {
	color: #2057A6;
}
/* button:focus:not(:focus-visible) {
      background: #2057A6;
} */
.whitebg {
	background: #fff; padding:6px;
	border-radius: 2px; text-align:center;
	box-shadow: 0px 0px 5px rgba(17, 38, 146, 0.2);
}
.b {
	font-weight: bold
}
.ft-12 {
	font-size: 12px;
}
.ft-11 {
	font-size: 11px;
}
.ft-18 {
	font-size: 18px; line-height:24px;
}
.txtuc{text-transform:uppercase}
/*input borders*/
.dangerborder {
	border: 1px solid #dc3545!important;
}
.successborder {
	border: 1px solid #198754 !important;
}
.bbr{color: #2057A6;display : inline-block;}
.bbr-b::after{content: '';display: block;border-bottom:5px solid #2057A6; width: 50px;border-radius: 50px;}
.bbr::after{content: '';display: block;border-bottom:5px solid #DBDBDB; width: 75px;border-radius: 50px;margin-left: 50px;
    margin-top: -5px;}
.brd-blue::before{content: '';display: block;border-bottom:5px solid #DBDBDB; width: 75px; height: 6px;}
.brd-blue{display: inline-block;}
/*Buttons */
.btn-border-blue {
	color: #2057A6;
	border-radius: 3px !important;
	border: 1px solid #2057A6;
	text-transform: uppercase;
	box-shadow: 1px 3px 10px rgba(17, 38, 146, 0.2);
}
.roundbtn{background: #2057A6; border:0px; color: #fff;padding: 8px 13px;
	box-shadow: 1px 3px 10px rgba(17, 38, 146, 0.2); width: 100%;}
.rejected{background: #DF8597; border:0px; color: #fff;padding: 8px 13px;
		box-shadow: 1px 3px 10px rgba(17, 38, 146, 0.2); width: 90%;}
.btn-border-red {
	color: #be353c;
	border-radius: 3px !important;
	border: 1px solid #dc3545;
	text-transform: uppercase;
	box-shadow: 1px 3px 10px rgba(17, 38, 146, 0.2);
}
.btn-default {
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(to right, #337FC9 , #2057A6);
	text-transform: uppercase;
	box-shadow: 1px 3px 10px rgba(17, 38, 146, 0.2);
	min-width:100px;
}

.btn-default:hover {
		border-radius: 3px;
		color: #fff;
		text-align: center;
		background-image: linear-gradient(to right, #337FC9 , #2057A6);
		text-transform: uppercase;
		box-shadow: 1px 3px 10px rgba(17, 38, 146, 0.2);
	}
.delbtn {
	background: #FFE8EE;
	font-size: 20px;
	height: 45px;
	width: 45px;
	color: #BE353C;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #BE353C;
	box-shadow: 1px 3px 10px rgba(17, 38, 146, 0.2);
	margin-bottom: 2rem;
}
.btnsm {
    padding: .275rem;
    font-size: 0.8rem; border:0px;
   }
.smallbtn{padding:5px 10px;font-size: 0.8rem;background:#fff;}
.p-20{padding:20px}
.p-60{padding:60px}
.m-60 {
	margin: 60px auto;
}
.mb-20 {
	margin-bottom: 2rem;
}
.lh-25{line-height: 25px;margin: 0px 0px 0px 10px;}
.form-check-inline {
   margin-right: 40px;
}
.captcha{background: #E0ECF8; border-radius: 3px; padding: 0px 20px;}
.captcha p{font-weight: bold; color: #2057A6; font-size: 20px;margin-bottom: 0px;}
.captcha a{font-weight: bold; color: #54BBFF; font-size: 24px; margin-left: 20px;}
p {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
.card {
	background: #fff;border-radius:6px;border:0px;
	box-shadow: 5px 5px 20px rgba(17, 38, 146, 0.2);
}
.ricon {
	background: #CBE4FF;
	border-radius: 6px;padding:10px; text-align:center;
	box-shadow: 1px 1px 10px rgba(17, 38, 146, 0.2);
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    text-align: left;
    border-top:0px solid #dee2e6;
    font-size: 12px; border-radius:0px;
}


/* tooltip end */
.loginimg {
	background: url("../img/bluebg.png") left top no-repeat #2057A6;
	background-size: 100% 100%;
	text-align: left;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	display: block;position: relative;
}
	
	.loginimg .rightimg{position:absolute; top:0px; right:0px;left: 0px; text-align:center}
	.loginimg .rightimg img {
		text-align: center; position: relative; bottom: 0px; width: 80%;
	}
	
		.leftsidebox {
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 1px 1px 30px rgba(17, 38, 146, 0.2);
	}
.navbar-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.navbar-nav .nav-item .nav-link {
	color: #494E71;
	padding: 12px; font-size:14px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
	color: #023F88;
	
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #023F88;
	background-color: #fff;
	border: 0px;
	font-weight: 700;
	border-bottom: 3px solid #BE353C;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
	background-color: #fff;border:0px;font-size:18px;color:#8A92A6;
	border-bottom: 2px solid #8A92A6;text-transform:uppercase;
}
.nav-tabs {
	border-bottom: 0px solid #dee2e6;
}
.ipoform{padding:2%; margin:0px auto; padding-top:1%;}
.ipoform p a{color: #030870; text-decoration: underline;}
.ipoform ul{	width:100%;}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	/* box-shadow: 0 0 0 0.25rem; */
	border: 1px solid #e4e4e4;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.footer {
	background: #2057A6;
	color: #fff;
	padding:35px 40px 0px 40px;
}
.footer .footertxt p{color: #fff; width: 80%; font-size: 11px;}
.footer ul{list-style: none; padding-left: 10px;}
.footer ul li{list-style: none;color: #fff;}
.footer ul li a{font-size:11px;color: #fff; font-weight: normal;} 
.footer ul li h5{font-size:12px;color: #fff; margin-bottom: 10px;} 
	.footer .copy {
		color: rgba(255, 255, 255, 1); padding:3px;
	}
	.footer .socialmedia {
		margin:0px auto;
	}
	.footer .socialmedia ul{
		list-style:none;
	}
	.footer .socialmedia ul img{
		padding-top:5px;
	}
		.footer .socialmedia ul li {
			display:inline; padding:3px 6px;
		}
.headh1 {
	font-size: 20px;font-weight:400;
	border-bottom: 2px solid #BE353C
}
.headerdiv {
	border-radius: 10px 10px 0px 0px;
	background: #F1F7FF;
	padding: 20px 50px;
	box-shadow: 1px 1px 30px rgba(17, 38, 146, 0.2);
}
.headerdiv h3{
	font-size:20px;margin-bottom:10px; text-transform:uppercase;
}
	.headerdiv h5 {
		font-size: 16px;
		color: #8A92A6;padding-left:0px;
	}
	h4{font-size:18px; font-weight:700;margin-bottom:20px}

	/*form controls*/
	.form-group {
	margin-bottom: 2rem;
}
.form-div{padding:20px 30px;}
.form-check-input[type=radio] {
        cursor: pointer;
}
#dematdiv,#pandiv{display: none;}
.form-control {
	border-radius: 3px;appearance: auto;
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #AEBCCC;
	padding: 0.375rem 1rem; height: 40px;
	font-size: 14px;color: #334A6B;
}
select.form-control{appearance: auto;color: #334A6B;}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.form-floating {
	margin-bottom: 2rem;
}
.form-floating > .form-control, .form-floating > .form-select {
	height: calc(3rem + 0px);
	line-height: 1.25;
	padding: 0.33em 0.75em;	
	transition: all .2s linear;
	
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0.9rem 1.5rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out;
	/* background: #fff; */
}
.valid-feedback {
	display: none;
	width: 100%;
	margin: 0.5rem;
	font-size: .875em;
	color: #198754;
}

/*Model popup*/
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
	background: #2057A6;
	color: #fff;
}
.btn-close {
	opacity: 1;
}
/*colors*/


.failuretxt {
	color: #E64A19;
	display: flex;text-align:left;
	align-items: center; font-size:14px; font-weight:normal;
}

.failurebox {
	background: #FBE9E7;
	padding: 10px 20px;
	border: 1px solid #FFCCBC;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 30px rgba(17, 38, 146, 0.2);
	display:flex
}
.successbox {
	background: #F7FFF1;
	padding: 10px 20px;
	border: 1px solid #4AAD8F;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 30px rgba(17, 38, 146, 0.2);
	display:flex
}
.successtxt {
	color: #158B67;
	display: flex;text-align:left;
	align-items: center; font-size:14px; font-weight:normal;
}
.successtxt img{margin-right:0px; width:50px; height:50px;}
.successicon {
	background: #158B67;
	color: #fff;
	height: 30px;
	border-radius: 50%;
	width: 30px;
	line-height: 30px;
	margin-right: 20px;
	text-align: center;
	box-shadow: 5px 5px 20px rgba(17, 38, 146, 0.3);
}
.rightborder {
	border-right: 1px solid #023F88;
}
.top-nav .dropdown-toggle::after {
	display: none !important;
}
/*Side menu*/

.hide {
	display: none
}

	 .leftarrow{display: none;}
		
	

	
span.menu-item {
	margin-right: 1rem;
}
	
	

.topbanner {
	background: url(../images/dashboardbg.png) no-repeat;background-size:100%;padding:40px 50px;
}
.panbg {
	background: rgba(58, 87, 232, 0.3);
	color: #fff;
	padding: 10px 20px;
	width: auto;
	border-radius:4px;
	box-shadow: 1px 1px 10px rgba(17, 38, 146, 0.2);
}
.panbg img{
	margin-right:10px;
}
.easy-invest {
	background: #fff;
	width: 75%;
	margin: 150px auto;
	border-radius: 20px;
}
.easy-invest img{margin-top:-75px}

.values{text-align:left}
.valuetxt{text-align:left}
.tmricon {
	display: block;
}
.dashbox {
	width: 20%
}
.img-right{float: left; margin-right: 0.7em;}
.img-res{width: 120px; object-fit: contain;}
.w-20{flex: 0 0 auto;width: 20%;}
.dicons{max-width: 150px; width:100% }
.lgbluebg{background: #F5FAFF;}
.input-group-text {
    
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: 2px solid #ced4da; 
    border-radius: .25rem;
}
.box{display: none;}

.form-check-input {width: 1.2em; height: 1.2em; box-shadow: 1px 1px 10px rgba(17, 38, 146, 0.2);}
.bidimg{width: 90px;}
.modal-content{border:0px}
.darkbluebg{ border-radius: 5px; background: #023F88;padding: 0px 20px; color:#fff;text-align: center;}
.nav-icon{width: 40px; height: 40px;}
.nav-icon1{width: 25px; height: 25px;}

@media (max-width: 992px) {

	.topbanner {
		background: url(../images/dashboardbg.png) no-repeat;
		background-size: 100% 100%;
		padding: 40px 50px;
		
	}
	.ipoform {
		padding: 2%;
		margin: 0px auto;
		width: 100%;
	}
	.loginimg .loginlefttxt {
		padding: 50px 0px 50px 25px;
	}
	.img-res{width: 100px;}
	.navbar-nav .nav-item .nav-link {
		color: #494E71;
		padding: 12px;
		font-size: 14px;
	}
	.loginimg {
		display: none;
	}
	.top-nav .dash, .top-nav .data, .top-nav .transact, .top-nav .onboard, .top-nav .reports, .top-nav .settings {
		display: block;
		color: #ffffff;
		line-height: 30px;
	}
	
	
	.top-nav .nav-item {
		margin-left: 20px;
	}
		.dematicons .col-md-3{width:50%}
}


@media (max-width: 768px) {
	/*09*/
	.leftarrow{position: relative;display: block; margin-right:20px;}

	.leftarrow #sidebarCollapse{position: absolute;
margin-left: -30px;
background: #eef0fd;
border: 0px;
margin-top: -8px;
color: #1d3573;
border-radius: 0px 10px 10px 0px;}
	 .navbar-nav .nav-item{width: 100%;}
	/*09*/
	.ipoform {
		padding: 2%;
		margin: 0px auto;
		width: 100%;
	}
	.leftsidebox {
		border-radius: 10px;
		width: 90%;
		overflow: hidden;
		box-shadow: 1px 1px 30px rgb(17 38 146 / 20%);
	}
	.form-check-inline {
		display: inline-block;
		margin-right: 10px;
	}	
	.signupform .nav-tabs .nav-link {
		font-size:14px;	}
	.delbtn {
		margin-left:10px;
	}
	.values {
		text-align: center
	}
	
	.valuetxt {
		text-align: center; width:100%
	}
	.tmricon{display:none;}
	.loginimg {
		display: none;
	}
	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		margin-top: 20px;
	}

	
	.navbar-nav {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	.hide {
		display: block
	}
	.footer {
		text-align: left;
		padding: 15px 40px 20px 40px; color: #fff;
	}
	.footer p{color: #fff;}

		.footer .socialmedia {
			margin: 20px 0px;padding: 0px;
		}
	
	.mobilenav {
		background: #EEF0FD;
	}
		.mobilenav .navbar-nav{margin:10px 0px}
			.mobilenav .navbar-nav .nav-link:hover, .mobilenav .navbar-nav .nav-link:active {
				color: #25478a;
				background: #b7e6f0;
				border-radius: 50px;
			}
			
			.navbar-nav .nav-link:hover.svgicon
			{	filter:  brightness(0) invert(1);}
	
	.successtxt {
		color: #158B67;
		display: flex;
		align-items: center;
		font-size: 15px;
		font-weight: 700;
	}
		.successtxt img {
			margin-right: 20px;
			width: 40px;
			height: 40px;
		}
	.dashbox {
		width: 100%
	}
	.img-res{width: 90px; text-align: left;}
	.rightborder {
		border-right: 0px solid #023F88;
	}
	.topbanner {
		background: url(../images/dashboardbg.png) no-repeat;
		background-size: 100% 100%;
		padding: 40px 50px;
		
	}
	
	.header {
		background: #fff;
		padding: 5px 0px;
		box-shadow: 1px 1px 30px rgb(17 38 146 / 20%);
	}
	
	
}


 .switch
        {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 24px;
        }
         
        .switch input
        {
            opacity: 0;
        }
         
        .slider
        {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
        }
         
        .slider:before
        {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }
         
        input:checked + .slider
        {
            background-color: #2196F3;
        }
         
        input:focus + .slider
        {
            box-shadow: 0 0 1px #2196F3;
        }
         
        input:checked + .slider:before
        {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
        }
         
        /* Rounded sliders */
        .slider.round
        {
            border-radius: 34px;
        }
         
        .slider.round:before
        {
            border-radius: 50%;
        }

        #fade-wrapper {
            display: none;
            position: fixed;
            height: 100vh;
            width: 100vw;
            background: rgba(0, 0, 0, 0.8);
            z-index:99999;
        }

.qvalue {
    font-size:16px;
    color:#37474F;
}

.bg-green {
    background-color: green !important;
}

.result-card {
    margin:5px;
}

table {
    border:none;
}
table td {
    border:none;
}
table tr {
    border:none;
}

.page-graphics {
    min-height:500px;
}

.header-logo {
    width:240px;
    height:auto;
}

.footor-monochrome-logo {
    width:304px;
    height:auto;
}
.center-screen {
  background-color:transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
